0b4b03f435b573d9552e1c5d3848d2e083d26997
[gnus] / lisp / ChangeLog
1 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * message.el (message-prune-recipients): New function.
4         (message-prune-recipient-rules): New variable.
5
6         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7         guess whether a long line is natural text or not.
8
9         * gnus-html.el (gnus-html-schedule-image-fetching): Use
10         gnus-process-plist and friends for compatibility.
11
12 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13
14         * gnus-ems.el: Provide compatibility functions for
15         gnus-set-process-plist.
16
17         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
18         header-line-format for XEmacs 21.4.
19
20         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
21         * gnus.el (gnus-valid-select-methods)
22         * message.el (message-send-mail-partially-limit)
23         * mm-decode.el (mm-text-html-renderer)
24         * mml.el (mml-insert-mime-headers-always)
25         * smiley.el (smiley-regexp-alist): Bump custom version.
26
27 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28
29         * gnus-html.el: require mm-url.
30         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
31         with the url to `url'.
32         (gnus-html-wash-tags): Support cid: URLs/images.
33
34 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
35
36         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
37         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
38         bindings, as they aren't useful at all. `w' is moved to `W w'.
39
40         * gnus-move.el: Removed file, since it doesn't really work.
41
42         * gnus-html.el (gnus-article-html): Tell w3m that the input is
43         UTF-8. This seems to fix problems with some German web feeds.
44
45         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
46         at the top so that the proper colours are applied.
47
48         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
49         don't have dots in their names.
50
51         * gnus-art.el (gnus-article-view-part): Doc fix.
52
53         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
54         XEmacs-compatible.
55         (gnus-html-put-image): Don't do images on non-graphic displays.
56
57         * nnslashdot.el: Removed this unused backend.
58
59         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
60         actions.
61         (gnus-undo-register-1): Revert last change.
62
63         * gnus-group.el (gnus-group-completing-read): Protect against not
64         having completion-styles bound.
65
66         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
67         make broken recipients happier.
68
69         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
70
71         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
72         point parameter.
73
74         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
75
76         * gnus-group.el (gnus-group-completing-read): Add 'substring to
77         completion-styles for group selection.
78
79 2009-02-04  Andreas Schwab  <schwab@suse.de>
80
81         * gnus-score.el (gnus-score-string): Fix regex for matching extra
82         headers and regexp-quote the match if necessary.
83
84 2009-03-24  Miles Bader  <miles@gnu.org>
85
86         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
87         the blinking smiley.
88
89 2009-03-24  Simon Josefsson  <simon@josefsson.org>
90
91         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
92         blink smiley.
93
94 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
95
96         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
97         where the dribbel file lives exists.
98
99         * message.el (message-send-mail-partially-limit): Change the default to
100         nil, since most people don't want this.
101
102         * mm-url.el (mm-url-decode-entities): Also decode entities like
103         &#x3212.
104
105 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
106
107         * gnus-sum.el (gnus-summary-idna-message):
108         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
109         Hyperlink urls in docstrings with URL `...'.
110
111 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
112
113         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
114         functions.
115
116 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
117
118         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
119         say what the mouseover text should be.
120
121         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
122         version of the mm-w3m-safe-url-regexp variable to only download images
123         in the groups where we want that to happen.
124
125         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
126
127         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
128         easier debugging.
129         (gnus-article-beginning-of-window): Add kludge to allow spacing past
130         big pictures in the article buffer.
131
132         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
133         gnus-article-html.
134         (mm-text-html-renderer): gnus-article-html needs curl in addition to
135         w3m.
136
137         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
138
139 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
140
141         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
142         which doesn't exist.
143
144         * message.el (message-inhibit-ecomplete): New variable to allow some
145         function to inhibit ecomplete address storage.
146         (message-resend): Disable ecomplete message storage when resending
147         messages.
148
149         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
150
151 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
152
153         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
154         Save excursion while copying, moving, and deleting articles in order to
155         prevent the cursor from jumping to unforeseen place.
156
157 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
158
159         * lpath.el: No need to bind bookmark-current-buffer,
160         bookmark-yank-point and bookmark-make-record-function.
161
162 2010-08-17  Glenn Morris  <rgm@gnu.org>
163
164         * gnus-sync.el: Require gnus components whose functions are used.
165
166         * gnus-art.el (bookmark-make-record-function):
167         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
168         Declare for compiler.
169
170         * mm-url.el (mml-compute-boundary): Autoload.
171
172 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
173
174         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
175
176 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
177
178         Typo fix "hoo4a" -> "hook".
179
180         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
181
182 2010-08-14  Glenn Morris  <rgm@gnu.org>
183
184         * gnus-sync.el (gnus-sync): Fix defgroup version.
185
186 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
187
188         Doc fixes and keep unknown groups (ammended for nunion bug fix).
189
190         * gnus-sync.el: Fix docs.
191         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
192         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
193
194 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
195
196         Optimizations for gnus-sync.el.
197
198         * gnus-sync.el: Add docs about gnus-sync-backend
199         possibilities.
200         (gnus-sync-save): Remove unnecessary message.
201         (gnus-sync-read): Optimize and show what groups were skipped.
202
203 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
204
205         Minor bug fixes for gnus-sync.el.
206
207         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
208         read the sync on get-new-news.
209
210         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
211         quiet.
212
213         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
214
215 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
216
217         Make saving and restoring of hidden threads work with overlays.
218         Patch applied by Ted Zlatanov.
219
220         * gnus-sum.el (gnus-hidden-threads-configuration)
221         (gnus-restore-hidden-threads-configuration): Update to deal with text
222         properties, rather than searching for a magic character.
223
224 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
225
226         New gnus-sync.el library for synchronization of marks.
227
228         * gnus-sync.el: New library for synchronization of marks.
229
230         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
231         renamed from `gnus-registry-grep-in-list'.
232
233         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
234
235         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
236
237 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
238
239         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
240         determining charset of text fails.
241
242 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
243
244         * nnmail.el (nnmail-get-new-mail-1): Revert.
245
246         * nnml.el (nnml-active-number): Make sure names of newly created groups
247         in nnml-group-alist are encoded.
248
249 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
250
251         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
252         containing non-ASCII characters in active file for nnml back end.
253
254 2010-07-24  David Engster  <dengste@eml.cc>
255
256         * mml-smime.el (mml-smime-epg-verify): Also accept the older
257         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
258
259 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
260
261         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
262         tag (Bug#6654).
263
264 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
265
266         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
267         the article buffer, not the summary buffer.
268
269 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
270
271         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
272         Emacs 23 as well.
273
274 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
275
276         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
277         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
278
279 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
280
281         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
282         Patch applied by Karl Fogel.
283
284         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
285         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
286
287 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
288
289         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
290         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
291         C-w still not working correctly from Article buffers; Thierry's
292         patch to fix that will be applied after this.
293
294         * gnus-art.el (bookmark-make-record-function): New local variable.
295
296         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
297         article buffer.
298         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
299
300 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
301
302         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
303         on changes in bookmark.el.
304
305 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
306
307         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
308         `no-log' instead of message not to log prompt string.
309
310 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
311
312         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
313         the *other* type of HTML form submission.
314
315 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
316
317         * auth-source.el (auth-source-pick): If choice does not contain a
318         questioned keyword, set the check to t.
319
320 2010-06-12  Romain Francoise  <romain@orebokech.com>
321
322         * gnus-util.el (gnus-date-get-time): Move up before first use.
323
324 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
325
326         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
327         (gnus-article-edit-part): Bind it to make last part that is substituted
328         or deleted visible.
329         (gnus-mime-display-single): Buttonize part of which id equals to
330         gnus-mime-buttonized-part-id.
331
332 2010-06-10  Dan Christensen  <jdc@uwo.ca>
333
334         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
335         (gnus-dd-mmm): Use gnus-date-get-time.
336         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
337         simplify logic.
338         (gnus-summary-limit-to-age): Use gnus-date-get-time.
339         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
340
341 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
342
343         * auth-source.el (top): Autoload `secrets-list-collections',
344         `secrets-create-item', `secrets-delete-item'.
345         (auth-sources): Fix tag string.
346         (auth-get-source, auth-source-retrieve, auth-source-create)
347         (auth-source-delete): New defuns.
348         (auth-source-pick): Rewrite in order to avoid 2 passes.
349         (auth-source-forget-user-or-password): New parameter USERNAME.
350         (auth-source-user-or-password): New parameters CREATE-MISSING and
351         DELETE-EXISTING.  Retrieve password interactively, if needed.
352
353 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
354
355         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
356         deleting unused directories when gnus-expert-user is t.
357
358 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
359
360         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
361         for each temp file when gnus-article-browse-delete-temp is ask.
362
363 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
364
365         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
366         Lisp calls to delete-backward-char by calls to delete-char.
367
368 2010-05-20  Kevin Ryde  <user42@zip.com.au>
369
370         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
371
372 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
373
374         * password-cache.el (password-cache-remove): Fix docstring.
375
376 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
377
378         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
379         article unless decoding article to be saved.
380
381 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
382
383         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
384         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
385         generated within the mm-with-unibyte-current-buffer macro.
386
387 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
388
389         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
390         to nil when we're in a mml-preview buffer and no group is selected.
391
392 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
393
394         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
395         when catching the `C-g'.  Reported by "Leo".
396
397 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
398
399         * message.el (message-forward-make-body-plain)
400         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
401         multibyte-string-p.
402
403         * lpath.el: Revert.
404
405 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
406
407         * message.el (message-forward-make-body-mml): Assume original message
408         is multibyte string; error on unibyte.
409         (message-forward-make-body-plain): Ditto; don't add excessive newline
410         in body end.
411
412         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
413
414 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
415
416         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
417         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
418
419 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
420
421         * mm-extern.el (mm-extern-url): Don't use
422         mm-with-unibyte-current-buffer.
423         (mm-extern-cache-contents): Use with-current-buffer instead of
424         save-excursion + set-buffer.
425
426 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
427
428         * mm-util.el (mm-emacs-mule): Remove.
429
430 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
431
432         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
433         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
434         change.
435
436 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
437
438         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
439         bind the default value of enable-multibyte-characters to nil.
440
441 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
442
443         * message.el (message-forward-make-body-plain)
444         (message-forward-make-body-mml):
445         Don't use mm-with-unibyte-current-buffer.
446
447 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
448
449         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
450
451 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
452
453         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
454         (Bug#5592).
455
456 2010-05-07  Julien Danjou  <julien@danjou.info>
457
458         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
459         it to mm-pipe-part.
460
461         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
462         it is given.
463
464 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
465
466         * binhex.el (binhex-decode-region-internal)
467         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
468         (dns-query)
469         * nnweb.el (nnweb-gmane-search)
470         * pgg-parse.el (pgg-parse-armor)
471         * pgg.el (pgg-verify-region)
472         * sha1.el (sha1-string-external)
473         * uudecode.el (uudecode-decode-region-internal)
474         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
475         XEmacs.
476
477         * gnus-art.el (gnus-article-browse-html-parts)
478         * gnus-group.el (gnus-read-ephemeral-gmane-group)
479         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
480         make-temp-file.
481
482         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
483         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
484         compiling.
485
486         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
487         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
488         XEmacs when compiling.
489
490         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
491         gnus-pick-mode-off-hook for XEmacs when compiling.
492         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
493         gnus-binary-mode-off-hook for XEmacs when compiling.
494
495         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
496         nil if char-charset is not available.
497
498         * imap.el (imap-disable-multibyte)
499         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
500         macros.
501
502         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
503         instead of encode-coding-string.
504
505         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
506         'xemacs) instead of mm-emacs-mule to switch function definitions.
507         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
508
509         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
510         bind temporary-file-directory for XEmacs;
511         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
512         timer-set-function for XEmacs 21.4 and SXEmacs;
513         bind timer-list for XEmacs 21.4 and SXEmacs;
514         fbind char-charset and find-charset-region for non-Mule XEmacs;
515         fbind decode-coding-region, decode-coding-string, detect-coding-region,
516         encode-coding-region and encode-coding-string for XEmacs having no
517         file-coding feature.
518
519 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
520
521         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
522
523 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
524
525         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
526         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
527
528 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
529
530         * mm-util.el (mm-decompress-buffer): Use `delete-file';
531         alias `jka-compr-delete-temp-file' no longer exists.
532
533 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
534
535         Use define-minor-mode in Gnus where applicable.
536         * mml.el (mml-mode): Use define-minor-mode.
537         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
538         (gnus-undo-mode): Use define-minor-mode.
539         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
540         (gnus-dead-summary-mode): Use define-minor-mode.
541         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
542         Initialize in declaration.
543         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
544         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
545         (gnus-mailing-list-mode): Use define-minor-mode.
546         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
547         (gnus-draft-mode): Use define-minor-mode.
548         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
549         (gnus-dired-mode): Use define-minor-mode.
550
551 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
552
553         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
554         handles on recursive mml-to-mime translation and check them for
555         boundary delimiter collisions.  Reported by Greg Troxel.
556
557 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
558
559         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
560
561 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
562
563         * mm-util.el (mm-find-buffer-file-coding-system):
564         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
565
566 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
567
568         * message.el (message-generate-headers): Record insertion of optional
569         headers as well.  Otherwise the check to prevent repeated insertion of
570         optional headers is a no-op.
571
572 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
573
574         * smime.el: Don't mention CVS.
575
576         * nnrss.el (nnrss-fetch): Don't mention CVS.
577
578         * nnir.el: Don't mention CVS.
579
580 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
581
582         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
583
584 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
585
586         * lpath.el: Fbind bookmark-default-handler,
587         bookmark-get-bookmark-record, bookmark-make-record-default,
588         bookmark-prop-get for Emacs <23 and XEmacs.
589
590 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
591
592         * gnus-sum.el: Add bookmark declarations to silence the compiler.
593         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
594         Use with-current-buffer to silence the byte-compiler.
595         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
596         bother to require `gnus'.
597         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
598
599 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
600
601         * gnus-sum.el (gnus-summary-bookmark-make-record)
602         (gnus-summary-bookmark-jump): New functions.
603         (gnus-summary-mode): Setup bookmark support.
604
605 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
606
607         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
608         if set.
609
610 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
611
612         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
613         gnus-article-browse-html-save-cid-image; make it work recursively for
614         forwarded messages as well.
615         (gnus-article-browse-html-parts): Work when prefix arg is given.
616         (gnus-article-browse-html-article): Doc fix.
617
618 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
619
620         * message.el (message-default-mail-headers):
621         (message-default-headers): Carry the value mail-default-headers over
622         into message-default-mail-headers, rather than message-default-headers.
623
624 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
625
626         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
627         charset.
628
629         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
630         charset into the <meta> tag when the article is encoded to utf-8.
631
632 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
633
634         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
635         directories as well.
636         (gnus-article-browse-html-parts): Work for images that do not specify
637         file names; delete temp directory when quitting; insert header at the
638         right place; use file: scheme for image files.
639
640 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
641
642         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
643         (gnus-article-browse-html-parts): Use it to make temporary cid image
644         files in addition to html file so that browser may display them.
645
646 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
647
648         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
649
650 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
651
652         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
653
654 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
655
656         * auth-source.el (auth-sources): Change default to be simpler.  Explain
657         about Secret Service API sources.  Improve Customize options.
658         (auth-source-pick): Change to accept any number of search parameters.
659         Implement fallbacks iteratively, not recursively.  Add scoring on the
660         second pass and sort by score.  Call Secret Service API when needed.
661         (auth-source-user-or-password): Use it.  Call Secret Service API
662         directly when needed to get the user name and the password.
663
664 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
665
666         * message.el (message-interactive): Doc fix.
667         (message-qmail-inject-args): Reflow.
668         (message-kill-to-signature): Fix typo in docstring.
669
670         * smiley.el (smiley-buffer): Fix typo in docstring.
671
672 2010-03-24  Glenn Morris  <rgm@gnu.org>
673
674         * mail-source.el (gnus-message): Declare.
675         (mail-source-delete-old-incoming): Require gnus-util.
676
677 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
678
679         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
680
681         * message.el (ecomplete-setup): Autoload it for Emacs <23.
682
683         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
684         password-cache's default if it is not bound.
685         (mml-secure-passphrase-cache-expiry): Default to 16 that is
686         password-cache-expiry's default if it is not bound.
687
688         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
689         available in Emacs 21.
690
691         * lpath.el: Suppress compiler warnings for:
692         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
693         XEmacs;
694         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
695         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
696         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
697
698 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
699
700         * auth-source.el (auth-sources): Fix up definition so extra parameters
701         are always inline.
702
703 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
704
705         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
706         wasn't updated after mismatch.  Clear cached mailbox info correctly
707         when uidvalidity changes.
708         (nnimap-group-prefixed-name): New function to avoid some code
709         duplication.
710         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
711         (nnimap-request-group): Use it.
712         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
713         (nnimap-update-unseen): Significantly improved speed of Gnus startup
714         with many imap folders.  This is done by caching the group status from
715         the imap server persistently in a group parameter `imap-status'.  (This
716         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
717         but not persistently, so every Gnus startup was still very slow.)
718
719 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
720
721         * assistant.el (assistant-render-text): Run `widget-setup' and don't
722         delete the extra newline.  Otherwise editing of :string and :number
723         types don't work.
724
725 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
726
727         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
728         secrets.el dependency.
729         (auth-sources): Add optional user name.  Add secrets.el configuration
730         choice (unused right now).
731
732 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
733
734         * gnus-sum.el (gnus-summary-make-menu-bar): Let
735         `gnus-registry-install-shortcuts' fill in the functions.
736
737         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
738         warnings.
739         (gnus-registry-misc-menus): Variable to hold registry mark menus.
740         (gnus-registry-install-shortcuts): Populate and use it in a
741         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
742
743 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
744
745         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
746         In-place substitutions for the group name encoding/decoding.
747         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
748         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
749         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
750         (nnimap-update-unseen, nnimap-request-list)
751         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
752         (nnimap-request-set-mark, nnimap-split-to-groups)
753         (nnimap-split-articles, nnimap-request-newgroups)
754         (nnimap-request-create-group, nnimap-request-accept-article)
755         (nnimap-request-delete-group, nnimap-request-rename-group)
756         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
757         `encoded-mbx' for consistency.
758         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
759         variable `imap-current-mailbox'.
760
761         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
762         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
763
764 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
765
766         * pop3.el (pop3-display-message-size-flag): Display message size byte
767         counts during POP3 download.
768         (pop3-movemail): Use it.
769         (pop3-list): Implement listing of available messages.
770
771 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
772
773         * nnir.el (nnir-get-article-nov-override-function): New function to
774         override the normal NOV retrieval.
775         (nnir-retrieve-headers): Use it.
776
777 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
778
779         * auth-source.el (netrc-machine-user-or-password): Autoload.
780
781 2010-03-19  Glenn Morris  <rgm@gnu.org>
782
783         Stop message.el from loading about 40 libraries it doesn't always need.
784         The general approach is to autoload rather than require, and to
785         require in the specific functions rather than the file.  (Bug#5642)
786
787         * gmm-utils.el: Don't require wid-edit.
788         (widget-create-child-value, widget-convert, widget-default-get):
789         Autoload.
790
791         * gnus-util.el: Don't require time-date, netrc.
792         (message-fetch-field, gnus-group-name-decode): Declare rather than
793         autoloading.
794         (gnus-fetch-field): Require message.
795         (gnus-decode-newsgroups): Require gnus-group.
796
797         * ietf-drums.el: Don't require time-date.
798
799         * message.el: Don't require hashcash, canlock, ecomplete.
800         Do require mail-utils.  Require nnheader only when compiling.
801         (smtpmail-default-smtp-server): Remove declaration.
802         (message-send-mail-function): Check smtpmail-default-smtp-server
803         is bound rather than requiring smtpmail.
804         (message-auto-save-directory, message-insert-signature): Use
805         expand-file-name rather than nnheader-concat.
806         (nnheader-insert-file-contents): Autoload.
807         (hashcash-wait-async): Declare.
808         (message-send-mail): Only call gnus-setup-posting-charset if
809         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
810         (message-send-mail-with-sendmail): Require sendmail.
811         (canlock-password, canlock-password-for-verify): Declare.
812         (message-canlock-password): Require canlock.
813         (nnheader-get-report): Autoload.
814         (gnus-setup-posting-charset): Declare.
815         (message-send-news): Require gnus-msg.
816         (message-make-references, message-make-in-reply-to): Use mail-header-id
817         rather than the alias mail-header-message-id.
818         (ecomplete-add-item, ecomplete-save): Declare.
819         (message-put-addresses-in-ecomplete): Require ecomplete.
820         (ecomplete-display-matches): Autoload.
821
822         * mm-decode.el: Don't require mailcap, gnus-util.
823         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
824         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
825         Autoload.
826         (mailcap-mime-extensions): Declare.
827
828         * mm-encode.el: Don't require mailcap.
829         (mailcap-extension-to-mime): Autoload.
830
831         * mml-sec.el: Don't require password-cache.
832
833         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
834         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
835         (mml-minibuffer-read-type): Require mailcap.
836         (mml-preview): Require gnus-msg.
837
838         * mml1991.el: Require password-cache.
839         (password-cache-expiry): Remove declaration.
840
841         * mml2015.el: Require password-cache.
842         (password-cache-expiry): Remove declaration.
843
844         * nneething.el (mailcap): Require mailcap.
845
846         * nnheader.el (declare-function): Add compatibility stub.
847         (message-remove-header): Declare rather than autoload.
848         (nnheader-replace-header): Require message.
849
850         * nnimap.el (declare-function): Add compatibility stub.
851         (netrc-parse, netrc-machine-user-or-password): Declare.
852         (nnimap-open-connection): Require netrc.
853
854         * nntp.el (declare-function): Add compatibility stub.
855         (netrc-parse, netrc-machine, netrc-get): Declare.
856         (nntp-send-authinfo): Require netrc.
857
858         * rfc2047.el: Don't require qp.
859         (quoted-printable-encode-region, quoted-printable-decode-string):
860         Autoload.
861
862         * sieve-mode.el: Don't require easymenu.
863         (easy-menu-add-item): Autoload it.
864
865         * spam-stat.el (time-to-number-of-days): Autoload it.
866
867 2010-03-19  Glenn Morris  <rgm@gnu.org>
868
869         * password-cache.el (password-cache, password-cache-expiry): Autoload.
870
871 2010-03-18  Glenn Morris  <rgm@gnu.org>
872
873         * hashcash.el (declare-function): Remove duplicate definition.
874
875 2010-03-17  Kevin Ryde  <user42@zip.com.au>
876
877         * mml.el (mml-read-tag): Unquote values with `read' to reverse
878         prin1 in mml-insert-tag (just stripping the quotes gave wrong
879         value if any backslash escapes).
880
881 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
882
883         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
884         if it is available.  (bug#5647)
885
886         * lpath.el: Suppress compiler warning for coding-system-from-name for
887         Emacs 21 and XEmacs.
888
889 2010-03-14  Juri Linkov  <juri@jurta.org>
890
891         * hmac-def.el:
892         * hmac-md5.el:
893         * netrc.el: Fix keywords.
894
895 2010-02-26  Glenn Morris  <rgm@gnu.org>
896
897         * message.el (message-send-mail-function): Change the default, so that
898         it inherits from a customized send-mail-function.  (Bug#5643)
899
900 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
901
902         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
903         shell-command-to-string signals an error (bug#5299).
904
905 2010-02-24  Glenn Morris  <rgm@gnu.org>
906
907         * message.el (message-smtpmail-send-it)
908         (message-send-mail-with-mailclient): Doc fixes.
909
910 2010-02-16  Glenn Morris  <rgm@gnu.org>
911
912         * message.el (message-default-mail-headers): Change the default value
913         to ease the transition from mail-mode to message-mode.  (Bug#5555)
914
915 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
916
917         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
918         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
919
920 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
921
922         * time-date.el (date-to-time): Doc fix (Bug#5408).
923
924 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
925
926         * message.el (message-mail): Just pass yank-action on to message-setup.
927         (message-setup): Handle (FUN . ARGS) form of yank-action.
928         (message-with-reply-buffer, message-widen-reply)
929         (message-yank-original): Handle non-buffer values of
930         message-reply-buffer (Bug#4080).
931         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
932
933 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
934
935         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
936         Fix typo in docstring.
937
938 2010-01-08  Jason Rumney  <jasonr@gnu.org>
939
940         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
941         response.
942
943 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
944
945         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
946
947         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
948
949         * message.el (message-check-news-header-syntax): Protect against a
950         string that `rfc822-addresses' returns when parsing fails.
951
952 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
953
954         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
955         (gnus-previous-char-property-change): New functions.
956
957         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
958
959 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
960
961         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
962         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
963
964 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
965
966         * message.el (message-exchange-point-and-mark): Rework last change to
967         avoid using optional arg of exchange-point-and-mark, for backward
968         compatibility.
969
970 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
971
972         * message.el (message-exchange-point-and-mark): Call
973         exchange-point-and-mark with an argument rather than setting
974         mark-active by hand (Bug#5175).
975
976 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
977
978         * nntp.el (nntp-service-to-port): Work for service expressed with
979         numeric string; replace [:digit:] with [0-9] for XEmacs.
980
981 2009-12-17  Glenn Morris  <rgm@gnu.org>
982
983         * gnus-group.el (gnus-bug-group-download-format-alist):
984         Change emacs entry to debbugs.gnu.org.  Bump :version.
985
986 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
987
988         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
989
990 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
991
992         * message.el (message-info): Explain why we use `Info-goto-node'.
993
994 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
995
996         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
997
998 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
999
1000         * message.el (message-completion-in-region): New compatibility function.
1001         (message-expand-group): Use it.
1002
1003 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1004
1005         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1006         with no unread article should be listed if the 2nd arg `predicate' is
1007         given.
1008
1009 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1010
1011         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1012
1013 2009-11-29  Juri Linkov  <juri@jurta.org>
1014
1015         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1016         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1017         on `gnus-recenter'. (Bug#4698, Bug#4981)
1018
1019 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1020
1021         * sha1.el (sha1-string-external): default-directory "/" in case
1022         otherwise non-existent.  process-connection-type pipe for touch of
1023         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1024
1025 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1026
1027         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1028         it's comms related and sgml-mode.el has "comm" on that basis too.
1029
1030 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1031
1032         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1033         containing tspecial characters if they have been already quoted.
1034
1035 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1036
1037         * dns-mode.el (auto-mode-alist): Purecopy string.
1038
1039 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1040
1041         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1042
1043 2009-10-24  Glenn Morris  <rgm@gnu.org>
1044
1045         * gnus-art.el (help-xref-stack-item): Define for compiler.
1046
1047 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1048
1049         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1050
1051 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1052
1053         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1054
1055 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1058         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1059
1060 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1061
1062         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1063         (gnus-overlays-in): New alias to overlays-in.
1064
1065         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1066         gnus-overlay-get, and gnus-delete-overlay.
1067         (gnus-summary-show-thread): Make it work as well for systems in which
1068         next-single-char-property-change is not available.
1069         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1070
1071         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1072         (gnus-overlay-get): New alias to extent-property.
1073         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1074
1075         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1076         SXEmacs.
1077
1078         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1079         SXEmacs.
1080
1081 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1082
1083         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1084
1085 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1086
1087         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1088         and XEmacs that don't have `remove-overlays'.
1089
1090 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1091
1092         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1093         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1094         selective display.  Use overlays instead.
1095
1096 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1097
1098         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1099
1100 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1101
1102         * spam-stat.el (spam-stat-load): Fix typo in message.
1103
1104 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1105
1106         * dig.el (dig-invoke): Fix typo in docstring.
1107         (query-dig): Reflow docstring.
1108
1109 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1110
1111         * gnus-art.el (gnus-article-encrypt-body):
1112         * message.el (message-check-recipients):
1113         * mm-util.el (mm-codepage-setup):
1114         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1115         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1116
1117 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1118
1119         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1120         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1121         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1122         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1123         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1124
1125 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1126
1127         * dig.el: Add "Keywords: comm", as per net-utils.el.
1128
1129 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1130
1131         * dig.el (dig-mode): Use define-derived-mode.
1132
1133 2009-09-19  Glenn Morris  <rgm@gnu.org>
1134
1135         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1136
1137 2009-09-18  Glenn Morris  <rgm@gnu.org>
1138
1139         * gnus-diary.el (gnus-diary-check-message):
1140         * message.el (message-insert-formatted-citation-line):
1141         * nnbabyl.el (top-level):
1142         * nndiary.el (nndiary-schedule):
1143         Fix typos in condition-case handlers.
1144
1145 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1146
1147         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1148         configuration that provides the sole article window in a frame;
1149         position point correctly after deleting a part.
1150
1151 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1152
1153         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1154         (spam-resolve-registrations-routine): Use it to unregister articles
1155         that change status.
1156
1157 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1158
1159         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1160         with XEmacs.
1161         (parse-time-string-chars): Use it.
1162
1163 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1164
1165         * imap.el (imap-interactive-login): Better messages.
1166         (imap-open): Fix bug with renamed buffer on reconnect.
1167         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1168         for easier debugging and cleaner code.  On successful (guessed based on
1169         server capabilities) secondary authentication, set imap-state
1170         correctly.
1171         (imap-last-authenticator): Define imap-last-authenticator as a variable
1172         to avoid warnings.
1173
1174 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1175
1176         * nnrss.el (nnrss-request-article): Remove binding of
1177         default-enable-multibyte-characters that has gotten needless by
1178         the 2007-07-13 change in rfc2047-encode-message-header.
1179
1180         * mml.el (mml-insert-multipart): Error on the message header.
1181         (mml-insert-part): Error on the message header; position point at
1182         the end of a MIME tag.
1183
1184 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1185
1186         * time-date.el (autoload): Expand define-obsolete-function-alias into
1187         defalias and make-obsolete for old Emacsen that Gnus supports.
1188         (with-no-warnings): Define it for old Emacsen.
1189         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1190         is available.
1191         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1192         float-time is available; suppress compile warning for time-to-seconds.
1193
1194         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1195         (gnus-float-time): Alias to float-time if it exists.
1196
1197         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1198         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1199         float-time is available; suppress compile warning for time-to-seconds.
1200
1201         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1202         XEmacs.
1203
1204 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1205
1206         * imap.el (imap-message-map): Docstring fix.
1207
1208 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1211         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1212         Add the optional argument `encoding' that overrides the default.
1213
1214         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1215         mm-encode-buffer.
1216
1217 2009-09-04  Glenn Morris  <rgm@gnu.org>
1218
1219         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1220         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1221         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1222         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1223         * mm-util.el (mm-with-unibyte-current-buffer)
1224         (mm-find-buffer-file-coding-system):
1225         * yenc.el (yenc-decode-region): Use default-value rather than
1226         default-enable-multibyte-characters.
1227
1228 2009-09-03  Glenn Morris  <rgm@gnu.org>
1229
1230         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1231         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1232         than default-enable-multibyte-characters.
1233
1234 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1235
1236         * gnus-art.el (gnus-article-read-summary-keys):
1237         Fix gnus-buffer-configuration's value temporarily used.
1238
1239 2009-09-02  Glenn Morris  <rgm@gnu.org>
1240
1241         * gnus-util.el (gnus-float-time): New function.
1242         * gnus-delay.el (gnus-delay-article):
1243         * gnus-sum.el (gnus-thread-latest-date):
1244         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1245         * nnspool.el (nnspool-request-newgroups):
1246         Use gnus-float-time rather than time-to-seconds.
1247         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1248
1249         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1250         (gnus-header-subject-face, gnus-header-newsgroups-face)
1251         (gnus-header-name-face, gnus-header-content-face):
1252         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1253         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1254         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1255         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1256         (gnus-cite-face-11):
1257         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1258         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1259         (gnus-server-closed-face, gnus-server-denied-face)
1260         (gnus-server-offline-face):
1261         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1262         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1263         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1264         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1265         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1266         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1267         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1268         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1269         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1270         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1271         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1272         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1273         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1274         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1275         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1276         (gnus-summary-high-undownloaded-face)
1277         (gnus-summary-low-undownloaded-face)
1278         (gnus-summary-normal-undownloaded-face)
1279         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1280         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1281         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1282         (gnus-splash-face):
1283         * message.el (message-header-to-face, message-header-cc-face)
1284         (message-header-subject-face, message-header-newsgroups-face)
1285         (message-header-other-face, message-header-name-face)
1286         (message-header-xheader-face, message-separator-face)
1287         (message-cited-text-face, message-mml-face):
1288         * sieve-mode.el (sieve-control-commands-face)
1289         (sieve-action-commands-face, sieve-test-commands-face)
1290         (sieve-tagged-arguments-face):
1291         * spam.el (spam-face):
1292         Mark face aliases with "-face" in the name as obsolete.
1293
1294 2009-09-01  Glenn Morris  <rgm@gnu.org>
1295
1296         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1297         than goto-line.
1298
1299 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1300
1301         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1302         Don't move point if the command is invoked inside the message header.
1303
1304 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1305
1306         * imap.el (imap-send-command): Simplify.
1307         (imap-wait-for-tag): point-max -> buffer-size.
1308
1309 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1310
1311         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1312         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1313         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1314         * nnir.el (nnir-swish-e-index-file):
1315         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1316         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1317         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1318         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1319         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1320         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1321
1322 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1323
1324         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1325         Don't save excursion.
1326
1327 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1328
1329         * nnheader.el (nnheader-find-file-noselect):
1330         * mm-util.el (mm-insert-file-contents):
1331         Use (default-value 'major-mode) instead of default-major-mode.
1332
1333 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1334
1335         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1336
1337 2009-08-26  Glenn Morris  <rgm@gnu.org>
1338
1339         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1340         than placing in files.el.
1341
1342 2009-08-25  Glenn Morris  <rgm@gnu.org>
1343
1344         * nnir.el (top-level): Don't require cl at run-time.
1345         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1346         Replace cl-function substitute with gnus-replace-in-string.
1347         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1348         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1349         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1350         simplified expansions.
1351
1352 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1353
1354         * dig.el (dig): Add autoload cookie.
1355
1356 2009-08-22  Glenn Morris  <rgm@gnu.org>
1357
1358         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1359         goto-line.
1360
1361 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1362
1363         * parse-time.el (parse-time-string-chars): Save match data.
1364
1365 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1366
1367         * parse-time.el (parse-time-string-chars): Compute using character
1368         classes, to handle non-ascii characters (Bug#3190).
1369
1370 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1371
1372         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1373
1374         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1375         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1376         (gnus-mm-display-part, gnus-mime-display-single)
1377         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1378         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1379
1380         * gnus-sum.el
1381         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1382         (gnus-summary-move-article): Add expirable mark to articles copied or
1383         moved to group that has auto-expire turned on if the option is non-nil.
1384
1385 2009-07-24  Glenn Morris  <rgm@gnu.org>
1386
1387         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1388         Fix typo.  (Bug#3903)
1389
1390 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1391
1392         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1393         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1394         that should not be used for draft articles.
1395         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1396         that has no concern in minor mode keys.
1397         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1398         Abolish.
1399
1400 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1401
1402         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1403         article without making inquiry to a user for unknown encoding.
1404
1405         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1406         (nnmaildir--scan): Assume i-node and device number that file-attributes
1407         returns might be cons-cell.
1408
1409         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1410
1411         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1412
1413 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1414
1415         * auth-source.el: Remove docs now in auth.texi.  Don't use
1416         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1417         `auth-source-hide-passwords' and use them.
1418
1419 2009-07-15  Glenn Morris  <rgm@gnu.org>
1420
1421         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1422
1423 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1424
1425         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1426         excessive whitespace from the default values of title and description.
1427
1428 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1429
1430         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1431         mail-fetch-field to fetch Content-Description header in order to
1432         exclude newlines.
1433
1434 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1435
1436         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1437         format used by GnuPG 2.0.11.
1438
1439 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1440
1441         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1442         to deleted part.
1443
1444 2009-05-30  David Engster  <dengste@eml.cc>
1445
1446         * nnmairix.el: Remove old documentation in the commentary block.
1447         (nnmairix-request-group): Do not update active file for nnml back ends.
1448         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1449         end so that overview files are ignored.
1450         (nnmairix-update-groups): Make updating the groups more robust by using
1451         marks.
1452         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1453         with dollar characters in message-id.
1454
1455 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1456
1457         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1458         2008-12-25 in dns.el.
1459
1460 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1461
1462         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1463         could happen if the text is only composed of spaces and/or tabs.
1464
1465 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1466
1467         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1468         when sending a queued message to avoid extra mml tags.
1469
1470 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1471
1472         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1473
1474 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1477         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1478         rmail-toggle-header for XEmacs;
1479         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1480
1481 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1482
1483         * gnus-dired.el: Remove autoload for gnus-setup-message.
1484         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1485         displaying Gnus logo; always use compose-mail.
1486
1487 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1488
1489         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1490
1491 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1492
1493         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1494         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1495         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1496         available.
1497         (gnus-nocem-epg-verify): New function.
1498
1499 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1500
1501         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1502
1503 2009-02-15  Glenn Morris  <rgm@gnu.org>
1504
1505         * gnus-util.el (rmail-insert-rmail-file-header)
1506         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1507         autoloads.
1508         (rmail-default-rmail-file): Remove unnecessary declaration.
1509         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1510
1511 2009-02-14  Glenn Morris  <rgm@gnu.org>
1512
1513         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1514         variable (only used in gnus-util, which declares it anyway).
1515         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1516         which was only needed by gnus-art (changed to not use it any more).
1517         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1518         only used in gnus-util, which autoloads it itself.
1519         (rmail-update-summary): Fix autoload.
1520
1521         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1522         rather than rmail-output-to-rmail-file.
1523
1524 2009-02-07  Glenn Morris  <rgm@gnu.org>
1525
1526         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1527         autoload of function that no longer exists.
1528         (rmail-toggle-header): Declare.
1529         (message-forward-rmail-make-body): Handle mbox Rmail.
1530
1531 2009-01-31  Glenn Morris  <rgm@gnu.org>
1532
1533         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1534         2009-01-09 change.
1535
1536 2009-01-31  Dave Love  <fx@gnu.org>
1537
1538         * imap.el (imap-fetch-safe): Bind debug-on-error.
1539         (imap-debug): Add imap-fetch-safe.
1540
1541 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1542
1543         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1544         (auth-source-forget-all-cached): New convenience function.
1545         (auth-source-user-or-password): Accept list of modes or a single mode.
1546
1547         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1548         auth-source modes.
1549
1550         * netrc.el (netrc-machine-user-or-password): Use list of
1551         auth-source modes.
1552
1553         * nnimap.el (nnimap-open-connection): Use list of
1554         auth-source modes.
1555
1556         * nntp.el (nntp-send-authinfo): Use list of
1557         auth-source modes.
1558
1559 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1560
1561         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1562         now.
1563
1564 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1565
1566         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1567         coding system in XEmacs; add a workaround for XEmacs.
1568
1569         * lpath.el: Fbind coding-system-aliasee.
1570
1571 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1572
1573         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1574         of current-language-environment.
1575
1576 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1577
1578         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1579         available at runtime.
1580
1581 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1582
1583         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1584
1585 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1586
1587         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1588         the greatest positive fixnum value doesn't work under an XEmacs with
1589         bignum support; use the most-positive-fixnum constant instead,
1590         available since Emacs 21.1 with cl and XEmacs 21.1.
1591
1592 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1593
1594         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1595         XEmacs gets not to work.
1596
1597 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1598
1599         * mm-util.el (mm-coding-system-priorities): Allow the value like
1600         "Japanese (UTF-8)" of current-language-environment.
1601
1602 2009-01-09  Glenn Morris  <rgm@gnu.org>
1603
1604         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1605         with last-command-event.
1606
1607 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1608
1609         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1610         in the doc string.
1611
1612         * message.el (message-fix-before-sending): Amend comment.
1613
1614 2009-01-08  Dave Love  <fx@gnu.org>
1615
1616         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1617
1618 2009-01-07  David Engster  <dengste@eml.cc>
1619
1620         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1621         simplified server definitions by converting it via
1622         gnus-server-to-method.
1623
1624 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1625
1626         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1627         parameter's operands.
1628
1629 2009-01-06  David Engster  <dengste@eml.cc>
1630
1631         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1632         primary select method (for gnus-group-mark-article-as-read).
1633
1634 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1635
1636         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1637         `(gnus)Face', not `(gnus)X-Face'.
1638
1639 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1640
1641         * mm-util.el (mm-ucs-to-char): New function.
1642
1643         * mm-url.el (mm-url-decode-entities): Use it.
1644
1645         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1646         unicode-to-char.
1647
1648 2009-01-05  Dave Love  <fx@gnu.org>
1649
1650         * time-date.el: Require cl for `declare'.
1651
1652 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1653
1654         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1655         Dave Love.
1656
1657 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1658
1659         * message.el (message-fix-before-sending): Add `eight-bit' to
1660         illegible-text check.
1661
1662 2009-01-03  Michael Olson  <mwolson@gnu.org>
1663
1664         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1665         `headers' is nil.  This can occur if the IMAP server does not have
1666         permissions to read messages from a folder, but can write new messages
1667         to the folder.
1668         (nnimap-request-article-part): Do not insert `data' if it is nil.
1669
1670         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1671         characters which will confuse `read', so skip past them.
1672
1673 2009-01-01  Dave Love  <fx@gnu.org>
1674
1675         * imap.el (imap-string-to-integer): Fix typo.
1676         (imap-fetch-safe): New function.
1677         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1678
1679         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1680
1681         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1682         (imap-parse-greeting): Fix doc strings.
1683         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1684         (imap-parse-flag-list): Make messages unique.
1685         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1686
1687         * nnimap.el: Fix author email.
1688         (nnimap-split-rule): Add FIXME comment.
1689         (nnimap-debug): Fix doc string.
1690
1691 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1692
1693         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1694
1695 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1696
1697         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1698         nslookup if resolv.conf isn't available.
1699         (dns-query): Rename from query-dns.
1700         (dns-query-cached): Rename from query-dns-cached.
1701
1702 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1703
1704         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1705         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1706         to check if those variables exist (first appeared in Emacs 18.50).
1707
1708 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1709
1710         * mm-util.el (mm-line-number-at-pos): New function.
1711
1712         * spam-report.el (spam-report-process-queue): Use it.
1713
1714 2008-12-24  David Engster  <dengste@eml.cc>
1715
1716         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1717         parameters that haven't existed as variables as buffer-local variables.
1718
1719 2008-12-23  Dave Love  <fx@gnu.org>
1720
1721         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1722         cadar.
1723
1724         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1725         imap-starttls-p.
1726         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1727
1728 2008-12-22  Dave Love  <fx@gnu.org>
1729
1730         * imap.el: Fix author email.  Doc fixes.
1731         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1732         reply.
1733
1734 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1735
1736         * spam-report.el (spam-report-gmane-max-requests): New constant.
1737         (spam-report-gmane-wait): New variable.
1738         (spam-report-gmane-ham, spam-report-gmane-spam)
1739         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1740         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1741         the server.
1742
1743         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1744         Add explanations.
1745
1746         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1747         nnheader-accept-process-output and nnheader-read-timeout if available.
1748         (pop3-movemail): Use it.
1749
1750         * message.el (message-check-news-body-syntax): Fix signature check if
1751         there's an attachment.
1752
1753 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1754
1755         * mm-util.el: Add comments to the mm- emulating functions.
1756
1757 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1758
1759         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1760         by Stephen Berman <stephen.berman@gmx.net>.
1761
1762 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1763
1764         * mm-util.el (mm-substring-no-properties): New function.
1765         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1766         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1767         (mm-string-to-multibyte): Doc fix.
1768
1769         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1770
1771 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1772
1773         * mml.el (mml-attach-file): Strip text properties from file name.
1774         (Bug#1574)
1775
1776 2008-12-16  Glenn Morris  <rgm@gnu.org>
1777
1778         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1779
1780 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1781
1782         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1783         knows since the charset specified might be a bogus alias that
1784         mm-charset-synonym-alist provides.
1785
1786 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1787
1788         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1789         "ISO_8859-1".
1790
1791         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1792
1793 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1794
1795         * mm-util.el (mm-charset-eval-alist):
1796         Define it before mm-charset-to-coding-system.
1797         (mm-charset-to-coding-system): Add optional argument `silent';
1798         define it before mm-charset-override-alist.
1799         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1800         default value if it can be used in Emacs currently running;
1801         silence mm-charset-to-coding-system.
1802
1803 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1804
1805         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1806         `allow-override' which says whether to use `mm-charset-override-alist'.
1807         (rfc2047-decode-encoded-words): Use it.
1808
1809         * mm-util.el (mm-charset-override-alist): Fix custom type;
1810         add `(gb2312 . gbk)' to choices.
1811
1812 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1813
1814         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1815         fast.
1816
1817         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1818
1819         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1820
1821 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1822
1823         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1824         on links.
1825
1826         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1827
1828 2008-12-03  Lute Kamstra  <lute@gnu.org>
1829
1830         * sha1.el: Remove leading * from docstrings of defcustoms,
1831         deffaces, defconsts and defuns.
1832
1833 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1834
1835         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1836         users' addresses that don't have domain parts.
1837         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1838         rather than message-narrow-to-head since there will be the message
1839         header separator.
1840
1841 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1842
1843         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1844         since the result is inserted in a unibyte buffer anyway.
1845         (nnimap-demule-use-string-to-multibyte): Remove.
1846         (nnimap-demule): Alias it to mm-string-to-multibyte.
1847
1848 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1849
1850         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1851         variable for debugging bug#464 and bug#1174.
1852         (nnimap-demule): Use it.
1853
1854 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1855
1856         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1857         score calculation correctly.
1858
1859 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1860
1861         * message.el (message-send-mail): Just set the buffer to unibyte
1862         rather than use mm-with-unibyte-current-buffer which does a lot more.
1863         (message-send-mail-partially): Don't bother with
1864         mm-with-unibyte-current-buffer since it's already been made unibyte by
1865         message-send-mail.
1866
1867 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1868
1869         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1870
1871 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1872
1873         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1874
1875 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1876
1877         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1878         require itself and to remove `with-no-warnings'.
1879
1880 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1881
1882         * starttls.el (starttls-any-program-available): Get the name of the
1883         available TLS layer program.
1884         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1885         well as the host name in the "opening" message.
1886
1887         * auth-source.el (auth-source-cache, auth-source-do-cache)
1888         (auth-source-user-or-password): Cache passwords and logins by default,
1889         allow override with `auth-source-do-cache'.
1890         (auth-source-forget-user-or-password): Allow users to remove cache
1891         entries if needed.
1892
1893 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1894
1895         * md4.el (md4-buffer): Fix typo in docstring.
1896         (md4, md4-64): Doc fixes.
1897         (md4-pack-int32): Reflow docstring.
1898
1899 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1900
1901         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1902         condition-case to only the forward-sexp call.
1903
1904 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1905
1906         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1907         quotes contained.  Make it more robust regardless by an extra
1908         condition-case wrapper.
1909
1910 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1911
1912         * lpath.el: No need to fbind codepage-setup for Emacs 23.
1913
1914 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1915
1916         * nnml.el (nnml-request-expire-articles): Check if the function set to
1917         `nnmail-expiry-target' returns the symbol `delete'.
1918
1919         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1920
1921         * nnmail.el (nnmail-expiry-target): Fix custom type.
1922
1923 2008-10-02  Glenn Morris  <rgm@gnu.org>
1924
1925         * mm-util.el (mm-codepage-setup): Tweak codepage error.
1926         Silence compiler warning.
1927
1928 2008-10-01  Magnus Henoch  <mange@freemail.hu>
1929
1930         * tls.el (open-tls-stream): Show the actual command being
1931         executed, instead of the format string.
1932
1933 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1934
1935         * lpath.el: Fbind codepage-setup for Emacs 23.
1936
1937 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
1938
1939         * mml.el (mml-menu): Don't assume mml2015 is bound.
1940
1941 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1942
1943         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1944         exists.
1945
1946 2008-09-27  Glenn Morris  <rgm@gnu.org>
1947
1948         * gnus-util.el (mail-header-remove-comments): Autoload it.
1949
1950 2008-09-27  Andreas Schwab  <schwab@suse.de>
1951
1952         * gnus-util.el (gnus-split-references): Strip comments.
1953         (gnus-parent-id): Likewise.
1954
1955 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
1956
1957         * message.el (message-confirm-send): Fix version.
1958
1959 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1960
1961         * message.el (message-idna-to-ascii-rhs-1): Use
1962         mail-extract-address-components rather than mail-header-parse-addresses
1963         that is an alias by default to ietf-drums-parse-addresses that does not
1964         support non-ASCII names in headers' contents.
1965
1966 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1967
1968         * message.el (message-confirm-send): Fixed variable documentation to
1969         avoid the "y/n" wording.
1970
1971 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
1972
1973         * message.el (message-set-auto-save-file-name): Save to a different
1974         filename so multiple messages (especially drafts) can be recovered.
1975
1976 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
1977
1978         * message.el (message-confirm-send): Add appropriate version.
1979
1980 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1981
1982         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1983         defvar.
1984
1985 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
1986
1987         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1988         (mm-pkcs7-enveloped-magic): Ditto.
1989
1990 2008-09-17  Simon Josefsson  <simon@josefsson.org>
1991
1992         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1993         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1994
1995 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
1996
1997         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
1998         default, it's better.
1999
2000 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2001
2002         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2003         summary line gnus-number property and ignore them (with a warning
2004         message).
2005
2006 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2007
2008         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2009         macro caddr in the interactive form since it won't be expanded.
2010
2011 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2012
2013         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2014         `charset'; fix name of function called recursively.
2015         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2016
2017 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2018
2019         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2020         (gnus-mime-set-charset-parameters): New function.
2021         (gnus-mime-view-part-as-charset): Use it to correctly display part
2022         specifying wrong charset.
2023
2024 2008-09-08  David Engster  <dengste@eml.cc>
2025
2026         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2027         in completing-read for back end server.
2028
2029 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2030
2031         * message.el (message-confirm-send): New variable to confirm sending a
2032         message.
2033         (message-send): Use it.
2034
2035 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2036
2037         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2038
2039 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2040
2041         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2042
2043 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2044
2045         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2046         prevent tracking too many groups.
2047         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2048         Use it.
2049
2050 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2051
2052         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2053         moving point to the bottom of the window in order to avoid recentering.
2054
2055 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2056
2057         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2058
2059         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2060         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2061         (gnus-article-beginning-of-window): Fix calculation.
2062
2063 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2064
2065         * gnus-msg.el (gnus-summary-supersede-article)
2066         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2067         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2068         message header.
2069
2070 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2071
2072         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2073         pending output coming after the status change.
2074
2075 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2076
2077         * message.el:
2078         * gnus-start.el:
2079         * gnus-registry.el: Remove VMS support.
2080
2081 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2082
2083         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2084         macro.
2085         (rfc2104-hash): Use it.
2086
2087 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2088
2089         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2090         (gnus-summary-sort-by-most-recent-date): New commands.
2091         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2092         and menu entries.
2093
2094 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2095
2096         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2097         don't redisplay article for raw contents; remove plural articles stuff.
2098
2099         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2100         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2101         on gnus-summary-save-article; display results properly.
2102
2103 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2104
2105         * lpath.el: No need to fbind ns-focus-frame.
2106
2107 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2108
2109         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2110
2111 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2112
2113         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2114         gnus-save-all-headers.
2115
2116 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2117
2118         * gnus-util.el (ns-focus-frame): Remove declaration.
2119         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2120         like x.
2121
2122 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2123
2124         * rfc2104.el (rfc2104-zero): Delete defconst.
2125         (rfc2104-hex-alist): Likewise.
2126         (rfc2104-hex-to-int): Delete func.
2127         (rfc2104-hexstring-to-bitstring): Likewise.
2128         (rfc2104-nybbles): New defconst.
2129         (rfc2104-hash): Rewrite for speed.
2130
2131 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2132
2133         * tls.el (open-tls-stream): Make it work with the 2nd argument
2134         BUFFER that is a string but does not exist as a buffer object, as
2135         mentioned in the doc-string.
2136
2137 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2138
2139         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2140         SXEmacs.
2141
2142 2008-07-16  Glenn Morris  <rgm@gnu.org>
2143
2144         * gnus-util.el (ns-focus-frame): Declare for compiler.
2145
2146 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2147
2148         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2149         set as a group parameter.
2150         (gnus-summary-save-in-pipe): Work when it is called independently.
2151         (gnus-summary-pipe-to-muttprint): Don't modify
2152         gnus-summary-pipe-output-default-command.
2153
2154 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2155
2156         * message.el (message-send-mail-with-sendmail):
2157         Display the error message.
2158
2159 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2160
2161         * gnus-art.el (gnus-default-article-saver):
2162         Add gnus-summary-save-in-pipe to choices.
2163         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2164         gnus-summary-pipe-output-default-command as the default command.
2165         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2166         instead of gnus-last-shell-command.
2167
2168         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2169         New user option.
2170         (gnus-summary-muttprint-program): Mention the value will be changed.
2171         (gnus-summary-save-article): Force showing of all headers.
2172         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2173
2174 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2175
2176         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2177
2178 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2179
2180         * nnimap.el (nnimap-id):
2181         * sieve-manage.el (sieve-manage-open): Doc fixes.
2182
2183 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2184
2185         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2186         if available.
2187
2188 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2189
2190         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2191
2192         * nnkiboze.el (nnkiboze-generate-group):
2193         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2194
2195         * nnmairix.el: Require CL.
2196
2197 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2198
2199         * dgnushack.el: Autoload get-display-table and put-display-table for
2200         XEmacs 21.5.
2201
2202         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2203         21.4 and SXEmacs.
2204
2205 2008-06-15  David Engster  <dengste@eml.cc>
2206
2207         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2208
2209 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2210
2211         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2212         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2213         runtime choice under XEmacs.
2214
2215         * gnus-sum.el (gnus-summary-set-display-table):
2216         Use `gnus-put-display-table', `gnus-get-display-table',
2217         `gnus-set-display-table' for the display table, instead of `aset'.
2218
2219         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2220         Use `gnus-put-display-table', `gnus-get-display-table',
2221         `gnus-set-display-table' for the display table.
2222
2223 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2224
2225         * nnmairix.el: Add autoloads.
2226
2227 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2228
2229         * nnmairix.el (nnmairix-delete-recreate-group)
2230         (nnmairix-update-and-clear-marks): Fix error messages.
2231
2232 2008-06-14  David Engster  <dengste@eml.cc>
2233
2234         * nnmairix.el: Upgrade to version 0.6.
2235         (nnmairix-group-toggle-propmarks-this-group)
2236         (nnmairix-group-toggle-readmarks-this-group)
2237         (nnmairix-group-delete-recreate-this-group)
2238         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2239         (nnmairix-remove-tick-mark-original-article): New commands.
2240         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2241         (nnmairix-propagate-marks-to-nnmairix-groups)
2242         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2243         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2244         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2245         functions needed for marks propagation and manipulation of read marks.
2246         (nnmairix-update-groups): New function.
2247         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2248         (nnmairix-determine-original-group-from-registry)
2249         (nnmairix-determine-original-group-from-path)
2250         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2251         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2252         New helper functions.
2253         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2254         keystrokes for new commands.
2255         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2256         (nnmairix-request-group): Check allow-fast group parameter.
2257         (nnmairix-request-create-group): Set allow-fast group parameter if
2258         nnmairix-allowfast-default is set.
2259         (nnmairix-close-group): Propagate marks upon closing if needed.
2260         (nnmairix-group-toggle-threads-this-group): Use new.
2261         nnmairix-group-toggle-parameter helper function.
2262         (nnmairix-search): Better check for empty search result.
2263         (nnmairix-goto-original-article): Use new helper functions for
2264         determining original article.
2265         (nnmairix-show-original-article): Make sure message-id is in brackets.
2266         (nnmairix-call-mairix-binary): Change variable name.
2267         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2268         helper function.
2269         (nnmairix-widget-toggle-activate): Fix doc string.
2270
2271 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2272
2273         * nnir.el: Require edmacro when compiling with XEmacs.
2274         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2275         available in Emacs 21.
2276
2277 2008-06-11  Glenn Morris  <rgm@gnu.org>
2278
2279         * gnus-util.el (x-focus-frame):
2280         * gnus.el (image-size):
2281         * mm-decode.el (image-size): Declare.
2282
2283         * gnus-picon.el (declare-function): Add compat definition.
2284         (image-size): Declare.
2285
2286         * gnus-group.el (tool-bar-map):
2287         * gnus-sum.el (tool-bar-map): Define for compiler.
2288
2289         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2290
2291         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2292
2293         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2294         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2295         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2296         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2297         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2298         * sieve-manage.el, spam-report.el, spam.el:
2299         Remove unnecessary eval-and-compile of autoloads.
2300
2301 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2302
2303         * auth-source.el: Precise Tramp doc.
2304
2305 2008-06-07  Glenn Morris  <rgm@gnu.org>
2306
2307         * nnmairix.el: Remove unnecessary eval-when-compile.
2308
2309 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2310
2311         * lpath.el: Fbind propertize for XEmacs 21.4.
2312
2313 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2314
2315         * nnir.el: Move here from ../contrib.
2316
2317 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2318
2319         * gnus-util.el (gnus-read-shell-command): New function.
2320         * mm-decode.el (mm-pipe-part):
2321         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2322
2323 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2324
2325         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2326
2327 2008-06-03  Glenn Morris  <rgm@gnu.org>
2328
2329         * pop3.el (nnheader-accept-process-output): Autoload it.
2330
2331 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2332
2333         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2334         are not 2-digit hexadecimal characters that follow `%'s.
2335
2336 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2337
2338         * message.el (message-bogus-recipient-p): Fix type in doc string.
2339         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2340         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2341         Improve custom options.
2342         (message-bogus-recipient-p): Adjust accordingly.
2343
2344 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2345
2346         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2347         long-form month and day names.
2348
2349 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * dgnushack.el: Autoload debug, eudc-expand-inline and
2352         pgg-snarf-keys-region for XEmacs.
2353
2354         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2355
2356         * nnmairix.el: Require edmacro when compiling with XEmacs.
2357
2358 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2359
2360         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2361         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2362
2363 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2364
2365         * auth-source.el: Add more docs.
2366
2367         * netrc.el (netrc-machine): Always match if the port is not given.
2368
2369 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2370
2371         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2372         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2373         retrieval faster in some cases, but might make CPU usage larger.  If
2374         this has any bad side effects, we might revert this change.
2375
2376         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2377         seems to make mail retrieval much, much faster.
2378         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2379         unconditionally.
2380
2381         * gnus-draft.el (gnus-group-send-queue): Bind
2382         message-send-mail-partially-limit to nil to avoid being prompted.
2383
2384 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2385
2386         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2387
2388         * message.el (message-bogus-address-regexp): Fix and improve custom
2389         type.
2390         (message-setup-hook): Add message-check-recipients as custom option.
2391
2392 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2393
2394         * message.el (message-cite-function): Remove bogus autoload which crept
2395         in during merge from v5-10.
2396
2397 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2398
2399         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2400
2401         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2402
2403         * auth-source.el: Preliminary Tramp docs.
2404         (auth-sources): Change the default auth-sources to use
2405         EPA .gpg files.
2406
2407 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2408
2409         * nntp.el: Autoload `auth-source-user-or-password'.
2410         (nntp-send-authinfo): Use it.
2411
2412         * nnimap.el: Autoload `auth-source-user-or-password'.
2413         (nnimap-open-connection): Use it.
2414
2415         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2416         for the gnus-message function.
2417         (auth-source-user-or-password): Use it.
2418
2419 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2420
2421         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2422         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2423         (rfc2104-hash): Use it.
2424
2425 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2426
2427         * gnus-art.el (gnus-article-toggle-truncate-lines):
2428         Don't use `iff' in docstring.
2429
2430 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2431
2432         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2433
2434         * gnus-util.el (gnus-extract-address-component-name)
2435         (gnus-extract-address-component-email): Convenience functions around
2436         `gnus-extract-address-components'.
2437
2438         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2439         Use `gnus-extract-address-component-email' to fix bug of comparing full
2440         sender name to `user-mail-address'.
2441
2442 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2443
2444         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2445         catch/throw to optimize.
2446         (gnus-registry-find-keywords): Just use member to find a keyword.
2447
2448 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2449
2450         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2451         is current before calling gnus-server-prepare.
2452         (gnus-server-setup-buffer, gnus-server-update-server)
2453         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2454
2455 2008-05-04  Juri Linkov  <juri@jurta.org>
2456
2457         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2458         (mailcap-file-default-commands): Use mailcap-replace-in-string
2459         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2460         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2461
2462 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2463
2464         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2465
2466 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2467
2468         * gnus.el: Bump version to 0.11.
2469
2470 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2471
2472         * gnus.el: No Gnus v0.10 is released.
2473
2474 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2475
2476         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2477         hooks.
2478         (gnus-update-read-articles): Speed up non-marks-using users.
2479         (gnus-use-marks): Define gnus-use-marks.
2480         (gnus-propagate-marks): Rename variable to something more sensible.
2481
2482 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2483
2484         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2485         (gmm-image-load-path-for-library): Fix typos in docstrings.
2486         (gmm-message): Reflow docstring.
2487
2488 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2489
2490         * mail-source.el (mail-source-set-1, mail-source-bind):
2491         Move auth-source code out of the macro to clean it up and fix bugs.
2492
2493 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2494
2495         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2496         by sender if it's equal to user-mail-address, it's likely to be
2497         useless.
2498
2499         * mail-source.el (mail-source-bind): Don't use user or password if they
2500         are not bound.  Unintern them if they are nil.  Don't use server unless
2501         it's bound, and default it to empty string otherwise.
2502
2503 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2504
2505         * mail-source.el: Load auth-source.el.
2506         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2507         get user name or password, if auth-sources is set up.
2508
2509         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2510         strategy of splitting with parent.
2511         (gnus-registry-split-fancy-with-parent)
2512         (gnus-registry-post-process-groups): Use it and fix prior
2513         bug (returning a list as the split result).
2514
2515         * auth-source.el (auth-sources): Remove server parameter.
2516         (auth-source-pick, auth-source-user-or-password)
2517         (auth-source-user-or-password-imap)
2518         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2519         (auth-source-user-or-password-sftp)
2520         (auth-source-user-or-password-smtp): Remove server parameter.
2521
2522 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2523
2524         * smime.el (smime-sign-region, smime-encrypt-region)
2525         (smime-decrypt-region):
2526         Remove redundant calls to `generate-new-buffer-name'.
2527
2528 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2529
2530         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2531         Don't use QP for message/rfc822.
2532         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2533
2534 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2535
2536         * sieve-manage.el (sieve-string-bytes): Remove.
2537         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2538         correct byte-length only if the process's coding-system is the same as
2539         the one used internally by Emacs to represent strings.
2540
2541 2008-04-22  Juri Linkov  <juri@jurta.org>
2542
2543         * mailcap.el (mailcap-file-default-commands): New function.
2544
2545 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2546
2547         * message.el (message-signature-separator, message-cite-function):
2548         Change custom version.
2549
2550 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2551
2552         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2553         commands.
2554         (tls-checktrust): Ditto.
2555
2556 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2557
2558         * mm-decode.el (mm-display-external): Make temp file read-only.
2559
2560 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2561
2562         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2563         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2564         `C-c C-f d'.
2565
2566 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2567
2568         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2569
2570 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2571
2572         * gnus.el: Bump version to 0.9.
2573
2574 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2575
2576         * gnus.el: No Gnus v0.8 is released.
2577
2578 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2579
2580         * mail-source.el (mail-source-value):
2581         Prefer fboundp to functionp so it works with macros as well.
2582
2583 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2584
2585         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2586         Fix last change in case the element is not even a symbol.
2587
2588 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2589
2590         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2591         Prefer fboundp to functionp so it works with macros as well.
2592
2593 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2594
2595         * auth-source.el: Added docs.
2596         (auth-sources): Modify format to support server.
2597         (auth-source-pick, auth-source-user-or-password)
2598         (auth-source-user-or-password-imap)
2599         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2600         (auth-source-user-or-password-sftp)
2601         (auth-source-user-or-password-smtp): Add server parameter.
2602
2603 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2604
2605         * gnus-registry.el: Initialize the registry when gnus-registry-install
2606         is t.
2607
2608 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2609
2610         * compface.el (uncompface): Make buffer unibyte.
2611
2612 2008-04-05  Glenn Morris  <rgm@gnu.org>
2613
2614         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2615
2616 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2617
2618         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2619         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2620
2621         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2622         multibyteness after rather than before erasing it.
2623
2624         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2625         mm-with-multibyte.
2626         (gnus-request-article-this-buffer): Make sure the proper decoding is
2627         used if gnus-original-article-buffer happens to be unibyte.
2628
2629         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2630         default-enable-multibyte-characters.
2631
2632         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2633         default-enable-multibyte-characters.
2634
2635         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2636
2637         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2638
2639 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2640
2641         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2642         (imap-message-copyuid-1): Use it.
2643         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2644         J. Williams in
2645         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2646
2647         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2648         imap-enable-exchange-bug-workaround.
2649         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2650
2651 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2652
2653         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2654         a 100 byte status-checks into a 2-3MB transfer for each group.
2655         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2656         to enable bug workaround or not.
2657         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2658
2659 2008-03-31  Glenn Morris  <rgm@gnu.org>
2660
2661         * message.el (mml2015-use): Declare for compiler.
2662         (message-info): Require mml2015 when appropriate.
2663
2664 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2665
2666         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2667         whitespace.
2668
2669 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2670
2671         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2672         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2673         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2674         (nntp-service-to-port): New function.
2675         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2676         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2677         (nntp-open-netcat-stream): New function.
2678         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2679
2680 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2681
2682         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2683
2684 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2685
2686         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2687
2688 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2689
2690         * dns.el (dns-write): Use set-buffer-multibyte.
2691
2692 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2693
2694         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2695
2696 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2697
2698         * message.el (message-signature-separator): Change default.
2699         Improve custom type.
2700         (message-cite-function): Change default to
2701         message-cite-original-without-signature.
2702
2703         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2704         toggle.
2705
2706         * message.el (message-check-news-body-syntax): Fix signature check.
2707         (message-setup-1): Mark buffer as unmodified _after_ running
2708         message-setup-hook and handling message-alternative-emails.
2709         (message-shorten-references): Be more strict when building list of
2710         valid references to comply with GNKSA.
2711
2712         * gnus-group.el (gnus-read-ephemeral-bug-group)
2713         (gnus-read-ephemeral-debian-bug-group)
2714         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2715
2716         * message.el (message-info): Don't use booleanp which isn't supported
2717         in Emacs 21 and XEmacs.
2718
2719 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2720
2721         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2722         gnus-group-gmane-group-download-format.
2723         (gnus-group-read-ephemeral-gmane-group): Rename from
2724         gnus-group-read-ephemeral-gmane-group.
2725         (gnus-read-ephemeral-gmane-group-url): Rename from
2726         gnus-group-read-ephemeral-gmane-group-url.
2727         (gnus-bug-group-download-format-alist): New variable.
2728         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2729         (gnus-read-ephemeral-emacs-bug-group): New commands.
2730
2731 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2732
2733         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2734         (gnus-visible-headers): Improve custom type.
2735
2736 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2737
2738         * mml.el (mml-menu): Add workarounds for XEmacs.
2739
2740         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2741         X-Boundary header.
2742
2743         * message.el (message-simplify-recipients): Fix previous commit.
2744
2745 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2746
2747         * mm-util.el (mm-set-buffer-multibyte): New function.
2748         * mm-decode.el (mm-copy-to-buffer): Use it.
2749
2750 2008-03-19  Glenn Morris  <rgm@gnu.org>
2751
2752         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2753         Accidentally removed in the sync process with Emacs.
2754
2755 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2756
2757         * message.el (message-alter-recipients-discard-bogus-full-name):
2758         New function.
2759         (message-alter-recipients-function): New variable.
2760         (message-get-reply-headers): Use it.
2761         (message-replace-header): New helper function.
2762         (message-recipients-without-full-name): New variable.
2763         (message-simplify-recipients): New command.
2764
2765         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2766
2767         * message.el (message-info): Handle EasyPG manual.
2768
2769         * mml.el (mml-menu): Add entry for EasyPG.
2770
2771 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2772
2773         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2774         parameter.
2775
2776         * message.el (message-disassociate-draft): Specify drafts group name
2777         fully.
2778
2779 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2780
2781         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2782         unnecessary duplicates from the match list.
2783
2784 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2785
2786         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2787
2788         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2789
2790         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2791         args of `how-many' of which the XEmacs version doesn't take; declare
2792         Info-index-next as function.
2793
2794 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2795
2796         * gnus-score.el (gnus-score-headers): Fix handling of
2797         gnus-inhibit-slow-scoring.
2798
2799         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2800         string.
2801         (gnus-button-url-regexp): Improve handling of parenthesis.
2802         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2803         (gnus-button-handle-info-keystrokes): Handle index entries.
2804
2805 2008-03-15  Glenn Morris  <rgm@gnu.org>
2806
2807         * parse-time.el (parse-time-string): Simplify.
2808
2809 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2810
2811         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2812         Incoming* files.
2813
2814 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2815
2816         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2817         (auth-source-pick): Use it.
2818
2819 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2820
2821         * binhex.el (binhex-decode-region-internal):
2822         * uudecode.el (uudecode-decode-region-internal):
2823         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2824         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2825         setting default-enable-multibyte-characters.
2826
2827 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2828
2829         * auth-source.el (auth-source-protocols)
2830         (auth-source-protocols-customize, auth-source-choices): Added and
2831         modified variable customizations and defaults.
2832         (auth-source-pick, auth-source-user-or-password)
2833         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2834         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2835         (auth-source-user-or-password-sftp)
2836         (auth-source-user-or-password-smtp): Use new variables and provide an
2837         interface to netrc.el.
2838
2839 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2840
2841         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2842         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2843         Make sure the nntp port to specify is a string.
2844
2845 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2846
2847         * nntp.el: Use with-current-buffer.
2848         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2849         dubious mm-with-unibyte-current-buffer.
2850         (nntp-with-open-group-function): New function extracted from
2851         nntp-with-open-group macro.
2852         (nntp-with-open-group): Use the function, so it's easier to debug.
2853         Add indentation and debugging info.
2854         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2855         the use of the netcat alternatives.
2856
2857         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2858         Avoid mm-string-as-multibyte as well.
2859
2860         * nnweb.el (nnweb-insert-html):
2861         Remove use of nnheader-string-as-multibyte.
2862
2863         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2864         (nnheader-string-as-multibyte): Remove.
2865
2866         * mm-view.el: Use inhibit-read-only.
2867         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2868         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2869         or unibyte-string.
2870
2871         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2872         (mm-uu-yenc-extract): Use with-current-buffer.
2873
2874         * gnus-soup.el (gnus-soup-send-packet): Don't use
2875         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2876
2877         * nnmh.el: Use with-current-buffer.
2878         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2879         mm-string-as-multibyte on the output of mm-encode-coding-string.
2880
2881         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2882         (nnimap-request-move-article): Use with-current-buffer.
2883
2884         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2885         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2886         conversion uses string-make-unibyte rather than string-as-unibyte.
2887
2888         * gnus-msg.el: Use with-current-buffer.
2889
2890         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2891
2892 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2893
2894         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2895         string for caching if it is 'PIN.
2896
2897 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2898
2899         * lpath.el: Consider the case without Emacs/W3.
2900
2901 2008-03-08  Glenn Morris  <rgm@gnu.org>
2902
2903         * time-date.el (date-to-time, time-subtract, time-add)
2904         (safe-date-to-time): Doc fixes.
2905
2906 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2907
2908         * mail-source.el (mail-source-delete-old-incoming-confirm):
2909         Change default to nil.
2910         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2911
2912 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2913
2914         * lpath.el: Rearrange.
2915
2916         * gnus-art.el (gnus-narrow-to-page): Position point properly.
2917         (gnus-article-goto-prev-page): Work for articles having ^L's.
2918
2919         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2920
2921         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2922
2923 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2924
2925         * gnus-bookmark.el: Adjust for renames in bookmark.el.
2926         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2927         (gnus-bookmark-jump): Adjust some variable names.
2928
2929 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2930
2931         * auth-source.el: New package.
2932         (auth-source-choices): Add customization entry point variable.
2933
2934         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2935         bug.
2936
2937 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
2938
2939         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2940         (gnus-registry-initialize, gnus-registry-install-p): Use it.
2941         (gnus-registry-install-shortcuts): Rename from
2942         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
2943         the `gnus-registry-mark-map' keymap dynamically from
2944         `gnus-registry-marks'.  The generated functions update the summary line
2945         when a registry mark is added or deleted, and will call
2946         `gnus-registry-install-p' (see the comments in the code).
2947         (gnus-registry-user-format-function-M): Use concat intelligently.
2948
2949         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2950         the registry mark functions.
2951
2952 2008-03-05  Glenn Morris  <rgm@gnu.org>
2953
2954         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2955         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2956         gnus-art.
2957         (top-level): No need to load own source when compiling.
2958
2959 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2960
2961         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2962         Suggested by <chris.anderton@zetnet.co.uk>.
2963
2964 2008-03-04  Glenn Morris  <rgm@gnu.org>
2965
2966         * gnus-sum.el (top-level): No need to require gnus when compiling,
2967         since unconditionally required near start of file.
2968         (gnus-summary-display-while-building): Move definition before use.
2969
2970 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
2971
2972         * gnus-registry.el (gnus-registry-user-format-function-M): Add
2973         formatting function.
2974
2975 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
2976
2977         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2978         with plists.
2979         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2980         Use new format.
2981
2982 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2983
2984         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2985         `where-is-internal' that returns a range of key sequences.
2986
2987 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2988
2989         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2990
2991         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
2992         (gnus-summary-jump-to-group): Consider windows on other displayed
2993         frames as well.  Similar changes might be needed elsewhere, but that's
2994         the one I've bumped into during my use.
2995
2996         * nndoc.el (nndoc-oe-dbx-type-p):
2997         * gnus-msg.el (gnus-debug):
2998         * gnus-group.el (gnus-update-group-mark-positions):
2999         Use mm-string-to-multibyte.
3000
3001 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3002
3003         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3004         doesn't handle NotDashEscaped.
3005
3006         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3007         (mml-dnd-attach-options): Fix typo in custom choice.
3008
3009         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3010         nndoc-article-type to mbox.
3011         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3012
3013         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3014         to nil, instead of html2text.
3015
3016         * imap.el (imap-debug): Add `imap-ping-server'.
3017
3018         * gnus-bookmark.el: Add FIXMEs.
3019
3020         * message.el (message-form-letter-separator)
3021         (message-send-form-letter-delay): New variables.
3022         (message-send-form-letter): Use them.  New command to send form
3023         letters.  Requested by Uwe Siart.
3024         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3025
3026 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3027
3028         * Update copyright years.
3029
3030 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3031
3032         Sync from EMACS_22_BASE.
3033
3034         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3035
3036 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3037
3038         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3039         empty author.
3040
3041 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3042
3043         * gnus-registry.el (gnus-registry-marks): Add variable for
3044         customization of marks and their appearance.
3045         (gnus-registry-read-mark): Use it.
3046         (gnus-registry-do-marks): Add utility function to loop through
3047         `gnus-registry-marks'.
3048         (gnus-registry-install-shortcuts-and-menus): Add function to install
3049         shortcuts and menus.
3050         (gnus-registry-initialize): Use it.
3051         (gnus-registry-default-mark): Clarify documentation.
3052
3053 2008-02-29  Glenn Morris  <rgm@gnu.org>
3054
3055         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3056         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3057         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3058         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3059         Change defcustom :version from 23.0 to 23.1.
3060
3061 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3062
3063         * gnus-registry.el (gnus-registry-follow-group-p)
3064         (gnus-registry-post-process-groups): Add functions to aid registry
3065         splitting and improve logging.  Clarify behavior in function
3066         documentation.
3067         (gnus-registry-split-fancy-with-parent): Use them.
3068
3069 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3070
3071         * gnus-art.el: Use with-current-buffer.
3072
3073 2008-02-27  David Engster  <dengste@eml.cc>
3074
3075         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3076         Express real group name in the response.
3077
3078 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3079
3080         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3081         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3082         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3083         autoload gnus-registry-fetch-group when compiling.
3084         (nnmairix-request-group-with-article-number-correction): Remove
3085         unreferenced argument passed to nnmairix-call-backend.
3086
3087 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3088
3089         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3090         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3091         Wilde.
3092
3093 2008-02-27  Glenn Morris  <rgm@gnu.org>
3094
3095         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3096         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3097         variables to defconsts.  Convert comments to doc-strings.
3098         (nnmairix-last-server, nnmairix-current-server): Convert from free
3099         variables to defvars.  Convert comments to doc-strings.
3100         (gnus-registry-fetch-group): Autoload.
3101         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3102         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3103         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3104         caddr.
3105         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3106         nnmairix-request-group-with-article-number-correction call.
3107         (nnmairix-fast, nnmairix-group): New, less general names, for free
3108         variables passed from nnmairix-request-group to
3109         nnmairix-request-group-with-article-number-correction.  Declare.
3110         (nnmairix-request-group-with-article-number-correction):
3111         Use nnmairix-fast, nnmairix-group rather than fast, group.
3112
3113 2008-02-26  David Engster  <dengste@eml.cc>
3114
3115         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3116         version 0.5.
3117
3118 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3119
3120         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3121         instead of making an extra function call.  Don't add the current group
3122         to articles only when they have the group.  Use
3123         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3124         Reported by David <de_bb@arcor.de>.
3125
3126 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3127
3128         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3129         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3130
3131 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3132
3133         * mail-source.el (mail-source-delete-incoming): Change default.
3134         Supplement doc string.
3135
3136         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3137
3138 2008-02-14  Glenn Morris  <rgm@gnu.org>
3139
3140         * time-date.el (format-seconds): New function.
3141
3142 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3143
3144         * nnmail.el (nnmail-message-id-cache-file): Derive from
3145         `gnus-home-directory'.
3146
3147 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3148
3149         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3150         Document negative prefix.
3151
3152         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3153
3154 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3155
3156         * message.el (message-unsent-separator): Add the Exim bounce
3157         separator.
3158
3159 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3160
3161         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3162         list.
3163         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3164         recipient/signer list.
3165
3166 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3167
3168         * Makefile.in (datarootdir): Define.
3169         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3170         name that might contain whitespace.
3171
3172 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3173
3174         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3175         fbound (Emacs 23 unicode), signal an error.
3176
3177 2008-02-08  Glenn Morris  <rgm@gnu.org>
3178
3179         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3180
3181 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3182
3183         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3184         ports to the calls to `netrc-machine-user-or-password' in addition to
3185         "imap" and "imaps".
3186
3187 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3188
3189         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3190
3191         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3192
3193 2008-02-01  Kenichi Handa  <handa@m17n.org>
3194
3195         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3196         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3197         (rfc2104-hash): Convert the result of concat to unibyte string.
3198
3199 2008-02-01  Dave Love  <fx@gnu.org>
3200
3201         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3202         coding-system-for-read.
3203         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3204
3205 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3206
3207         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3208         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3209         <hanche@math.ntnu.no>.
3210
3211 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3212
3213         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3214
3215         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3216
3217 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3218
3219         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3220         * message.el (message-beginning-of-line): Use featurep instead of bound
3221         tests in order to resolve conditionals at compile time.
3222
3223 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3224
3225         * mail-source.el (mail-sources): Add `group' choice.
3226
3227         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3228         parameter `in-group' to control into which group the articles go.
3229         Add treatment of `group' mail-source.
3230
3231 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3232
3233         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3234
3235         * mm-decode.el (mm-dissect-buffer): Decode description.
3236
3237         * mml.el (mml-to-mime): Encode message header first.
3238
3239 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3240
3241         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3242         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3243
3244         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3245         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3246
3247 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3248
3249         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3250
3251 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3252
3253         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3254         prefix keys.
3255         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3256         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3257         gnus-xmas.el.
3258
3259         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3260         (gnus-xmas-article-describe-bindings): New function.
3261         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3262         gnus-xmas-article-describe-bindings.
3263
3264         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3265
3266 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3267
3268         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3269         Add new variables for article mark management.
3270         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3271         list of extra data entries which, when present, will indicate that the
3272         article ID should not be trimmed from the registry.
3273         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3274         functions.
3275         (gnus-registry-read-mark): New function to read a mark name from the
3276         user.
3277         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3278         (gnus-registry-set-article-mark-internal): New functions to add and
3279         remove marks.
3280         (gnus-registry-get-article-marks): New function to show the marks for
3281         an article, or retrieve them for further use.
3282
3283 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3284
3285         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3286         keys when no argument is given.
3287
3288 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3289
3290         * imap.el (imap-ping-server): New variable.
3291         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3292         (imap-ping-server): Minor doc string fixes.
3293
3294 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3295
3296         * imap.el (imap-ping-server): New function.
3297         (imap-opened): Call imap-ping-server.
3298
3299 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3300
3301         * gnus-sum.el (gnus-article-sort-by-random)
3302         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3303         jidanni@jidanni.org.
3304
3305 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3306
3307         * gnus-art.el (gnus-article-describe-bindings): New function.
3308         (gnus-article-read-summary-keys): Use it.
3309         (gnus-article-mode-map): Bind `C-h b' to it.
3310
3311 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3312
3313         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3314         XEmacs.
3315         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3316         against non-character events.
3317
3318         * lpath.el: Fbind map-keymap for Emacs 21.
3319
3320 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3321
3322         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3323         command.
3324         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3325         instead of END.  Change name of the temp file.
3326         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3327         customizable.
3328
3329 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3330
3331         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3332         bind `S W' to gnus-article-wide-reply-with-original; set default
3333         binding to gnus-article-read-summary-send-keys.
3334         (gnus-article-read-summary-keys): Fix the order of keys; display
3335         continuation keys correctly in the echo area; describe bindings
3336         correctly when keys end with `C-h'.
3337         (gnus-article-read-summary-send-keys): New function.
3338         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3339         for gnus-article-read-summary-send-keys; display continuation keys
3340         correctly in the echo area.
3341         (gnus-article-reply-with-original): Ignore prefix argument.
3342         (gnus-article-wide-reply-with-original): New function.
3343
3344         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3345         Emacs 21.
3346
3347 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3348
3349         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3350         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3351
3352 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3353
3354         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3355         (gnus-group-read-ephemeral-gmane-group): New command.
3356
3357 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3358
3359         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3360
3361 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3362
3363         * message.el (message-send-mail-function): Increase custom version.
3364
3365         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3366         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3367
3368 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3369
3370         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3371         for the cases where imap-authenticate is called with a nil buffer
3372         parameter.
3373
3374 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3375
3376         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3377         html parts correctly; support forwarded messages.
3378         (gnus-article-browse-html-article): Remove work buffers.
3379
3380         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3381         compiling.
3382         (netrc-bound-and-true-p): New macro.
3383         (netrc-parse): Use it instead of bound-and-true-p that is not available
3384         in XEmacs 21.4.
3385
3386 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3387
3388         * gnus-registry.el (gnus-registry-mark-article)
3389         (gnus-registry-article-marks): Add functionality to mark articles
3390         through the Gnus registry.
3391
3392         * encrypt.el: Clarify documentation for the new pgg method.
3393         (encrypt-file-alist): Add PGG option.
3394         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3395         functionality.  Abstract password key and messaging to external
3396         functions.
3397         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3398         (encrypt-message-method-and-cipher): Add new convenience external
3399         functions.
3400         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3401         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3402
3403         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3404         (netrc-parse): Use encrypt-file-alist to determine if
3405         encrypt-find-model or encrypt-insert-file-contents should be used.
3406
3407         * encrypt.el: Clarify documentation.  Load password-cache or
3408         password, whichever one is found first, instead of autoloading.
3409
3410 2007-12-19  Glenn Morris  <rgm@gnu.org>
3411
3412         * mml.el (message-options-set, message-narrow-to-head)
3413         (message-in-body-p, message-mail-p, message-encode-message-body):
3414         Autoload.
3415         (message-remove-header, message-narrow-to-headers-or-head)
3416         (message-subscribed-p, message-make-mail-followup-to)
3417         (message-position-on-field, message-news-p)
3418         (message-options-set-recipient, message-generate-headers)
3419         (message-sort-headers): Declare as functions.
3420
3421 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3422
3423         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3424         convention in doc string.
3425
3426 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3427
3428         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3429         title to html parts.
3430         (gnus-article-browse-html-article): Pass message header to it.
3431
3432         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3433
3434 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3435
3436         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3437         or password compatible with XEmacs.
3438
3439 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3440
3441         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3442         format document.
3443         (gnus-mime-delete-part): Don't write description line if empty.
3444         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3445
3446 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
3447
3448         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3449         (gnus-summary-mark-read-and-unread-as-read)
3450         (gnus-summary-mark-current-read-and-unread-as-read)
3451         (gnus-summary-mark-unread-as-ticked): Doc fix.
3452         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3453
3454 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3455
3456         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3457         Christoph Conrad <christoph.conrad@gmx.de>.
3458
3459 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3460
3461         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3462         yes-or-no-p.
3463
3464 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3465
3466         * mm-decode.el (mm-add-meta-html-tag): New function.
3467         (mm-save-part-to-file, mm-pipe-part): Use it.
3468
3469         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3470         gnus-y-or-n-p instead of y-or-n-p.
3471         (gnus-article-browse-html-parts): Work with message/external-body; use
3472         mm-add-meta-html-tag.
3473
3474 2007-12-11  Glenn Morris  <rgm@gnu.org>
3475
3476         * gnus-cache.el: Require gnus-sum not just when compiling.
3477
3478         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3479
3480         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3481         definitions before use.
3482
3483         * mm-decode.el: Require gnus-util.
3484         (mm-remove-part): Only call delete-annotation on XEmacs.
3485
3486         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3487
3488         * nnmail.el: Require gnus-int.
3489
3490         * spam.el: Move `require's before `eval-when-compile's.
3491
3492         * gnus-ems.el (gnus-alive-p):
3493         * gnus-fun.el (message-goto-eoh):
3494         * gnus-util.el (gnus-group-name-decode):
3495         * mail-source.el (gnus-compress-sequence):
3496         * message.el (Info-goto-node, format-spec):
3497         * mm-bodies.el (message-options-get):
3498         * mm-decode.el (mm-view-pkcs7):
3499         * mm-util.el (gmm-write-region):
3500         * mml-smime.el (mml-compute-boundary)
3501         (gnus-completing-read-with-default):
3502         * mml.el (widget-button-press, gnus-make-hashtable):
3503         * mml1991.el (mm-decode-content-transfer-encoding)
3504         (mm-encode-content-transfer-encoding)
3505         (message-options-get, message-options-set):
3506         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3507         * nnfolder.el (gnus-request-group):
3508         * nnheader.el (ietf-drums-unfold-fws):
3509         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3510         * smime.el (gnus-run-mode-hooks):
3511         * spam-stat.el (gnus-message): Autoload.
3512
3513         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3514         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3515         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3516         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3517         Add declare-function compatibility definition.
3518
3519         * gnus-cache.el (nnvirtual-find-group-art):
3520         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3521         (gnus-add-image, gnus-add-wash-type):
3522         * gnus-group.el (nnkiboze-score-file):
3523         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3524         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3525         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3526         (message-tokenize-header, gnus-get-buffer-create)
3527         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3528         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3529         * gnus.el (gnus-group-decoded-name):
3530         * mail-source.el (imap-capability):
3531         * mm-bodies.el (message-options-set):
3532         * mm-decode.el (gnus-configure-windows):
3533         * mm-extern.el (message-goto-body):
3534         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3535         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3536         (epg-sub-key-validity, message-options-set):
3537         * mml.el (widget-event-point, gnus-configure-windows):
3538         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3539         * mml2015.el (epg-check-configuration, epg-configuration)
3540         (message-options-set):
3541         * nndb.el (nndb-request-article):
3542         * nnfolder.el (gnus-request-create-group):
3543         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3544         * nnmaildir.el (gnus-group-mark-article-read):
3545         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3546         * rfc1843.el (message-fetch-field):
3547         * spam.el (gnus-extract-address-components):
3548         Declare as functions.
3549
3550 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3551
3552         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3553
3554         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3555
3556         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3557         bind show-trailing-whitespace for XEmacs.
3558
3559 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3560
3561         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3562         new no-op macro for backward compatibility.
3563
3564         * imap.el (imap-string-to-integer): New function.
3565
3566 2007-12-09  Glenn Morris  <rgm@gnu.org>
3567
3568         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3569
3570         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3571         * message.el, mm-view.el, sieve-manage.el, smime.el:
3572         Add declare-function compatibility definition.
3573
3574         * gnus-art.el (w3-region, w3m-region, Info-menu):
3575         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3576         * gnus-sum.el (gnus-get-predicate):
3577         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3578         * message.el (mail-abbrev-in-expansion-header-p):
3579         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3580         (w3m-detect-meta-charset, w3m-region):
3581         * sieve-manage.el (password-read, password-cache-add)
3582         (password-cache-remove):
3583         * smime.el (password-read-and-add): Declare as functions.
3584
3585 2007-12-08  David Kastrup  <dak@gnu.org>
3586
3587         * gnus-sum.el (gnus-summary-simplify-subject-query):
3588         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3589         `message'.
3590
3591 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3592
3593         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3594         it to bind idna-program, installation-directory, defined-colors, and
3595         face-attribute for XEmacs of the version that compiles defcustom forms.
3596
3597 2007-12-07  Glenn Morris  <rgm@gnu.org>
3598
3599         * gnus-art.el (article-make-date-line): Revert previous change.
3600
3601 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3602
3603         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3604
3605 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3606
3607         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3608         Call gnus-add-to-range ranges only once with a prepared article-list.
3609
3610 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3611
3612         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3613         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3614         group names with backslashes.  Reported by Tassilo Horn
3615         <tassilo@member.fsf.org>.
3616
3617 2007-12-06  Deepak Goel  <deego3@gmail.com>
3618
3619         * gnus-art.el (article-make-date-line):
3620         * gnus-start.el (gnus-load):
3621         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3622
3623 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3624
3625         * gnus-art.el (gnus-use-idna)
3626         * gnus-start.el (gnus-site-init-file)
3627         * message.el (message-use-idna)
3628         * mm-uu.el (mm-uu-hide-markers)
3629         * smiley.el (smiley-style): Revert changes that suppress warnings.
3630
3631 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3632
3633         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3634         specify charset to html source.  Reported by Christoph Conrad
3635         <christoph.conrad@gmx.de>.
3636
3637 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3638
3639         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3640         idna-program in order to suppress byte compile warning issued by XEmacs
3641         that came to byte compile the default value section of defcustom forms
3642         recently.
3643
3644         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3645         value of installation-directory.
3646
3647         * message.el (message-use-idna): Don't directly refer to the value of
3648         idna-program.
3649
3650         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3651
3652         * smiley.el (smiley-style): Don't directly call face-attribute.
3653
3654 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3655
3656         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3657
3658         * gnus-dired.el: Reduce Gnus dependencies.
3659         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3660         require.  Use autoloads instead.
3661         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3662         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3663         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3664         (gnus-dired-mode): Adjust doc string.
3665         (gnus-dired-mail-mode): New variable.
3666         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3667         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3668         (gnus-dired-mail-buffers): New function.  Return mail or message
3669         composition buffers.
3670         (gnus-dired-attach): Use it.
3671         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3672         NO-DECODE.
3673         (gnus-dired-print): Use `gnus-print-buffer' depending on
3674         `gnus-dired-mail-mode'.
3675
3676 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3677
3678         * rfc2047.el (rfc2047-encoded-word-regexp)
3679         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3680         explaining what regexp patterns are for.
3681
3682 2007-12-04  Glenn Morris  <rgm@gnu.org>
3683
3684         * password.el: Move to password-cache.el.
3685
3686         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3687         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3688         * mml-smime.el (password-read, password-cache-add)
3689         (password-cache-remove):
3690         No need to autoload, since mml-sec requires password.
3691
3692         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3693         * message.el (gnus-extract-address-components):
3694         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3695
3696         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3697         password.
3698
3699 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3700
3701         * mailcap.el: Reduce dependencies.
3702         (mail-header-parse-content-type): Autoload.
3703         (mailcap-delete-duplicates): New alias.
3704         (mailcap-mime-info): Add optional argument NO-DECODE.
3705         (mailcap-mime-types): Use mailcap-delete-duplicates.
3706
3707         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3708
3709 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3710
3711         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3712         (imap-parse-status): Upcase status-att for servers that sends them
3713         lower-case (e.g., MS Exchange 2007).
3714
3715 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3716
3717         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3718         function.
3719
3720         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3721         (gnus-uu-yenc-article): New function.
3722
3723         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3724
3725         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3726         buffer.
3727
3728 2007-12-02  Glenn Morris  <rgm@gnu.org>
3729
3730         * binhex.el (binhex): New custom group.
3731         (binhex-decoder-program, binhex-decoder-switches)
3732         (binhex-use-external): Move to the binhex custom group.
3733
3734         * uudecode.el (uudecode): New custom group.
3735         (uudecode-decoder-program, uudecode-decoder-switches)
3736         (uudecode-use-external): Move to the uudecode custom group.
3737
3738         * netrc.el (top-level): Don't load `encrypt' features.
3739         (netrc-parse): Don't use encrypt.
3740         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3741
3742         * encrypt.el: Remove file.
3743
3744 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3745
3746         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3747         matches on patches.
3748
3749         * gnus-art.el (gnus-article-browse-html-article): Mention
3750         `mm-text-html-renderer' in the doc string.
3751
3752         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3753         string.  Add comments.
3754
3755         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3756         if rhs is ASCII.
3757
3758 2007-12-01  Glenn Morris  <rgm@gnu.org>
3759
3760         * mail-source.el (top-level): Require format-spec before
3761         eval-when-compile.
3762
3763 2007-11-30  Glenn Morris  <rgm@gnu.org>
3764
3765         * encrypt.el: Require password, rather than autoloading password-read.
3766
3767 2007-11-29  Glenn Morris  <rgm@gnu.org>
3768
3769         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3770         (sasl-make-client, sasl-next-step, sasl-step-data)
3771         (sasl-step-set-data): Declare as functions.
3772
3773 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3774
3775         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3776
3777 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3778
3779         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3780         certs should be verified and what is to be done in the event of a
3781         verification failure.
3782
3783         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3784         caller can indicate whether the cache should be disregarded for this
3785         call.  This way the result of the call is reproducible at all times and
3786         can be considered a canonical server name for the supplied method.
3787         (gnus-agent-method-p): Canonicalize server names by pushing their
3788         method through `gnus-method-to-server' using the no-cache argument.
3789
3790         * gnus-srvr.el (gnus-server-insert-server-line): Call
3791         `gnus-method-to-server' with `no-cache' argument.
3792
3793         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3794         gnus-agent-possibly-synchronize-flags as this should be called when the
3795         server is actually being opened.
3796         (gnus-agent-possibly-synchronize-flags)
3797         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3798         flags file of an agentized server to the latter function.
3799
3800         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3801         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3802         after a connection has been established successfully.
3803
3804 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3805
3806         * gnus-art.el (article-display-face): Force to display face if called
3807         interactively; check if gnus-article-x-face-too-ugly matches author.
3808         (article-display-x-face): Display face even if From header is missing
3809         as article-display-face does.
3810
3811 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3812
3813         * hashcash.el (message-narrow-to-headers-or-head)
3814         (message-fetch-field, message-goto-eoh)
3815         (message-narrow-to-headers): Declare as functions.
3816
3817 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3818
3819         * mail-source.el (mail-sources): Default to fetch from file for
3820         compatibility with default of nnmail-spool-file.
3821
3822 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3823
3824         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3825         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3826         to look for encoded word that should be encoded again.
3827         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3828         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3829         encoding pattern.
3830         (rfc2047-decode-region): Switch strict regexp and loose one according
3831         to rfc2047-allow-irregular-q-encoded-words.
3832
3833 2007-11-25  Romain Francoise  <romain@orebokech.com>
3834
3835         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3836
3837 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3838
3839         * tls.el (tls-program): Provide more custom choices from
3840         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3841         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3842
3843 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3844
3845         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3846         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3847
3848         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3849         `nnmail-spool-file'.
3850
3851         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3852         `nnmail-spool-file'.
3853
3854         * gnus-move.el (gnus-change-server): Ditto.
3855
3856         * gnus-kill.el (gnus-batch-score): Ditto.
3857
3858         * gnus-cache.el (gnus-jog-cache): Ditto.
3859
3860         * gnus-msg.el (gnus-summary-reply):
3861         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3862
3863 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3864
3865         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3866         version.  Minor improvement to doc strings.
3867         (tls-program): Add comment.
3868
3869 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3870
3871         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3872         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3873         mismatch between the hostname provided in the certificate and the name
3874         of the host connnecting to.
3875         (open-tls-stream): Use them.  Check certificates against trusted root
3876         certificates.
3877
3878 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3879
3880         * gnus-cache.el (gnus-cache-generate-nov-databases):
3881         Use nnml-generate-nov-databases-directory instead of
3882         nnml-generate-nov-databases-1.
3883
3884 2007-11-24  Glenn Morris  <rgm@gnu.org>
3885
3886         * message.el (message-tool-bar-retro): Update for rename
3887         mail_send.xpm->mail-send.xpm.
3888
3889 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3890
3891         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3892         `smime-ldap-search' for Emacs 22 and up.
3893
3894 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3895
3896         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3897
3898         * message.el (message-send-mail-function): Fix error convention.
3899         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3900         (message-widen-reply, message-send-mail, message-talkative-question)
3901         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3902         (message-clone-locals, message-send-news): Use with-current-buffer.
3903         (message-insert-or-toggle-importance): Remove unused var `valid'.
3904         (message-make-references): Remove unused var `new-references'.
3905         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3906
3907 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3908
3909         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3910         (spam-split-symbolic-return-positive): Reflow docstring.
3911         (spam-backends, spam-summary-exit-behavior)
3912         (spam-mark-ham-unread-before-move-from-spam-group)
3913         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3914         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3915         (spam-clear-cache, spam-backend-check, spam-install-backend)
3916         (spam-install-statistical-backend, spam-list-of-processors)
3917         (spam-group-processor-p, spam-split, spam-bogofilter-score)
3918         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3919         (spam-check-crm114, spam-initialize, spam-unload-hook):
3920         Fix typos in docstrings.
3921
3922 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3923
3924         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3925         been checked if they have never been read and those group levels are
3926         higher than the one that a user specified.
3927
3928 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3929
3930         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3931         foreign groups unless a group level is specified by a user.
3932         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3933
3934 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
3935
3936         * message.el (message-send-mail-function): Require sendmail.
3937
3938 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
3939
3940         * message.el (message-send-mail-function): Check for smtpmail too.
3941
3942         * utf7.el (utf7-encode, utf7-decode): Use coding system
3943         `utf-7'/`utf-7-imap' from utf-7.el' if available.
3944
3945         * message.el (message-send-mail-function): New function.
3946         (message-send-mail-function): Set default using
3947         message-send-mail-function.  Adjust doc string.
3948         (message-send-mail-with-mailclient): New function.
3949
3950 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3951
3952         * smime.el (from):
3953         * rfc2047.el (message-posting-charset):
3954         * qp.el (mm-use-ultra-safe-encoding):
3955         * pop3.el (parse-time-months):
3956         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3957         * nnml.el (files):
3958         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3959         (jka-compr-compression-info-list, ange-ftp-path-format)
3960         (efs-path-regexp):
3961         * nndiary.el (files):
3962         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3963         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3964         (epg-digest-algorithm-alist, inhibit-redisplay)
3965         (password-cache-expiry):
3966         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3967         (pgg-output-buffer, password-cache-expiry):
3968         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3969         (efs-path-regexp):
3970         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3971         (inhibit-redisplay):
3972         * mm-uu.el (file-name, start-point, end-point, entry)
3973         (gnus-newsgroup-name, gnus-newsgroup-charset):
3974         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3975         (latin-unity-ucs-list):
3976         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3977         (mm-uu-binhex-decode-function):
3978         * message.el (gnus-message-group-art, gnus-list-identifiers)
3979         (rmail-enable-mime-composing, gnus-local-organization)
3980         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3981         (gnus-read-active-file, facemenu-add-face-function)
3982         (facemenu-remove-face-function, gnus-article-decoded-p)
3983         (tool-bar-mode):
3984         * mail-source.el (display-time-mail-function):
3985         * gnus-util.el (nnmail-pathname-coding-system)
3986         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3987         (gnus-original-article-buffer, gnus-user-agent)
3988         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3989         (xemacs-codename, sxemacs-codename, emacs-program-version):
3990         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3991         * gnus-start.el (gnus-agent-covered-methods)
3992         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3993         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3994         (gnus-newsgroup-headers, gnus-group-list-mode)
3995         (gnus-group-mark-positions, gnus-newsgroup-data)
3996         (gnus-newsgroup-unreads, nnoo-state-alist)
3997         (gnus-current-select-method, mail-sources)
3998         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3999         (nnmail-spool-file, gnus-cache-active-hashtb):
4000         * gnus-mh.el (mh-lib-progs):
4001         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4002         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4003         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4004         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4005         (gnus-group-buffer):
4006         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4007         (font-lock-set-defaults):
4008         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4009         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4010         (gnus-summary-post-menu, total-parts, type, condition, length):
4011         * gnus-agent.el (gnus-agent-read-agentview):
4012         * flow-fill.el (show-trailing-whitespace):
4013         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4014         eval-and-compile wrappers for byte compiler pacifiers.
4015
4016         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4017         (mm-display-inline-fontify): Check for featurep 'xemacs not
4018         extent-list.
4019
4020         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4021         itimer-list.
4022         (mm-create-image-xemacs): Only do something for XEmacs.
4023         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4024
4025         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4026
4027         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4028         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4029
4030 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4031
4032         * nnimap.el (nnimap-split-download-body):
4033         * gnus-demon.el (gnus-demon):
4034         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4035
4036 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4037
4038         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4039         macros.
4040         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4041         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4042         copy data from unibyte buffer to multibyte current buffer.
4043         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4044         to copy data from unibyte current buffer to multibyte buffer.
4045         (nntp-make-process-buffer): Make process buffer unibyte.
4046
4047         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4048
4049 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4050
4051         * pop3.el (pop3-open-server): Accept and process data more robustly at
4052         connexion start to avoid spurious "POP SSL connexion failed" errors.
4053
4054 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4055
4056         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4057         read group names.
4058
4059 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4060
4061         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4062
4063 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4066         (nnmail-save-active): Use a unibyte buffer when saving active file,
4067         which may contain non-ASCII group names.
4068
4069         * nnml.el (nnml-request-group): Decode group names in messages.
4070
4071 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4072
4073         * message.el (message-citation-line-function)
4074         (message-insert-formatted-citation-line): Fix spelling of
4075         `message-insert-formated-citation-line'.
4076
4077 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4078
4079         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4080
4081 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4082
4083         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4084         nnmail-pathname-coding-system.
4085
4086         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4087         that a user enters; decode group names in messages.
4088
4089         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4090
4091 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4092
4093         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4094
4095         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4096
4097         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4098         risky local variable.
4099
4100         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4101
4102 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4103
4104         * encrypt.el: Improve documentation to fix function name typo.
4105         Reported by Daiki Ueno <ueno@unixuser.org>.
4106
4107 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4108
4109         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4110         even if the point is not in the last page of an article.
4111         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4112         back to the previous page.
4113
4114 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4115
4116         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4117
4118 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4119
4120         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4121
4122 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4123
4124         * message.el (message-check-news-body-syntax): Avoid
4125         mm-string-as-multibyte.
4126         (message-hide-headers): Don't assume (point-min)==1.
4127
4128 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4129
4130         * message.el (message-remove-blank-cited-lines): Fix if remove is
4131         given.
4132         (message-bogus-address-regexp): New variable.
4133         (message-bogus-recipient-p): New function.
4134         (message-check-recipients): New command.
4135         (message-syntax-checks): Add `bogus-recipient'.
4136         (message-fix-before-sending): Add `bogus-recipient'.
4137
4138         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4139         (gnus-treat-body-boundary): Don't test window-system.
4140
4141 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4142
4143         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4144
4145 2007-10-28  Miles Bader  <miles@gnu.org>
4146
4147         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4148         at compile-time too.
4149
4150 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4151
4152         * gnus-msg.el (gnus-message-setup-hook): Add
4153         `message-remove-blank-cited-lines' to options.
4154
4155 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4156
4157         * message.el (message-remove-blank-cited-lines): New function.
4158         Suggested by Karl Plästerer.
4159
4160 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4161
4162         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4163         mapc.
4164
4165         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4166         (top-level): Use mapc to set functions to be traced for debugging.
4167
4168         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4169         called for effect with while loop.
4170
4171         * message.el (message-talkative-question): Replace mapcar called for
4172         effect with mapc.
4173
4174         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4175         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4176         called for effect with dolist.
4177
4178         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4179
4180         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4181         gnus-extra-headers and nnmail-extra-headers.
4182
4183         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4184         called for effect with dolist.
4185         (top-level): Use mapc to set functions to be traced for debugging.
4186
4187         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4188         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4189         dolist.
4190
4191         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4192         Replace mapcar called for effect with mapc.
4193         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4194         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4195         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4196         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4197
4198         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4199         remove-if that's a cl function.
4200
4201         * webmail.el (webmail-debug): Replace mapcar called for effect with
4202         dolist.
4203
4204         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4205         with mapc.
4206
4207 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4208
4209         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4210         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4211         with while loop.
4212
4213         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4214         functions from article-* functions.
4215         (gnus-multi-decode-header): Replace mapcar called for effect with
4216         dolist.
4217
4218         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4219         (gnus-bookmark-show-details): Replace mapcar called for effect with
4220         while loop.
4221
4222         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4223         called for effect with while loop.
4224
4225         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4226         with dolist.
4227
4228         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4229         mapcar called for effect with dolist.
4230
4231         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4232
4233         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4234         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4235         Replace mapcar called for effect with dolist.
4236         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4237         mapc.
4238
4239         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4240         Replace mapcar called for effect with dolist.
4241         (gnus-topic-list): Replace mapcar called for effect with mapc.
4242
4243         * gnus.el: Use mapc instead of mapcar to add autoloads.
4244
4245 2007-10-23  Richard Stallman  <rms@gnu.org>
4246
4247         * gnus-group.el (gnus-group-highlight): Mark as risky.
4248
4249 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4250
4251         * gnus.el (gnus-server-to-method): Return method found first in
4252         gnus-newsrc-alist.
4253
4254         * gnus-art.el (gnus-article-highlight-signature)
4255         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4256         button overlay without the front stickiness.
4257
4258 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4259
4260         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4261         overview buffer needed a catch to receive its throw.
4262         (gnus-agent-flush-cache): Declared as interactive to make this function
4263         easier to use.
4264
4265 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4266
4267         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4268         `next-line'.
4269
4270 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4271
4272         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4273         exclude address matching message-dont-reply-to-names.
4274
4275 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4276
4277         * gnus-util.el (gnus-string<): New function.
4278
4279         * gnus-sum.el (gnus-article-sort-by-author)
4280         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4281
4282 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4283
4284         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4285         the frame-focus tag is set in gnus-buffer-configuration.
4286
4287 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4288
4289         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4290         the front stickiness.
4291
4292 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4293
4294         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4295         url pattern; remove duplicate one.
4296         (gnus-article-extend-url-button): New function.
4297         (gnus-article-add-buttons): Use it.
4298         (gnus-button-push): Use concatenated url that it makes.
4299
4300 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4301
4302         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4303
4304 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4305
4306         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4307         Don't hardcode point-min==1.
4308
4309 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4310
4311         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4312         Fix comment about "iso8859-1".
4313
4314 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4315
4316         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4317         ones returned from the verify-function.
4318
4319         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4320         mml2015-extract-cleartext-signature if extraction failed.
4321
4322 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4323
4324         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4325         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4326         failed.
4327
4328 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4329
4330         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4331
4332 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4333
4334         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4335         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4336         recommends to use EasyPG instead of PGG.
4337
4338         * pgg.el: Revert to revision 6.23.2.16.
4339
4340         * pgg-def.el: Revert to revision 6.6.2.14.
4341
4342         * pgg-gpg.el: Revert to revision 6.23.2.34.
4343
4344 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4345
4346         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4347         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4348         thread for both the null and zero (kill/expire thread) universal prefix
4349         cases.
4350         (gnus-summary-expire-thread): Add new function to expire a thread,
4351         using gnus-summary-kill-thread.
4352         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4353         shortcuts for gnus-summary-expire-thread.
4354         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4355         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4356
4357 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4358
4359         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4360         extras value, so an extras entry can be deleted.
4361         (gnus-registry-delete-extra-entry): Use it.
4362         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4363         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4364         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4365         storage through the gnus-registry, and provide an appropriate API for
4366         it.
4367
4368 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4369
4370         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4371         Suggested by Leo <sdl.web@gmail.com>.
4372
4373         * gnus.el: Do.
4374
4375 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4376
4377         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4378         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4379
4380         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4381
4382         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4383         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4384
4385 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4386
4387         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4388         newline.
4389         (nnmbox-request-accept-article): Don't change article in source buffer;
4390         narrow to header to use message-fetch-field rather than
4391         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4392         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4393         as delimiters; make sure article ends with newline.
4394         (nnmbox-delete-mail): Correct last position of article to be deleted;
4395         ignore X-Gnus-Newsgroup header in article body.
4396         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4397         positions; make sure article ends with newline.
4398
4399         * message.el (message-display-abbrev): Don't infloop when a user
4400         inserts SPC in the beginning of header.
4401
4402         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4403         coding-system-for-read and coding-system-for-write for XEmacs having no
4404         file-coding feature.
4405
4406         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4407
4408 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4409
4410         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4411         list of groups not followed by default.  Fix type to be regexp.
4412         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4413
4414 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4415
4416         * hmac-def.el (define-hmac-function): Switch from old-style to
4417         new-style backquotes.
4418
4419         * md4.el (md4-make-step): Likewise.
4420
4421 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4422
4423         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4424         raw-text coding system when saving .newsrc file, which may contain
4425         non-ASCII group names.
4426
4427 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4428
4429         * gnus-cus.el (gnus-score-extra): New widget.
4430         (gnus-score-extra-convert): New function.
4431         (gnus-score-customize): Use it for Extra.
4432
4433 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4434
4435         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4436         (mml2015-mailcrypt-clear-verify): Use it.
4437         (mml2015-gpg-clear-verify): Use it.
4438         (mml2015-pgg-clear-verify): Use it.
4439         (mml2015-epg-clear-verify): Replace the current part with the output
4440         from GnuPG; don't extract the plaintext by itself.
4441
4442         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4443         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4444         mml2015-clear-verify-function; don't touch the armor headers or
4445         dash-escaped text here.
4446
4447 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4448
4449         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4450         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4451         parts, or application/octet-stream as a last resort.
4452         (gnus-mime-view-part-as-type): Don't toggle display.
4453         (gnus-mime-view-part-as-charset): Don't turn off display before
4454         querying charset.
4455
4456         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4457         stuff to undisplayer function in Emacs.
4458         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4459
4460         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4461         text/calendar parts.
4462
4463 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4464
4465         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4466         decoding text/calendar parts.
4467
4468         * message.el (message-forward-make-body-mime): Always mark body as
4469         having no illegible text; remove signed-or-encrypted argument.
4470         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4471
4472         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4473         (mml-generate-mime-1): Don't encode body if it is specified to be in
4474         raw form; don't make buffer be unibyte when inserting multibyte string.
4475
4476 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4477
4478         * sha1.el: Fix up comment style.
4479         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4480         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4481
4482         * hex-util.el: Fix up comment style.
4483         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4484
4485         * gnus-salt.el: Use with-current-buffer.
4486         (gnus-pick-setup-message): Fix long-standing typo.
4487
4488 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4489
4490         * imap.el (imap-logout-timeout): New variable.
4491         (imap-logout, imap-logout-wait): New functions.
4492         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4493
4494         * nnimap.el (nnimap-logout-timeout): New server variable.
4495         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4496         nnimap-logout-timeout.
4497
4498         * gnus-art.el (gnus-article-summary-command-nosave)
4499         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4500
4501 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4502
4503         * gnus.el (gnus-maximum-newsgroup): New variable.
4504
4505         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4506         according to gnus-maximum-newsgroup.
4507
4508         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4509         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4510         Limit the range of articles according to gnus-maximum-newsgroup.
4511
4512 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4513
4514         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4515         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4516         Don't perform gnus-configure-windows here; reuse existing sticky
4517         article buffer.
4518
4519         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4520         it doesn't exist in gnus-article-mode.
4521
4522 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4523
4524         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4525         (gnus-agent-decoded-group-name): New function.
4526         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4527         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4528
4529 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4530
4531         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4532         Add binding for gnus-sticky-article.
4533         (gnus-summary-exit): Don't kill sticky article buffers.
4534
4535         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4536         article buffer.
4537         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4538         (gnus-kill-sticky-article-buffers): New commands.
4539
4540 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4541
4542         * nntp.el (nntp-xref-number-is-evil): New server variable.
4543         (nntp-find-group-and-number): If it is non-nil, don't trust article
4544         numbers in the Xref header.
4545
4546 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4547
4548         * gnus-agent.el (gnus-agent-read-group): New function.
4549         (gnus-agent-flush-group, gnus-agent-expire-group)
4550         (gnus-agent-regenerate-group): Use it.
4551         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4552         nnmail-pathname-coding-system.
4553
4554 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4555
4556         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4557
4558         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4559         that are unread as unread, and also as selected so that information of
4560         marks having been changed by a user may be updated when exiting group.
4561
4562 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4563
4564         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4565         calculated ignoring signature parts to gnus-treat-article.
4566
4567 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4568
4569         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4570         a point here in order to keep the window start.
4571         (gnus-insert-mime-security-button): Make a button overlay without the
4572         front stickiness.
4573         (gnus-mime-display-security): Goto the end of a button.
4574
4575         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4576
4577 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4578
4579         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4580         group-name-at-point.
4581         (gnus-group-completing-read): New function that offers decoded
4582         non-ASCII group names for completion.
4583         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4584         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4585         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4586         (gnus-group-fetch-control): Use it.
4587         (gnus-fetch-group): Use group-name-at-point for the initial value
4588         rather than the default value; use gnus-alive-p.
4589
4590         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4591         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4592         (gnus-summary-post-news): Use gnus-group-completing-read.
4593
4594         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4595         (gnus-read-move-group-name): Decode group name for completion.
4596
4597 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4598
4599         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4600         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4601         Yamaoka slightly modified the code).
4602
4603 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4606         (nnmail-split-incoming): Bind it.
4607
4608         * nnml.el (nnml-group-name-charset): New function.
4609         (nnml-decoded-group-name): Use it; don't decode group name if
4610         nnmail-group-names-not-encoded-p is non-nil.
4611         (nnml-encoded-group-name): New function.
4612         (nnml-group-pathname): Inline nnml-decoded-group-name.
4613         (nnml-request-expire-articles): Decode group name in message.
4614         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4615         nnmail-pathname-coding-system.
4616         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4617         not decoded ones according to nnmail-group-names-not-encoded-p.
4618         (nnml-generate-active-info): Use nnml-encoded-group-name.
4619
4620 2007-08-08  Glenn Morris  <rgm@gnu.org>
4621
4622         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4623         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4624         doc-strings and comments.
4625
4626 2007-07-25  Glenn Morris  <rgm@gnu.org>
4627
4628         * Relicense all FSF files to GPLv3 or later.
4629
4630 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4631
4632         * gnus-sum.el (gnus-summary-move-article): Make
4633         gnus-summary-respool-article work.
4634
4635 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4636
4637         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4638         string.
4639
4640 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4641
4642         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4643         that should be ignored when comparing distant RSS articles with local
4644         ones.
4645         (nnrss-make-hash-index): New function.  Create a hash index according
4646         to the ignored fields.
4647         (nnrss-check-group): Use it.
4648
4649 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4650
4651         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4652
4653         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4654
4655         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4656         the new optional argument ENCODED is non-nil.
4657         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4658         coding system for encoding group name.
4659         (gnus-group-make-rss-group): Pass un-encoded group name to
4660         gnus-group-make-group.
4661         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4662         encoded.
4663
4664         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4665         Encode group name to which articles are moved or copied.
4666         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4667         coding system for encoding Newsgroup, Followup-To and Xref headers.
4668
4669         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4670         marks; use nnheader-file-coding-system to write a file.
4671         (nnagent-retrieve-headers): Bind file-name-coding-system to
4672         nnmail-pathname-coding-system.
4673
4674         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4675
4676         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4677         (nnml-request-article, nnml-request-create-group)
4678         (nnml-request-rename-group, nnml-find-id)
4679         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4680         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4681         (nnml-save-marks): Use nnml-group-pathname instead of
4682         nnmail-group-pathname.
4683
4684         (nnml-request-create-group, nnml-request-expire-articles)
4685         (nnml-request-move-article, nnml-request-delete-group)
4686         (nnml-deletable-article-p, nnml-possibly-create-directory)
4687         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4688         (nnml-open-marks): Bind file-name-coding-system to
4689         nnmail-pathname-coding-system.
4690
4691         (nnml-request-article): Pass server argument to nnml-find-group-number.
4692         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4693         server argument to nnml-possibly-create-directory.
4694         (nnml-request-accept-article): Pass server argument to
4695         nnml-active-number and nnml-save-mail.
4696         (nnml-find-group-number): Pass server argument to nnml-find-id.
4697         (nnml-request-update-info): Pass server argument to
4698         nnml-marks-changed-p.
4699
4700         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4701         (nnml-save-mail, nnml-active-number): Add server argument.
4702
4703         (nnml-request-delete-group): Warn if group is missing.
4704         (nnml-get-nov-buffer): Decode group name.
4705         (nnml-generate-active-info): Encode group name.
4706         (nnml-open-marks): Decode group name in messages.
4707
4708 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4709
4710         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4711         if it is not specified.
4712         (gnus-article-pipe-part, gnus-article-save-part)
4713         (gnus-article-interactively-view-part, gnus-article-copy-part)
4714         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4715         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4716         (gnus-article-replace-part, gnus-article-delete-part)
4717         (gnus-article-view-part-as-type): Pass raw prefix argument to
4718         gnus-article-part-wrapper.
4719
4720 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4721
4722         * gnus-agent.el (gnus-agent-save-active): Bind
4723         nnheader-file-coding-system to gnus-agent-file-coding-system.
4724
4725         * gnus-cache.el (gnus-cache-save-buffers)
4726         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4727         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4728         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4729         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4730         (gnus-cache-generate-active, gnus-cache-rename-group)
4731         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4732         (gnus-cache-update-overview-total-fetched-for): Bind
4733         file-name-coding-system to nnmail-pathname-coding-system.
4734         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4735         variables.
4736         (gnus-cache-decoded-group-name): New function.
4737         (gnus-cache-file-name): Use it.
4738         (gnus-cache-generate-active): Use non-decoded group name for active.
4739
4740         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4741         right place.
4742         (gnus-write-active-file): Don't break non-ASCII group names.
4743
4744         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4745         nnmail-pathname-coding-system.
4746
4747         * lpath.el: Bind default-file-name-coding-system,
4748         file-name-coding-system and language-info-alist for XEmacs.
4749
4750         * gnus-uu.el (gnus-uu-decode-save): Typo.
4751
4752 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4753
4754         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4755
4756 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4757
4758         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4759         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4760         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4761         (gnus-agent-flush-group, gnus-agent-flush-cache)
4762         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4763         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4764         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4765         (gnus-agent-regenerate-group)
4766         (gnus-agent-update-files-total-fetched-for)
4767         (gnus-agent-update-view-total-fetched-for): Bind
4768         file-name-coding-system to nnmail-pathname-coding-system.
4769         (gnus-agent-group-pathname): Don't encode file names by
4770         nnmail-pathname-coding-system.
4771         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4772         coding-system-for-write instead of buffer-file-coding-system to
4773         gnus-agent-file-coding-system.
4774
4775         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4776         Decode group name.
4777
4778         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4779
4780         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4781         (gnus-read-newsrc-el-file): Make group names unibyte.
4782
4783         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4784         nnmail-pathname-coding-system.
4785
4786         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4787         (nnrss-request-delete-group): Bind file-name-coding-system to
4788         nnmail-pathname-coding-system.
4789         (nnrss-read-server-data, nnrss-read-group-data): Bind
4790         file-name-coding-system correctly.
4791         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4792
4793         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4794         (nntp-server-to-method-cache): New variable.
4795         (nntp-group-pathname): New function that decodes non-ASCII group names.
4796         (nntp-possibly-create-directory, nntp-marks-changed-p)
4797         (nntp-save-marks, nntp-open-marks): Use it.
4798         (nntp-possibly-create-directory, nntp-open-marks):
4799         Bind file-name-coding-system to nnmail-pathname-coding-system.
4800         (nntp-open-marks): Decode group names when bootstrapping marks.
4801
4802         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4803         Newsgroups and Folowup-To headers.
4804
4805 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4806
4807         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4808         (gnus-server-closed-face, gnus-server-denied-face)
4809         (gnus-server-offline-face): Remove variable.
4810         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4811
4812         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4813         of modifying message-stack directly for XEmacs.
4814
4815         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4816         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4817         if the coding-system argument is nil for XEmacs.
4818
4819         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4820         mm-charset-override-alist.
4821
4822         * rfc2047.el: Don't require base64; require rfc2045 for the function
4823         rfc2045-encode-string.
4824         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4825         to quote the parameter value.
4826
4827 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4830         form in gnus-group-name-charset-method-alist.
4831
4832         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4833         overrides the default layout edit-form.
4834
4835         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4836
4837         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4838
4839 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4840
4841         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4842         as unfetched articles.
4843
4844 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4845
4846         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4847
4848 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4849
4850         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4851         original back end that keeps marks in the local system.
4852
4853 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4854
4855         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4856         arg of pop-to-buffer for XEmacs.
4857         (gnus-article-read-summary-keys): Ditto; don't restore window
4858         configuration if summary command ends up with neither article buffer
4859         nor summary buffer; describe bindings if summary keys end with C-h.
4860
4861 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4862
4863         * message.el (message-fix-before-sending): Skip raw message part to be
4864         forwarded while checking illegible text.
4865         (message-forward-make-body-mime, message-forward-make-body): Mark
4866         signed or encrypted raw message as having no illegible text.
4867
4868 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4871         (gnus-message-with-timestamp-1): New macro.
4872         (gnus-message-with-timestamp): New function.
4873         (gnus-message): Use them.
4874
4875         * nnheader.el (nnheader-message): Use them.
4876
4877 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4878
4879         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4880         .newsrc.eld file.
4881
4882 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4883
4884         * gnus-agent.el (gnus-agent-fetch-headers)
4885         (gnus-agent-retrieve-headers): Bind
4886         gnus-decode-encoded-address-function to identity.
4887
4888         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4889         available also when the server returns simply a dot.
4890
4891         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4892
4893 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4894
4895         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4896
4897 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4898
4899         * gnus-ems.el (gnus-x-splash): Make it work.
4900
4901         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4902         from being used.
4903
4904         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
4905
4906 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4907
4908         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
4909         4th and the 5th arguments.
4910
4911         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4912         the front stickiness.
4913         (gnus-article-summary-command-nosave): Correct the order of the
4914         arguments passed to pop-to-buffer.
4915         (gnus-article-read-summary-keys): Ditto; make it work properly when the
4916         summary command ends up with the article buffer.
4917
4918         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4919         the same faces.
4920
4921 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4922
4923         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4924
4925 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4926
4927         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4928         * gnus-sum.el (gnus-summary-highlight):
4929         * pgg.el (pgg-sign-region, pgg-sign):
4930         * mail-source.el (mail-source-delete-old-incoming-confirm):
4931         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4932
4933 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * gnus-art.el (gnus-mime-view-part-externally)
4936         (gnus-mime-view-part-internally): Fix predicate function passed to
4937         completing-read.
4938
4939         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4940
4941         * gnus.el (gnus-update-message-archive-method): Add :version.
4942
4943 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4944
4945         * gnus.el (gnus-update-message-archive-method): New variable.
4946
4947         * gnus-start.el (gnus-setup-news): Update saved "archive" method
4948         according to gnus-message-archive-method if
4949         gnus-update-message-archive-method is non-nil.
4950
4951 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4952
4953         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
4954         by Loic Dachary <loic@dachary.org>.
4955         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4956
4957 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4958
4959         * message.el (message-pop-to-buffer): Add switch-function argument.
4960         (message-mail): Pass switch-function argument to it.
4961
4962 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
4963
4964         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4965         Improve doc string.
4966
4967 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4968
4969         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4970         (gnus-header-content)
4971         * gnus-cite.el (gnus-cite-10)
4972         * gnus-srvr.el (gnus-server-closed)
4973         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4974         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4975         (gnus-group-mail-3-empty, gnus-group-mail-low)
4976         (gnus-group-mail-low-empty, gnus-splash)
4977         * message.el (message-header-to, message-header-cc)
4978         (message-header-subject, message-header-other, message-header-name)
4979         (message-header-xheader, message-separator, message-cited-text)
4980         (message-mml): Lighten colors of faces used for dark background.
4981
4982 2007-05-24  Simon Josefsson  <simon@josefsson.org>
4983
4984         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
4985         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
4986
4987 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4988
4989         * message.el (message-narrow-to-headers-or-head):
4990         Ignore mail-header-separator in the body.
4991
4992 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4993
4994         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4995         same as window size.
4996
4997 2007-05-22  Kevin Ryde  <user42@zip.com.au>
4998
4999         * message.el (message-font-lock-keywords): Use message-header-xheader
5000         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5001         ahead of the anything pattern, to get it recognised.
5002
5003 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5004
5005         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5006         spam.el loads uses it in the compiled defadvice form.
5007
5008 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5009
5010         * gnus-sum.el (gnus-articles-to-read)
5011         (gnus-summary-insert-old-articles): Don't truncate group name for
5012         `read-string'.
5013
5014         * gnus-util.el (gnus-limit-string): Delete this function.
5015
5016         * gnus-sum.el (gnus-simplify-subject-fully): Use
5017         `truncate-string-to-width' instead.
5018
5019 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5020
5021         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5022         if, on summary exit, the next group has to be selected.
5023         (gnus-summary-exit): Use it.
5024
5025 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5026
5027         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5028         non-break space.
5029
5030 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5031
5032         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5033         Check if group is not a directory.
5034         (nnfolder-request-expire-articles): Don't delete articles if the target
5035         group is not available.
5036
5037         * nnml.el (nnml-request-create-group): Properly check if group is not a
5038         file.
5039         (nnml-request-expire-articles): Don't delete articles if the target
5040         group is not available.
5041
5042         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5043         Don't quote characters that are within parentheses.
5044
5045 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5046
5047         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5048         (gnus-handle-ephemeral-exit): Select article according to it.
5049
5050 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5051
5052         * message.el (message-insert-formated-citation-line): Remove newline.
5053         (message-citation-line-format): Add final \n here so that the user can
5054         avoid a blank line.
5055
5056 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5057
5058         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5059         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5060         Update lanl/arXiv support.
5061
5062 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5063
5064         * gnus.el: Bump version number.
5065
5066 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5067
5068         * gnus.el (gnus-version-number): Bump version.
5069
5070 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5071
5072         * gnus.el: No Gnus v0.6 is released.
5073
5074 2007-04-27  Didier Verna  <didier@xemacs.org>
5075
5076         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5077         * gmm-utils.el (gmm-regexp-concat): here.
5078         * message.el: Don't require 'gnus-util.
5079         (message-dont-reply-to-names): Handle name change above.
5080         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5081
5082 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5085         since the initial value varies according to the system.
5086
5087 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5088
5089         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5090
5091 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5092
5093         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5094
5095 2007-04-24  Didier Verna  <didier@xemacs.org>
5096
5097         Improve the type of gnus-ignored-from-addresses.
5098         * gnus-util.el (gnus-orify-regexp): New function.
5099         * message.el (gnus-util): Require it.
5100         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5101         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5102         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5103
5104 2007-04-24  Didier Verna  <didier@xemacs.org>
5105
5106         * gnus-sum.el:
5107         * gnus-utils.el: Fix some trailing whitespaces.
5108
5109 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5110
5111         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5112         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5113         article's Message-ID; refer parent article in summary buffer.
5114
5115         * message.el (message-bounce): Call mime-to-mml.
5116
5117         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5118         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5119         optimize and/or forms properly.
5120
5121 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5122
5123         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5124         URL.
5125
5126 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5127
5128         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5129
5130 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5131
5132         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5133         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5134         displayed of multipart/alternative part if it is invoked from summary
5135         buffer.
5136
5137         * mm-view.el (mm-inline-text-html-render-with-w3m)
5138         (mm-inline-text-html-render-with-w3m-standalone)
5139         (mm-inline-render-with-function): Use mail-parse-charset by default.
5140
5141 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5142
5143         * parse-time.el (parse-time-string-chars): Check if CHAR
5144         is less than the length of parse-time-syntax.
5145
5146 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5147
5148         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5149         from gnus-newsgroup-processable.
5150
5151 2007-04-16  Didier Verna  <didier@xemacs.org>
5152
5153         * gnus-msg.el (gnus-configure-posting-styles): Handle
5154         message-signature-directory properly with :file syntax.  Reported by
5155         "Leo".
5156
5157 2007-04-11  Didier Verna  <didier@xemacs.org>
5158
5159         New user option: message-signature-directory.
5160         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5161         * message.el (message-insert-signature): Ditto.
5162         * message.el (message-signature-file): Doc update.
5163         * message.el (message-signature-directory): New.
5164
5165 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5166
5167         * gnus-msg.el (gnus-inews-yank-articles): Use
5168         message-exchange-point-and-mark instead of exchange-point-and-mark.
5169
5170 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5171
5172         * message.el (message-yank-original): Make sure cited text ends with
5173         newline; don't exchange point and mark.
5174
5175 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5176
5177         * tls.el (open-tls-stream): Properly handle case where there
5178         is no associated buffer.
5179
5180 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5181
5182         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5183         message-yank-original, make sure (< mark TEXT point).
5184
5185 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5186
5187         * message.el (message-fill-column): New variable.
5188         (message-mode): Use it.  Add comment on a possible new hook.
5189
5190         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5191         (nnmail-get-new-mail): Reformat.
5192
5193         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5194
5195         * gmm-utils.el: Fix Commentary.
5196         (gmm-tool-bar-from-list): Fix typo in doc string.
5197
5198 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5199
5200         * message.el (message-yank-original): Don't switch point and mark
5201         unnecessarily to put point and mark as documented.
5202
5203 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5204
5205         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5206         from the message heads.
5207
5208 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5209
5210         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5211         article buffer does not have a window.  This may not be the best
5212         solution but is certainly better than setting the start of the null,
5213         that is the current, window.
5214
5215 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5216
5217         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5218         (gnus-draft-setup): Run it.
5219
5220         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5221         gnus-score-fast-scoring.  Allow regexp.
5222         (gnus-score-headers): Use it.
5223
5224         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5225         XEmacs.
5226
5227         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5228         string.
5229         (gnus-button-alist): Also catch `<f1> k ...'.
5230         (gnus-treat-display-x-face): Fix doc string.
5231
5232 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5233
5234         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5235         evaluation of gnus-extended-version to ensure correct generation of the
5236         User-Agent header when message-generate-headers-first is used.
5237
5238 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5239
5240         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5241         hashcash-path is nil.  Don't call callback with incorrect number of
5242         parameters if val is 0.
5243
5244 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5245
5246         * message.el (message-required-news-headers):
5247         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5248
5249 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5250
5251         * tls.el (open-tls-stream): In handshake-waiting loop,
5252         don't wait more if there is output available to process.
5253
5254 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5255
5256         * tls.el (tls-program): Doc fix.
5257
5258 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5259
5260         * message.el (message-generate-new-buffers): Change the meaning of the
5261         nil value; add `standard' to the choices; treat t as `unique'; improve
5262         doc string.
5263         (gnus-select-frame-set-input-focus): Autoload.
5264         (message-buffer-name): Search for the existing message buffer if
5265         message-generate-new-buffers is nil or `standard'; treat the value t of
5266         message-generate-new-buffers as `unique'.
5267         (message-pop-to-buffer): Raise the frame already displaying the message
5268         buffer; clear the echo area after querying.
5269         (message-setup): Pass the `continue' argument to compose-mail.
5270         (message-mail): Prefer `switch-function' if it is given; search for the
5271         existing message buffer if the `continue' argument is non-nil; pass
5272         continue and switch-function arguments to compose-mail by way of
5273         message-setup.
5274         (message-mail-other-window): Adjust argument of message-setup.
5275         (message-mail-other-frame): Ditto.
5276
5277 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5278
5279         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5280         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5281         to turn font-lock on when turning gnus-message-citation-mode on.
5282
5283 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5284
5285         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5286         (mml-smime-function-alist): New variable; add epg as the backend.
5287         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5288         mml-smime- functions instead.
5289         * mm-view.el: Require smime.
5290
5291 2007-03-05  Didier Verna  <didier@xemacs.org>
5292
5293         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5294         instead of just inheritance for posting styles.
5295         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5296
5297 2007-02-24  Chris Moore  <dooglus@gmail.com>
5298
5299         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5300         * pgg-pgp.el (pgg-pgp-encrypt-region):
5301         * pgg-gpg.el (pgg-gpg-encrypt-region):
5302         Check pgg-encrypt-for-me if no other recipients.
5303
5304 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5305
5306         * tls.el (tls-certtool-program): Fix custom type.
5307
5308 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5311         and point-at-eol instead of line-(beginning|end)-position.
5312
5313         * assistant.el (assistant-parse-buffer): Ditto.
5314
5315         * netrc.el (netrc-parse-services): Ditto.
5316
5317 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5318
5319         * mml2015.el (mml2015-epg-find-usable-key): New function.
5320         (mml2015-epg-sign): Use it.
5321         (mml2015-epg-encrypt): Use it.
5322
5323 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5324
5325         * message.el (message-make-in-reply-to): Quote name containing
5326         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5327         if there are special characters.  Reported by NAKAJI Hiroyuki
5328         <nakaji@jp.freebsd.org>.
5329
5330 2007-02-27  Didier Verna  <didier@xemacs.org>
5331
5332         Include the group parameters as well as the topic ones in the
5333         inheritance filter process.
5334         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5335         argument GROUP-PARAMS-LIST.
5336         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5337
5338 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * nntp.el (nntp-never-echoes-commands)
5341         (nntp-open-connection-functions-never-echo-commands): New variables.
5342         (nntp-send-command): Use them.
5343
5344 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5345
5346         * mml2015.el (mml2015-epg-verify): Simplified.
5347
5348 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5349
5350         * mml.el (mml-content-disposition-alist): New user option.
5351         (mml-content-disposition): New function.
5352         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5353         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5354
5355 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5356
5357         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5358         verification.
5359
5360 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5361
5362         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5363         articles posted in the last 24 hours.
5364
5365 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5366
5367         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5368
5369 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5370
5371         * nntp.el (nntp-send-command): Don't wait for echoes when
5372         nntp-open-ssl-stream is used.
5373
5374 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5375
5376         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5377         (gnus-message-add-citation-keywords)
5378         (gnus-message-remove-citation-keywords): Remove.
5379         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5380         directly, make the variables in font-lock-defaults buffer-local, add
5381         gnus-message-citation-keywords to them and then update the value of
5382         font-lock-keywords.
5383
5384 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5385
5386         * message.el (message-cite-original-1): Don't call
5387         gnus-article-highlight-citation.
5388
5389         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5390         citations; fix line count.
5391
5392 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5393
5394         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5395         (gnus-message-add-citation-keywords)
5396         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5397         versions of font-lock-add-keywords and font-lock-remove-keywords to
5398         work with XEmacs correctly.
5399
5400 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5401
5402         * gnus-cite.el (gnus-cite-face-list): Set the values of
5403         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5404         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5405         (gnus-message-cite-prefix-regexp): New variable.
5406         (gnus-message-search-citation-line): Use it; protect against long
5407         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5408         the 0th match data for Emacs.
5409         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5410         (gnus-message-add-citation-keywords): Append keywords rather than
5411         prepending; emulate font-lock-add-keywords if it is not available.
5412         (gnus-message-remove-citation-keywords): Emulate
5413         font-lock-remove-keywords if it is not available.
5414
5415         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5416
5417         * message.el (message-cite-prefix-regexp): Set the value of
5418         gnus-message-cite-prefix-regexp.
5419
5420 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5421
5422         * nnweb.el (nnweb-google-parse-1): Update parser.
5423
5424 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5425
5426         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5427
5428 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5429
5430         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5431         regexp.
5432
5433 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5436         string-to-multibyte.
5437         (uudecode-decode-region-internal): Use it.
5438
5439         * lpath.el: Fbind string-as-multibyte for XEmacs.
5440
5441 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5442
5443         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5444         custom choice.
5445
5446         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5447
5448 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5449
5450         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5451
5452         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5453         `write-region' to respect `mm-inhibit-file-name-handlers'.
5454
5455 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5456
5457         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5458         Use gnus-home-directory instead of "~/" or "$HOME".
5459
5460 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5461
5462         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5463         to mention filename.
5464         Add comments at beginning regarding usage.
5465         (encrypt-write-file-contents): Change interactive so a string is
5466         acceptable.  If the file has no associated model, show an error instead
5467         of a nonsense prompt.
5468
5469 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5470
5471         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5472         Thanks to Yoshihiko Yamada for kind notification of this typo.
5473
5474 2007-01-12  Kenichi Handa  <handa@m17n.org>
5475
5476         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5477         multibyte buffer.
5478
5479 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5480
5481         * gnus-score.el (gnus-score-fast-scoring): New variable.
5482         (gnus-score-headers): Use it.
5483
5484         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5485
5486         * message.el (message-cite-original-1): Call
5487         gnus-article-highlight-citation if requested.
5488         (message-make-from): Allow name and address as optional arguments.
5489
5490         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5491
5492         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5493         bugs to doc string.
5494         (gnus-button-alist): Add mid\\|message-id.
5495         (gnus-button-fetch-group): Extend for use in
5496         `browse-url-browser-function'.
5497         (gnus-button-url-regexp): Try to catch paired parentheses like in
5498         Wikipedia URLs.
5499
5500         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5501         Suggested by Simon Krahnke <overlord@gmx.li>.
5502
5503 2007-01-13  Romain Francoise  <romain@orebokech.com>
5504
5505         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5506         Update copyright.
5507
5508 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5509
5510         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5511
5512 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5513
5514         * gnus-registry.el (gnus-registry-unfollowed-groups)
5515         (gnus-registry-split-fancy-with-parent): Fix documentation.
5516
5517 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5518
5519         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5520         from nnweb groups.
5521
5522 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5523
5524         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5525         Xref urls.  Erase buffer before requesting head.
5526
5527 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5528
5529         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5530         customizable.
5531
5532 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5533
5534         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5535         no signing key is found.
5536         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5537         no encrypting and/or signing key is found.
5538
5539 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5540
5541         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5542
5543 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5544
5545         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5546         headers read from disk with the ones newly found in the current search.
5547         This should no longer cause problems, because the article numbers in
5548         Gmane's `nov.php' output are ignored since the previous change.
5549
5550 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5551
5552         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5553
5554 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5555
5556         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5557         replace-regexp-in-string; bind url-version; fbind display-images-p and
5558         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5559         find-face and set-itimer-function for Emacs; bind itimer-list for
5560         Emacs.
5561
5562         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5563
5564 2007-01-01  Romain Francoise  <romain@orebokech.com>
5565
5566         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5567
5568 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5569
5570         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5571         `define-minor-mode' macro definition expanded properly.
5572         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5573         exclude it there.
5574
5575         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5576         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5577         `fboundp' test.
5578         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5579         This is OK to autoload in (S)XEmacs now.
5580
5581 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5582
5583         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5584         keystroke.
5585         (gnus-summary-limit-to-singletons): Fix typo.
5586
5587         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5588         else fails.
5589
5590 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5591
5592         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5593         docstring.
5594
5595         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5596         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5597         (gnus-summary-insert-dormant-articles): Fix typo in message.
5598
5599 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5600
5601         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5602         nil for XEmacs.
5603         (gnus-message-citation-mode): Don't autoload in XEmacs.
5604
5605         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5606
5607 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5608
5609         * nnimap.el (nnimap-expunge-search-string): Mention
5610         nnimap-search-uids-not-since-is-evil in docstring.
5611
5612 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5613
5614         * spam.el: Revert to make-obsolete-variable because
5615         define-obsolete-variable-alias is not supported in Emacs 21.
5616
5617         * spam.el (spam-ifile-path, spam-ifile-database-path)
5618         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5619         make-obsolete-variable.
5620         (spam-bsfilter-path, spam-bsfilter-program)
5621         (spam-spamassassin-path, spam-spamassassin-program)
5622         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5623         use "path" inappropriately.
5624         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5625         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5626         variable names.
5627
5628 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5629
5630         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5631         summary buffer.
5632
5633         * password.el (password-cache-remove): Use clear-string to burn
5634         password, if available.
5635
5636 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5637
5638         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5639
5640         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5641
5642         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5643         (gnus-message-highlight-citation): Move defcustom here from
5644         gnus-cite.el.
5645         (gnus-message-citation-mode): Autoload.
5646
5647         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5648         checks to make it compile with XEmacs.
5649         (gnus-message-citation-mode): New minor mode.
5650         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5651         (gnus-message-highlight-citation): New variables.
5652         (gnus-message-search-citation-line)
5653         (gnus-message-add-citation-keywords)
5654         (gnus-message-remove-citation-keywords)
5655         (turn-on-gnus-message-citation-mode)
5656         (turn-off-gnus-message-citation-mode): New functions.
5657
5658 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5659
5660         * gnus-cite.el: Enable highlighting of different citation levels in
5661         message-mode.
5662
5663 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5664
5665         * message.el (message-make-fqdn): Fix comment.
5666         (message-bogus-system-names): Add ".local".
5667
5668         * spam.el (spam-ifile-path, spam-ifile-program)
5669         (spam-ifile-database-path, spam-ifile-database)
5670         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5671         Don't use "path" inappropriately.
5672         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5673         strings.
5674         (spam-check-ifile, spam-ifile-register-with-ifile)
5675         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5676         new variable names.
5677
5678         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5679         (gnus-treat-display-smileys): Simplify using
5680         gnus-image-type-available-p.
5681
5682         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5683         available.
5684
5685         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5686         `display-images-p' if available.
5687
5688 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5691         one after turning on the buffer's multibyteness instead of decoding
5692         them directly in the unibyte buffer that causes unexpected conversion
5693         in Emacs 23 (unicode).
5694
5695 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5696
5697         * message.el (message-generate-hashcash): Fix custom type.
5698
5699 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5700
5701         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5702
5703 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5704
5705         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5706         disconnect icons.  Add help text.
5707
5708 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5709
5710         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5711         negated to be consistent with the others we handle.
5712
5713 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5714
5715         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5716         version of gnus-summary-buffer to something, so that we can use two
5717         article buffers at the same time.
5718
5719 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5720
5721         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5722         trigger all the extra headers.
5723         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5724         sorting.
5725
5726 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5727
5728         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5729         solid groups.
5730
5731 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5732
5733         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5734
5735 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5736
5737         * legacy-gnus-agent.el: Add Copyright notice.
5738
5739 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5740
5741         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5742
5743 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5744
5745         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5746
5747         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5748         to make it work reliably in CVS Emacs.
5749         (gnus-summary-limit-strange-charsets-predicate)
5750         (gnus-summary-limit-to-predicate): New functions.
5751
5752 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5753
5754         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5755         specifying array size.
5756         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5757         array if it is too small.
5758         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5759         (gnus-sort-threads-loop): New function.
5760
5761 2006-12-06  Chris Moore  <dooglus@gmail.com>
5762
5763         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5764         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5765
5766 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5767
5768         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5769         options.
5770
5771 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5772
5773         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5774         DOS-ing the recipient.
5775
5776         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5777         the headers when creating the mapping to avoid mismappings.
5778         (nnweb-gmane-create-mapping): Always nix out old mapping.
5779
5780 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5781
5782         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5783         and mm-verify-option to never.
5784
5785 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5786
5787         * message.el (message-signed-or-encrypted-p): New function.
5788         (message-forward-make-body): Use it.
5789
5790         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5791         Replace encode-coding-string with mm-encode-coding-string.
5792
5793 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5794
5795         * nneething.el (nneething-decode-file-name): Replace
5796         decode-coding-string with mm-decode-coding-string.
5797
5798         * gnus-int.el (gnus-open-server): Say failed server's name.
5799
5800 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5801
5802         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5803         strings to a single string.  Quote `errors-file-name'.
5804         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5805         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5806         Adjust calls.  Use `shell-quote-argument'.
5807
5808 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5809
5810         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5811         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5812
5813         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5814         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5815         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5816         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5817         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5818         (gnus-subscribe-newsgroup, gnus-1):
5819         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5820         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5821         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5822         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5823
5824 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5825
5826         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5827         keystroke.
5828         (gnus-summary-limit-to-bodies): Implement headersp.
5829
5830 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5831
5832         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5833
5834 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5835
5836         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5837
5838 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5839
5840         * message.el (message-generate-hashcash): Expand range of values to
5841         include `opportunistic'.
5842         (message-send-mail): Use it.
5843
5844 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5845
5846         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5847         and comment it.
5848
5849         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5850
5851 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5852
5853         * gnus-util.el (gnus-extract-address-components): Improve comment.
5854
5855 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5856
5857         * gnus-util.el (gnus-extract-address-components): Work with address in
5858         which the name portion contains @.
5859
5860         * lpath.el: Fbind custom-autoload.
5861
5862 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5863
5864         * gnus.el (gnus-start): Move custom group up.
5865         (gnus-select-method): Don't autoload, but make it available for
5866         `customize-variable'.
5867         (gnus-getenv-nntpserver): Don't autoload.
5868
5869 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5870
5871         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5872
5873 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5874
5875         * message.el (message-sendmail-extra-arguments): New variable.
5876         (message-send-mail-with-sendmail): Use it.
5877
5878 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5879
5880         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5881         mm-with-unibyte-current-buffer to make string unibyte.
5882
5883         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5884         mm-string-as-multibyte.
5885
5886 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5887
5888         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5889         Reported by Werner Koch <wk@gnupg.org>.
5890
5891 2006-11-14  Daiki Ueno  <ueno@p360>
5892
5893         * mml2015.el: Autoload epa-select-keys when compiling.
5894
5895 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5896
5897         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5898         message-options.
5899         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5900
5901 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5902
5903         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5904         EasyPG (< 0.0.6).
5905         (mml2015-always-trust): New user option.
5906         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5907         prompt.
5908
5909 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * nntp.el (nntp-authinfo-force): New variable.
5912         (nntp-send-authinfo): Use it.
5913
5914 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5915
5916         * message.el (message-strip-subject-encoded-words): Allow _not_ to
5917         decode encoded words.  Improve prompt.  Add comment about forwarding.
5918         (message-replacement-char): Move up.
5919
5920 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5921
5922         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5923         instead of gnus-intersection because arguments of gnus-sorted-nunion
5924         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
5925
5926 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
5927
5928         * message.el (message-strip-subject-encoded-words): Reformat prompt.
5929         (message-simplify-subject-functions): Enable
5930         message-strip-subject-encoded-words by default.
5931
5932 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
5933
5934         * message.el (message-strip-subject-encoded-words): New function.
5935         (message-simplify-subject-functions): New variable.
5936         (message-simplify-subject): Use it.  Fix typo in doc string.
5937         Support message-strip-subject-encoded-words.
5938
5939 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5940
5941         * gnus-diary.el (gnus-diary-delay-format-function):
5942         * nndiary.el (nndiary-reminders):
5943         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5944
5945 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5946
5947         * gnus-art.el (article-hide-boring-headers): Fetch date from
5948         gnus-original-article-buffer to avoid problems with localized date
5949         strings.
5950
5951 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5952
5953         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5954
5955 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
5956
5957         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5958         New variables.
5959         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5960         (mm-charset-synonym-alist): Move some entries to
5961         mm-codepage-iso-8859-list.
5962         (mm-charset-synonym-alist, mm-charset-override-alist): Add
5963         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5964
5965 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5966
5967         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5968
5969 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5970
5971         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5972         with Emacs 21 and XEmacs.
5973
5974 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5975
5976         * spam.el (spam-parse-address): New function for better parsing,
5977         catching errors, etc.
5978         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
5979
5980 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5981
5982         * mm-view.el: Add interactive arg to html2text autoload.
5983
5984 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5985
5986         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
5987
5988 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
5989
5990         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
5991         variables.
5992         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5993         (mm-charset-synonym-alist): Move some entries to
5994         mm-codepage-iso-8859-list.
5995
5996         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
5997
5998 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
5999
6000         * message.el (message-citation-line-format)
6001         (message-insert-formated-citation-line): Fix implementation of %E, %N
6002         and %n according to the doc string.
6003
6004 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6005
6006         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6007         car-safe to avoid bad parses.
6008
6009 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6010
6011         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6012         names.
6013
6014         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6015
6016 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6017
6018         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6019         header.
6020
6021         * message.el (message-draft-headers): Add Date.
6022         (message-headers-to-generate): Fix typo in docstring.
6023
6024         * nndraft.el (nndraft-required-headers): New variable.
6025         (nndraft-generate-headers): Use it.
6026
6027         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6028
6029 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6030
6031         * gnus-registry.el (gnus-registry-wash-for-keywords)
6032         (gnus-registry-find-keywords): New functions to allow easy searching of
6033         articles that are in the registry.
6034
6035 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6036
6037         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6038         ietf-drums-parse-address instead of gnus-extract-address-components.
6039         Reported by Damien Elmes <damien@repose.cx>.
6040
6041 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6042
6043         * gnus.el (gnus-mime): Remove unused custom group.
6044
6045 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6046
6047         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6048         "blank line" when searching for end of armor headers.
6049
6050 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6051
6052         * gmm-utils.el (gmm-write-region): Fix variable name.
6053
6054 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6055
6056         * gmm-utils.el (gmm-write-region): New function based on compatibility
6057         code from `mm-make-temp-file'.
6058
6059         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6060
6061         * nnmaildir.el (nnmaildir--update-nov)
6062         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6063         Use `gmm-write-region'.
6064
6065 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6066
6067         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6068         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6069
6070         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6071
6072         * message.el (message-replacement-char): New variable.
6073         (message-fix-before-sending): Use it.
6074         (message-simplify-subject): New function to remove duplicate code.
6075         (message-reply, message-followup): Use it.
6076
6077         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6078         gnus-summary-limit-to-articles.
6079
6080 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6081
6082         * gnus-util.el (gnus-with-local-quit): New macro.
6083
6084         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6085
6086 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6087
6088         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6089         ignore non-string data.
6090
6091 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6092
6093         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6094         non-string data (needs to be done in the registry too).
6095
6096 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6097
6098         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6099         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6100         (gnus-registry-split-fancy-with-parent)
6101         (gnus-registry-fetch-simplified-message-subject-fast)
6102         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6103         Remove text properties on ingress into the registry and when it's saved.
6104         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6105         registry from entries with no groups.
6106
6107 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6108
6109         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6110         function to remove string properties.
6111
6112 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6113
6114         * gmm-utils.el (gmm): Adjust custom version.
6115
6116         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6117         custom version.
6118
6119         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6120
6121 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6122
6123         * gnus-art.el (gnus-insert-prev-page-button)
6124         (gnus-insert-next-page-button): Simplify.  Reformat.
6125
6126 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6127
6128         * gnus-art.el (gnus-insert-prev-page-button)
6129         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6130
6131 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6132
6133         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6134
6135 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6136
6137         * gnus-art.el (gnus-insert-mime-button)
6138         (gnus-insert-mime-security-button):
6139         Apply gnus-article-button-face to MIME and security buttons.
6140
6141 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6142
6143         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6144         readable.
6145
6146 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6147
6148         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6149
6150 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6151
6152         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6153         `browse-url-of-file' instead of `browse-url'.
6154
6155 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6156
6157         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6158         regexp.  Articles containing quotation were cut prematurely.
6159
6160 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6161
6162         * message.el (message-cite-original-1): Use nobody by default for the
6163         value of From header.
6164         (message-reply): Ditto.
6165
6166 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6167
6168         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6169         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6170         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6171
6172 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6173
6174         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6175         mails in the doc string.  Add some URLs in comment.
6176         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6177
6178 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6179
6180         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6181         backslashes handling and the way to find boundaries of quoted strings.
6182
6183 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6184
6185         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6186         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6187         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6188         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6189
6190 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6191
6192         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6193         doc string.
6194         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6195
6196 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6197
6198         * lpath.el: Fbind epg-check-configuration.
6199
6200 2006-09-06  Simon Josefsson  <jas@extundo.com>
6201
6202         * mml2015.el (mml2015-use): Doc fix, mention epg.
6203
6204 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6205
6206         * mml2015.el (mml2015-use): Default to epg, if available.
6207
6208 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6209
6210         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6211         message-sender.
6212         (mml1991-epg-encrypt): Ditto.
6213         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6214         message-sender.
6215         (mml2015-epg-encrypt): Ditto.
6216
6217 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6218
6219         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6220         several common directories.
6221
6222 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6223
6224         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6225         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6226
6227 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6228
6229         * gnus-art.el (article-decode-encoded-words): Make it fast.
6230
6231 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6232
6233         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6234
6235         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6236         in quoted string into `\'.
6237
6238 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6241         Use standard-syntax-table.
6242
6243 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6244
6245         * gnus-art.el (gnus-decode-address-function): New variable.
6246         (article-decode-encoded-words): Use it to decode headers which are
6247         assumed to contain addresses.
6248         (gnus-mime-delete-part): Remove useless `or'.
6249
6250         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6251         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6252         (gnus-nov-parse-line): Use it to decode From header.
6253         (gnus-get-newsgroup-headers): Ditto.
6254         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6255
6256         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6257         (mail-decode-encoded-address-string): New alias.
6258
6259         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6260         New function.
6261         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6262         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6263         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6264         (rfc2047-decode-string): Ditto.
6265         (rfc2047-decode-address-region): New function.
6266         (rfc2047-decode-address-string): New function.
6267
6268 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6269
6270         * message.el (message-caesar-buffer-body): Allow rotating headers.
6271
6272         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6273
6274         * message.el (message-insert-formated-citation-line): Fix %f.
6275         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6276
6277 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6278
6279         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6280         (gnus-bookmark-mouse-available-p): New macro.
6281         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6282         (gnus-bookmark-bmenu-show-infos): Use it.
6283         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6284         (gnus-bookmark-bmenu-hide-infos): Ditto.
6285         (gnus-bookmark-remove-properties): New function.
6286         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6287         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6288         (gnus-bookmark-write-file): Bind coding-system-for-write.
6289         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6290         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6291         group before selecting it.
6292         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6293         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6294         quit-window if it is not available; use gnus-mouse-2 and bind it to
6295         gnus-bookmark-bmenu-select-by-mouse.
6296         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6297         (gnus-bookmark-bmenu-select-by-mouse): New function.
6298
6299 2006-08-13  Romain Francoise  <romain@orebokech.com>
6300
6301         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6302         space.
6303
6304 2006-08-10  Romain Francoise  <romain@orebokech.com>
6305
6306         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6307         (dns-mode-soa-auto-increment-serial): New user option.
6308         (dns-mode-soa-maybe-increment-serial): New function.
6309         (dns-mode): Add the latter to `write-contents-functions'.
6310
6311 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6312
6313         * compface.el (uncompface): Use binary rather than raw-text-unix.
6314
6315 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * compface.el (uncompface): Make sure the eol conversion doesn't take
6318         place when communicating with the external programs.  Reported by
6319         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6320
6321 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6324
6325 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6326
6327         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6328         Make it more robust by parsing author and date independently.
6329
6330 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6331
6332         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6333
6334 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6335
6336         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6337         first matching secret key.
6338         (mml2015-epg-encrypt): Ditto.
6339
6340         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6341         first matching secret key.
6342         (mml1991-epg-encrypt): Ditto.
6343
6344         * mml2015.el (mml2015-encrypt-to-self): New user option.
6345         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6346         mml2015-epg-encrypt-to-self is set.
6347
6348         * mml1991.el (mml1991-encrypt-to-self): New variable.
6349         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6350         mml1991-epg-encrypt-to-self is set.
6351
6352         * mml2015.el (mml2015-signers): New user option.
6353         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6354         (mml2015-epg-encrypt): Allow to select signing keys.
6355
6356         * mml1991.el (mml1991-signers): New variable.
6357         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6358         (mml1991-epg-encrypt): Allow to select signing keys.
6359
6360 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6361
6362         * nnheader.el (nnheader-insert-head): Make it work even if the file
6363         uses CRLF for the line-break code.
6364
6365 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6366
6367         * mml2015.el: Require mml-sec instead of password.
6368         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6369         (mml2015-cache-passphrase): Inherit the default value from
6370         mml-secure-cache-passphrase.
6371         (mml2015-passphrase-cache-expiry): Inherit the default value from
6372         mml-secure-passphrase-cache-expiry.
6373
6374         * mml1991.el: Require mml-sec instead of password.
6375         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6376         (mml1991-cache-passphrase): Inherit the default value from
6377         mml-secure-cache-passphrase.
6378         (mml1991-passphrase-cache-expiry): Inherit the default value from
6379         mml-secure-passphrase-cache-expiry.
6380
6381         * mml-sec.el: Require password.
6382         (mml-secure-verbose): New user option.
6383         (mml-secure-cache-passphrase): New user option.
6384         (mml-secure-passphrase-cache-expiry): New user option.
6385
6386 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6387
6388         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6389         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6390         andreas@altroot.de (Andreas Vögele).
6391
6392         FIXME: Use `tiny change'?
6393
6394 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6395
6396         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6397         workaround for the url package included with Emacs.
6398
6399         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6400
6401 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6402
6403         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6404         correctly.  This fixes a bug caused by the 2006-05-12 change.
6405
6406 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6407
6408         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6409         some information about the error when saying that the `bogus' mail
6410         group will be used.
6411
6412 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6413
6414         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6415         string.
6416
6417 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6418
6419         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6420
6421 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6422
6423         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6424
6425 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6426
6427         * mml1991.el (mml1991-function-alist): Add epg.
6428         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6429         (mml1991-epg-encrypt): New functions.
6430
6431 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6432
6433         * mml2015.el (mml2015-verbose): New variable.
6434         (mml2015-cache-passphrase): Ditto.
6435         (mml2015-passphrase-cache-expiry): Ditto.
6436         (mml2015-function-alist): Add epg.
6437         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6438         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6439         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6440         functions.
6441
6442 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6443
6444         * message.el (message-cite-original-1): Preserve region when removing
6445         quoted text due to X-No-Archive in order to avoid bogus attribution
6446         when citing multiple messages.
6447
6448 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6449
6450         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6451         Kenneth Jacker <khj@be.cs.appstate.edu>.
6452
6453 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6454
6455         * gnus-diary.el (gnus-user-format-function-d)
6456         (gnus-user-format-function-D): Autoload.
6457
6458         * imap.el (Commentary): Fix typo.
6459
6460         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6461         2006-04-22 contribution.
6462
6463 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6464
6465         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6466         It didn't really fix the bogosity I'm seeing with solid web groups.
6467
6468 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6469
6470         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6471         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6472         created using server names.  If we use the feature without declaring
6473         it, Gnus does not properly manage server and group state.
6474
6475         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6476         bound.
6477
6478 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6479
6480         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6481         looking up the method using GROUP's prefix before inventing a new one.
6482         It is used on killed/unknown groups in various places where returning
6483         an all-new method isn't expected by the caller.
6484
6485         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6486         and match semantics of gnus-group-real-prefix.
6487
6488 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6489
6490         * nnmail.el (nnmail-broken-references-mailers): New variable.
6491         (nnmail-ignore-broken-references): New function generalizing
6492         nnmail-fix-eudora-headers.
6493         (nnmail-fix-eudora-headers): Now obsolete.
6494
6495         * gnus-art.el (gnus-button-handle-custom): Support
6496         `customize-apropos*'.
6497
6498 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6499
6500         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6501
6502         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6503         articles.
6504
6505 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6506
6507         * message.el (message-cite-reply-above): New variable.
6508         (message-yank-original): Use it.
6509
6510 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6513
6514 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6515
6516         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6517         as read.
6518
6519         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6520
6521 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6522
6523         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6524         (gnus-bookmark-default-file): Use gnus-directory.
6525         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6526         Remove "*" in doc string.
6527         (gnus-bookmark-write-file): Simplify.
6528         (gnus-bookmark-maybe-sort-alist): Use `when'.
6529         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6530         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6531         FIXME about Emacs 21 and XEmacs compatibility.
6532         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6533         compatibility.
6534         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6535         compatibility.
6536         (gnus-bookmark-menu-heading): Fix version.
6537
6538 2006-06-19  Bastien Guerry  <bzg@altern.org>
6539
6540         * gnus-bookmark.el: New file.
6541
6542 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6543
6544         * message.el (message-syntax-checks): Doc fix.
6545
6546 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6547
6548         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6549         unsubscribed groups as if they were killed ones.  It causes duplicate
6550         entries in gnus-newsrc-alist.
6551
6552 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * message.el (message-syntax-checks): Doc fix.
6555         (message-send-mail): Add check for continuation headers.
6556         (message-check-news-header-syntax): Fix regexp used to check for
6557         continuation headers.
6558
6559 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6560
6561         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6562
6563 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6564
6565         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6566
6567 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6570         default-truncate-lines.
6571
6572 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6573
6574         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6575         to fill the utf-8 entry.
6576
6577         * lpath.el: Fbind unicode-precedence-list.
6578
6579 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6580
6581         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6582
6583 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6584
6585         * gnus-agent.el (directory-files-and-attributes): Move all the way
6586         forward (the third and final move).
6587         (gnus-agent-read-agentview): Trap reconstruction errors due to
6588         nonexistant directory.  Handle by returning nil.
6589
6590 2006-05-30  Didier Verna  <didier@xemacs.org>
6591
6592         * message.el (message-dont-reply-to-names): Update the custom type.
6593         * message.el (message-dont-reply-to-names): New defsubst: potentially
6594         convert a list of regexps into a single one.
6595         * message.el (message-get-reply-headers): Use it.
6596         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6597
6598 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6599
6600         * gnus-agent.el (directory-files-and-attributes): Move forward.
6601
6602 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6603
6604         * gnus-ml.el (gnus-mailing-list-subscribe)
6605         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6606         (gnus-mailing-list-message): Fix doc strings.
6607
6608 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6609
6610         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6611         of doing it manually.
6612
6613 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6614
6615         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6616         comment.
6617
6618 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6619
6620         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6621         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6622         (gnus-agent-read-local): All symbols allocated in my-obarray.
6623         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6624         (gnus-agent-regenerate-group): Check numeric names to see if they are
6625         messages or groups.
6626         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6627         better way of do this...)
6628
6629         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6630         'dummy.group' (there should be a better way of do this...)
6631
6632 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6633
6634         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6635         (gnus-saved-headers): Ditto.
6636         (gnus-default-article-saver): Mention functions may have properties.
6637         (gnus-article-save): Override gnus-save-all-headers and
6638         gnus-saved-headers by :headers property which saver function may have.
6639         (gnus-summary-save-in-file): Add :headers property.
6640         (gnus-summary-write-to-file): Ditto.
6641
6642         * gnus-sum.el (gnus-summary-save-article): Bind
6643         gnus-prompt-before-saving to t when saving many articles in a file;
6644         always show all headers.
6645
6646         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6647
6648 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6649
6650         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6651         marks.
6652
6653         * message.el (message-indent-citation): Add optional arguments to allow
6654         using it outside of message buffers.
6655
6656         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6657         (gnus-article-treat-unfold-headers): Use it.
6658         (gnus-article-truncate-lines): New variable.
6659         (gnus-article-mode): Use it.
6660         (gnus-article-toggle-truncate-lines): New function.
6661
6662         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6663         gnus-article-toggle-truncate-lines.
6664
6665         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6666         coding system in XEmacs, use binary.
6667
6668 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6669
6670         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6671         after-load-alist.
6672
6673         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6674         this function should save decoded articles.
6675         (gnus-summary-write-to-file): Use property to specify this function
6676         should save decoded articles and specify gnus-summary-save-in-file
6677         should be used to save articles other than the first one when saving
6678         many articles.
6679         (gnus-summary-save-body-in-file): Use property to specify this
6680         function should save decoded articles.
6681         (gnus-summary-write-body-to-file): Use property to specify this
6682         function should save decoded articles and specify
6683         gnus-summary-save-body-in-file should be used to save articles other
6684         than the first one when saving many articles.
6685
6686         * gnus-sum.el (gnus-summary-save-article): Simplify.
6687
6688 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6689
6690         * gnus-art.el (gnus-default-article-saver): Add
6691         gnus-summary-write-body-to-file.
6692         (gnus-article-save-coding-system): Don't use coding system object
6693         in XEmacs.
6694         (gnus-read-save-file-name): Add optional `dir-var' argument which
6695         specifies directory in which files are saved; work even if optional
6696         `variable' argument is not specified.
6697         (gnus-summary-write-to-file): Read file name.
6698         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6699         (gnus-summary-write-body-to-file): New function.
6700
6701         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6702         (gnus-summary-local-variables): Add it.
6703         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6704         (gnus-summary-save-article): Remove optional `decode' argument;
6705         determine whether to decode articles by the value of
6706         gnus-default-article-saver; when saving many files using
6707         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6708         it first and use gnus-summary-save-in-file or
6709         gnus-summary-save-body-in-file thereafter unless
6710         gnus-prompt-before-saving is always; move point to article which
6711         will be saved.
6712         (gnus-summary-save-article-file): Revert.
6713         (gnus-summary-write-article-file): Revert.
6714         (gnus-summary-save-article-body-file): Revert.
6715         (gnus-summary-write-article-body-file): New function.
6716
6717 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * gnus-art.el (gnus-default-article-saver): Doc fix.
6720         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6721         from gnus-summary-save-article-coding-system, and default to a
6722         certain coding system.
6723         (gnus-output-to-file): Add coding cookie and encode text according
6724         to gnus-article-save-coding-system; don't use mm-append-to-file.
6725
6726         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6727         gnus-art.el and rename to gnus-article-save-coding-system.
6728         (gnus-summary-save-article): Require gnus-art; don't show all
6729         headers if it decodes articles; don't add coding cookie here;
6730         don't bind mm-text-coding-system-for-write.
6731         (gnus-summary-save-article-file): Save decoded articles.
6732         (gnus-summary-write-article-file): When saving many files, use
6733         gnus-summary-write-to-file first and gnus-summary-save-in-file
6734         thereafter unless gnus-prompt-before-saving is always.
6735         (gnus-summary-save-article-body-file): Save decoded articles.
6736
6737         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6738
6739 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6740
6741         * nnrss.el (nnrss-check-group): Bind hash-index.
6742
6743 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6744
6745         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6746         its hash index.  Store this hash in `nnrss-group-data'.
6747         (nnrss-read-group-data): Update accordingly.
6748
6749 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6750
6751         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6752         entry.
6753
6754         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6755         gnus-article-browse-html-article.
6756
6757 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6758
6759         * gnus-sum.el (gnus-summary-mime-map): Add
6760         gnus-article-browse-html-article.
6761
6762         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6763
6764 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6765
6766         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6767         suitable coding systems in customize.
6768
6769 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6770
6771         * mail-source.el (mail-sources): Fix custom type.
6772
6773 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6774
6775         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6776         (gnus-summary-expire-articles-now): Shorten prompt.
6777
6778         * gmm-utils.el (wid-edit): Require.
6779         (defun-gmm): Renamed from `gmm-defun-compat'.
6780         (gmm-image-search-load-path): Use it.
6781         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6782
6783 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6784
6785         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6786         variable.
6787         (gnus-summary-save-article): Add optional `decode' argument.  If
6788         it is set and gnus-summary-save-article-coding-system is non-nil,
6789         save decoded article.
6790         (gnus-summary-write-article-file): Save decoded article if
6791         gnus-summary-save-article-coding-system is non-nil.
6792
6793         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6794         type.
6795
6796 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6799
6800 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6801
6802         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6803         first to test gnus-single-article-buffer which may be buffer-local.
6804
6805         * gnus-sum.el (gnus-summary-setup-buffer): Make
6806         gnus-single-article-buffer buffer-local and nil in ephemeral
6807         group; make gnus-article-buffer, gnus-article-current, and
6808         gnus-original-article-buffer always buffer-local.
6809         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6810         group.
6811         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6812
6813 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6814
6815         * nnml.el (nnml-request-compact-group): Compressed files might not
6816         have .gz extension.
6817
6818 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6819
6820         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6821         (mm-copy-to-buffer): Use with-current-buffer.
6822         (mm-display-part): Simplify.
6823         (mm-inlinable-p): Add optional arg `type'.
6824
6825 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6826
6827         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6828         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6829         Try harder to show the attachment internally or externally using
6830         gnus-mime-view-part-as-type.
6831
6832 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6833
6834         * message.el (message-from-style, message-signature-separator)
6835         (message-user-organization-file, message-send-mail-function)
6836         (message-citation-line-function, message-yank-prefix)
6837         (message-indent-citation-function, message-signature)
6838         (message-signature-file, message-signature-insert-empty-line):
6839         Remove autoloads.
6840
6841         * gnus-art.el (gnus-buttonized-mime-types): Remove
6842         "multipart/signed".  Revert 2006-04-26 change.
6843
6844 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6845
6846         * gnus.el (gnus-version-number): Bump version.
6847
6848 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6849
6850         * gnus.el: No Gnus v0.5 is released.
6851
6852 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6853
6854         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6855         fetching articles by message-id.
6856
6857 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6858
6859         * message.el (hashcash): Require hashcash as normal.
6860
6861         * ecomplete.el (ecomplete-highlight-match-line): Use
6862         point-at-eol.
6863         (ecomplete-highlight-match-line): Use `highlight', because that
6864         face exists in both Emacs and XEmacs.
6865
6866         * message.el (message-display-abbrev): Use point-at-bol.
6867
6868         * mail-source.el: Don't require timer/timer-funcs.
6869
6870         * gnus-async.el: Ditto.
6871
6872         * password.el: Ditto.
6873
6874         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6875
6876         * mm-url.el: Ditto.
6877
6878         * gnus-xmas.el: Don't require timer-funcs.
6879
6880         * mm-util.el: Require timer/timer-funcs.
6881
6882 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6883
6884         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6885         Close.
6886
6887 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6890         unibyte after clear-decrypt function runs.
6891
6892         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6893         returns as a unibyte string.
6894
6895 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6896
6897         * lpath.el: Revert.
6898
6899         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
6900         (pgg-gpg-process-sentinel): Revert.
6901
6902         * pgg-pgp.el (pgg-pgp-process-region): Revert.
6903         (pgg-pgp-lookup-key): Revert.
6904
6905         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
6906         (pgg-pgp5-lookup-key): Revert.
6907
6908         * pgg.el (pgg-fetch-key): Revert.
6909
6910 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6911
6912         * lpath.el: Fbind string-as-multibyte for XEmacs.
6913
6914         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6915         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6916         (mml1991-pgg-encrypt): Ditto.
6917
6918         * pgg-gpg.el (pgg-string-to-multibyte): New function.
6919         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
6920         a multibyte buffer.
6921
6922         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
6923         (pgg-pgp-lookup-key): Ditto.
6924
6925         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6926         (pgg-pgp5-lookup-key): Ditto.
6927
6928         * pgg.el (pgg-fetch-key): Ditto.
6929
6930 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6931
6932         * message.el (message-user-organization-file): Check several
6933         locations of the organization file.
6934
6935         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6936         Add gnus-article-view-part-as-type.
6937
6938         * gnus-art.el (gnus-article-view-part-as-type): New function.
6939
6940         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6941         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
6942
6943         * mml.el: Simplify autoload.
6944         (mml-mode): defvar dnd-protocol-alist instead of using
6945         symbol-value.
6946         (mml-default-directory): New variable.
6947         (mml-minibuffer-read-file): Use it.
6948         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6949
6950         * message.el (message-citation-line-format): New variable.
6951         (message-insert-formated-citation-line): New function.
6952         (message-citation-line-function): Add
6953         `message-insert-formated-citation-line' to custom type.
6954
6955         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6956         to doc string.
6957
6958         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6959         depending on mm-verify-option.
6960
6961 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6962
6963         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6964         binding pgg-* variables; reimplement the section which prevents
6965         MIME header from being signed.
6966         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6967         pgg-text-mode; remove a blank line at the top of body.
6968
6969         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6970         lines at the top of body; use gnus-newsgroup-charset if there's no
6971         Charset header.
6972
6973 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6974
6975         * message.el (message-self-insert-commands): Doc fix.
6976
6977         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6978         (mm-uu-pgp-encrypted-test): Ditto.
6979         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6980         between header and body; return application/pgp-encrypted handle
6981         if decryption failed; decode decrypted body by charset.
6982
6983         * mm-decode.el (mm-automatic-display): Don't make application/pgp
6984         element match to application/pgp-*.
6985
6986 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6987
6988         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
6989         HTML.
6990
6991 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6992
6993         * mail-source.el (mail-source-call-script): Message the error
6994         string.
6995
6996 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6997
6998         * gnus-util.el (gnus-byte-compile): Use it.
6999
7000 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7001
7002         * gnus-util.el (kill-empty-logs): New function.
7003
7004 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7005
7006         * message.el (message-mail-alias-type): Doc fix.
7007         (message-mail-alias-type-p): New function.
7008         (message-send): Use it.
7009         (message-mode): Ditto.
7010         (message-strip-forbidden-properties): Ditto.
7011
7012         * ecomplete.el (ecomplete-database-file-coding-system): New
7013         variable.
7014         (ecomplete-save): Use it.
7015         (ecomplete-setup): Use it.
7016
7017 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * message.el (message-self-insert-commands): New variable.
7020         (message-strip-forbidden-properties): Use it.
7021
7022 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7023
7024         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7025         that doesn't make XEmacs choke.
7026
7027 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7028
7029         * gnus-util.el (gnus-replace-in-string):
7030         Prefer replace-regexp-in-string over of replace-in-string.
7031
7032 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7033
7034         * gnus-util.el (gnus-select-frame-set-input-focus):
7035         Use select-frame-set-input-focus if it is available in XEmacs; use
7036         definition defined in Emacs 22 for old Emacsen.
7037
7038         * dgnushack.el: Autoload unmorse-region for XEmacs.
7039
7040         * lpath.el: Bind cursor-in-non-selected-windows and
7041         select-frame-set-input-focus for XEmacs.
7042
7043 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7044
7045         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7046
7047 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7048
7049         * gnus-registry.el (gnus-registry-cache-save): Remove text
7050         properties when saving via the temp buffer.
7051
7052 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7053
7054         * message.el (message-generate-hashcash): Honor custom type.
7055
7056 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7057
7058         * message.el (message-generate-hashcash): Default to non-nil when
7059         hashcash is found.
7060
7061         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7062         (gnus-refer-thread-limit): Increase default to 500.
7063
7064         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7065
7066         * flow-fill.el (fill-flowed): Allow delete-space.
7067
7068 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7069
7070         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7071         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7072         Remove autoloads.
7073
7074 2006-04-18  Simon Josefsson  <jas@extundo.com>
7075
7076         * message.el (message-generate-hashcash): Default to.
7077
7078 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7079
7080         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7081         concatenating segments rather than before concatenating them.
7082
7083 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7084
7085         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7086
7087 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7088
7089         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7090
7091         * message.el (message-forward-make-body-plain): Allow
7092         message-forward-ignored-headers to be a list.
7093         (message-remove-ignored-headers): Factor out into function.
7094         (message-forward-make-body-mml): Use it.
7095
7096         * imap.el (imap-quote-specials): New function.
7097         (imap-login-auth): Quote specials.
7098
7099         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7100         (rfc2231-parse-string): Allow concatanation of parameters that
7101         aren't contiguous.  The test case is
7102           (mail-header-parse-content-type "message/external-body;
7103             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7104             access-type=LOCAL-FILE;
7105             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7106
7107 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7108
7109         * nntp.el (nntp-accept-process-output): Return the value of
7110         `nnheader-accept-process-output'.
7111
7112 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7113
7114         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7115         (gnus-button-alist): Recognize more diff formats.
7116         (gnus-button-patch): Strip directory.
7117
7118 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7119
7120         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7121         Emacs 22 when setting focus.
7122
7123 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7124
7125         * gnus-art.el (gnus-article-treat-types): Do treatment of
7126         text/x-verbatim parts.
7127         (gnus-button-patch): New command.
7128
7129         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7130         addresses that contain invalid characters.
7131
7132 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7133
7134         * message.el (message-put-addresses-in-ecomplete): Use
7135         gnus-replace-in-string.
7136         (message-is-yours-p): Use the more correct
7137         mail-header-parse-address instead of
7138         mail-extract-address-components.
7139         (message-put-addresses-in-ecomplete): Fix typo.
7140
7141         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7142         keystroke.
7143
7144         * gnus-art.el (gnus-treatment-function-alist): Change order of
7145         newsgroups/generic header folding to avoid double-folding.
7146
7147         * message.el (message-hidden-headers): Add X-Draft-From.
7148
7149         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7150         command.
7151         (gnus-summary-repeat-search-article-backward): New command.
7152
7153         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7154         groups in the parent topic.
7155
7156 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7157
7158         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7159         (spam-extra-header-to-number): Return the CRM114 number as a
7160         number instead of a string.
7161
7162 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7163
7164         * gnus-art.el (gnus-face-properties-alist): Moved here from
7165         gnus-fun.
7166
7167         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7168
7169 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7170
7171         * message.el (message-strip-forbidden-properties): Only display on
7172         self-insert-command.
7173
7174         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7175         reindent.
7176         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7177
7178 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7179
7180         * smiley.el (smiley-style): Fix typo.
7181
7182 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7183
7184         * hashcash.el (hashcash-insert-payment-async-2): Use
7185         message-goto-eoh instead of doing it manually.
7186         (mail-add-payment): Use message-narrow-to-header instead of trying
7187         to do the same itself.
7188
7189         * message.el (message-hidden-headers): Add Face.
7190
7191         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7192         reparenting code.
7193         (gnus-summary-reparent-children): Refactored out code.
7194         (gnus-summary-thread-map): New keystroke.
7195         (gnus-summary-reparent-children): Make into command.
7196
7197         * smiley.el (smiley-style): Default to `medium' if using a large
7198         font.
7199
7200         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7201         does it itself.
7202
7203         * message.el (message-point-in-header-p): Simplify definition.
7204
7205 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7206
7207         * nnagent.el (nnagent-request-set-mark): Silence log file
7208         writing.
7209         (nnagent-request-set-mark): Use write-region instead of
7210         append-to-file.
7211
7212         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7213         strange select method.
7214
7215         * ecomplete.el (ecomplete-display-matches): Get highlightling
7216         right.
7217         (ecomplete-display-matches): Use literals.
7218         (ecomplete-display-matches): Disable message logging.
7219
7220         * message.el (message-display-abbrev): Small optimization.
7221
7222         * ecomplete.el (ecomplete-display-matches): Allow automatic
7223         display.
7224
7225         * message.el (message-strip-forbidden-properties): Display
7226         abbrevs.
7227         (message-display-abbrev): Get automatic display right.
7228
7229         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7230         keystrokes.
7231
7232 2006-04-13  Romain Francoise  <romain@orebokech.com>
7233
7234         TODO: Backport to v5-10!
7235
7236         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7237         Moved here (and renamed) from gnus-registry.el.
7238
7239         * gnus-registry.el: Require gnus-util.
7240         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7241
7242 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7243
7244         * gnus-group.el (gnus-group-catchup-current): Change
7245         if-then-else-if-then-else into cond.
7246         (gnus-group-catchup): Indent.
7247         (group-name-at-point): New function.
7248         (gnus-fetch-group): Provide default from thing at point.
7249
7250 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7251
7252         * message.el (message-display-abbrev): Fix regexp.
7253
7254         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7255         choosing.
7256         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7257         dead variables.
7258
7259         * message.el (message-newline-and-indent): Remove debugging.
7260         (message-display-abbrev): Use new implementation.
7261
7262 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7263
7264         * gnus-art.el (gnus-article-mode): Set
7265         cursor-in-non-selected-windows to nil.
7266
7267         * smiley.el: Revert previous change.
7268         (smiley-data-directory): defvar it before using it in the
7269         defcustom of `smiley-style'.
7270
7271 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7272
7273         * message.el (message-newline-and-indent): New function.
7274
7275         * ecomplete.el: Implement more bits.
7276
7277         * message.el (message-put-addresses-in-ecomplete): Clean up the
7278         string.
7279
7280         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7281
7282         * gnus-sum.el (gnus-summary-save-parts): Bind
7283         gnus-summary-save-parts-counter and use it to make unique file
7284         names.
7285
7286         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7287
7288         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7289         parameter to say whether to actually parse the individual
7290         addresses.
7291
7292         * message.el (message-put-addresses-in-ecomplete): New function.
7293         (ecomplete): Require.
7294         (message-mail-alias-type): Add ecomplete as an option.
7295
7296 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7297
7298         * flow-fill.el (fill-flowed): Remove trailing space from blank
7299         quoted lines.
7300
7301 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7302
7303         * smiley.el (smiley-style): Move definition later to avoid a
7304         compilation warning.
7305
7306 2006-04-12  Kenichi Handa  <handa@m17n.org>
7307
7308         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7309         buffer and then decode the buffer text if necessary.
7310         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7311         first, and after mm-encode-body, change the buffer to unibyte.
7312         Use mm-disable-multibyte instead of set-buffer-multibyte.
7313
7314 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7315
7316         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7317         Content-Type header instead of Content-Disposition header.
7318         (gnus-mime-inline-part): Ditto.
7319         (gnus-mime-view-part-as-charset): Ignore charset that the part
7320         specifies.
7321
7322         * mm-decode.el (mm-display-part): Work with external parts and
7323         usual parts similarly.
7324
7325         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7326         instead of gnus-display-mime.
7327
7328         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7329         instead of with-temp-buffer.
7330
7331         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7332         tag to summarized topics part in order to encode non-ASCII text.
7333
7334 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7335
7336         * smiley.el (smiley-style): New variable.
7337         (smiley-directory): New function.
7338         (smiley-data-directory): Derive from `smiley-style' using
7339         `smiley-directory'.
7340         (smiley-regexp-alist): Add new entries.
7341
7342         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7343         (gnus-article-browse-delete-temp): Add :version.
7344
7345 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7346
7347         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7348         the sieve region.
7349
7350 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7351
7352         * gnus.el (gnus-version-number): Bump version.
7353
7354 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7355
7356         * gnus.el: No Gnus v0.4 is released.
7357
7358 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7359
7360         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7361         layout.
7362
7363         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7364         unknown charset.
7365
7366         * message.el (message-header-synonyms): Add Original-To to the
7367         default.
7368
7369         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7370         optional parameter.
7371
7372 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7373
7374         * gnus-fun.el (gnus): Require it for gnus-directory.
7375
7376 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7377
7378         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7379
7380 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7381
7382         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7383
7384 2006-04-05  Simon Josefsson  <jas@extundo.com>
7385
7386         * password.el (password-reset): New function.
7387
7388 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7389
7390         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7391         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7392
7393 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7394
7395         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7396         Some whitespace was matched into the url, which broke browsing hits
7397         > 100 when mm-url-use-external was nil.
7398
7399 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7400
7401         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7402         gnus-extra-headers for 'Newsgroups.
7403
7404         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7405         bound.
7406
7407 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7408
7409         * pgg-gpg.el: Clean up process buffers every time gpg processes
7410         complete.
7411
7412 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7413
7414         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7415         doc string.
7416
7417 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7418
7419         * pgg-gpg.el (pgg-gpg-process-filter)
7420         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7421
7422         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7423         lines, temporary fix.
7424
7425 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7426
7427         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7428
7429 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7430
7431         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7432         default-enable-multibyte-characters.  This reverts the change from
7433         revision 6.17 which is no longer necessary because the passphrase
7434         is sent separately now.  GnuPG messages are unreadable under
7435         multibyte locales with default-enable-multibyte-characters set to
7436         nil.
7437
7438 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7439
7440         * message.el (message-tool-bar-gnome): Move "spell".
7441
7442 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7443
7444         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7445         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7446         instead.
7447
7448 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7449
7450         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7451         newsgroups handling for NNTP overviews which don't include
7452         Newsgroups.
7453
7454 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7455
7456         * message.el (message-resend): Bind message-generate-hashcash to nil.
7457
7458 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7459
7460         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7461         when searching for already-paid recipients.
7462
7463 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7464
7465         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7466         passphrases when it is not needed.
7467         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7468         passphrase stuff from gpg, should only be necessary when you use
7469         gpg with a smartcard.
7470
7471 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7472
7473         * mml.el (mml-insert-mime): Ignore cached contents of
7474         message/external-body part.
7475
7476         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7477         (mm-insert-part): Ditto.
7478
7479 2006-03-23  Simon Josefsson  <jas@extundo.com>
7480
7481         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7482         Reiner.
7483         (pgg-gpg-use-agent-p): Use it again.
7484
7485 2006-03-23  Simon Josefsson  <jas@extundo.com>
7486
7487         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7488         older emacsen.
7489         (pgg-gpg-use-agent-p): Don't use it.
7490
7491 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7492
7493         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7494         if we can.
7495
7496 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7497
7498         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7499         (pgg-gpg-update-agent): New function.
7500         (pgg-gpg-use-agent-p): New function.
7501         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7502         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7503         (pgg-gpg-sign-region): Use it.
7504
7505 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7506
7507         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7508         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7509
7510 2006-03-21  Simon Josefsson  <jas@extundo.com>
7511
7512         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7513         <wilde@sha-bang.de>.
7514         (pgg-gpg-use-agent): New variable.
7515         (pgg-gpg-process-region): Use it.
7516         (pgg-gpg-encrypt-region): Likewise.
7517         (pgg-gpg-encrypt-symmetric-region): Likewise.
7518         (pgg-gpg-decrypt-region): Likewise.
7519         (pgg-gpg-sign-region): Likewise.
7520         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7521
7522 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7523
7524         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7525
7526         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7527         Add comment on version.
7528
7529 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7530
7531         * smiley.el: Add missing test smiley.
7532
7533 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7534
7535         * mm-decode.el (mm-with-part): New macro.
7536         (mm-get-part): Use it; work with message/external-body as well.
7537         (mm-save-part): Treat name and filename equally.
7538
7539         * mm-extern.el (mm-extern-cache-contents): New function.
7540         (mm-inline-external-body): Use it; force the part to be displayed;
7541         move undisplayer added to the cached handle to the parent.
7542
7543         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7544         (gnus-mime-view-part-as-type): Work with message/external-body.
7545
7546         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7547
7548 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7549
7550         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7551         images in image-load-path.  [Sync with image.el, revision 1.60, in
7552         Emacs.]
7553
7554 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7555
7556         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7557         path rather than symbol.  Always return list of directories.
7558         Guarantee that image directory comes first.  [Sync with image.el,
7559         revision 1.59, in Emacs.]
7560
7561         * message.el (message-make-tool-bar): Adjust to new API of
7562         `gmm-image-load-path-for-library'.
7563
7564         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7565
7566         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7567
7568 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7569
7570         * gnus-art.el (gnus-article-only-boring-p):
7571         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7572         intangible text.
7573         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7574
7575 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7576
7577         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7578         `defun' instead of `gmm-defun-compat'.
7579
7580 2006-03-14  Simon Josefsson  <jas@extundo.com>
7581
7582         * message.el (message-unique-id): Don't use message-number-base36
7583         if (user-uid) is a float.
7584         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7585
7586 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7589
7590         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7591         empty line between a part and a message part.
7592
7593 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7594
7595         * smiley.el: Add more test smileys.
7596         (smiley-data-directory, smiley-regexp-alist)
7597         (gnus-smiley-file-types): Fix doc strings.
7598         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7599         adding new elements.
7600         (smiley-mouse-map): Unused code.  Make it a comment.
7601
7602 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7603
7604         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7605         scan latest NoCeM messages instead of old ones.
7606         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7607         delimiters that are recently used.
7608         (gnus-nocem-load-cache): Add autoload cookie.
7609
7610         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7611
7612         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7613         level which is larger than gnus-use-nocem is specified.
7614
7615         * gnus-group.el (gnus-group-get-new-news): Ditto.
7616
7617 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7618
7619         * gnus-util.el (gnus-tool-bar-update): New function.
7620
7621         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7622         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7623
7624         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7625
7626         * gnus-group.el (gnus-group-redraw-when-idle)
7627         (gnus-group-redraw-check): Remove.
7628         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7629
7630 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7631
7632         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7633         if optional last element is specified in splits (FIELD VALUE...).
7634
7635 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7636
7637         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7638         to gmm-image-load-path-for-library.  Call with no-error argument.
7639         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7640
7641         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7642
7643         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7644
7645         * gmm-utils.el (gmm-image-load-path): Remove alias.
7646
7647 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7648
7649         * gmm-utils.el (gmm-image-load-path): Add alias.
7650
7651         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7652         nnml-generate-nov-databases-1.
7653         (nnml-generate-nov-databases): Use it.
7654         (nnml-generate-nov-databases-directory): Document no-active
7655         argument.
7656
7657         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7658         directory if path is t.  Add no-error.
7659
7660         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7661         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7662
7663         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7664         resetting gnus-article-browse-html-temp-list.
7665
7666         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7667         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7668         Add example to docstring.  Rename local variables.  Move error
7669         checks to default case in cond and simplify.
7670
7671 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7674         handle is multipart when calling it recursively.
7675         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7676
7677 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7678
7679         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7680         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7681
7682 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7683
7684         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7685         is loaded.
7686
7687         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7688         loaded.
7689
7690 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7691
7692         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7693         to "Emacs 23 (unicode)" in doc string.
7694
7695         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7696         "Emacs 23 (unicode)" in comment.
7697
7698 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7699
7700         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7701
7702         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7703         characters 160 through 255 in Emacs 23.
7704
7705 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7706
7707         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7708         gnus-article-browse-html-temp.
7709         (gnus-article-browse-delete-temp): Make it customizable.  Add
7710         `file'.  Adjust doc string.
7711         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7712         query for each file.  Adjust doc string.
7713         (gnus-article-browse-html-parts): Add
7714         `gnus-article-browse-delete-temp-files' to
7715         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7716
7717 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7718
7719         * gnus-art.el (gnus-article-browse-html-temp)
7720         (gnus-article-browse-delete-temp): New variables.
7721         (gnus-article-browse-delete-temp-files): New function.
7722         (gnus-article-browse-html-parts): Use it.
7723
7724 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7725
7726         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7727
7728         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7729         string.
7730
7731         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7732         gnus-summary-insert-new-articles when unplugged.  Remove
7733         gnus-summary-search-article-forward.
7734
7735         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7736         display-visual-class instead of display-color-cells.
7737
7738 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7739
7740         * dgnushack.el: Autoload customize-group for XEmacs.
7741
7742         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7743         message/* containing non-ASCII text properly.
7744
7745 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7746
7747         * message.el: Require gmm-utils, remove autoloads.
7748         (message-tool-bar): Set default based on
7749         gmm-tool-bar-style.
7750         (message-tool-bar-gnome): Add gmm-customize-mode.
7751
7752         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7753         gmm-tool-bar-style.
7754         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7755
7756         * gnus-group.el (gnus-group-tool-bar): Set default based on
7757         gmm-tool-bar-style.
7758         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7759
7760         * gmm-utils.el (gmm-image-directory): Rename variable from
7761         gmm-image-load-path.
7762         (gmm-image-load-path): Use gmm-image-directory.
7763         (gmm-customize-mode): New function.
7764         (gmm-tool-bar-style): New variable.
7765
7766         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7767         gnus-group-redraw-line-number.
7768         (gnus-group-redraw-check): Simplify.
7769         (gnus-group-tool-bar-update): Remove redraw check.
7770         (gnus-group-make-tool-bar): Add redraw check.
7771
7772 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7773
7774         * gnus-art.el (gnus-button): Add missing parentheses.
7775
7776 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * lpath.el: Fbind line-number-at-pos.
7779
7780 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7781
7782         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7783
7784 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7785
7786         * gnus-art.el (gnus-button): New face.
7787         (gnus-article-button-face): Use it.
7788
7789         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7790         gnus-summary-next-page.  Re-order.
7791
7792         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7793         next-node are now included.
7794         (gnus-group-redraw-line-number): New internal variable.
7795         (gnus-group-redraw-check): Helper function for updating the tool
7796         bar.
7797         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7798
7799         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7800
7801         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7802         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7803         Use it to match format of Spamassassin 3.0 and later.  Reported by
7804         IRIE Tetsuya <irie@t.email.ne.jp>.
7805         (spam-check-bogofilter)
7806         (spam-bogofilter-register-with-bogofilter): Fix args of
7807         `gnus-error' calls.
7808
7809 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7810
7811         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7812         unnecessary interaction when sending queued mails.  Reported by
7813         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7814
7815 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7816
7817         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7818         first or last are nil.
7819
7820 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7821
7822         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7823
7824 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7825
7826         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7827
7828 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7829
7830         * dns.el (query-dns): Protect more against buggy tcp output.
7831
7832 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7833
7834         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7835         nov.php.
7836
7837 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7838
7839         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7840         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7841         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7842         output on the server side.
7843         (nnweb-google-create-mapping): Update regexps and add some
7844         progress indication.
7845
7846 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7847
7848         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7849         gnus-agent-toggle-plugged.  Re-order icons.
7850         (gnus-group-tool-bar-gnome): Add
7851         gnus-group-{prev,next}-unread-group.
7852         (gnus-group-tool-bar-gnome): Re-order icons.
7853
7854         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7855         gnus-summary-insert-new-articles.
7856
7857         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7858         comments.
7859
7860         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7861         also available in Emacs 21.3.
7862
7863         * message.el (message-fix-before-sending): Change "Emacs 22" to
7864         "Emacs 23 (unicode)" in comment.
7865
7866         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7867         "Emacs 23 (unicode)" in comment.
7868
7869         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7870         comment.
7871         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7872
7873         * mm-view.el (mm-fill-flowed): Add :version.
7874
7875 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7876
7877         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7878         and load-path.
7879
7880 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7881
7882         * message.el: Autoload gmm-image-load-path.
7883         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7884         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7885         consitency.
7886
7887         * gmm-utils.el (gmm-image-load-path): Also search in
7888         "../etc/images".  Don't set gmm-image-load-path if we don't find
7889         the image.
7890
7891 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * gmm-utils.el (gmm-image-load-path): Don't make
7894         `gmm-image-load-path' include subdirectories which the second arg
7895         `image' might specify.
7896
7897         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7898         subdirectory to icon file names.
7899
7900         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7901
7902 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7903
7904         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7905         gmm-image-load-path calls.
7906
7907         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7908
7909         * message.el (message-make-tool-bar): Ditto.
7910
7911         * mml.el (mml-preview): Added comment concerning tool bar icons.
7912
7913         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7914         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7915
7916         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7917         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7918
7919         * message.el (message-tool-bar-gnome): Use new icon names.
7920         (message-make-tool-bar): Use `gmm-image-load-path'.
7921
7922         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7923         functions from MH-E.
7924         (gmm-image-load-path): New variable from MH-E.
7925         (gmm-image-load-path): New function from MH-E.  Added arguments
7926         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
7927         *-image-load-path-called-flag.
7928
7929 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
7930
7931         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7932
7933 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
7934
7935         * nnimap.el (nnimap-request-move-article): Change folder back to
7936         source group before deleting.
7937
7938 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
7939
7940         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7941
7942         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7943         mm-url.
7944
7945         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7946
7947 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7948
7949         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7950         coding system which mm-charset-to-coding-system returns for a
7951         given charset is valid.
7952
7953 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
7954
7955         * html2text.el (html2text-remove-tag-list):
7956         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7957
7958 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7959
7960         * gnus-cus.el: Revert 2005-10-17 change.
7961
7962 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7963
7964         * gnus-art.el (article-strip-banner): Call
7965         article-really-strip-banner only when the regexp match is made.
7966
7967 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7968
7969         * gnus-art.el (article-strip-banner): Use
7970         gnus-extract-address-components instead of
7971         mail-header-parse-addresses to make it work with non-ASCII text;
7972         remove mail-encode-encoded-word-string.
7973
7974         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7975         values which are surrounded with \"...\"; make it never cause a
7976         Lisp error; give up parsing of parameters if it failed in
7977         extracting type.
7978
7979 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
7980
7981         * smime.el (smime-cert-by-ldap-1): Fix bug where
7982         `smime-ldap-search' returns results without userCertificates.
7983
7984 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7985
7986         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
7987
7988 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7989
7990         * spam.el (spam-check-spamassassin-headers): Adapt format for
7991         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
7992         <ari@mbf.ocn.ne.jp>.
7993         (spam-list-of-processors): Add spam-use-gmane.
7994
7995 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7996
7997         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
7998         make-temp-file; make it work with XEmacs as well.
7999
8000         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8001         mm-make-temp-file.
8002
8003         * mm-decode.el (mm-display-external): Use the 3rd arg of
8004         mm-make-temp-file.
8005         (mm-create-image-xemacs): Ditto.
8006
8007 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8008
8009         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8010         with message-narrow-to-headers.
8011         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8012         (gnus-draft-check-draft-articles): New function.
8013         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8014
8015 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8016
8017         * gnus-art.el (gnus-article-browse-html-parts):
8018         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8019         Don't use suffix argument for mm-make-temp-file for Emacs 21
8020         compatibility.  Remove useless `format'.
8021
8022 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8023
8024         * nnweb.el (nnweb-google-wash-article): Update regexps.
8025         (nnweb-group-alist): Use defvoo instead of defvar.
8026
8027 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8028
8029         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8030         re-loading nn* modules.
8031
8032 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8033
8034         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8035         for `tool-bar-mode' and don't check it's default-value.
8036
8037         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8038
8039         * message.el (message-make-tool-bar): Ditto.
8040
8041         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8042         `substring'.  Shorten tmp-file name.
8043
8044         * gnus.el: Remove bogus comment.
8045
8046 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8047
8048         * gnus-art.el (gnus-article-browse-html-parts): New function.
8049         (gnus-article-browse-html-article): New function for viewing html
8050         articles with a browser.
8051
8052 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8053
8054         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8055         in elisp.
8056         (pgg-gpg-encrypt-symmetric-region): Ditto.
8057         (pgg-gpg-sign-region): Ditto.
8058
8059         * pgg-def.el (pgg-text-mode): New variable.
8060
8061         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8062         (mml2015-pgg-encrypt): Ditto.
8063
8064         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8065         (mml1991-pgg-encrypt): Ditto.
8066
8067 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8068
8069         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8070         message-make-date instead of current-time-string.
8071
8072         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8073         to gnus-decoded which mm-uu might set.
8074
8075 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8076
8077         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8078         don't decode quoted parameters; remove misimported Emacs code.
8079         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8080         (rfc2231-decode-encoded-string): Don't use split-string which
8081         behaves differently according to Emacs version; use
8082         mm-decode-coding-region to convert charset to coding-system.
8083         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8084         (rfc2231-encode-string): Remove misimported Emacs code.
8085
8086 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8087
8088         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8089         when calling mail-header-parse-content-type.
8090         (article-de-quoted-unreadable): Ditto.
8091         (article-de-base64-unreadable): Ditto.
8092         (article-wash-html): Ditto.
8093
8094         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8095         calling mail-header-parse-content-type and
8096         mail-header-parse-content-disposition.
8097         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8098         mail-header-parse-content-type.
8099
8100         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8101         insert charset and format parameters; encode description after
8102         inserting it to buffer.
8103         (mml-insert-parameter): Fold lines properly even if a parameter is
8104         segmented into two or more lines; change the max column to 76.
8105
8106         * rfc1843.el (rfc1843-decode-article-body): Don't use
8107         ignore-errors when calling mail-header-parse-content-type.
8108
8109         * rfc2231.el (rfc2231-parse-string): Return at least type if
8110         possible; don't cause an error even if it fails in parsing of
8111         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8112         (rfc2231-encode-string): Don't break lines at the beginning, leave
8113         it to mml-insert-parameter.
8114
8115         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8116         calling mail-header-parse-content-type.
8117
8118 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8119
8120         * spam-report.el (spam-report-gmane-use-article-number):
8121         Improve doc string.
8122         (spam-report-gmane-internal): Check if a suitable header was found
8123         in the article.
8124
8125 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8126
8127         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8128         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8129
8130 2006-02-05  Romain Francoise  <romain@orebokech.com>
8131
8132         Update copyright notices of all files in the gnus directory.
8133
8134 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8135
8136         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8137
8138 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8139
8140         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8141         segmented lines of parameter value to cope with Thunderbird 1.5
8142         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8143         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8144         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8145
8146 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8147
8148         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8149         parts.
8150
8151 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8152
8153         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8154         there's only one active file for all servers.
8155         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8156         solid groups.  Gnus might have used a FAST request to select the group.
8157         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8158         and nnweb-search redundantly in the active file.
8159         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8160         (nnweb-request-create-group): Don't use ARGS.
8161         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8162         initialisations.  Let nnoo do the work.
8163
8164 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8165
8166         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8167         Say the part has been decoded.
8168
8169         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8170
8171 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8172
8173         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8174         mailcap-viewer-test-cache when there's no 'test clause, since that
8175         will invert the meaning of a "nil" test previously determined by
8176         mailcap-mailcap-entry-passes-test.
8177
8178 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8181         compiling.
8182
8183         * gnus-sum.el: Ditto.
8184
8185         * message.el: Don't bind tool-bar-map when compiling.
8186
8187 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8188
8189         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8190
8191 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8192
8193         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8194         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8195         current Google Groups.
8196
8197 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8198
8199         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8200         and tool-bar-mode.
8201
8202         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8203         and tool-bar-mode.
8204
8205         * message.el (message-tool-bar-update): Simplify.
8206         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8207
8208         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8209         gnus-summary-buffer.
8210         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8211         gnus-summary-reply.
8212
8213         * gmm-utils.el (gmm): Add :version.
8214
8215 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8216
8217         * Makefile.in (clean): New rule.
8218         (distclean): Use it.
8219
8220 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8221
8222         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8223         autoload.
8224
8225 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8226
8227         * gmm-utils.el (gmm-verbose): Add :group.
8228
8229 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8230
8231         * message.el: Change some comments WRT tool-bars.
8232
8233         * gnus-sum.el (gnus-summary-tool-bar)
8234         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8235         (gnus-summary-tool-bar-zap-list): New variables.
8236         (gnus-summary-make-tool-bar): Complete rewrite using
8237         `gmm-tool-bar-from-list'.
8238
8239         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8240         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8241         variables.
8242         (gnus-group-make-tool-bar): Complete rewrite using
8243         `gmm-tool-bar-from-list'.
8244         (gnus-group-tool-bar-update): New function.
8245
8246         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8247
8248 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8251         is dissected into a single part of which the type is the same as
8252         the given one; decode charset.
8253
8254 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8255
8256         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8257         into alists as symbol not string, since that's what
8258         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8259         look for.
8260
8261 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8262
8263         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8264         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8265
8266         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8267
8268 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8269
8270         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8271         (gnus-xmas-mime-security-button-menu): New function.
8272
8273         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8274         (gnus-mime-security-button-menu): New definition.
8275         (gnus-mime-security-button-map): Use them.
8276         (gnus-mime-security-button-menu): New function.
8277         (gnus-insert-mime-security-button): Addition to help echo.
8278         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8279         (gnus-mime-security-pipe-part): New functions.
8280
8281         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8282         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8283
8284         * mm-decode.el (mm-handle-set-disposition): Remove.
8285         (mm-handle-set-description): Remove.
8286
8287 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8288
8289         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8290         (mm-w3m-standalone-supports-m17n-p): New function.
8291         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8292         w3m usage.
8293
8294         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8295         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8296
8297 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8298
8299         * message.el (message-tool-bar-zap-list): Use
8300         gmm-tool-bar-zap-list as custom type.
8301         (message-tool-bar-update): New function.
8302         (message-tool-bar, message-tool-bar-gnome)
8303         (message-tool-bar-retro): Add message-tool-bar-update.
8304         (message-tool-bar-gnome): Add flyspell-buffer.
8305
8306         * gnus-util.el (gnus-error): Describe `args'.
8307
8308         * gmm-utils.el (gmm-error): Describe `args'.
8309         (gmm-tool-bar-zap-list): New widget.
8310         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8311
8312 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8313
8314         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8315         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8316         the number of recursive calls.
8317
8318         * mm-decode.el (mm-handle-set-disposition): New macro.
8319         (mm-handle-set-description): New macro.
8320
8321 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8324         encoding.
8325
8326 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8327
8328         * message.el (message-tool-bar-zap-list, message-tool-bar)
8329         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8330         (message-tool-bar-local-item-from-menu): Remove.
8331         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8332         (message-make-tool-bar): New function.
8333         (message-mode): Use `message-make-tool-bar'.
8334
8335         * gmm-utils.el: New file.
8336         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8337         (gmm-lazy): New widget copied from `nnmail.el'.
8338         (gmm-tool-bar-from-list): New function for creating customizable
8339         tool bars.
8340         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8341         output.
8342         (gmm): Add :prefix to defgroup.
8343
8344 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8345
8346         * gmm-utils.el (gmm-widget-p): New function.
8347
8348 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8349
8350         * mml.el (mml-attach-file): Describe `description' in doc string.
8351         (mml-menu): Add Emacs MIME manual and PGG manual.
8352
8353 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8354
8355         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8356
8357 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8358
8359         * nntp.el (nntp-end-of-line): Doc fix.
8360
8361 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8362
8363         * imap.el (imap-open): Handle case where buffer is a buffer
8364         object.
8365
8366 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8367
8368         * gnus-delay.el (gnus-delay): Don't autoload.
8369         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8370         to be re-loaded when customizing the `gnus-delay' group.
8371
8372 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8373
8374         * message.el (message-insert-citation-line): Use newlines.
8375
8376 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8377
8378         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8379         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8380         these routines, so the passphrase can be managed externally and
8381         passed in to the system.
8382         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8383         pgg-add-passphrase-to-cache function.
8384
8385         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8386         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8387         these routines, so the passphrase can be managed externally and
8388         passed in to the system.
8389         (pgg-pgp5-sign-region): Use new name of
8390         pgg-add-passphrase-to-cache function.
8391
8392 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8393
8394         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8395         part of the decoded armor to find the key-identifier.
8396         (pgg-gpg-lookup-key-owner): New function to return the
8397         human-readable identifier of a key owner.
8398         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8399         itself.
8400         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8401         the key value) if we have a key and can match it against a secret
8402         key.  Also, added a note pointing out fact that the prompt only
8403         indicates the first matching key.
8404
8405         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8406         pgg-decrypt-region.
8407         (pgg-add-passphrase-to-cache): Rename from
8408         `pgg-add-passphrase-cache' to reduce confusion (all callers
8409         changed).
8410         (pgg-remove-passphrase-from-cache): Rename from
8411         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8412         changed).
8413         (pgg-read-passphrase, pgg-add-passphrase-cache)
8414         (pgg-remove-passphrase-cache): Add informative docstrings.
8415         (pgg-decrypt): Convey provided passphrase in subordinate call to
8416         pgg-decrypt-region.
8417
8418 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8419
8420         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8421         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8422         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8423         'passphrase' argument, so the passphrase can be managed externally
8424         and then passed in to the system.
8425
8426         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8427         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8428         so the passphrase cache can be used reliably with identifiers
8429         besides a pgp packet's key id.
8430
8431         * pgg-gpg.el (pgg-gpg-encrypt-region)
8432         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8433         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8434         these routines, so the passphrase can be managed externally and
8435         passed in to the system.
8436
8437         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8438         'notruncate' argument, so the passphrase cache can be used
8439         reliably with identifiers besides a pgp packet's key id.
8440
8441 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8442
8443         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8444         symmetric encryption.
8445         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8446         encrypted session key.
8447         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8448         message ask for the passphrase in a proper way.
8449
8450         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8451         New user commands for symmetric encryption.
8452
8453 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8456
8457         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8458
8459 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8460
8461         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8462
8463 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8464
8465         * mm-decode.el (mm-inlined-types): Add application/pgp.
8466         (mm-automatic-display): Ditto.
8467
8468         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8469         part as text.
8470
8471 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8472
8473         * nnrss.el: Update copyright.
8474         (nnrss-opml-import): Query whether to subscribe to each entry.
8475
8476         * gnus-art.el:
8477         * gnus-sum.el:
8478         * gnus-xmas.el:
8479         * messagexmas.el:
8480         * mm-uu.el:
8481         * mm-view.el: Update copyright.
8482
8483 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8484
8485         * message.el (message-info): New function.
8486         (message-mode-menu): Add it.
8487         Update copyright.
8488
8489         * ChangeLog: Fix and update copyright.
8490
8491 2006-01-13  Romain Francoise  <romain@orebokech.com>
8492
8493         * message.el (message-forward-subject-name-subject): Prefer the
8494         address to 'nowhere' if the sender has no name.
8495         Fix typo.  Update copyright year.
8496
8497 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8498
8499         * gnus-art.el (article-wash-html): Use
8500         gnus-summary-show-article-charset-alist if a numeric arg is given.
8501         (gnus-article-wash-html-with-w3m-standalone): New function.
8502
8503         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8504         mm-inline-text-html-render-with-w3m-standalone.
8505         (mm-text-html-washer-alist): Map w3m-standalone to
8506         gnus-article-wash-html-with-w3m-standalone.
8507         (mm-inline-text-html-render-with-w3m-standalone): New function.
8508
8509 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8510
8511         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8512         Improve LaTeX.
8513
8514 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8515
8516         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8517         (nnrss-request-article): Render text/plain parts as HTML.
8518
8519         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8520         the buffer.
8521
8522 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8523
8524         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8525         custom definition of `gnus-posting-styles'.
8526
8527         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8528         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8529
8530 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8531
8532         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8533         Use nntp for bug archive.
8534
8535 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8536
8537         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8538         parts.
8539         (nnrss-normalize-date): New function converts ISO 8601 date into
8540         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8541         (nnrss-check-group): Use it.
8542
8543 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8544
8545         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8546
8547         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8548         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8549         (nnrss-insert-w3): Ditto.
8550
8551 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8552
8553         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8554         the articles to be forwarded including the case where neither a
8555         number of articles nor a region is specified.
8556
8557 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8558
8559         * nnrss.el (nnrss-request-article): Fix last change; fill
8560         text/plain parts.
8561
8562 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8563
8564         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8565         in text/plain part.
8566         (nnrss-check-group): Don't add excessive newline to dc:subject.
8567
8568 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8569
8570         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8571         article.
8572
8573 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8574
8575         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8576         (nnml-use-compressed-files, nnml-save-mail): Support other
8577         comression programs such as bzip2.
8578
8579 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8580
8581         * dns.el (query-dns): Make sure we check the buffer size before
8582         removing tcp headers.
8583
8584 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8585
8586         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8587         remove MIME buttons associated with multipart/alternative parts.
8588         (gnus-mime-display-alternative): Tag buttons using `article-type'
8589         text property.
8590
8591         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8592         associated with multipart/alternative parts.
8593
8594         * gnus-art.el (gnus-signature-separator): Fix custom type.
8595
8596         * mm-decode.el (mm-inlined-types): Fix custom type.
8597         (mm-keep-viewer-alive-types): Ditto.
8598         (mm-automatic-display): Ditto.
8599         (mm-attachment-override-types): Ditto.
8600         (mm-inline-override-types): Ditto.
8601         (mm-automatic-external-display): Ditto.
8602
8603 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8604
8605         * spam-report.el (spam-report-user-mail-address)
8606         (spam-report-user-agent): New variables.
8607         (spam-report-url-ping-plain): Use spam-report-user-agent.
8608
8609 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8610
8611         * gnus-art.el (gnus-button-handle-custom): Do not just use
8612         `customize-apropos' for any "M-x customize-*" button but the
8613         function called for.  Accept both the function name and its
8614         argument in order to achieve this.
8615         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8616         function name to `gnus-button-handle-custom' in case of "M-x
8617         customize-*" buttons.
8618
8619 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8620
8621         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8622         multipart/alternative and add xref to mm-discouraged-alternatives
8623         in doc string.
8624
8625         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8626         gnus-buttonized-mime-types in doc string.
8627
8628 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8629
8630         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8631         Suggest image/.* in the doc string.
8632
8633 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8634
8635         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8636         message-marks (Debian bug #342521).
8637
8638 2005-12-12  Simon Josefsson  <jas@extundo.com>
8639
8640         * password.el (password-read-from-cache): Add.
8641         (password-read): Use it.
8642
8643 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8646         us-ascii as a MIME charset.
8647
8648         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8649         against the case where the 2nd arg TYPE is nil.
8650
8651 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8652
8653         * pop3.el (pop3-stream-type): Fix custom version.
8654
8655         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8656
8657 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8658
8659         * mm-decode.el (mm-display-external): Add missing cdr.
8660
8661 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8662
8663         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8664         RFC1524) if it is in mailcap or add a suffix according to
8665         mailcap-mime-extensions when generating a temp filename; postpone
8666         deleting a temp file for 2 seconds for some wrappers, shell
8667         scripts, and so on, which might exit right after having started a
8668         viewer command as a background job.
8669
8670 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8671
8672         * nntp.el (nntp-marks-directory): Fix custom group.
8673
8674         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8675         steps when < 10.
8676
8677         * gnus-start.el (gnus-no-server-1): Mention
8678         `gnus-level-default-subscribed' in doc string.
8679
8680 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8681
8682         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8683         parens.
8684
8685 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8686
8687         * gnus-xmas.el (gnus-use-toolbar): Revert.
8688         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8689         gnus-use-toolbar is default.
8690
8691         * messagexmas.el (message-use-toolbar): Revert.
8692         (message-setup-toolbar): Use global default-toolbar if
8693         message-use-toolbar is default.
8694
8695 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8696
8697         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8698         according to default-toolbar-visible-p.
8699
8700         * messagexmas.el (message-use-toolbar): Ditto.
8701
8702 2005-11-26  Dave Love  <fx@gnu.org>
8703
8704         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8705         (tls-program, tls-success): Provide openssl alternative.
8706
8707         * starttls.el: Doc fixes.
8708         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8709         SERVICE to PORT.
8710
8711         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8712         port null or service name.
8713         (starttls-negotiate): Autoload.
8714
8715 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8716
8717         * message.el (message-kill-to-signature): Fix interactive spec.
8718
8719 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * pop3.el (pop3-open-server): Recognize a string as a service name.
8722
8723 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8724
8725         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8726
8727 2005-11-23  Dave Love  <fx@gnu.org>
8728
8729         Add pop3s, pop3/starttls.
8730
8731         * pop3.el (pop3-authentication-scheme): Clarify doc.
8732         (open-tls-stream, starttls-open-stream): Autoload.
8733         (pop3-stream-type): New.
8734         (pop3-open-server): Use it.
8735
8736         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8737         for POP.
8738         (mail-source-keyword-map): Add :stream for POP.
8739         (mail-source-fetch-pop): Use pop3-stream-type.
8740
8741 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8742
8743         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8744         of current-time-string.
8745
8746 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8747
8748         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8749         date header.
8750
8751 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8752
8753         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8754         it can seriously impact performance as it bypasses the agent's
8755         local caches.
8756
8757 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8758
8759         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8760         must be explicitly online rather than "not explicitly offline" for
8761         its flags to be synchronized.
8762
8763         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8764         that gnus-uu-unmark-thread will function correctly.
8765
8766         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8767         1024K is instead displayed as 1M.
8768
8769 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8770
8771         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8772
8773 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8774
8775         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8776
8777 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8778
8779         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8780         error message to display actual error condition.
8781         (gnus-agent-save-local): Avoid saving symbols that are bound to
8782         nil as they simply result in a warning message in
8783         gnus-agent-read-local.
8784
8785 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8786
8787         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8788         rather than make-variable-buffer-local for file-precious-flag.
8789
8790 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8791
8792         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8793         for duplicates which are removed.  The invalid sort check then
8794         triggers a rescan after the sort as sorting may have moved
8795         duplicate entries such that they can be cheaply detected.
8796
8797 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8798
8799         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8800
8801 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8802
8803         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8804         internal variable to a custom variable.  Changed default value
8805         from compressed(2) to uncompressed(1).
8806         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8807         support for uncompressed agentview files.  Taken together, reading
8808         the agentview file should now be 6-7 times faster.
8809
8810 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8811
8812         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8813         as a buffer-local variable.  This avoids creating truncated
8814         dribble files as a result of a hang up, eg.
8815
8816 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8817
8818         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8819         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8820         XEmacs.
8821
8822 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8823
8824         * gnus-start.el (gnus-start-draft-setup): Enforce
8825         `gnus-draft-mode' for nndraft:drafts at startup.
8826
8827         * gnus.el (gnus-splash): Change custom group.
8828         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8829         allow-list argument.
8830
8831         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8832         string.
8833
8834 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8835
8836         * gnus-art.el (gnus-default-article-saver): Add user-defined
8837         `function' to custom type.
8838
8839 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8840
8841         * imap.el (imap-open): Handle case where buffer is a buffer
8842         object.
8843
8844 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8845
8846         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8847         long lines.
8848         (gnus-cache-delete-group): Wrap doc strings.
8849
8850         * gnus-agent.el (gnus-agent-rename-group)
8851         (gnus-agent-delete-group): Wrap doc strings.
8852
8853 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8854
8855         * messagexmas.el (message-use-toolbar): Change the valid values
8856         into default, top, bottom, left, and right.
8857         (message-toolbar-thickness): New variable.
8858         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8859         well.
8860         (message-setup-toolbar): Make it work.
8861
8862         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8863         (gnus-use-toolbar): Change the valid values into default, top,
8864         bottom, left, and right.
8865         (gnus-toolbar-thickness): New variable.
8866         (gnus-xmas-setup-toolbar): New function.
8867         (gnus-xmas-setup-group-toolbar): Use it.
8868         (gnus-xmas-setup-summary-toolbar): Use it.
8869
8870 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8871
8872         * gnus-start.el (gnus-1): Add "native" to
8873         gnus-predefined-server-alist.
8874
8875         * gnus.el (gnus-method-to-server): Don't add "native" to the
8876         lists here, because that leads to problems when
8877         gnus-select-method is bound.
8878
8879 2005-11-09  Simon Josefsson  <jas@extundo.com>
8880
8881         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8882         use (not sort-by-date) instead.
8883
8884 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8885
8886         * gnus-delay.el (gnus-delay-group): Don't autoload.
8887         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8888         to be re-loaded when customizing the `gnus-delay' group.
8889
8890 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8891
8892         * message.el: Revert last changes.
8893         (message-insert-citation-line): Use newlines.
8894
8895 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8896
8897         * message.el (message-courtesy-message)
8898         (message-mark-insert-begin, message-mark-insert-end)
8899         (message-elide-ellipsis, message-cancel-message)
8900         (message-add-header, message-change-subject)
8901         (message-cross-post-followup-to-header)
8902         (message-cross-post-insert-note, message-reduce-to-to-cc)
8903         (message-widen-reply, message-delete-not-region)
8904         (message-kill-to-signature, message-insert-signature)
8905         (message-insert-importance-high, message-insert-importance-low)
8906         (message-insert-or-toggle-importance)
8907         (message-insert-disposition-notification-to)
8908         (message-indent-citation, message-yank-original)
8909         (message-cite-original-without-signature, message-cite-original)
8910         (message-insert-citation-line, message-position-on-field)
8911         (message-fix-before-sending, message-send-mail-partially)
8912         (message-send-mail, message-send-mail-with-sendmail)
8913         (message-send-mail-with-qmail, message-send-news)
8914         (message-check-news-header-syntax, message-generate-headers)
8915         (message-insert-courtesy-copy, message-fill-address)
8916         (message-fill-header, message-shorten-references)
8917         (message-setup-1, message-cancel-news)
8918         (message-forward-make-body-plain, message-forward-make-body-mime)
8919         (message-forward-make-body-mml, message-encode-message-body)
8920         (message-forward-make-body-digest-plain)
8921         (message-forward-make-body-digest-mime)
8922         (message-use-alternative-email-as-from): Insert `hard-newline'
8923         instead of ordinary newlines.
8924
8925 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8926
8927         * message.el (message-generate-headers): Downcase the argument
8928         given to message-check-element.
8929
8930 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
8931
8932         * nntp.el (nntp-authinfo-rejected): New error condition.
8933         (nntp-wait-for): Use new error condition to signal authentication
8934         error.
8935         (nntp-retrieve-data): Rethrow new error condition to break out of
8936         recursive call to nntp-send-authinfo.
8937
8938 2005-11-08  Romain Francoise  <romain@orebokech.com>
8939
8940         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8941         (gnus-summary-exit-map): Bind to `Z p'.
8942         (gnus-summary-make-menu-bar): Add menu item.
8943
8944 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8945
8946         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8947         (gnus-treat-*): Add `first' in all doc strings.
8948
8949         * gnus-group.el (gnus-group-compact-group): Fix typo.
8950
8951 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8952
8953         * gnus.el (gnus-parameters-case-fold-search): New variable.
8954         (gnus-parameters-get-parameter): Use it.
8955
8956         * gnus-score.el (gnus-home-score-file): Doc fix.
8957
8958 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8959
8960         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8961
8962 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8963
8964         * mm-util.el (mm-special-display-p): New function.
8965
8966         * mml.el (mml-preview): Use it; doc fix.
8967
8968 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8969
8970         * imap.el (imap-open): Handle case where buffer is a buffer object.
8971
8972 2005-10-29  Romain Francoise  <romain@orebokech.com>
8973
8974         * message.el (message-fix-before-sending): Fix comment.
8975
8976 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8977
8978         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8979
8980 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8981
8982         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8983         Used in gnus-score.el.
8984
8985 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8986
8987         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8988
8989 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8990
8991         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8992         whitespace removed in revision 7.8.  Use concatenated string to
8993         protect trailing whitespace.
8994
8995 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
8996
8997         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
8998         (nnimap-request-expire-articles): Use it to avoid sending 'UID
8999         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9000         Courier IMAP ("some version from 2004").  Mostly based on similar
9001         code in the same function.
9002
9003 2005-10-26  Didier Verna  <didier@xemacs.org>
9004
9005         * gnus-group.el (gnus-group-compact-group): Invalidate original
9006         article buffer.
9007         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9008         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9009         NOV database and in article itself.
9010         Invalidate article backlog.
9011
9012 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9013
9014         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9015
9016 2005-10-26  Simon Josefsson  <jas@extundo.com>
9017
9018         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9019         part of 2004-07-25 change.
9020
9021 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9022
9023         * message.el (message-display-completion-list): New function.
9024         (message-expand-group): Use it; make sure the Completions buffer
9025         is modifiable.
9026 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9027
9028         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9029         user-mail-name is an empty string.
9030
9031 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9032
9033         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9034         depending on gnus-score-decay-constant.
9035
9036         * encrypt.el (encrypt-insert-file-contents)
9037         (encrypt-write-file-contents): Don't use `gnus-message'.
9038
9039         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9040         arguments.
9041         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9042         arguments to mm-uu-verbatim-marks-extract.
9043         (mm-uu-hide-markers): New variable.
9044         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9045
9046         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9047         (gnus-convert-image-to-face-command): Use "convert" by default to
9048         allow other input image formats.
9049         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9050         accordingly.
9051
9052 2005-10-23  Simon Josefsson  <jas@extundo.com>
9053
9054         * imap.el (imap-gssapi-program): Align command line parameters
9055         with latest GNU SASL.
9056         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9057
9058 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9059
9060         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9061         HTML.
9062         (nnslashdot-request-article): Ditto.
9063
9064         * lpath.el (featurep): Add nobreak-char-display.
9065
9066 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9067
9068         * mail-source.el (mail-source-fetch-pop): Require pop3.
9069         (mail-source-check-pop): Ditto.
9070
9071 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9074         errors.
9075
9076 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9077
9078         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9079         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9080
9081         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9082
9083         * mm-bodies.el (mm-decode-string): Call
9084         `mm-charset-to-coding-system' with allow-override argument.
9085
9086 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9087
9088         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9089         (rfc2047-charset-to-coding-system): New function.
9090         (rfc2047-decode-encoded-words): New function.
9091         (rfc2047-decode-region): Use them.
9092         (rfc2047-decode-cte): Remove.
9093         (rfc2047-parse-and-decode): Remove.
9094         (rfc2047-decode): Remove.
9095
9096 2005-10-15  Kenichi Handa  <handa@m17n.org>
9097
9098         * rfc2047.el (rfc2047-decode-cte): New function.
9099         (rfc2047-decode-region): Change the way to decode successive
9100         encoded-words: decode B- or Q-encoding in each encoded-word,
9101         concatenate them, and decode it as charset.
9102
9103 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9104
9105         * lpath.el: Fbind codepage-setup for XEmacs.
9106
9107 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9108
9109         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9110         widget-move-and-invoke.
9111         (gnus-custom-mode): Use gnus-custom-map.
9112
9113 2005-10-15  Bill Wohler  <wohler@newt.com>
9114
9115         * message.el (message-tool-bar-map): Renamed image file from
9116         mail_send to mail/send.
9117
9118 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9119
9120         * message.el (message-expand-group): Pass the common
9121         prefix substring of completion to `display-completion-list'.
9122
9123 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9124
9125         * mml-sec.el (mml-secure-method): New internal variable.
9126         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9127         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9128         functions using mml-secure-method.
9129
9130         * mml.el (mml-mode-map): Add key bindings for those functions.
9131         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9132         Harder <harder@myrealbox.com>.
9133         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9134         end of message if point is the headers of the message.
9135
9136         * message.el (message-in-body-p): New function.
9137
9138         * assistant.el: Autoload gnus-util and netrc.
9139
9140         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9141         Use `mm-charset-override-alist' only when decoding.
9142
9143         * mm-bodies.el (mm-decode-body): Call
9144         `mm-charset-to-coding-system' with allow-override argument.
9145
9146         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9147         `filename' from Content-Disposition if Content-Type doesn't
9148         provide `name'.
9149         (gnus-mime-view-part-as-type): Set default instead of
9150         initial-input.
9151
9152 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9153
9154         * format-spec.el (format-spec): Propagate text properties of % spec.
9155
9156 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9157
9158         * gnus-art.el (gnus-treat-predicate): Add `first'.
9159
9160 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9161
9162         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9163         (mm-charset-override-alist): New variable.
9164         (mm-charset-to-coding-system): Use it.
9165         (mm-codepage-setup): New helper function.
9166         (mm-charset-eval-alist): New variable.
9167         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9168         about unknown charsets.
9169
9170         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9171
9172 2005-10-04  David Hansen  <david.hansen@gmx.net>
9173
9174         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9175         (nnrss-check-group): Ditto.
9176
9177 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9178
9179         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9180         Rename x-gnus-verbatim to x-verbatim.
9181         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9182
9183         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9184         x-verbatim.
9185
9186         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9187
9188         * gnus-util.el (gnus-remove-duplicates): Remove.
9189
9190         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9191         instead of gnus-remove-duplicates.
9192
9193         * message.el (message-remove-duplicates): Remove.
9194         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9195         message-remove-duplicates.
9196
9197         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9198         available, else use implementation from `delete-dups'.
9199
9200         * message.el (message-insert-expires): New function.
9201         (message-mode-map): Add key binding.
9202         (message-mode-field-menu): Add menu entry.
9203         (message-mode): Document it.
9204         (message-make-expires-date): Use `message-make-date'.
9205
9206 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9207
9208         * message.el (message-make-expires-date): New function.
9209
9210 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9211
9212         * Makefile.in (list-installed-shadows): New entry.
9213         (install): Use it.
9214         (remove-installed-shadows): New entry.
9215
9216         * dgnushack.el (dgnushack-default-load-path): New variable.
9217         (dgnushack-find-lisp-shadows): New function.
9218         (dgnushack-remove-lisp-shadows): New function.
9219
9220 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9221
9222         * Makefile.in (install-el-elc): New entry.
9223         (install): Use it so that .el files are necessarily installed.
9224
9225 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9228
9229 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9230
9231         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9232         function rather than the diff-mode.el package.
9233         (mm-display-external): Use with-current-buffer.
9234         (mm-viewer-completion-map, mm-viewer-completion-map):
9235         Move initialization inside declaration.
9236
9237 2005-09-29  Simon Josefsson  <jas@extundo.com>
9238
9239         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9240         autoload mail-check-payment.
9241         (spam-check-hashcash): Define unconditionally, since hashcash.el
9242         is part of Gnus now.  Ignore errors from payment checking.
9243
9244 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9245
9246         * message.el (message-bold-region, message-unbold-region): Rename
9247         from `bold-region' and `unbold-region'.
9248
9249         * message.el: Remove useless autoloads.
9250
9251 2005-09-28  Simon Josefsson  <jas@extundo.com>
9252
9253         * message.el (message-use-idna): Default to t.
9254         (message-use-idna): Test whether encoding works too.  Doc fix.
9255
9256 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9257
9258         * nntp.el (nntp-warn-about-losing-connection): Remove.
9259
9260 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9261
9262         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9263         customizable.  Change default value.
9264         (mm-uu-diff-groups-regexp): Change default value.
9265         (mm-uu-type-alist): Add doc string.
9266         (mm-uu-configure): Add doc string.  Make it interactive.
9267         (mm-uu-tex-groups-regexp): New variable.
9268         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9269         (mm-uu-type-alist): Add LaTeX documents.
9270         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9271         of "text/verbatim".
9272         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9273
9274         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9275         instead of "text/verbatim".
9276
9277         * message.el (message-mark-inserted-region)
9278         (message-mark-insert-file): Use slrn style marks when called with
9279         prefix argument.
9280
9281 2005-09-27  Simon Josefsson  <jas@extundo.com>
9282
9283         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9284
9285 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9286
9287         * message.el (message-remove-duplicates): New function.
9288         Implementation borrowed from `gnus-remove-duplicates'.
9289         (message-idna-to-ascii-rhs): Also encode idna addresses in
9290         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9291         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9292         only ask about the same idna domain once per header and also tell
9293         in what header to replace the idna domain.
9294
9295         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9296         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9297         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9298         a header is decoded and not just the last one.
9299
9300 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9301
9302         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9303         has been decoded.
9304
9305         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9306         (mm-insert-part): Don't modify text if it has been decoded.
9307
9308         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9309         decoded.
9310
9311         * mm-view.el (mm-inline-text): Don't strip text props unless
9312         decoding enriched or richtext parts.
9313
9314 2005-09-25  Romain Francoise  <romain@orebokech.com>
9315
9316         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9317         * gnus-start.el (gnus-subscribe-interactively):
9318         * gnus-uu.el (gnus-uu-grab-articles):
9319         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9320         space.
9321
9322 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9323
9324         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9325         * mm-view.el (mm-view-pkcs7-decrypt):
9326         * gnus-sum.el (gnus-summary-limit-to-extra)
9327         (gnus-summary-respool-article, gnus-read-move-group-name):
9328         * gnus-score.el (gnus-summary-increase-score):
9329         * gnus-util.el (gnus-completing-read-with-default):
9330         * gnus-art.el (gnus-read-save-file-name)
9331         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9332         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9333         * message.el (message-check-news-header-syntax):
9334         Follow convention for reading with the minibuffer.
9335
9336 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9337
9338         * spam-report.el (spam-report-url-ping-plain):
9339         Use gnus-extended-version as User-Agent.
9340
9341         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9342         default value is nil.
9343
9344         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9345         (mm-uu-verbatim-marks-extract): New function.
9346         (mm-uu-extract): New face.
9347         (mm-uu-copy-to-buffer): Use it.
9348
9349         * spam-report.el (spam-report-gmane-ham): Renamed from
9350         `spam-report-gmane-unspam'.
9351         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9352         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9353
9354         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9355         Autoload.
9356         (spam-report-gmane-unregister-routine): Renamed
9357         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9358
9359 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9360
9361         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9362         (spam-report-gmane-unregister-routine): Add support for gmane
9363         unregistration.
9364
9365         * spam-report.el (spam-report-gmane-unspam)
9366         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9367         (spam-report-gmane): Change to take a single article and do unspam
9368         registration.
9369
9370 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9371
9372         * mm-url.el (mm-url-decode-entities): Fix regexp.
9373
9374 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9375
9376         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9377         default to nil, to be able to use Gnus at all.  If the default
9378         switches to something else, then the function should be fixed not
9379         be exceedingly slow.
9380
9381 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9382
9383         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9384         fail hard.
9385
9386         * spam-report.el: Add better Keywords line.
9387
9388         * spam.el: Add Maintainer and better Keywords line.
9389
9390 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9391
9392         * gnus-art.el (gnus-article-replace-part)
9393         (gnus-mime-replace-part): New functions.
9394         (gnus-mime-action-alist, gnus-mime-button-commands)
9395         (gnus-mime-save-part-and-strip): Added file argument.
9396         (gnus-article-part-wrapper): Added interactive argument.
9397
9398         * gnus-sum.el (gnus-summary-mime-map): Add
9399         `gnus-article-replace-part'.
9400
9401 2005-09-19  Didier Verna  <didier@xemacs.org>
9402
9403         The nnml compaction feature:
9404         * nnml.el (nnml-request-compact-group): New function.
9405         * nnml.el (nnml-request-compact): New function.
9406         * gnus-int.el (gnus-request-compact-group): New function.
9407         * gnus-int.el (gnus-request-compact): New function.
9408         * gnus-group.el (gnus-group-compact-group): New function.
9409         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9410         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9411         * gnus-srvr.el (gnus-server-compact-server): New function.
9412         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9413         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9414
9415 2005-09-18  Deepak Goel  <deego@gnufans.org>
9416
9417         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9418         format spec.
9419
9420 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9421
9422         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9423
9424 2005-09-15  Romain Francoise  <romain@orebokech.com>
9425
9426         * message.el (message-fill-paragraph): Clarify docstring.
9427
9428 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9429
9430         * gnus-art.el (gnus-mime-display-part): Protect against broken
9431         MIME messages.
9432
9433 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9434
9435         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9436         before parsing header.
9437
9438 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9439
9440         * html2text.el (html2text-replace-list): Add new entities.
9441
9442 2005-09-11  Romain Francoise  <romain@orebokech.com>
9443
9444         * message.el (message-alternative-emails): Improve docstring.
9445         (message-setup-1): Call `message-use-alternative-email-as-from'
9446         after `message-setup-hook' to give it precedence over posting
9447         styles, etc.
9448         (message-use-alternative-email-as-from): Add docstring.  Remove
9449         the original From header if present.
9450
9451         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9452         (nnml-save-mail): Use it.
9453
9454         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9455         articles.  Add new argument `silent'.
9456         (gnus-uu-mark-all): Report the total number of marked articles.
9457
9458 2005-09-10  Romain Francoise  <romain@orebokech.com>
9459
9460         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9461         (gnus-uu-mark-series): Likewise.
9462
9463 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9464
9465         * spam-report.el (spam-report-gmane): Fix generation of spam
9466         report URL.
9467
9468 2005-09-10  Simon Josefsson  <jas@extundo.com>
9469
9470         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9471         t, based on discussion on the ding list with Robert Epprecht
9472         <epprecht@solnet.ch>.
9473
9474 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9475
9476         * spam-report.el (spam-report-gmane): Make it work without
9477         X-Report-Spam header.  Gmane now only provides Archived-At.
9478         This is only used if `spam-report-gmane-use-article-number' is nil.
9479         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9480
9481         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9482         make `gnus-summary-sort-by-recipient' work with threading.
9483
9484         * nnweb.el (nnweb-google-wash-article): Print a message if article
9485         is not available.
9486
9487 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9488
9489         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9490         change.  Decode text/* parts content before displaying.
9491
9492 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9493
9494         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9495
9496 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9497
9498         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9499
9500         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9501         url-package-name, url-package-version,
9502         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9503         w3m-display-inline-images, and w3m-minor-mode-map.
9504
9505 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9506
9507         * message.el (message-tab-body-function): Fix mismatched custom type.
9508
9509         * gnus.el (gnus-group-change-level-function): Ditto.
9510
9511         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9512
9513         * gnus-art.el (gnus-signature-limit)
9514         (gnus-article-mime-part-function): Ditto.
9515
9516 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * mml.el (mml-mode): Silence the byte compiler.
9519
9520         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9521         using `(sit-for 0)' before moving the point to the specified part;
9522         skip unbuttonized parts.
9523         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9524         return to the summary window if gnus-auto-select-part is non-nil.
9525
9526 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9527
9528         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9529         variables.
9530         (mml-dnd-attach-file, mml-mode): Use them.
9531
9532         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9533         Make fetching article by MID work again for Google Groups.  Added
9534         FIXME concerning gnus-group-make-web-group.
9535
9536         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9537         Don't depend on Gnus by using mail-extract-address-components if
9538         gnus-extract-address-components is not bound.
9539
9540 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9541
9542         * gnus-art.el (gnus-mime-display-security): Don't display the
9543         signature, but only the signed part.
9544
9545 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9546
9547         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9548
9549         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9550         list, not listp.
9551
9552 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9553
9554         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9555         when encoding.
9556
9557         * mm-bodies.el (mm-decode-content-transfer-encoding):
9558         De-canonicalize CRLF for all text content types, not just
9559         text/plain.
9560
9561 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9562
9563         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9564         valid article; point arrow and cursor at the MIME button.
9565
9566 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9567
9568         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9569         Suggested by Dan Christensen <jdc@uwo.ca>.
9570
9571         * mm-decode.el (mm-save-part): Enable change of prompt.
9572
9573 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9574
9575         * gnus-msg.el (gnus-inews-add-send-actions): Made
9576         `message-post-method' lambda parameter ARG `&optional'.
9577
9578 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9579
9580         * gnus-sum.el (gnus-summary-mime-map): Added
9581         gnus-article-save-part-and-strip, gnus-article-delete-part and
9582         gnus-article-jump-to-part.
9583
9584         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9585         (gnus-article-edit-part): Use it.
9586         (gnus-article-part-wrapper): Added no-handle argument.
9587         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9588         functions.
9589
9590 2005-08-29  Romain Francoise  <romain@orebokech.com>
9591
9592         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9593         docstring.
9594         (gnus-face-from-file): Likewise.
9595
9596 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9597
9598         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9599         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9600         non-nil.
9601         (gnus-auto-select-part): New variable.
9602         (gnus-article-jump-to-part): New function.
9603         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9604         (gnus-mime-delete-part): Allow selecting specified part after
9605         deleting or stripping parts.
9606         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9607         part if argument is bogus.
9608
9609 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9610
9611         * gnus-art.el (w3m-minor-mode-map):
9612         * gnus-spec.el (gnus-newsrc-file-version):
9613         * gnus-util.el (nnmail-active-file-coding-system)
9614         (gnus-original-article-buffer, gnus-user-agent):
9615         * gnus.el (gnus-ham-process-destinations)
9616         (gnus-parameter-ham-marks-alist)
9617         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9618         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9619         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9620         * mm-decode.el (gnus-current-window-configuration):
9621         * mm-extern.el (gnus-article-mime-handles):
9622         * mm-url.el (url-current-object, url-package-name)
9623         (url-package-version):
9624         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9625         (smime-keys, w3m-cid-retrieve-function-alist)
9626         (w3m-current-buffer, w3m-display-inline-images)
9627         (w3m-minor-mode-map):
9628         * mml-smime.el (gnus-extract-address-components):
9629         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9630         (gnus-newsrc-hashtb, message-default-charset)
9631         (message-deletable-headers, message-options)
9632         (message-posting-charset, message-required-mail-headers)
9633         (message-required-news-headers):
9634         * mml1991.el (mc-pgp-always-sign):
9635         * mml2015.el (mc-pgp-always-sign):
9636         * nnheader.el (nnmail-extra-headers):
9637         * rfc1843.el (gnus-decode-encoded-word-function)
9638         (gnus-decode-header-function, gnus-newsgroup-name):
9639         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9640
9641 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9642
9643         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9644         the end of the date treatments.
9645
9646 2005-08-15  Simon Josefsson  <jas@extundo.com>
9647
9648         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9649         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9650         Capello and Romain Francoise.
9651         (pgg-fetch-key-function): Removed, not used?
9652         (pgg-insert-url-with-w3): Require url, to get
9653         url-insert-file-contents regardless of where it is defined.
9654
9655 2005-08-13  Romain Francoise  <romain@orebokech.com>
9656
9657         * message.el (message-cite-original-1): New function.
9658         (message-cite-original): Use it.
9659         (message-cite-original-without-signature): Ditto.
9660
9661 2005-08-08  Romain Francoise  <romain@orebokech.com>
9662
9663         * message.el (message-yank-empty-prefix): New variable.
9664         (message-indent-citation): Use it.
9665         (message-cite-original-without-signature): Respect X-No-Archive.
9666
9667 2005-08-08  Simon Josefsson  <jas@extundo.com>
9668
9669         * pgg.el: Autoload url-insert-file-contents instead of loading
9670         w3/url.
9671         (pgg-insert-url-with-w3): Don't load url here.
9672
9673 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9674
9675         * message.el (message-kill-to-signature): Don't insert newline at
9676         bol.
9677         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9678
9679 2005-08-06  Romain Francoise  <romain@orebokech.com>
9680
9681         * message.el (message-user-fqdn): Fix typo in docstring.
9682
9683 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9684
9685         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9686
9687         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9688
9689 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * mm-bodies.el (mm-encode-body): Use coding system rather than
9692         charset to encode text.
9693
9694         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9695         number of charsets if utf-8 is available (XEmacs).
9696
9697 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9698
9699         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9700         taken from `gnus-button-mid-or-mail-regexp'.
9701         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9702         (gnus-button-alist): Improve regexp for domain part of the MIDs
9703         for news:localpart@domain buttons.
9704         (gnus-button-ctan-directory-regexp): Update.
9705
9706 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9707
9708         * sieve-manage.el (sieve-manage-interactive-login): Use
9709         make-local-variable rather than make-variable-buffer-local.
9710         (sieve-manage-open): Ditto.
9711         (sieve-manage-authenticate): Ditto.
9712
9713         * mml.el (mml-generate-mime-1): Make the content type default to
9714         text/plain if the filename is not specified.
9715
9716 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9717
9718         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9719         instead of insert-buffer.
9720
9721         * message.el (message-yank-original): Ditto; set the mark at the
9722         end of the yanked message.
9723
9724 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9727         lines to scroll rather than to stop it.
9728
9729         * mml.el (mml-generate-default-type): Add doc string.
9730         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9731         default to application/octet-stream when determining the content
9732         type if it is not specified for the part or the mml contents; add
9733         a comment about mml-generate-default-type.
9734
9735 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9736
9737         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9738         make it default to application/octet-stream when determining the
9739         content type if it is not specified for the external contents.
9740
9741 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9742
9743         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9744         segmented parameter but also other parameters might be there.
9745
9746 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9747
9748         * mm-decode.el (mm-display-external): Delete temp file, directory
9749         and buffer immediately if the external process is exited.
9750
9751 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9752
9753         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9754         fewer lines than that of scroll-margin.
9755         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9756
9757 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9758
9759         * gnus-art.el (gnus-article-next-page): Revert.
9760         (gnus-article-beginning-of-window): New macro.
9761         (gnus-article-next-page-1): Use it.
9762         (gnus-article-prev-page): Ditto.
9763         (gnus-article-edit-part): Use insert-buffer-substring instead of
9764         insert-buffer.
9765         (gnus-article-edit-exit): Ditto.
9766
9767         * gnus-util.el (gnus-beginning-of-window): Remove.
9768         (gnus-end-of-window): Remove.
9769
9770         * lpath.el: Don't bind header-line-format and scroll-margin.
9771
9772 2005-07-25  Simon Josefsson  <jas@extundo.com>
9773
9774         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9775         to have the url package without w3.  Reported by Daiki Ueno
9776         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9777
9778 2005-07-20  Didier Verna  <didier@xemacs.org>
9779
9780         * gnus-diary.el: Remove the description comment (nndiary is now
9781         properly documented in the Gnus manual).
9782         Fix the spelling of "Back End".
9783         * nndiary.el: Ditto.
9784         Fix the copyright notice.
9785
9786 2005-07-18  Romain Francoise  <romain@orebokech.com>
9787
9788         * gnus-sum.el (gnus-summary-to-prefix)
9789         (gnus-summary-newsgroup-prefix): New variables.
9790         (gnus-summary-from-or-to-or-newsgroups): Use them.
9791
9792 2005-07-17  Romain Francoise  <romain@orebokech.com>
9793
9794         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9795         space as it's generally not especially interesting to the user.
9796
9797 2005-07-16  Romain Francoise  <romain@orebokech.com>
9798
9799         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9800         nil to avoid prompting and file modification if one of the
9801         messages at the top of the nnfolder file contains a copyright
9802         notice.
9803         Update copyright notice.
9804
9805         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9806         instead of `current-time-string' as the latter creates a time
9807         string that is not RFC 2822 compliant (it lacks the zone).
9808         Update copyright notice.
9809
9810 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9811
9812         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9813         for text/rtf.  Display default in prompt.  Pass default for M-n.
9814
9815         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9816
9817 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9818
9819         * gnus-msg.el (gnus-button-mailto): Remove
9820         save-selected-window-window hackery because it relies on
9821         save-selected-window internals.
9822
9823 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9826         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9827         (gnus-article-prev-page): Ditto.
9828
9829         * gnus-util.el (gnus-beginning-of-window): New function.
9830         (gnus-end-of-window): New function.
9831
9832         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9833
9834 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9835
9836         * gnus-score.el (gnus-score-edit-all-score): Set
9837         gnus-score-edit-exit-function to gnus-score-edit-done and call
9838         gnus-message.
9839
9840 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9841
9842         * gnus-msg.el (gnus-button-mailto): Remove
9843         save-selected-window-window hackery because it relies on
9844         save-selected-window internals.
9845
9846 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9847
9848         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9849         add-minor-mode.
9850         (gnus-binary-mode): Ditto.
9851
9852         * gnus-topic.el (gnus-topic-mode): Ditto.
9853
9854 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9855
9856         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9857         (gnus-article-prev-page): Take scroll-margin into consideration.
9858
9859 2005-07-04  Lute Kamstra  <lute@gnu.org>
9860
9861         Update FSF's address in GPL notices.
9862
9863 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9864
9865         * gnus.el (gnus-exit):
9866         * gnus-group.el (gnus-group-icons):
9867         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9868
9869         * gnus-nocem.el (gnus-nocem):
9870         * message.el (message-various, message-buffers, message-sending)
9871         (message-interface, message-forwarding, message-insertion)
9872         (message-headers, message-news, message-mail):
9873         * pgg-gpg.el (pgg-gpg):
9874         * pgg-parse.el (pgg-parse):
9875         * pgg-pgp.el (pgg-pgp):
9876         * pgg-pgp5.el (pgg-pgp5):
9877         * pop3.el (pop3): Finish `defgroup' description with period.
9878
9879 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * gnus-art.el (article-display-face): Improve the efficiency.
9882         (article-display-x-face): Ditto; remove grey x-face stuff.
9883
9884 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9885
9886         * gnus-art.el (article-display-face): Correct the position in
9887         which Faces are inserted.
9888
9889 2005-06-29  Didier Verna  <didier@xemacs.org>
9890
9891         * gnus-art.el (article-display-face): Display faces in correct
9892         order.
9893
9894 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9895
9896         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9897         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9898         (gnus-nocem-check-article): Fetch the Type header.
9899         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9900         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9901         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9902         make sure gnus-nocem-hashtb is initialized.
9903         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9904         (gnus-nocem-unwanted-article-p): Ditto.
9905
9906         * pgg.el (pgg-verify): Return the verification result.
9907
9908 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9909
9910         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9911         is ascii.
9912
9913 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9914
9915         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9916         `show-nonbreak-escape'.
9917
9918 2005-06-23  Lute Kamstra  <lute@gnu.org>
9919
9920         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9921
9922         * dig.el (dig-mode):
9923         * smime.el (smime-mode): Use gnus-run-mode-hooks.
9924
9925 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
9926
9927         * nnimap.el (nnimap-split-download-body): Fix spellings.
9928
9929 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
9930
9931         * gnus-art.el (gnus-article-encrypt-body):
9932         * gnus-cus.el (gnus-score-customize):
9933         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9934         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9935
9936 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
9937
9938         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9939         header by looking for magic "MII" at the beginnig.
9940
9941 2005-06-16  Miles Bader  <miles@gnu.org>
9942
9943         * gnus-xmas.el (gnus-xmas-group-startup-message):
9944         Use renamed gnus-splash face.
9945
9946         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9947         (assistant-field-face): New backward-compatibility alias for renamed
9948         face.
9949         (assistant-render-text): Use renamed assistant-field face.
9950
9951         * spam.el (spam): Remove "-face" suffix from face name.
9952         (spam-face): New backward-compatibility alias for renamed face.
9953         (spam-face, spam-initialize): Use renamed spam face.
9954
9955         * message.el (message-header-to, message-header-cc)
9956         (message-header-subject, message-header-newsgroups)
9957         (message-header-other, message-header-name)
9958         (message-header-xheader, message-separator, message-cited-text)
9959         (message-mml): Remove "-face" suffix from face names.
9960         (message-header-to-face, message-header-cc-face)
9961         (message-header-subject-face, message-header-newsgroups-face)
9962         (message-header-other-face, message-header-name-face)
9963         (message-header-xheader-face, message-separator-face)
9964         (message-cited-text-face, message-mml-face):
9965         New backward-compatibility aliases for renamed faces.
9966         (message-font-lock-keywords): Use renamed message faces.
9967
9968         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9969         (sieve-test-commands, sieve-tagged-arguments):
9970         Remove "-face" suffix from face names.
9971         (sieve-control-commands-face, sieve-action-commands-face)
9972         (sieve-test-commands-face, sieve-tagged-arguments-face):
9973         New backward-compatibility aliases for renamed faces.
9974         (sieve-control-commands-face, sieve-action-commands-face)
9975         (sieve-test-commands-face, sieve-tagged-arguments-face):
9976         Use renamed sieve faces.
9977
9978         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9979         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9980         (gnus-group-news-3-empty, gnus-group-news-4)
9981         (gnus-group-news-4-empty, gnus-group-news-5)
9982         (gnus-group-news-5-empty, gnus-group-news-6)
9983         (gnus-group-news-6-empty, gnus-group-news-low)
9984         (gnus-group-news-low-empty, gnus-group-mail-1)
9985         (gnus-group-mail-1-empty, gnus-group-mail-2)
9986         (gnus-group-mail-2-empty, gnus-group-mail-3)
9987         (gnus-group-mail-3-empty, gnus-group-mail-low)
9988         (gnus-group-mail-low-empty, gnus-summary-selected)
9989         (gnus-summary-cancelled, gnus-summary-high-ticked)
9990         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9991         (gnus-summary-high-ancient, gnus-summary-low-ancient)
9992         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
9993         (gnus-summary-low-undownloaded)
9994         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9995         (gnus-summary-low-unread, gnus-summary-normal-unread)
9996         (gnus-summary-high-read, gnus-summary-low-read)
9997         (gnus-summary-normal-read, gnus-splash):
9998         Remove "-face" suffix from face names.
9999         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10000         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10001         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10002         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10003         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10004         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10005         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10006         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10007         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10008         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10009         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10010         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10011         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10012         (gnus-summary-normal-ticked-face)
10013         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10014         (gnus-summary-normal-ancient-face)
10015         (gnus-summary-high-undownloaded-face)
10016         (gnus-summary-low-undownloaded-face)
10017         (gnus-summary-normal-undownloaded-face)
10018         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10019         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10020         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10021         (gnus-splash-face):
10022         New backward-compatibility aliases for renamed faces.
10023         (gnus-group-startup-message): Use renamed gnus faces.
10024
10025         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10026         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10027         (gnus-server-agent): Remove "-face" suffix from face names.
10028         (gnus-server-agent-face, gnus-server-opened-face)
10029         (gnus-server-closed-face, gnus-server-denied-face)
10030         (gnus-server-offline-face):
10031         New backward-compatibility aliases for renamed faces.
10032         (gnus-server-agent-face, gnus-server-opened-face)
10033         (gnus-server-closed-face, gnus-server-denied-face)
10034         (gnus-server-offline-face): Use renamed gnus faces.
10035
10036         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10037         Remove "-face" suffix from face names.
10038         (gnus-picon-xbm-face, gnus-picon-face):
10039         New backward-compatibility aliases for renamed faces.
10040
10041         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10042         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10043         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10044         (gnus-cite-11): Remove "-face" suffix from face names.
10045         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10046         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10047         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10048         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10049         New backward-compatibility aliases for renamed faces.
10050         (gnus-cite-attribution-face, gnus-cite-face-list)
10051         (gnus-article-boring-faces): Use renamed gnus faces.
10052
10053         * gnus-art.el (gnus-signature, gnus-header-from)
10054         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10055         (gnus-header-content): Remove "-face" suffix from face names.
10056         (gnus-signature-face, gnus-header-from-face)
10057         (gnus-header-subject-face, gnus-header-newsgroups-face)
10058         (gnus-header-name-face, gnus-header-content-face):
10059         New backward-compatibility aliases for renamed faces.
10060         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10061
10062         * gnus-sum.el (gnus-summary-selected-face)
10063         (gnus-summary-highlight): Use renamed gnus faces.
10064         * gnus-group.el (gnus-group-highlight): Likewise.
10065
10066 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10067
10068         * gnus-sieve.el (gnus-sieve-article-add-rule):
10069         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10070         * spam-stat.el (spam-stat-buffer-change-to-spam)
10071         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10072
10073         * message.el (message-is-yours-p):
10074         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10075
10076 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10077
10078         * mm-view.el (mm-inline-text): Withdraw the last change.
10079
10080 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10081
10082         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10083         executing enriched-decode.
10084
10085 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10086
10087         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10088         charset of tar files.
10089
10090 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10091
10092         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10093
10094 2005-06-04  Lute Kamstra  <lute@gnu.org>
10095
10096         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10097         information is never recorded.
10098
10099 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10100
10101         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10102
10103 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10104
10105         * pop3.el (pop3-apop): Run md5 in the binary mode.
10106
10107         * starttls.el (starttls-set-process-query-on-exit-flag):
10108         Use eval-and-compile.
10109
10110 2005-05-31  Simon Josefsson  <jas@extundo.com>
10111
10112         * smime.el (smime-replace-in-string): Define.
10113         (smime-cert-by-ldap-1): Use it.
10114
10115 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10116
10117         * gnus-art.el (article-display-x-face): Replace
10118         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10119
10120         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10121         set-process-query-on-exit-flag or process-kill-without-query.
10122
10123         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10124         loop instead of replace-regexp.
10125
10126         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10127         instead of process-kill-without-query if it is available.
10128
10129         * lpath.el: Fbind ldap-search-entries.
10130
10131         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10132         instead of find-file-hooks if it is available.
10133
10134         * mml1991.el: Bind pgg-default-user-id when compiling.
10135
10136         * mml2015.el: Bind pgg-default-user-id when compiling.
10137
10138         * nndraft.el (nndraft-request-associate-buffer):
10139         Use write-contents-functions instead of write-contents-hooks if it is
10140         available.
10141
10142         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10143         instead of find-file-hooks if it is available.
10144
10145         * nntp.el (nntp-open-connection): Replace
10146         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10147         (nntp-open-ssl-stream): Ditto.
10148         (nntp-open-tls-stream): Ditto.
10149
10150         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10151         set-process-query-on-exit-flag or process-kill-without-query.
10152         (starttls-open-stream-gnutls): Use it instead of
10153         process-kill-without-query.
10154         (starttls-open-stream): Ditto.
10155
10156 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10157
10158         * smime.el (smime-cert-by-ldap-1): Don't use
10159         replace-regexp-in-string.
10160
10161 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10162
10163         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10164
10165         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10166         in PEM format.  Adjust to the XEmacs compability.
10167
10168 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10169
10170         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10171         by `string-to-number'.
10172         * gnus-agent.el (gnus-agent-regenerate-group)
10173         (gnus-agent-fetch-articles): Ditto.
10174         * gnus-art.el (gnus-button-fetch-group): Ditto.
10175         * gnus-cache.el (gnus-cache-generate-active)
10176         (gnus-cache-articles-in-group): Ditto.
10177         * gnus-group.el (gnus-group-set-current-level)
10178         (gnus-group-insert-group-line): Ditto.
10179         * gnus-score.el (gnus-score-set-expunge-below)
10180         (gnus-score-set-mark-below, gnus-summary-score-effect)
10181         (gnus-summary-score-entry): Ditto.
10182         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10183         (gnus-soup-pack): Ditto.
10184         * gnus-spec.el (gnus-xmas-format): Ditto.
10185         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10186         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10187         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10188         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10189         * nndb.el (nndb-get-remote-expire-response): Ditto.
10190         * nndiary.el (nndiary-parse-schedule-value)
10191         (nndiary-string-to-number, nndiary-request-replace-article)
10192         (nndiary-request-article): Ditto.
10193         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10194         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10195         * nneething.el (nneething-make-head): Ditto.
10196         * nnfolder.el (nnfolder-request-article)
10197         (nnfolder-retrieve-headers): Ditto.
10198         * nnheader.el (nnheader-file-to-number): Ditto.
10199         * nnkiboze.el (nnkiboze-request-article): Ditto.
10200         * nnmail.el (nnmail-process-unix-mail-format)
10201         (nnmail-process-babyl-mail-format): Ditto.
10202         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10203         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10204         (nnmh-request-create-group, nnmh-request-list-1)
10205         (nnmh-request-group, nnmh-request-article): Ditto.
10206         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10207         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10208         * nnsoup.el (nnsoup-make-active): Ditto.
10209         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10210         * nntp.el (nntp-find-group-and-number)
10211         (nntp-retrieve-headers-with-xover): Ditto.
10212         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10213         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10214         (pgg-format-key-identifier): Ditto.
10215         * pop3.el (pop3-last, pop3-stat): Ditto.
10216         * qp.el (quoted-printable-decode-region): Ditto.
10217
10218         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10219         of concat.
10220
10221 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10222
10223         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10224
10225         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10226
10227         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10228
10229         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10230
10231         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10232
10233         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10234
10235         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10236         (gnus-carpal-mode): Ditto.
10237
10238         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10239         (gnus-browse-mode): Ditto.
10240
10241         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10242
10243         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10244
10245 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10246
10247         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10248
10249 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10250
10251         * gnus-util.el (gnus-run-mode-hooks): New function.
10252
10253         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10254
10255         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10256         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10257
10258 2005-05-27  Lute Kamstra  <lute@gnu.org>
10259
10260         * dns-mode.el (dns-mode): Specify customization group.
10261
10262 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10263
10264         * gnus-agent.el (gnus-agent-make-mode-line-string):
10265         Use mode-line-highlight as mouse-face.
10266
10267 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10268
10269         * canlock.el (canlock): Change the parent group to news.
10270
10271         * deuglify.el (gnus-outlook-deuglify): Add :group.
10272
10273         * dig.el (dig): Add :group.
10274
10275         * dns-mode.el (dns-mode): Add :group.
10276
10277         * encrypt.el (encrypt): Add :group.
10278
10279         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10280         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10281         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10282         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10283         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10284
10285         * gnus-diary.el (gnus-diary): Add :group.
10286
10287         * gnus.el (gnus-group-news-1-face): Add :group.
10288         (gnus-group-news-1-empty-face): Ditto.
10289         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10290         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10291         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10292         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10293         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10294         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10295         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10296         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10297         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10298         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10299         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10300         (gnus-summary-high-ticked-face): Ditto.
10301         (gnus-summary-low-ticked-face): Ditto.
10302         (gnus-summary-normal-ticked-face): Ditto.
10303         (gnus-summary-high-ancient-face): Ditto.
10304         (gnus-summary-low-ancient-face): Ditto.
10305         (gnus-summary-normal-ancient-face): Ditto.
10306         (gnus-summary-high-undownloaded-face): Ditto.
10307         (gnus-summary-low-undownloaded-face): Ditto.
10308         (gnus-summary-normal-undownloaded-face): Ditto.
10309         (gnus-summary-high-unread-face): Ditto.
10310         (gnus-summary-low-unread-face): Ditto.
10311         (gnus-summary-normal-unread-face): Ditto.
10312         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10313         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10314
10315         * hashcash.el (hashcash): New custom group.
10316         (hashcash-default-payment): Add :group.
10317         (hashcash-payment-alist): Ditto.
10318         (hashcash-default-accept-payment): Ditto.
10319         (hashcash-accept-resources): Ditto.
10320         (hashcash-path): Ditto.
10321         (hashcash-extra-generate-parameters): Ditto.
10322         (hashcash-double-spend-database): Ditto.
10323         (hashcash-in-news): Ditto.
10324
10325         * message.el (message-minibuffer-local-map): Add :group.
10326
10327         * netrc.el (netrc): Add :group.
10328
10329         * sieve-manage.el (sieve-manage-log): Add :group.
10330         (sieve-manage-default-user): Diito.
10331         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10332         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10333         (sieve-manage-authenticators): Ditto.
10334         (sieve-manage-authenticator-alist): Ditto.
10335         (sieve-manage-default-port): Ditto.
10336
10337         * sieve-mode.el (sieve-control-commands-face): Add :group.
10338         (sieve-action-commands-face): Ditto.
10339         (sieve-test-commands-face): Ditto.
10340         (sieve-tagged-arguments-face): Ditto.
10341
10342         * smime.el (smime): Add :group.
10343
10344         * spam-report.el (spam-report): Add :group.
10345
10346         * spam.el (spam, spam-face): Add :group.
10347
10348 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10349
10350         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10351         return \n.\n.\n at the end of articles.  Protect against that.
10352         (nntp-with-open-group): Allow debugging.
10353
10354         * nnheader.el (mail-header-set-extra): Make into a function
10355         because I just could't understand how to quote the list properly.
10356
10357         * dns.el (query-dns-cached): New function.
10358
10359 2005-05-26  Lute Kamstra  <lute@gnu.org>
10360
10361         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10362
10363 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10366
10367         * gnus-art.el: Don't autoload mail-extract-address-components.
10368
10369         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10370         eval-and-compile to evaluate it.
10371
10372         * hashcash.el: Don't autoload executable-find.
10373
10374         * nndb.el: Don't declare the nndb back end two or more times; don't
10375         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10376
10377         * nntp.el: Autoload format-spec instead of format; use
10378         eval-and-compile to evaluate autoload forms.
10379
10380 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10381
10382         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10383
10384 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10385
10386         * gnus.el (gnus-version-number): Bump version.
10387
10388 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10389
10390         * gnus.el: No Gnus v0.3 is released.
10391
10392 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10393
10394         * lpath.el (featurep): Bind show-nonbreak-escape.
10395
10396 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10397
10398         * gnus-art.el (gnus-article-edit-part): Disable undo.
10399
10400 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10401
10402         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10403         gnus-article-date-lapsed-new-header is t if date timer is active;
10404         skip headers in which the original date value is empty.
10405         (gnus-article-save-original-date): Redefine it as a macro.
10406         (gnus-display-mime): Use it.
10407
10408 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10409
10410         * gnus-art.el (article-date-ut): Support converting date in
10411         forwarded parts as well.
10412         (gnus-article-save-original-date): New function.
10413         (gnus-display-mime): Use it.
10414
10415 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10416
10417         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10418         enclosure element of <item>.
10419
10420 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10421
10422         * message.el (message-kill-buffer-query): Renamed from
10423         `message-kill-buffer-query-if-modified'.  Added :version.
10424
10425 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10426
10427         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10428         window layout.
10429
10430 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10431
10432         * mml.el: Autoload dnd when compiling.
10433
10434 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10435
10436         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10437         x-dnd-*.
10438
10439 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * qp.el (quoted-printable-encode-region): Save excursion.
10442
10443 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10444
10445         * message.el (message-kill-buffer-query-if-modified): Add new variable
10446         so the user can kill a modified message buffer quickly.
10447         (message-kill-buffer): Use it.
10448
10449 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10450
10451         * lpath.el: Fbind display-time-event-handler; don't fbind
10452         string-to-multibyte.
10453
10454         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10455
10456 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10459         contained in text because xml.el decodes entities) with LFs.
10460
10461 2005-04-11  Lute Kamstra  <lute@gnu.org>
10462
10463         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10464         differently.
10465
10466 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10467
10468         * mm-util.el (mm-detect-coding-region): Typo.
10469
10470 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10471
10472         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10473
10474 2005-04-06  Deepak Goel  <deego@gnufans.org>
10475
10476         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10477         user-function allow user modifications of the scores.
10478         (spam-stat-score-buffer-user): New function, to allow
10479         user-computed modifications to the score.
10480         (spam-stat-score-buffer-user-functions): List of additional
10481         scoring functions.
10482         (spam-stat-error-holder): Global temporary error holder.
10483         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10484         variable.
10485
10486 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10487
10488         * gnus-registry.el (gnus-registry-clean-empty-function)
10489         (gnus-registry-trim, gnus-registry-fetch-groups)
10490         (gnus-registry-delete-group): Groups that match
10491         `gnus-registry-ignored-groups' are removed from the registry
10492         entries, not just ignored for splitting.  This helps clean up the
10493         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10494         to get all the groups a message ID is in.
10495
10496         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10497         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10498         (spam-stat-score-buffer-user-functions): Add :number custom type.
10499
10500 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10501
10502         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10503         argument in XEmacs.
10504
10505         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10506         (nnrss-request-group): Decode group name first.
10507         (nnrss-request-article): Make a text/plain article if mml-to-mime
10508         failed.
10509         (nnrss-get-encoding): Return a compatible encoding according to
10510         nnrss-compatible-encoding-alist.
10511         (nnrss-find-el): Use consp instead of listp.
10512         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10513
10514 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10515
10516         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10517         which Emacs 20 doesn't support.
10518         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10519
10520 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10521
10522         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10523         silence the byte compiler inside the defun.
10524
10525         * gnus-demon.el (parse-time-string): Add autoload.
10526
10527         * gnus-delay.el (parse-time-string): Add autoload.
10528
10529         * gnus-art.el (parse-time-string): Add autoload.
10530
10531         * nnultimate.el (parse-time): Require for `parse-time-string'.
10532
10533 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10534
10535         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10536
10537         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10538
10539         * smime.el (smime-ldap-host-list): Add :version.
10540
10541 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10542
10543         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10544         pass it to `gnus-browse-read-group'.
10545         (gnus-browse-read-group): Add NUMBER argument and pass it to
10546         `gnus-group-read-ephemeral-group'.
10547
10548         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10549         argument and pass it to `gnus-group-read-group'.
10550
10551 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10552
10553         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10554         mm-xemacs-find-mime-charset-1 if we have the mule feature
10555         available at runtime.
10556
10557 2005-03-25  Werner Lemberg  <wl@gnu.org>
10558
10559         * nnmaildir.el: Replace `illegal' with `invalid'.
10560
10561 2005-03-23  Lute Kamstra  <lute@gnu.org>
10562
10563         * time-date.el: Add comment on time value formats.
10564         Don't require parse-time.
10565         (with-decoded-time-value): New macro.
10566         (encode-time-value): New function.
10567         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10568         (days-to-time): Return a valid time value when arg is huge.
10569         (time-since): Use time-subtract.
10570         (time-to-number-of-days): Use time-to-seconds.
10571
10572 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10573
10574         * gnus-start.el (gnus-display-time-event-handler):
10575         Check display-time-timer at runtime rather than only at load time
10576         in case display-time-mode is turned off in the mean time.
10577
10578 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10579
10580         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10581         used.
10582
10583         * nneething.el (nneething-map-file-directory): Derive from
10584         `gnus-directory'.
10585
10586         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10587         the To/Cc button.
10588
10589 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10590
10591         * nnmaildir.el (nnmaildir-request-accept-article):
10592         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10593
10594 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10595
10596         * gnus-async.el: Require timer-funcs at compile time when in
10597         XEmacs for `run-with-idle-timer'.
10598
10599 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10600
10601         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10602         autoloaded function.
10603
10604 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10605
10606         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10607
10608 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10609
10610         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10611
10612 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10613
10614         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10615         gnus-expert-user to default.
10616
10617 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10618
10619         * nnimap.el (nnimap-open-server): Ditto.
10620
10621         * imap.el (imap-authenticate): Fix typo.
10622
10623 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10624
10625         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10626         buffer (since IMAP server might return FETCH response out of
10627         order, and the nntp buffer must be sorted).
10628
10629 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10630
10631         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10632         comparison on string.
10633
10634         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10635         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10636         (gnus-agent-summary-fetch-series): Modified to protect against
10637         gnus-agent-summary-fetch-group clearing processable flags.
10638         (gnus-agent-synchronize-group-flags): Update live group buffer as
10639         synchronization may occur due to the user toggle the plugged
10640         status.
10641         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10642         successfully downloaded.
10643         (gnus-agent-expire-group-1): Avoid using markers when the overview
10644         is in ascending order; greatly improves performance.
10645         (gnus-agent-regenerate-group): Use
10646         gnus-agent-synchronize-group-flags to reset read status in both
10647         gnus and server.
10648         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10649
10650 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10651
10652         * message.el: Don't autoload former message-utils variables.
10653         (message-strip-subject-trailing-was): Change doc string.
10654
10655         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10656         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10657         (nnweb-google-search): Add "hl=en" here.
10658         (nnweb-google-parse-1, nnweb-google-create-mapping):
10659         Don't hardcode URL.
10660
10661 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10662
10663         * message.el (message-get-reply-headers, message-followup):
10664         Mention related variables `message-use-followup-to' and
10665         `message-use-mail-followup-to', in the information buffer.
10666
10667         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10668         of broken groups(-beta).google.com.
10669
10670 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10671
10672         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10673         parameter to invoked gnus-request-move-article; remove the
10674         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10675         all at once instead of once per article.
10676         (gnus-summary-remove-process-mark): Accept a list of articles as
10677         well as a single article for processing.
10678
10679         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10680         parameter.
10681
10682         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10683
10684         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10685
10686         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10687         parameter.
10688
10689         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10690         parameter.
10691
10692         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10693         parameter and remove the gnus-sum-hint-move-is-internal variable.
10694
10695         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10696         parameter.
10697
10698         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10699         parameter.
10700
10701         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10702         parameter.
10703
10704         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10705
10706         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10707         parameter.
10708
10709         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10710         parameter.
10711
10712 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10713
10714         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10715         a more conservative way.
10716
10717 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10718
10719         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10720         buffer, so it moves the window's cursor.
10721
10722 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10723
10724         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10725         `mm-dissect-multipart' and receive the from field as an (optional)
10726         argument from `mm-dissect-multipart'.
10727         (mm-dissect-multipart): Receive the from field as an argument and
10728         pass it on when we call `mm-dissect-buffer' on MIME parts.
10729         Fixes verification/decryption of signed/encrypted MIME parts.
10730
10731 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10732
10733         * gnus-sum.el (gnus-summary-move-article): Set
10734         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10735         whatever it calls (right now, only nnimap-request-move article
10736         respects it).
10737
10738         * nnimap.el (nnimap-request-move-article): When
10739         gnus-sum-hint-move-is-internal is set, don't do the extra
10740         nnimap-request-article.
10741
10742 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10743
10744         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10745
10746         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10747         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10748
10749         * gnus-sum.el (gnus-summary-caesar-message):
10750         Apply `gnus-treat-article' after rotation.
10751
10752         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10753         doc string.
10754
10755 2005-02-22  Simon Josefsson  <jas@extundo.com>
10756
10757         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10758         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10759         <arne@arnested.dk>.
10760         (encrypt): Add password-cache and password-cache-expiry as group
10761         members.
10762
10763 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10764
10765         * smime.el (smime-ldap-host-list): Doc fix.
10766         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10767         cache) password.
10768         (smime-sign-region): Use it.
10769         (smime-decrypt-region): Use it.
10770         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10771         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10772         fails.
10773         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10774         certificate from DER to PEM format rather than calling openssl.
10775
10776         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10777
10778         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10779         for signing/encryption.
10780
10781         * mml.el (mml-parse-1): Use them.
10782
10783 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10784
10785         * nnrss.el (nnrss-verbose): Removed.
10786         (nnrss-request-group): Use `nnheader-message' instead.
10787
10788 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10789
10790         * nnrss.el (nnrss-verbose): New variable.
10791         (nnrss-request-group): Make it say nnrss is requesting a group.
10792
10793 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10794
10795         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10796         Handle news URL with given port correctly.
10797
10798 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10799
10800         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10801         containing special characters.
10802
10803         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10804
10805         * mml.el (mime-to-mml): Ditto.
10806
10807         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10808         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10809         (rfc2047-decode-region): Quote decoded words containing special
10810         characters when rfc2047-quote-decoded-words-containing-tspecials
10811         is non-nil.
10812
10813 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10814
10815         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10816
10817         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10818
10819 2005-02-15  Simon Josefsson  <jas@extundo.com>
10820
10821         * nnimap.el (nnimap-debug): Doc fix.
10822
10823         * imap.el (imap-debug): Doc fix.
10824
10825 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10826
10827         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10828
10829 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10830
10831         * gnus.el (spam-contents): Improve docs for spam-contents
10832         parameter in its variable incarnation.
10833
10834 2005-02-14  Simon Josefsson  <jas@extundo.com>
10835
10836         * smime-ldap.el: Use require instead of load-library for ldap.
10837         (smime-ldap-search): Indent.
10838         (smime-ldap-search-internal): Shorten line.
10839
10840         * smime.el (smime-cert-by-dns): Add doc-string.
10841         (smime-cert-by-ldap-1): Indent.
10842
10843         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10844         mml-smime-get-dns-ldap.
10845         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10846
10847 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10848
10849         * smime.el: Require smime-ldap.
10850         (smime-ldap-host-list): New variable.
10851         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10852
10853         * mml-smime.el (mml-smime-encrypt-query): New function.
10854         (mml-smime-encrypt-query): Use it.
10855
10856         * smime-ldap.el: New file.
10857
10858 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10859
10860         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10861
10862 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10863
10864         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10865         argument in doc string.  Make query for type more clear.
10866
10867 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10868
10869         * gnus.el (gnus-group-startup-message): Search for gnus images in
10870         etc/images/gnus.
10871         * mm-util.el (mm-image-load-path): Likewise.
10872         * smiley.el (smiley-data-directory): Search for smilies in
10873         etc/images/smilies.
10874
10875 2005-02-09  Kim F. Storm  <storm@cua.dk>
10876
10877         Change Emacs release version from 21.4 to 22.1 throughout.
10878         Change Emacs development version from 21.3.50 to 22.0.50.
10879
10880 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10881
10882         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10883
10884         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10885         non-Mule XEmacs as well.
10886         (mm-decompress-buffer): Signal an error intentionally if it does
10887         not decompress compressed data because auto-compression-mode is
10888         disabled.
10889
10890 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10891
10892         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10893         an ID in the registry even if it has no groups.
10894
10895 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10896
10897         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10898         merge it into mm-decompress-buffer.
10899         (gnus-mime-copy-part): Use the MIME part charset, the value which
10900         a user specified or gnus-newsgroup-charset for decoding, like
10901         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10902         save-buffer what was used.  Suggested by Kevin Ryde
10903         <user42@zip.com.au>.
10904         (gnus-mime-inline-part): Allow the name parameter as well as the
10905         filename parameter; force decompressing of compressed data; always
10906         display contents being not decoded as unibyte.
10907
10908         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10909         as well as the filename parameter.
10910
10911         * mm-util.el (mm-decompress-buffer): Merge
10912         gnus-mime-jka-compr-maybe-uncompress.
10913         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10914         of compressed data.
10915
10916 2005-02-08  Simon Josefsson  <jas@extundo.com>
10917
10918         * imap.el (imap-log): Doc fix.
10919
10920 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10921
10922         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10923         the coding cookies; decompress compressed parts.
10924
10925         * mml.el (mml-generate-mime-1): Add the charset parameter according
10926         to the value which a user specified manually or the coding cookie.
10927
10928         * mm-util.el (mm-string-to-multibyte): New function.
10929         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10930         (mm-coding-system-to-mime-charset): New function.
10931         (mm-decompress-buffer): New function.
10932         (mm-find-buffer-file-coding-system): New function.
10933
10934         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10935         (mm-display-inline-fontify): Rewrite for decoding and decompressing
10936         parts.
10937
10938 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10939
10940         * mm-view.el (mm-display-inline-fontify): Decode a part according
10941         to the charset parameter.
10942
10943 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10944
10945         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10946         prefix arg is neither nil nor a number, as info specifies.
10947
10948 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10949
10950         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10951         timestamps.
10952
10953 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
10954
10955         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10956         groups error checking and notify user.
10957
10958 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
10959
10960         * message.el (message-send-mail-function): Check existence of
10961         sendmail-program first before using default value
10962         `message-send-mail-with-sendmail'.  Otherwise use more generic
10963         `smtpmail-send-it'.
10964
10965 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10966
10967         * nntp.el (nntp-request-update-info): Always return nil.
10968
10969 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10970
10971         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10972
10973 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10974
10975         * message.el (message-beginning-of-line): Change the behavior when
10976         invoked between BOL and : so that it first moves backward.
10977
10978 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10979
10980         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10981         article buffer when editing of the article is discarded.
10982         (gnus-article-prepare): Revert.
10983
10984 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * gnus-art.el (gnus-article-prepare):
10987         Remove message-strip-forbidden-properties from the local hook.
10988
10989 2005-01-27  Simon Josefsson  <jas@extundo.com>
10990
10991         * password.el (password-cache-add): Only start one timer per key.
10992         Reported by Derek Atkins <warlord@MIT.EDU>.
10993
10994 2005-01-26  Steve Youngs  <steve@sxemacs.org>
10995
10996         * run-at-time.el: Removed.  It is no longer needed as
10997         timer-funcs.el in the xemacs-base package has a working version of
10998         `run-at-time'.
10999
11000         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11001
11002         * password.el: Require timer-funcs instead of run-at-time in
11003         XEmacs.
11004         Remove `password-run-at-time' macro.
11005         (password-cache-add): Use `run-at-time' instead of
11006         `password-run-at-time'.
11007
11008         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11009         Remove `nnheader-cancel-function-timers' alias,
11010         `cancel-function-timers' exists in XEmacs in timer-funcs.
11011
11012         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11013         for `run-with-idle-timer'.
11014
11015         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11016         for `run-at-time'.
11017
11018         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11019         for `with-timeout'.
11020
11021         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11022         the same as for XEmacs 21.4.
11023         No need to ignore `run-with-idle-timer', this function exists in
11024         XEmacs now in timer-funcs.el in the xemacs-base package.
11025         (dgnushack-compile): No need to delete
11026         run-at-time.el from the list of files to compile because it
11027         doesn't exist anymore.
11028
11029 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11030
11031         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11032         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11033
11034 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11035
11036         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11037         sensitively.
11038
11039 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11040
11041         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11042
11043 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11044
11045         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11046         which will be inserted according to the multibyteness of a buffer
11047         rather than the type of contents.  Suggested by ARISAWA Akihiro
11048         <ari@mbf.ocn.ne.jp>.
11049
11050         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11051         of string which old xml.el may return rather than a string.
11052
11053 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11054
11055         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11056
11057 2005-01-16  Simon Josefsson  <jas@extundo.com>
11058
11059         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11060         idn/idna.el isn't available.
11061         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11062         <michael@waxrat.com>.
11063
11064         * hashcash.el: Remove non-FSF copyright header.
11065
11066         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11067         (hashcash-generate-payment): Use it.
11068         (hashcash-generate-payment-async): Use it.
11069
11070 2005-01-15  Simon Josefsson  <jas@extundo.com>
11071
11072         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11073         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11074
11075         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11076         gnus-summary-idna-message.
11077         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11078         (gnus-summary-idna-message): New function.
11079
11080 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11081
11082         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11083         gnus-novice-user.
11084
11085 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * nnrss.el (nnrss-request-delete-group): Delete entries in
11088         nnrss-group-alist as well.
11089         (nnrss-save-server-data): Insert newline.
11090
11091 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11092
11093         * gnus.el (gnus-user-agent): Use list of symbols instead of
11094         symbols.  Display full version number for (S)XEmacs.  Optionally
11095         display (S)XEmacs codename.
11096
11097         * gnus-util.el (gnus-emacs-version): Update for new
11098         `gnus-user-agent'.
11099
11100         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11101         Gnus version.
11102
11103 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11104
11105         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11106         which is unreadable in some setups.
11107
11108 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11109
11110         * gnus-spec.el (gnus-update-format-specifications): Flush the
11111         group format spec cache if it doesn't support decoded group names.
11112
11113 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11114
11115         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11116         Allow to apply decay on score files matching a regexp.
11117
11118 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11121         compatibility in %g and %c.
11122
11123 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11124
11125         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11126         name for only %g and %c.
11127         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11128         of gnus-tmp-group to decoded group name.
11129         (gnus-group-make-rss-group): Exclude `/'s from group names.
11130
11131 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11132
11133         * nnrss.el (nnrss-get-encoding): Fix regexp.
11134
11135 2004-12-27  Simon Josefsson  <jas@extundo.com>
11136
11137         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11138         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11139         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11140
11141 2004-12-17  Kim F. Storm  <storm@cua.dk>
11142
11143         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11144
11145         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11146
11147 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11148
11149         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11150
11151 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11152
11153         * nnrss.el: Require rfc2047 and mml.
11154         (nnrss-file-coding-system): New variable.
11155         (nnrss-format-string): Redefine it as an inline function.
11156         (nnrss-decode-group-name): New function.
11157         (nnrss-string-as-multibyte): Remove.
11158         (nnrss-retrieve-headers): Decode group name; don't use
11159         nnrss-format-string.
11160         (nnrss-request-group): Decode group name.
11161         (nnrss-request-article): Decode group name; allow a Message-ID as
11162         well as an article number; don't use nnrss-format-string; encode a
11163         Message-ID string which may contain non-ASCII characters; use
11164         mml-to-mime to compose a MIME article.
11165         (nnrss-request-expire-articles): Decode group name.
11166         (nnrss-request-delete-group): Decode group name.
11167         (nnrss-fetch): Clarify error message.
11168         (nnrss-read-server-data): Use insert-file-contents instead of load;
11169         bind file-name-coding-system; use multibyte buffer.
11170         (nnrss-save-server-data): Bind coding-system-for-write to the
11171         value of nnrss-file-coding-system; bind file-name-coding-system;
11172         add coding cookie.
11173         (nnrss-read-group-data): Use insert-file-contents instead of load;
11174         bind file-name-coding-system; use multibyte buffer.
11175         (nnrss-save-group-data): Bind coding-system-for-write to the
11176         value of nnrss-file-coding-system; bind file-name-coding-system.
11177         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11178         make it work with non-ASCII text.
11179         (nnrss-find-el): Make it work with old xml.el as well.
11180
11181 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11182
11183         * nnrss.el (nnrss-get-encoding): New function.
11184         (nnrss-fetch): Use unibyte buffer initially; bind
11185         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11186         decode contents according to the encoding attribute.
11187         (nnrss-save-group-data): Add coding cookie.
11188         (nnrss-mime-encode-string): New function.
11189         (nnrss-check-group): Use it to encode subject and author.
11190
11191 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11192
11193         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11194         imaginary variable.
11195
11196 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11197
11198         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11199         correctly even if there are wide characters.
11200
11201 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11202
11203         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11204         downcased symbol names; make a new cache instead of reusing
11205         bbdb-hashtable.
11206
11207 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11208
11209         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11210         concatenating segments rather than before concatenating them.
11211         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11212
11213         * message.el (message-get-reply-headers): Bind `extra'.
11214
11215 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11216
11217         * message.el (message-extra-wide-headers): New variable.
11218         (message-get-reply-headers): Use it.
11219
11220 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11223         (gnus-agent-group-pathname): Ditto.
11224
11225         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11226
11227         * gnus-group.el (gnus-group-make-group): Decode group name.
11228         (gnus-group-make-rss-group): Register the group data after opening
11229         the nnrss group.
11230
11231 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11232
11233         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11234         by expiry now get marked as read.
11235
11236 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11237
11238         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11239
11240 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11241
11242         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11243         unify Latin characters in XEmacs.
11244         (mm-find-mime-charset-region): Use it.
11245
11246 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * gnus-util.el (gnus-delete-directory): New function.
11249
11250         * gnus-agent.el (gnus-agent-delete-group): Use it.
11251
11252         * gnus-cache.el (gnus-cache-delete-group): Use it.
11253
11254 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11255
11256         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11257         names.
11258
11259 2004-12-16  Simon Josefsson  <jas@extundo.com>
11260
11261         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11262
11263 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11266
11267         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11268         (gnus-group-set-current-level): Decode group name.
11269
11270 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11271
11272         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11273         failed.
11274
11275 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11276
11277         * gnus-group.el (gnus-group-delete-group): Decode group name.
11278         (gnus-group-make-rss-group): Encode group name.
11279         (gnus-group-catchup-current): Decode group name.
11280         (gnus-group-kill-group): Decode group name.
11281
11282 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11283
11284         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11285
11286 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11287
11288         * gnus-group.el (gnus-group-make-rss-group):
11289         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11290
11291         * gnus-start.el (gnus-setup-news): Honor user's setting to
11292         gnus-message-archive-method.  Suggested by Lute Kamstra
11293         <lute@gnu.org>.
11294
11295 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11296
11297         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11298         global counterparts of the buffer-local variables.
11299
11300 2004-11-16  Romain Francoise  <romain@orebokech.com>
11301
11302         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11303         counterparts of the buffer-local variables.
11304
11305 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11306
11307         * message.el (message-forbidden-properties): Fixed typo in doc
11308         string.
11309
11310 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11311
11312         * gnus-util.el (gnus-replace-in-string): Added doc string.
11313
11314         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11315         to avoid problems when splitting mails with many recipients.
11316
11317 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11318
11319         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11320         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11321
11322 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11323
11324         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11325         if there is no hashtable in memory or file modification time is
11326         newer than cached timestamp.
11327
11328 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11329
11330         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11331         not-matching option.
11332
11333 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11334
11335         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11336         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11337         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11338         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11339         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11340         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11341
11342 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11343
11344         * message.el (message-forward-make-body-mml): Remove headers
11345         according to message-forward-ignored-headers if a message is decoded.
11346
11347 2004-12-02  Romain Francoise  <romain@orebokech.com>
11348
11349         * message.el (message-forward-make-body-plain): Always remove
11350         headers according to message-forward-ignored-headers.
11351
11352 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11353
11354         * spam.el (spam-summary-prepare-exit): Remove the
11355         gnus-summary-limit pop for now, it has problems with ham marks for
11356         me.
11357
11358 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11359
11360         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11361         correctly.
11362
11363 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11364
11365         * format-spec.el (format-spec): Message the char.
11366
11367 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11368
11369         * gnus-art.el (gnus-split-methods): Reformat comments.
11370
11371         * spam.el (spam-summary-prepare-exit): Remove article limits
11372         before exiting the summary buffer.
11373
11374 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11375
11376         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11377         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11378
11379         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11380         order to silence the byte compiler.
11381
11382         * spam.el: Fix the way to silence the byte compiler, which
11383         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11384         bbdb-search-simple, spam-BBDB-register-routine,
11385         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11386         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11387         spam-stat-buffer-is-spam, spam-stat-load,
11388         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11389         spam-stat-save and spam-stat-split-fancy.
11390
11391 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11392
11393         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11394         which may confuse users.
11395         (canlock-password-for-verify): Ditto.
11396
11397         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11398
11399         * gnus-art.el (gnus-emphasis-alist): Ditto.
11400
11401         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11402
11403         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11404
11405         * gnus-start.el (gnus-save-killed-list): Ditto.
11406
11407         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11408         (gnus-sum-thread-tree-root): Ditto.
11409         (gnus-sum-thread-tree-false-root): Ditto.
11410         (gnus-sum-thread-tree-single-indent): Ditto.
11411
11412         * message.el (message-courtesy-message): Ditto.
11413         (message-archive-note): Ditto.
11414         (message-subscribed-address-file): Ditto.
11415         (message-user-fqdn): Ditto.
11416
11417         * spam-report.el (spam-report-gmane-regex): Ditto.
11418
11419         * spam.el (spam-blackhole-good-server-regex): Ditto.
11420
11421 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * mml.el (mml-preview): Widen the message buffer before copying
11424         the contents to the preview buffer; sort headers before previewing.
11425
11426         * message.el (message-hidden-headers): Fix the way to avoid a bug
11427         in the `repeat' widget in Emacs 21.3 or earlier.
11428
11429 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11430
11431         * message.el (message-hidden-headers): Default to "^References:".
11432         Improve customization type.  Suggested by Reiner Steib
11433         <Reiner.Steib@gmx.de>.
11434
11435 2004-11-25  Romain Francoise  <romain@orebokech.com>
11436
11437         * message.el (message-strip-forbidden-properties): Remove check for
11438         obsolete `message-hidden' text property, hidden headers are not
11439         accessible in the buffer anymore.
11440
11441 2004-11-22  Romain Francoise  <romain@orebokech.com>
11442
11443         * message.el (message-header-format-alist): Add `From' in list
11444         so that it can be sorted.
11445         (message-fix-before-sending): Widen and sort headers before
11446         sending.
11447         (message-hide-headers): Use narrowing to hide headers by moving
11448         them to the top of the buffer and narrowing to the region
11449         underneath.
11450
11451 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11452
11453         * message.el (message-strip-forbidden-properties): Bind
11454         buffer-read-only (etc) to nil.
11455
11456 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11457
11458         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11459         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11460
11461 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11462
11463         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11464
11465 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11466
11467         * dns.el (query-dns): Use sit-for to time instead of
11468         accept-process-output, since that doesn't seem to work on udp
11469         sockets.
11470
11471 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11472
11473         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11474
11475 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11476
11477         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11478         doc string.  Improve doc string.
11479
11480 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11481
11482         * nntp.el (nntp-request-update-info): Return nil if
11483         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11484         may not call gnus-activate-group which uselessly issues the GROUP
11485         commands for all nntp groups and wastes time.  Reported by Romain
11486         Francoise <romain@orebokech.com>.
11487
11488         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11489
11490 2004-11-15  Simon Josefsson  <jas@extundo.com>
11491
11492         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11493         headers separately.
11494         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11495         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11496
11497 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11498
11499         * gnus-start.el (gnus-convert-old-newsrc):
11500         Assign legacy-gnus-agent to 5.10.7.
11501
11502 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11503
11504         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11505         start of the lines.
11506
11507 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11508
11509         * hashcash.el (hashcash-default-payment): Change default to 20.
11510         (hashcash-default-accept-payment): Change default to 20.
11511         (hashcash-process-alist): New variable.
11512         (hashcash-generate-payment-async): Add.
11513         (hashcash-already-paid-p): Add.
11514         (hashcash-insert-payment): Don't generate payments twice.
11515         (hashcash-insert-payment-async): Add.
11516         (hashcash-insert-payment-async-2): Add.
11517         (hashcash-cancel-async): Add.
11518         (hashcash-wait-async): Add.
11519         (hashcash-processes-running-p): Add.
11520         (hashcash-wait-or-cancel): Add.
11521         (mail-add-payment): New optional argument.  Conditionally start
11522         asynchronous calculation.
11523         (mail-add-payment-async): Add.
11524
11525         * message.el (message-send-mail): Wait for asynchronous hashcash
11526         results.  Don't clobber existing X-Hashcash headers.
11527         (message-setup-1): Call mail-add-payment-async when
11528         message-generate-hashcash is non-nil.
11529
11530 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11531
11532         * message.el (message-use-alternative-email-as-from): Examine the
11533         From header as well; use message-make-from in order to include a
11534         user's full name.
11535
11536 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11537
11538         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11539         default; improve customization type.
11540         (gnus-emphasis-custom-with-format): New macro.
11541         (gnus-emphasis-custom-value-to-external): New function.
11542         (gnus-emphasis-custom-value-to-internal): New function.
11543
11544 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11545
11546         * dns.el (query-dns): Resolve reverse addresses.
11547
11548 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11549
11550         * gnus-group.el (gnus-group-get-new-news): Use it.
11551
11552         * gnus-start.el (gnus-check-reasonable-setup): New function.
11553
11554 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11557         "Args out of range" error.  Reported by Arnaud Giersch
11558         <arnaud.giersch@free.fr>.
11559
11560 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11561
11562         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11563
11564 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11565
11566         * spam.el (spam group): Add :version.
11567
11568         * pgg-def.el (pgg group): Add :version.
11569
11570 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11571
11572         * gnus-art.el (gnus-article-edit-article): Don't associate the
11573         article buffer with a draft file.  This is a temporary measure
11574         against the 2004-08-22 change to gnus-article-edit-mode.
11575
11576 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11577
11578         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11579         (html2text-format-tags): Remove unused variable `attr'.
11580
11581 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11582
11583         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11584
11585         * tls.el (tls-process-connection-type, tls-success)
11586         (tls-certtool-program): Add :version.
11587
11588         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11589         (starttls-extra-arguments, starttls-process-connection-type)
11590         (starttls-connect, starttls-failure, starttls-success): Add :version.
11591
11592         * spam-stat.el (spam-stat): Add :version.
11593
11594         * sieve.el (sieve): Add :version.
11595
11596         * sha1.el (sha1): Add :version.
11597         (sha1-use-external): Remove redundant version.
11598
11599         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11600         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11601         (nnmail-split-fancy-match-partial-words)
11602         (nnmail-split-lowercase-expanded): Add :version.
11603
11604         * nndiary.el (nndiary): Add :version.
11605
11606         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11607
11608         * mml-sec.el (mml-default-sign-method)
11609         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11610         Add :version.
11611
11612         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11613
11614         * mm-url.el (mm-url-use-external, mm-url-program)
11615         (mm-url-arguments): Add :version.
11616
11617         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11618         (mm-attachment-file-modes, mm-decrypt-option)
11619         (mm-w3m-safe-url-regexp): Add :version.
11620
11621         * message.el (message-cite-prefix-regexp)
11622         (message-sendmail-envelope-from, message-minibuffer-local-map)
11623         (message-user-fqdn, message-completion-alist): Add :version.
11624
11625         * gnus-win.el (gnus-configure-windows-hook)
11626         (gnus-use-frames-on-any-display): Add :version.
11627
11628         * gnus-art.el (gnus-article-address-banner-alist)
11629         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11630         (gnus-treat-from-picon, gnus-treat-mail-picon)
11631         (gnus-treat-x-pgp-sig): Add :version.
11632
11633         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11634         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11635         (gnus-summary-article-delete-hook)
11636         (gnus-summary-display-while-building): Add :version.
11637
11638         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11639         (gnus-get-top-new-news-hook): Add :version.
11640
11641         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11642         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11643
11644         * gnus-registry.el (gnus-registry): Add :version.
11645
11646         * gnus-spec.el (gnus-use-correct-string-widths)
11647         (gnus-make-format-preserve-properties): Add :version.
11648
11649         * gnus.el (gnus-group-charter-alist)
11650         (gnus-group-fetch-control-use-browse-url)
11651         (gnus-install-group-spam-parameters): Add :version.
11652
11653         * gnus-diary.el (gnus-diary): Add :version.
11654
11655         * gnus-delay.el (gnus-delay): Add :version.
11656
11657         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11658         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11659         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11660         Add :version.
11661
11662         * gnus-agent.el (gnus-agent-max-fetch-size)
11663         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11664         (gnus-agent-prompt-send-queue): Add :version.
11665
11666         * deuglify.el (gnus-outlook-deuglify): Add :version.
11667
11668         * html2text.el: Beautify code.  Improve doc strings.  Some
11669         checkdoc cleanup.
11670         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11671
11672 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11673
11674         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11675
11676 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11677
11678         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11679         when package is loaded.
11680
11681         * spam.el (spam-summary-score-preferred-header): Add global preference
11682         for people who want to override the default SpamAssassin over
11683         Bogofilter preference (when both are set).
11684         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11685         (spam-user-format-function-S): Check
11686         spam-summary-score-preferred-header.
11687         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11688         (spam-user-format-function-S): Format the score correctly.
11689
11690 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11691
11692         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11693         signature file.  Suggested by Manoj Srivastava
11694         <srivasta@golden-gryphon.com>.
11695
11696         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11697         iso-2022-jp even in the Japanese language environment.
11698         Suggested by Jason Rumney <jasonr@gnu.org>.
11699
11700 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11703         use the same characters as the dummy marks; make it free from
11704         getting affected by the language environment.
11705         (gnus-summary-read-group-1): Update mark positions only when the
11706         format spec is updated.
11707
11708         * gnus-spec.el (gnus-update-format-specifications): Return a list
11709         of updated types.
11710
11711 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11712
11713         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11714         of boundp to check if display-warning is available.
11715
11716 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11717
11718         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11719
11720 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11721
11722         * nnspool.el (nnspool-spool-directory): Use news-path if the
11723         news-directory variable is not bound.
11724
11725         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11726         function instead of display-warning if it is not available.
11727
11728 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11729
11730         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11731         v5-10: Use `point-at-bol'.
11732
11733 2004-10-26  Simon Josefsson  <jas@extundo.com>
11734
11735         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11736         <chenggao@gmail.com>.
11737
11738 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11739
11740         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11741         instead.
11742
11743 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11744
11745         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11746         to remove a server from the nnimap-server-buffer-alist.
11747         (nnimap-open-connection, nnimap-close-server): Use it.
11748
11749         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11750
11751 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11752
11753         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11754         running the major-mode function.
11755
11756 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11757
11758         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11759         dummy marks in the right way.
11760
11761 2004-10-18  David Edmondson  <dme@dme.org>
11762
11763         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11764         excessively.
11765
11766 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11767
11768         * gnus-util.el (gnus-split-references): Accept a nil references
11769         string and go on blissfully.
11770
11771         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11772         cases where the references string is non-nil but has no references.
11773
11774         * encrypt.el: Add autoload tags.
11775
11776         * spam.el (spam-resolve-registrations-routine): Remove article
11777         from unregistration list too.  Reported by David Hanak
11778         <dhanak@isis.vanderbilt.edu>
11779
11780 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11781
11782         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11783         nil.  Changed custom type.
11784
11785 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11786
11787         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11788
11789         * gnus-sum.el (gnus-summary-move-article): Use it.
11790
11791 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11792
11793         * encrypt.el: Add autoload cookies.
11794
11795         * spam.el (spam-backend-article-list-property)
11796         (spam-backend-get-article-todo-list)
11797         (spam-backend-put-article-todo-list)
11798         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11799         Resolve registrations separately.
11800         (spam-register-routine): Format comments.
11801         (spam-unregister-routine, spam-register-routine): Always call with
11802         specific-articles, no default list.
11803         (spam-summary-prepare-exit): Use the spam-classifications function.
11804
11805         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11806         gnus-encrypt.el.
11807
11808         * encrypt.el: Copied from gnus-encrypt.el.
11809
11810         * gnus-encrypt.el: Commented that it's obsolete.
11811
11812 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11813
11814         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11815         (gnus-score-save): Use it.
11816
11817         * message.el (message-bury): Use `window-dedicated-p'.
11818
11819 2004-10-15  Simon Josefsson  <jas@extundo.com>
11820
11821         * pop3.el (top-level): Don't require nnheader.
11822         (pop3-read-timeout): Add.
11823         (pop3-accept-process-output): Add.
11824         (pop3-read-response, pop3-retr): Use it.
11825
11826 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11827
11828         * spam.el (spam-register-routine): Move comment.
11829         (spam-verify-bogofilter): Use 'unknown for the initial
11830         spam-bogofilter-valid state, not 'never.
11831
11832         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11833         for netrc-machine.
11834
11835         * nnimap.el (nnimap-open-connection): Use
11836         netrc-machine-user-or-password.
11837
11838 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11839
11840         * gnus-registry.el (gnus-registry-unload-hook):
11841         Set as a variable with add-hook.
11842
11843         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11844         of news-path.
11845
11846         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11847
11848         * spam.el: Delete duplicate `provide'.
11849         (spam-unload-hook): Set as a variable with add-hook.
11850
11851 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11852
11853         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11854         in the doc string.
11855
11856         * message.el (message-ignored-news-headers)
11857         (message-ignored-supersedes-headers)
11858         (message-ignored-resent-headers)
11859         (message-forward-ignored-headers): Improve custom type.
11860
11861 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11862
11863         * message.el (message-tokenize-header): Fix 2004-09-06 change
11864         which used point-min in the wrong place.
11865
11866 2004-10-12  Simon Josefsson  <jas@extundo.com>
11867
11868         * tls.el (tls-certtool-program): New variable.
11869         (tls-certificate-information): New function, based on
11870         ssl-certificate-information.
11871
11872 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11873
11874         * compface.el: Move the version of ELisp-based uncompface program
11875         to the contrib directory because of the copyright problem.
11876
11877 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11878
11879         * message.el (message-kill-buffer): Raise the current frame.
11880
11881 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11882
11883         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11884
11885         * gnus.el (message-y-or-n-p): Autoload.
11886
11887         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11888         (pop3-password-required, pop3-authentication-scheme)
11889         (pop3-leave-mail-on-server): Made customizable.
11890         (pop3): New custom group.
11891         (pop3-retr): Remove `sleep-for' statements.
11892         Suggested by Dave Love <fx@gnu.org>.
11893
11894         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11895         Windows/DOS.
11896
11897         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11898         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11899         Dave Love <fx@gnu.org>.
11900
11901         * mml.el (mml-minibuffer-read-disposition): Require match.
11902         Suggested by Dave Love <fx@gnu.org>.
11903
11904 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11905
11906         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11907         doc string.
11908
11909 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11910
11911         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11912
11913 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11914
11915         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11916         instead of calling `mm-insert-inline', to decode text/* parts
11917         before displaying them.
11918
11919 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11920
11921         * mm-uu.el (mm-uu-text-plain-type): New variable.
11922         (mm-uu-pgp-signed-extract-1): Use it.
11923         (mm-uu-pgp-encrypted-extract-1): Use it.
11924         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11925         bind mm-uu-text-plain-type with that value.
11926         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11927         mm-uu-dissect.
11928
11929 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11930
11931         * gnus-group.el (gnus-update-group-mark-positions):
11932         * gnus-sum.el (gnus-update-summary-mark-positions):
11933         * message.el (message-check-news-body-syntax):
11934         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11935         of string-as-multibyte.
11936
11937 2004-10-05  Juri Linkov  <juri@jurta.org>
11938
11939         * gnus-group.el (gnus-update-group-mark-positions):
11940         * gnus-sum.el (gnus-update-summary-mark-positions):
11941         * message.el (message-check-news-body-syntax):
11942         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11943         8-bit unibyte values to a multibyte string for search functions.
11944
11945 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11946
11947         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11948         (mm-uu-dissect-text-parts): New function.
11949
11950         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11951         dissect text parts.
11952
11953         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11954         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11955
11956         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11957
11958         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11959         gnus-current-topics instead of gnus-current-topic.
11960
11961 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
11962
11963         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11964
11965 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
11966
11967         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11968         where approriate.
11969
11970         * nnml.el (nnml-generate-active-info): do.
11971
11972         * nndiary.el (nndiary-generate-active-info): do.
11973
11974         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11975         (gnus-topic-move): do.
11976
11977         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11978         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11979
11980         * gnus-srvr.el (gnus-server-prepare)
11981         (gnus-server-open-all-servers): do.
11982
11983         * gnus-msg.el (gnus-summary-cancel-article)
11984         (gnus-summary-resend-message)
11985         (gnus-summary-mail-crosspost-complaint): do.
11986
11987         * gnus-move.el (gnus-change-server): do.
11988
11989         * gnus-group.el (gnus-group-unmark-all-groups)
11990         (gnus-group-set-current-level): do.
11991
11992 2004-10-04  Simon Josefsson  <jas@extundo.com>
11993
11994         * message.el (message-generate-hashcash): Doc fix.
11995
11996 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
11997
11998         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
11999         avoid infinite recursion via gnus-get-function.
12000
12001 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12002
12003         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12004
12005         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12006
12007         * nnmail.el (nnmail-split-history): do.
12008
12009         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12010         (nnml-request-delete-group): do.
12011
12012         * nnslashdot.el (nnslashdot-read-groups): do.
12013
12014         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12015         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12016
12017         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12018         (nnspool-sift-nov-with-sed): Use last.
12019         (nnspool-retrieve-headers-with-nov): Use mapc.
12020         (nnspool-request-newgroups): Use dolist.
12021         (nnspool-request-group): Use last.
12022
12023         * nntp.el (nntp-read-server-type): Use dolist.
12024
12025         * nnvirtual.el (nnvirtual-create-mapping)
12026         (nnvirtual-update-read-and-marked): Use dolist.
12027         (nnvirtual-convert-headers): Simplify.
12028
12029 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12030
12031         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12032         support for sync'ing tick marks.
12033
12034 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12035
12036         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12037         there's no visible header.
12038
12039 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12040
12041         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12042         necessary, pass full group name to gnus-request-set-marks.
12043
12044 2004-10-01  Simon Josefsson  <jas@extundo.com>
12045
12046         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12047         acroread.
12048
12049 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12050
12051         * spam-report.el (spam-report-gmane): Fix interactive.
12052
12053         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12054
12055         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12056         when writing file.
12057         (gnus-agent-synchronize-flags): Don't default to being
12058         interactive.
12059
12060 2004-09-30  Simon Josefsson  <jas@extundo.com>
12061
12062         * message.el (message-generate-hashcash): Add.
12063         (message-send-mail): Use it, call mail-add-payment.
12064
12065 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12066
12067         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12068
12069 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12070
12071         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12072         gnus-requst-update-info with explicit code to sync the in-memory
12073         info read flags with the marks being sync'd to the backend.
12074
12075         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12076
12077 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12078
12079         * spam.el (spam-verify-bogofilter): Add new function.
12080         (spam-check-bogofilter)
12081         (spam-bogofilter-register-with-bogofilter): Use it.
12082         (spam-verify-bogofilter): Add small fixes.
12083
12084 2004-09-28  Simon Josefsson  <jas@extundo.com>
12085
12086         * hashcash.el (hashcash-generate-payment): Revert.
12087
12088 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12089
12090         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12091         gnus-extract-references instead of gnus-split-references.
12092
12093         * gnus-util.el (gnus-extract-references): Add new function, analogous
12094         to gnus-split-references but extracts only the message-ID without
12095         anything extra.
12096
12097         * hashcash.el (hashcash-generate-payment)
12098         (hashcash-check-payment): Do the right thing if hashcash-path is
12099         nil (because the hashcash program could not be found).
12100
12101         * spam.el (spam-use-hashcash): Remove comment.
12102
12103 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12104
12105         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12106         (gnus-cache-enter-article, gnus-cache-remove-article)
12107         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12108
12109         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12110
12111         * gnus-art.el (article-hide-boring-headers)
12112         (article-translate-strings, article-display-face)
12113         (gnus-article-mime-match-handle-first)
12114         (gnus-article-highlight-headers)
12115         (gnus-article-add-buttons-to-head): do.
12116
12117 2004-09-27  Simon Josefsson  <jas@extundo.com>
12118
12119         * hashcash.el: New version, from
12120         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12121         ../contrib/.
12122
12123 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12124
12125         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12126
12127 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12128
12129         * gnus-dup.el (gnus-dup-open): Use mapc.
12130         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12131
12132         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12133         Reported by Stefan Wiens <s.wi@gmx.net>.
12134
12135         * gnus.el (gnus-shutdown): Use dolist.
12136
12137         * gnus-undo.el (gnus-undo): Use mapc.
12138
12139         * nnrss.el (nnrss-generate-active): do.
12140
12141         * message.el (message-cite-original-without-signature)
12142         (message-cite-original): Use mapc.
12143         (message-do-actions, message-make-forward-subject): Use dolist.
12144
12145 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12146
12147         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12148         deletion to remove entire duplicate line.  Fixes merged article
12149         number bug.
12150
12151 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12152
12153         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12154         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12155         first ask if you want to open a server and then, even when you
12156         responded with no, asking if you want to synchronize the server's
12157         flags.
12158         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12159         multi-line expressions.
12160         (gnus-agent-synchronize-group-flags): New internal function.
12161         Updates marks in memory (in the info structure) AND in the
12162         backend.
12163
12164         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12165
12166         * nnagent.el (nnagent-request-set-mark): Use
12167         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12168         method, to ensure that synchronization updates marks in the
12169         backend and in the info (in memory) structure.
12170
12171 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12174         convention fully; don't miss the root article of a thread; make
12175         the X-Draft-From header with correct article numbers.
12176
12177 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12178
12179         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12180         unless plugged.  Disable the agent so that an open failure causes
12181         an error.
12182
12183         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12184         Reverted 2004-09-21 change.  The backend must be opened while
12185         synchronizing flags even when the backend stores the flags
12186         locally.
12187
12188 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12189
12190         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12191         in `header' match.  Reported by Svend Tollak Munkejord.
12192
12193         * message.el (message-cite-original): Fix use of
12194         `message-cite-articles-with-x-no-archive'.
12195
12196 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12199         (gnus-window-to-buffer): Ditto.
12200
12201         * mml.el (mml-preview-buffer): New variable.
12202         (mml-preview): Manage window layout with gnus-buffer-configuration.
12203
12204         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12205         X-Draft-From header even if those articles aren't quoted.
12206
12207 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12208
12209         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12210         (gnus-request-set-mark, gnus-request-update-mark): Use new
12211         g-s-t-u-l-m to decide to use backend even when unplugged.
12212
12213 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12214
12215         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12216         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12217
12218 2004-09-20  Simon Josefsson  <jas@extundo.com>
12219
12220         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12221         "utf-16-le".
12222
12223 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12224
12225         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12226
12227 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12228
12229         * uudecode.el (uudecode-use-external): Add :version.
12230
12231         * smime.el (smime-CA-file, smime-encrypt-cipher)
12232         (smime-dns-server): Add :version.
12233
12234         * smiley.el (gnus-smiley-file-types): Add :version.
12235
12236         * sha1.el (sha1-use-external): Add :version.
12237
12238         * pgg-def.el (pgg-query-keyserver): Add :version.
12239
12240         * nnmail.el (nnmail-fancy-expiry-targets)
12241         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12242         Add :version.
12243
12244         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12245         (nnimap-retrieve-groups-asynchronous): Add :version.
12246         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12247
12248         * mml.el (mml-content-disposition-parameters)
12249         (mml-insert-mime-headers-always): Add :version.
12250
12251         * mm-util.el (mm-coding-system-priorities): Add :version.
12252
12253         * mm-decode.el (mm-inline-text-html-with-images)
12254         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12255         (mm-verify-option): Add :version.
12256         (mm-text-html-renderer): Change :version.
12257
12258         * message.el (message-fcc-externalize-attachments)
12259         (message-required-headers, message-draft-headers)
12260         (message-subject-trailing-was-query)
12261         (message-subject-trailing-was-ask-regexp)
12262         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12263         (message-mark-insert-end, message-archive-header)
12264         (message-archive-note, message-cross-post-default)
12265         (message-cross-post-note, message-followup-to-note)
12266         (message-cross-post-note-function, message-use-mail-followup-to)
12267         (message-subscribed-address-functions)
12268         (message-subscribed-address-file, message-subscribed-addresses)
12269         (message-subscribed-regexps, message-allow-no-recipients)
12270         (message-yank-cited-prefix, message-signature-insert-empty-line)
12271         (message-hidden-headers, message-hierarchical-addresses)
12272         (message-mail-user-agent, message-use-idna)
12273         (message-valid-fqdn-regexp)
12274         (message-strip-special-text-properties, message-header-synonyms)
12275         (message-beginning-of-line, message-tab-body-function): Add :version.
12276         (message-insert-canlock, message-wide-reply-confirm-recipients):
12277         Change :version.
12278
12279         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12280         and :version.
12281         (mail-source-delete-old-incoming-confirm)
12282         (mail-source-movemail-program): Add :version.
12283
12284         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12285         (gnus-agent-cache, gnus-agent): Change :version.
12286
12287         * gnus-util.el (gnus-use-byte-compile): Change :version.
12288
12289         * gnus-sum.el (gnus-summary-make-false-root-always)
12290         (gnus-summary-default-high-score)
12291         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12292         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12293         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12294         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12295         (gnus-sum-thread-tree-single-indent)
12296         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12297         (gnus-sum-thread-tree-leaf-with-other)
12298         (gnus-sum-thread-tree-single-leaf): Add :version.
12299         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12300         (gnus-article-loose-mime): Change :version.
12301
12302         * gnus-start.el (gnus-backup-startup-file)
12303         (gnus-save-startup-file-via-temp-buffer): Add :version.
12304
12305         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12306         (gnus-server-offline-face): Add :version.
12307
12308         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12309
12310         * gnus-msg.el (gnus-gcc-externalize-attachments)
12311         (gnus-debug-files, gnus-debug-exclude-variables)
12312         (gnus-discouraged-post-methods): Change :version.
12313         (gnus-confirm-mail-reply-to-news)
12314         (gnus-confirm-treat-mail-like-news): Add :version.
12315
12316         * gnus-int.el (gnus-server-unopen-status): Add :version.
12317
12318         * gnus-group.el (gnus-group-jump-to-group-prompt)
12319         (gnus-large-ephemeral-newsgroup)
12320         (gnus-fetch-old-ephemeral-headers): Add :version.
12321
12322         * gnus-fun.el (gnus-x-face-directory)
12323         (gnus-convert-pbm-to-x-face-command)
12324         (gnus-convert-image-to-x-face-command)
12325         (gnus-convert-image-to-face-command): Add :version.
12326
12327         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12328
12329         * gnus-cite.el (gnus-cite-blank-line-after-header)
12330         (gnus-article-boring-faces): Add :version.
12331
12332         * gnus-art.el (gnus-buttonized-mime-types)
12333         (gnus-inhibit-mime-unbuttonizing)
12334         (gnus-treat-display-face)
12335         (gnus-treat-body-boundary): Change :version.
12336         (gnus-body-boundary-delimiter, gnus-picon-databases)
12337         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12338         (gnus-treat-date-english, gnus-treat-fold-headers)
12339         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12340         (gnus-treat-mail-picon, gnus-treat-wash-html)
12341         (gnus-article-encrypt-protocol)
12342         (gnus-use-idna, gnus-article-over-scroll)
12343         (gnus-mime-display-multipart-alternative-as-mixed)
12344         (gnus-mime-display-multipart-related-as-mixed)
12345         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12346         (gnus-ctan-url, gnus-button-ctan-handler)
12347         (gnus-button-handle-ctan-bogus-regexp)
12348         (gnus-button-ctan-directory-regexp)
12349         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12350         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12351         (gnus-button-man-level, gnus-button-emacs-level)
12352         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12353
12354         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12355         (gnus-agent-go-online): Change :version.
12356         (gnus-agent-expire-unagentized-dirs)
12357         (gnus-agent-auto-agentize-methods): Add :version.
12358
12359         * flow-fill.el (fill-flowed-display-column)
12360         (fill-flowed-encode-column): Add :version.
12361
12362         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12363         (gnus-outlook-deuglify-unwrap-max)
12364         (gnus-outlook-deuglify-cite-marks)
12365         (gnus-outlook-deuglify-unwrap-stop-chars)
12366         (gnus-outlook-deuglify-no-wrap-chars)
12367         (gnus-outlook-deuglify-attrib-cut-regexp)
12368         (gnus-outlook-deuglify-attrib-verb-regexp)
12369         (gnus-outlook-deuglify-attrib-end-regexp)
12370         (gnus-outlook-display-hook): Add :version.
12371
12372         * binhex.el (binhex-use-external): Add :version.
12373
12374 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12375
12376         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12377         and `invisible'.
12378
12379 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12380
12381         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12382         in gnus-registry-trim.
12383
12384 2004-09-13  Simon Josefsson  <jas@extundo.com>
12385
12386         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12387
12388         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12389
12390         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12391         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12392         <yamaoka@jpl.org>.
12393         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12394         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12395         <yamaoka@jpl.org>.
12396
12397         * sieve.el (sieve-manage-mode): Ditto.
12398
12399 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12400
12401         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12402
12403 2004-09-11  Simon Josefsson  <jas@extundo.com>
12404
12405         * dns-mode.el: Add.
12406
12407         * mm-view.el (mm-display-dns-inline): Add.
12408
12409         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12410         (mm-automatic-display): Ditto.
12411
12412         * mailcap.el (mailcap-mime-data): Add text/dns.
12413         (mailcap-mime-extensions): Map .soa to text/dns.
12414
12415 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12416
12417         * gnus-art.el (article-decode-mime-words, article-babel)
12418         (gnus-article-highlight-signature, gnus-article-add-buttons)
12419         (gnus-signature-toggle): Remove unnecessary bindings of
12420         `inhibit-read-only' inherited from v5.10 merge.
12421
12422 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12423
12424         * nntp.el (nntp): New customization group.
12425         (nntp-authinfo-file): Add customization group.
12426
12427         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12428
12429         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12430
12431         * gnus.el (to-address, to-list, subscribed)
12432         (large-newsgroup-initial): Ditto.
12433
12434         * flow-fill.el (fill-flowed-display-column)
12435         (fill-flowed-encode-column): Ditto.
12436
12437 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12438
12439         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12440         Use point-min rather than 1.
12441         (message-send-mail): Use buffer-size rather than point-max.
12442
12443         * gnus-sum.el (gnus-summary-search-article-forward):
12444         Signal a specific `search-failed' rather than a generic `error'.
12445
12446         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12447         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12448         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12449
12450 2004-09-10  Simon Josefsson  <jas@extundo.com>
12451
12452         * nndb.el (require): Remove tcp and duplicate cl.
12453
12454 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12455
12456         * gnus-agent.el (directory-files-and-attributes): Move forward.
12457
12458 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12459
12460         * gnus-agent.el (directory-files-and-attributes): Optionally
12461         defined to support XEmacs.
12462
12463 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12464
12465         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12466         to avoid run-time CL dependencies.
12467         (gnus-agent-unfetch-articles): New function.
12468         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12469         article numbers even when local .overview file is missing.
12470         (gnus-agent-read-article-number): New function.  Only accepts
12471         27-bit article numbers.
12472         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12473         gnus-agent-read-article-number.
12474         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12475         from backend while recognizing that article numbers in .overview
12476         must be valid.
12477         (gnus-agent-update-files-total-fetched-for): Use
12478         directory-files-and-attributes to improve performance.
12479         * gnus-int.el (gnus-request-move-article): Use
12480         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12481         improve performance.
12482
12483         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12484         some users confused by references to .newsrc when they only have a
12485         .newsrc.eld file.
12486         (gnus-convert-mark-converter-prompt)
12487         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12488         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12489         New function.  Used internally to only display 'gnus converting
12490         files' message when actually necessary.
12491
12492         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12493         methods now autoloaded.
12494
12495 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12496
12497         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12498         identifiers.
12499
12500 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12501
12502         * gnus-picon.el: Fix indentation and closing parenthesis.
12503
12504 2004-09-01  Simon Josefsson  <jas@extundo.com>
12505
12506         * message.el (message-canlock-generate): Require sha1, not
12507         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12508         to require within a function.  Sadly, if sha1.el isn't loaded, the
12509         let binding in m-c-g will hide the defcustom definition, which is
12510         bad.)
12511
12512         * canlock.el: Require sha1, not sha1-el.
12513
12514         * message.el: Don't autoload sha1 (there is a autoload cookie in
12515         sha1.el).
12516
12517         * sha1-el.el: Renamed to sha1.el.
12518
12519 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12520
12521         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12522
12523 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12524
12525         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12526
12527 2004-08-30  Kim F. Storm  <storm@cua.dk>
12528
12529         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12530
12531         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12532         Add :group 'nnimap.
12533
12534 2004-08-30  Andreas Schwab  <schwab@suse.de>
12535
12536         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12537         ?* and ?\;.
12538
12539         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12540         and ?\' to symbol instead of whitespace.
12541
12542 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12543
12544         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12545
12546         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12547         instead of re-search-forward.
12548
12549         * gnus-uu.el (gnus-uu-save-article): Ditto.
12550         (gnus-uu-post-encode-uuencode): Ditto.
12551
12552         * html2text.el (html2text-clean-list-items): Ditto.
12553         (html2text-clean-dtdd): Ditto.
12554         (html2text-format-tags): Ditto.
12555
12556         * message.el (message-send-mail-with-sendmail): Fix regexp.
12557         (message-fill-field-general): Use search-forward instead of
12558         re-search-forward.
12559         (unbold-region): Ditto.
12560
12561         * nnrss.el (nnrss-request-article): Ditto.
12562
12563         * nnslashdot.el (nnslashdot-request-article): Ditto.
12564
12565         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12566
12567         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12568         "Unrecognized menu descriptor" error in XEmacs.
12569
12570 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12571
12572         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12573         parent article of a sparse article in the thread hashtb.
12574
12575 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12576
12577         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12578         (nnmail-expand-newtext): Lowercase expanded entries if
12579         nnmail-split-lowercase-expanded is non-nil.
12580
12581 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12584
12585         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12586         of gnus-tmp-news-method into string under XEmacs.  It will be
12587         passed to gnus-correct-length which takes only a string argument.
12588
12589 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12590
12591         * gnus-util.el (gnus-bind-print-variables): New macro.
12592         (gnus-prin1): Use it.
12593         (gnus-prin1-to-string): Use it.
12594         (gnus-pp): New function.
12595         (gnus-pp-to-string): New function.
12596
12597         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12598         Replace pp-to-string with gnus-pp-to-string.
12599         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12600         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12601         * gnus-msg.el (gnus-debug): Ditto.
12602         * gnus-score.el (gnus-score-save): Ditto.
12603         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12604         gnus-pp-to-string.
12605         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12606         with gnus-pp.
12607         * score-mode.el (gnus-score-pretty-print): Ditto.
12608         * webmail.el (webmail-debug): Ditto.
12609
12610 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12611
12612         * gnus-art.el (article-display-face, article-display-x-face):
12613         Use buffer-read-only.
12614
12615 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12616
12617         * gnus-art.el (article-hide-list-identifiers):
12618         Bind inhibit-read-only as t.
12619
12620 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12621
12622         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12623
12624 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12625
12626         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12627         (gnus-narrow-to-page): Don't assume point-min == 1.
12628         (gnus-article-edit-mode): Derive from message-mode.
12629
12630         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12631         point-min == 1.
12632
12633         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12634         Disable incorrect use of `assert'.
12635
12636         * message.el (message-mode): Set comment-start-skip.
12637
12638
12639 2004-08-22  Sam Steingold  <sds@gnu.org>
12640
12641         * pop3.el (pop3-leave-mail-on-server): New user variable.
12642         (pop3-movemail): Delete mail only when it is nil.
12643
12644 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12645
12646         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12647
12648         * mml.el (mml-preview): Use `pop-to-buffer'.
12649
12650         * message.el (message-goto-mail-followup-to): Insert after "To".
12651         (message-carefully-insert-headers): Add comment.
12652
12653         * gnus.el: Remove unused variable `gnus-article-check-size'.
12654
12655         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12656
12657         * gnus-art.el (gnus-button-alist): Improve
12658         `gnus-button-handle-library' entry.
12659
12660 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12661
12662         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12663         downcase, since XEmacs capitalizes error messages differently.
12664
12665 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12666
12667         * nntp.el: Add (require 'gnus) due to reference to
12668         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12669
12670 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12671
12672         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12673         `mm-fill-flowed'.
12674
12675         * mm-decode.el (mm-dissect-singlepart): Check it.
12676
12677 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12678
12679         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12680         'imap' for netrc parsing.
12681
12682 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12683
12684         * mailcap.el (mailcap-mime-data): Mark as risky.
12685
12686 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12687
12688         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12689         may be included in the encoded word.
12690         (rfc2047-encode): Don't append a space if the encoded word
12691         includes close parenthesis.
12692
12693 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12694
12695         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12696         of text within parentheses.
12697
12698 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12699
12700         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12701         (gnus-encrypt-write-file-contents): Make the password key the file
12702         name PLUS the cipher, not just the cipher.  Also remove failed
12703         passwords from the cache.
12704
12705 2004-08-06  Simon Josefsson  <jas@extundo.com>
12706
12707         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12708         fix.
12709
12710 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12713         LWSP.
12714
12715 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12716
12717         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12718         to append in-reply-to: data to the references: header.
12719
12720         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12721         (netrc-parse): Use gnus-encrypt.el functions.
12722
12723         * gnus-encrypt.el: Add new file for encryption support; currently
12724         does only a few GPG ciphers and an internal XOR cipher.
12725
12726         * password.el: Add comments on using password-read-and-add.
12727         (password-read-and-add): Add function to read and add the
12728         password to the cache at once.
12729
12730 2004-07-28  Simon Josefsson  <jas@extundo.com>
12731
12732         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12733         parameter (but don't use it, for now).
12734
12735         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12736         instead of hard coding to nil.
12737
12738 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12739
12740         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12741         as mm-inline-image-xemacs does.
12742
12743 2004-07-26  Simon Josefsson  <jas@extundo.com>
12744
12745         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12746         Revert part of 2004-07-17 change below.
12747
12748 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12749
12750         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12751         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12752
12753 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12754
12755         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12756         quotes that actually start with ">" at the beginning of the
12757         lines.
12758
12759 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * rfc2047.el (rfc2047-encode-region): Fix last change.
12762         (rfc2047-encode-parameter): Remove useless concat.
12763
12764 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12765
12766         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12767         encode special characters; fix some kind of misconfigured headers;
12768         signal a real error if debug-on-quit or debug-on-error is non-nil.
12769         (rfc2047-encode-max-chars): New variable.
12770         (rfc2047-encode-1): Use it.
12771         (rfc2047-encode-parameter): New function.
12772
12773         * mml.el (mml-insert-parameter): Remove an excessive space.
12774
12775 2004-07-17  Simon Josefsson  <jas@extundo.com>
12776
12777         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12778         Kai Grossjohann <kai@emptydomain.de>.
12779         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12780         (gnus-group-make-menu-bar): Ditto.
12781
12782         * gnus-util.el (gnus-group-server): Add.
12783
12784 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12785
12786         * message.el (message-clone-locals): Clone sendmail and smtp
12787         variables.
12788
12789 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12790
12791         * rfc2047.el (rfc2047-encode-region): Fix last change.
12792
12793 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12794
12795         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12796         characters as non-special.
12797
12798 2004-07-09  Simon Josefsson  <jas@extundo.com>
12799
12800         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12801         Users will lose all flag changes made while unplugged with
12802         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12803         good default.  See numerous reports on ding mailing list.
12804
12805 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12806
12807         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12808         add generate-head-function and generate-article-function to the
12809         rfc822-forward entry.
12810         (nndoc-rfc822-forward-generate-article): New function.
12811         (nndoc-rfc822-forward-generate-head): New function.
12812
12813         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12814
12815 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12816
12817         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12818         respect display group parameter and gnus-summary-expunge-below.
12819         (gnus-articles-to-read): Remove unused reference to display group
12820         parameter.
12821
12822 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12823
12824         * nnheader.el (nnheader-uniquify-message-id): New experimental
12825         variable.
12826         (nnheader-nov-read-message-id): Use it.
12827
12828         * spam-report.el (spam-report-gmane): Add interactive.
12829
12830 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12831
12832         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12833         qp-or-base64 for the application/* types.
12834
12835 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12836
12837         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12838
12839 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12840
12841         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12842         trim value.
12843
12844 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12845
12846         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12847         New macro and function.
12848         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12849
12850 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12851
12852         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12853         after-load-alist.
12854
12855 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12856
12857         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12858         update info that isn't there.
12859
12860 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
12861
12862         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12863         entry.
12864
12865 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12866
12867         * mm-view.el (mm-inline-render-with-function): Use multibyte
12868         buffer; decode html source by charset.
12869
12870         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12871
12872         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12873         Mule-UCS is loaded under XEmacs.
12874         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12875
12876 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12877
12878         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12879
12880 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12881
12882         * mm-util.el (mm-coding-system-p): Return a coding-system.
12883         (mm-mime-mule-charset-alist): Use shift_jis instead of
12884         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12885         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12886         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12887         instead of japanese-shift-jis and iso-latin-1 respectively in
12888         order to share the default value with both Emacs and XEmacs-mule.
12889         (mm-mule-charset-to-mime-charset): Make
12890         mm-coding-system-priorities effective.
12891         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12892         while predicating of candidates upon the priorities.
12893
12894 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12895
12896         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12897         gnus-uu-invert-processable.
12898
12899         * gnus.el: Autoload gnus-uu-invert-processable.
12900
12901 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12902
12903         * mm-util.el (mm-with-multibyte-buffer): New macro.
12904
12905         * rfc2047.el (rfc2047-encode-string): Use it.
12906         (rfc2047-encode-region): Move point to the end of the region after
12907         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12908
12909 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12910
12911         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12912         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12913
12914 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12915
12916         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12917         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12918         Karl Chen <quarl@nospam.quarl.org>.
12919
12920 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
12921
12922         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12923         invalid addresses.
12924
12925 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
12926
12927         * spam.el: Change section markers, revise TODO list.
12928         (spam-backends): Make new master list of all installed backends.
12929         (spam-summary-exit-behavior): Add new variable to determine how
12930         messages moves are done at summary exit.
12931         (spam-move-spam-nonspam-groups-only)
12932         (spam-process-ham-in-nonham-groups)
12933         (spam-process-ham-in-spam-groups): Remove variables, the
12934         spam-summary-exit-behavior variable should be used to manage this
12935         behavior.
12936         (spam-old-ham-articles, spam-old-spam-articles): Remove.
12937         (spam-old-articles): Add variable, replacing spam-old-ham-articles
12938         and spam-old-spam-articles.
12939         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12940         Add empty variables, placeholders for the backends they represent.
12941         (spam-set-difference): Move, unchanged.
12942         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12943         unless the user has a processor variable.
12944         (spam-classifications, spam-classification-valid-p)
12945         (spam-backend-properties, spam-backend-property-valid-p)
12946         (spam-backend-function-type-valid-p)
12947         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12948         (spam-report-articles-gmane, spam-report-articles-resend):
12949         Remove functions, they are not needed.
12950         (spam-install-backend-super, spam-backend-list)
12951         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12952         (spam-backend-function, spam-backend-ham-registration-function)
12953         (spam-backend-spam-registration-function)
12954         (spam-backend-ham-unregistration-function)
12955         (spam-backend-spam-unregistration-function)
12956         (spam-backend-statistical-p, spam-backend-mover-p)
12957         (spam-install-backend-alias, spam-install-checkonly-backend)
12958         (spam-install-mover-backend, spam-install-nocheck-backend)
12959         (spam-install-backend, spam-install-statistical-backend)
12960         (spam-install-statistical-checkonly-backend): Add backend installation
12961         support.
12962         (spam-summary-prepare-exit): Rewrite to use the new backend code.
12963         (spam-group-processor-p): Use the new backend code and respect the
12964         summary exit behavior.
12965         (spam-mark-spam-as-expired-and-move-routine): Remove.
12966         (spam-summary-prepare): Change to use the new spam-old-articles
12967         variable.
12968         (spam-copy-or-move-routine, spam-copy-spam-routine)
12969         (spam-move-spam-routine, spam-copy-ham-routine)
12970         (spam-move-ham-routine): Add code to copy/move ham or spam.
12971         (spam-fetch-field-fast): Improve doc and code, plus allow the
12972         'number request.
12973         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12974         variables.
12975         (spam-split, spam-find-spam): Use the new backend code.
12976         (spam-registration-functions): Remove variable.
12977         (spam-unregister-routine): Add convenience wrapper.
12978         (spam-log-undo-registration, spam-register-routine)
12979         (spam-log-processing-to-registry)
12980         (spam-log-unregistration-needed-p): Rename "check" to "backend"
12981         where possible.
12982         (spam-check-gmane-xref, spam-check-regex-headers)
12983         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12984         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12985         (spam-check-bogofilter-headers, spam-check-spamoracle)
12986         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12987         (spam-check-crm114-headers): Use the spam-split-group that
12988         spam-split prepares, no need to determine it every time.
12989
12990         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12991         to the nnheader-parse-naked-head call.
12992
12993         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12994
12995         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12996         the nnheader-nov-read-message-id call.
12997
12998 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12999
13000         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13001         gnus-activate-group twice.  Suggested by Markus Peter
13002         <warp@spin.de>.
13003
13004 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13005
13006         * gnus-art.el (gnus-article-time-format): Exchange the order of
13007         day and month in the default value; fix customization type.
13008         (article-date-ut): Use add-text-properties.
13009         (article-make-date-line): Use message-make-date instead of
13010         current-time-string.
13011
13012         * message.el (message-fetch-field): Don't use set-text-properties.
13013         (message-make-date): Simplify.
13014
13015         * messagexmas.el (message-xmas-make-date): New function.
13016         (message-xmas-redefine): Defalias message-make-date to it.
13017
13018 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13019
13020         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13021         (rfc2047-encode-region): Treat text within parentheses as special;
13022         show the original text when error has occurred.
13023
13024         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13025         already-computed method to gnus-activate-group.
13026
13027         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13028         same select-methods identical Lisp objects.
13029
13030         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13031         object when modifying the info.
13032
13033 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13034
13035         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13036         gnus-opened-servers since it has never been opened with the new
13037         configuration yet.
13038
13039 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13040
13041         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13042         arg to nnheader-generate-fake-message-id.
13043
13044 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13045
13046         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13047         number and build a fake message ID localized to a group and
13048         article number (so it's repeatable from that point on).
13049         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13050         ID format.
13051
13052         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13053         nnheader-generate-fake-message-id with the article number.
13054
13055 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13056
13057         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13058         end-of-buffer.
13059
13060 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13061
13062         * message.el (message-ignored-supersedes-headers): Add Approved.
13063
13064 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13065
13066         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13067         goto-char.
13068         (rfc2047-encode): Fold the line before encoding.
13069
13070 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13071
13072         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13073         folding -- not all headers can be folded, and this should be done
13074         by the message composition mode.  Probably.  I think.
13075
13076 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13077
13078         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13079         fast.
13080
13081         * gnus-ems.el (gnus-remove-image): Don't use
13082         message-text-with-property; remove only the image found first.
13083
13084         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13085         found first.
13086
13087 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13088
13089         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13090
13091 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13092
13093         * message.el (message-text-with-property): Make it fast and accept
13094         optional arguments.
13095         (message-strip-forbidden-properties): Use it.
13096         (message-fix-before-sending): Follow the m-t-w-p change.
13097
13098         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13099
13100 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13101
13102         * gnus-art.el (article-hide-headers): Don't change the buffer
13103         mistakenly when performing mml-preview even if
13104         gnus-single-article-buffer is nil.
13105
13106 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13107
13108         * message.el (message-expand-name-databases): New user option.
13109         (message-expand-name): Use it.
13110
13111 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13112
13113         * spam.el (spam-report-articles-resend)
13114         (spam-report-resend-register-routine): Allow ham reporting.
13115         (spam-report-resend-register-ham-routine): Add wrapper.
13116         (spam-registration-functions): Add ham resending functions.
13117         (spam-list-of-processors): Add ham resend processor.
13118
13119         * gnus.el (ham-resend-to): Add new group parameter.
13120         (spam-process): Add ham resend option.
13121
13122         * spam-report.el (spam-report-resend): Allow reporting ham.
13123         (spam-report-resend-ham): Add wrapper.
13124
13125 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13126
13127         * message.el (message-cite-articles-with-x-no-archive): New
13128         variable.
13129         (message-cite-original): Use it.
13130
13131 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13132
13133         * message.el (message-cite-original): Respect X-No-Archive.
13134
13135 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13136
13137         * gnus-art.el (article-hide-headers): Refer to the values for
13138         gnus-ignored-headers and gnus-visible-headers in the summary
13139         buffer since a user may have set them as group parameters.
13140
13141 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13142
13143         * assistant.el (assistant-node-name): Add convenience function.
13144         (assistant-render-text, assistant-render-node): Add error handling,
13145         plus handle multiple next nodes.
13146         (assistant-find-next-node): Comment out for now.
13147         (assistant-find-next-nodes): Add function, returns list of next
13148         nodes.
13149
13150 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13151
13152         * mail-source.el (mail-source-directory): Fix doc-string.
13153
13154 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13155
13156         * assistant.el (assistant-render-text, assistant-eval): Add :set
13157         widget type, which is different because it takes and returns a
13158         list.  Much hilarity ensues.
13159
13160 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13161
13162         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13163
13164         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13165         doc-string.
13166
13167         * gnus-start.el (gnus-activate-group): Added doc-string.
13168
13169 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13170
13171         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13172
13173 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13174
13175         * assistant.el (assistant-render-text): Try to add a :set
13176         widget, more to come.
13177
13178         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13179         strings.
13180         (spam-report-articles-resend)
13181         (spam-register-routine): Do registration iff any articles warrant
13182         it.
13183         (spam-summary-prepare-exit): Change log message for nil group
13184         destinations.
13185
13186 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13187
13188         * spam.el (spam-report-resend-register-routine): Allow
13189         spam-report-resend-to to be a group parameter or a global value.
13190
13191 2004-05-26  Simon Josefsson  <jas@extundo.com>
13192
13193         * starttls.el: Merge with my GNUTLS based starttls.el.
13194         (starttls-gnutls-program, starttls-use-gnutls)
13195         (starttls-extra-arguments, starttls-process-connection-type)
13196         (starttls-connect, starttls-failure, starttls-success): New
13197         variables.
13198         (starttls-program, starttls-extra-args): Doc fix.
13199         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13200         functions.
13201         (starttls-negotiate, starttls-open-stream): Check
13202         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13203         function if it is set.
13204
13205 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13206
13207         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13208         structured fields.
13209
13210 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13213
13214 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13215
13216         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13217         variable.
13218         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13219         assigning the spam-mark to new messages.
13220
13221 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13222
13223         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13224
13225 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13226
13227         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13228
13229         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13230         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13231         default.
13232
13233 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13234
13235         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13236         correct data.
13237
13238 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13239
13240         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13241         (spam-group-processor-p): Fix function.
13242         (spam-group-processor-multiple-p)
13243         (spam-group-spam-processor-report-gmane-p)
13244         (spam-group-spam-processor-report-resend-p)
13245         (spam-group-spam-processor-bogofilter-p)
13246         (spam-group-spam-processor-blacklist-p)
13247         (spam-group-spam-processor-ifile-p)
13248         (spam-group-ham-processor-ifile-p)
13249         (spam-group-spam-processor-spamoracle-p)
13250         (spam-group-spam-processor-crm114-p)
13251         (spam-group-ham-processor-bogofilter-p)
13252         (spam-group-spam-processor-stat-p)
13253         (spam-group-ham-processor-stat-p)
13254         (spam-group-ham-processor-whitelist-p)
13255         (spam-group-ham-processor-BBDB-p)
13256         (spam-group-ham-processor-spamoracle-p)
13257         (spam-group-ham-processor-copy-p): Remove functions with some
13258         prejudice against unneeded code.
13259         (spam-report-articles-resend)
13260         (spam-report-resend-register-routine): Allow the group/topic
13261         spam-resend-to value to override spam-report-resend-to.
13262         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13263         properly now.
13264
13265         * gnus.el (spam-resend-to): Add group/topic parameter.
13266         (spam-process): Move the OBSOLETE processors to the end of the
13267         choices.
13268
13269 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13270
13271         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13272         with resend-to set to nil, and then ask the user if necessary.
13273         (spam-report-resend): spam-report-resend takes a list of articles, not
13274         separate article numbers.
13275
13276 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13277
13278         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13279         addition to emacs-w3m.
13280
13281 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13282
13283         * assistant.el (assistant-authinfo-data): New function.
13284         (assistant-eval): Eval for entire assistant.
13285
13286         * netrc.el (netrc-services-file): New variable.
13287         (netrc-parse-services): New function.
13288         (netrc-find-service-name): New function.
13289         (netrc-find-service-number): New function.
13290         (netrc-port-equal): New function.
13291         (netrc-machine): Use it.
13292
13293         * nnimap.el (nnimap-open-connection): Use netrc.
13294
13295         * gnus-util.el (gnus-netrc-get): Remove aliases.
13296
13297         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13298
13299         * assistant.el (wid-edit): Fix compilation.
13300
13301         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13302
13303 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13304
13305         * gnus-util.el (gnus-set-file-modes): New function.  (small
13306         patch).
13307
13308 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13309
13310         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13311
13312         * assistant.el (assistant-render-node): Fix up rendering and
13313         read-only text.
13314         (assistant-render-node): Reset.
13315         (assistant-make-read-only): Not sticky.
13316
13317 2004-05-20  Danny Siu  <dsiu@adobe.com>
13318
13319         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13320         centered even when gnus-auto-center-summary is t.
13321
13322 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13323
13324         * dns.el (dns-get-txt-answer): New function.
13325         (dns-read-txt): Ditto.
13326         (query-dns): Use it.
13327
13328 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13329
13330         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13331         active for foreign groups even if the group level is higher than
13332         the specified value.
13333
13334 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13335
13336         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13337         non-active groups.
13338
13339         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13340
13341 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13342
13343         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13344
13345 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13346
13347         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13348         (spam-crm114-header, spam-crm114-spam-switch)
13349         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13350         (spam-crm114-positive-spam-header)
13351         (spam-crm114-database-directory, spam-list-of-processors)
13352         (spam-group-spam-processor-crm114-p)
13353         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13354         (spam-generic-score, spam-list-of-checks)
13355         (spam-list-of-statistical-checks, spam-registration-functions)
13356         (spam-check-crm114-headers, spam-crm114-score)
13357         (spam-check-crm114, spam-crm114-register-with-crm114)
13358         (spam-crm114-register-spam-routine)
13359         (spam-crm114-unregister-spam-routine)
13360         (spam-crm114-register-ham-routine)
13361         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13362         asjo@koldfront.dk (Adam Sjøgren).
13363
13364         * gnus.el: Add spam-use-crm114.
13365
13366         * spam.el (spam-list-of-processors, spam-registration-functions):
13367         Add spam-use-resend.
13368         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13369         (spam-report-articles-gmane): Add doc fix.
13370         (spam-report-articles-resend, spam-report-resend-register-routine):
13371         Add wrappers around spam-report-resend-to.
13372
13373         * spam-report.el (spam-report-resend-to, spam-report-resend):
13374         Add support for resending spam.
13375         (spam-report-gmane): Fix line length >80.
13376
13377         * gnus.el (spam-process): Add spam-use-resend.
13378
13379 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13380
13381         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13382         number of processed spam messages.
13383         (spam-ham-copy-or-move-routine): Return the number of processed
13384         ham messages.
13385         (spam-summary-prepare-exit): Use the above values to decide
13386         whether status messages shouled be displayed.
13387
13388 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13389
13390         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13391         `rfc2047-encoding-function-alist' in order to avoid conflicting
13392         with the old version.
13393         (rfc2047-encode-region): Concatenate words containing non-ASCII
13394         characters in structured fields; don't encode space-delimited
13395         ASCII words even in unstructured fields; don't break words at
13396         char-category boundaries.
13397         (rfc2047-encode-1): New function.
13398         (rfc2047-encode): Use it; encode text so that it occupies the
13399         maximum width within 76-column; work correctly on Q encoding for
13400         iso-2022-* charsets.
13401         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13402         sure not to break a line just after the header name.
13403         (rfc2047-b-encode-region): Removed.
13404         (rfc2047-b-encode-string): New function.
13405         (rfc2047-q-encode-region): Removed.
13406         (rfc2047-q-encode-string): New function.
13407
13408         * mm-util.el (mm-replace-in-string): New function.
13409
13410 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13411
13412         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13413         get it right.
13414         (gnus-inews-make-draft): Really.
13415
13416 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13417
13418         * nnmh.el (nnmh-request-list-1): Don't check the link count
13419         before descending.  (small patch)
13420
13421 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13422
13423         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13424         stuff.
13425
13426         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13427         on real group name.
13428
13429         * gnus-art.el (gnus-signature-limit): Doc fix.
13430
13431         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13432
13433         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13434
13435 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13436
13437         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13438         isn't a string.
13439
13440 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13441
13442         * gnus-draft.el (gnus-draft-send): Bind
13443         rfc2047-encode-encoded-words.
13444
13445         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13446         (rfc2047-encodable-p): Say that =? needs encoding.
13447         (rfc2047-encode-encoded-words): New variable.
13448
13449         * gnus-group.el (gnus-group-select-group): Doc fix.
13450
13451         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13452
13453         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13454         to nil.
13455
13456         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13457
13458         * nnheader.el (nnheader-get-lines-and-char): New function.
13459
13460 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13461
13462         * gnus-msg.el (gnus-summary-followup-with-original): Document
13463         yanking of region when active.
13464
13465 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13466
13467         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13468         groups if the group level is higher than the specified value.
13469
13470 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13471
13472         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13473         (gnus-group-jump-to-group): Added prefix argument using
13474         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13475         non-active group.
13476
13477         * compface.el (uncompface): Be verbose when changing
13478         `uncompface-use-external'.
13479
13480         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13481         handle manual section.
13482
13483 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13484
13485         * gnus-art.el (gnus-button-alist): Revert previous change.
13486
13487 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13488
13489         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13490
13491 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13492
13493         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13494         whether backend can accept message.
13495
13496         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13497
13498 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13499
13500         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13501         Avoid creating directory when nntp-marks-is-evil is true.
13502         Reported by Reiner Steib.
13503
13504 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13505
13506         * gnus-picon.el (gnus-picon-style): New variable.
13507         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13508         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13509         Jesper Harder <harder@ifa.au.dk>.
13510
13511 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13512
13513         * message.el (message-fill-field): Return point.
13514         (message-generate-headers): Go to end of field.
13515
13516         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13517         stuff for non-living groups.
13518
13519 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13520
13521         * gnus-art.el (gnus-article-followup-with-original)
13522         (gnus-article-reply-with-original): gnus-mark-active-p ->
13523         gnus-region-active-p.
13524
13525 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13526
13527         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13528         only when there is spam or ham to be processed.
13529
13530 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13531
13532         * mail-source.el (mail-source-delete-crash-box): Refactor.
13533         (mail-source-fetch): Use it.
13534         (mail-source-fetch-file): Ditto.
13535         (mail-source-fetch-directory): Run postscript in loop.
13536         (mail-source-fetch-pop): Delete.
13537         (mail-source-fetch-maildir): Ditto.
13538         (mail-source-fetch-imap): Ditto.
13539
13540         * imap.el (imap-authenticators): Comment out sasl.
13541
13542         * message.el (message-skip-to-next-address): New function.
13543         (message-fill-header-address): Refactor.
13544         (message-fill-address): Use it.
13545         (message-delete-address): Use it.
13546         (message-fill-header-general): Refactor.
13547         (message-fill-field-address): Rename.
13548         (message-narrow-to-field): Find the start of the header.
13549         (message-header-format-alist): Don't pre-fill.
13550         (message-fill-header): Removed.
13551         (message-insert-header): New function.
13552         (message-shorten-references): Use it.
13553
13554         * rfc2047.el (rfc2047-field-value): Strip props.
13555
13556         * mail-parse.el (mail-header-make-address): New alias.
13557
13558         * ietf-drums.el (ietf-drums-make-address): New function.
13559
13560         * imap.el: Add compiler directives.
13561
13562         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13563
13564         * gnus-art.el (article-decode-idna-rhs): Don't use
13565         message-idna-inside-rhs-p.
13566
13567 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13568
13569         * message.el (message-idna-inside-rhs-p): Removed.
13570         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13571
13572         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13573         false positives.
13574
13575 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13576
13577         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13578
13579 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13580
13581         * nneething.el (nneething-file-name): Don't create spurious
13582         files.
13583
13584         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13585         (gnus-inews-do-gcc): Remove sleep.
13586
13587         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13588         part under point.
13589
13590         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13591         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13592
13593 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13594
13595         * spam.el (spam-summary-prepare-exit): Fixed (length).
13596
13597 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13598
13599         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13600         as expired without moving it" message when there are spam
13601         messages left.
13602
13603 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13604
13605         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13606         header is not nil.
13607
13608 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13609
13610         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13611         nntp-possibly-create-directory, not nntp-possibly-change-group.
13612         (nntp-marks-changed-p): New arg SERVER.
13613         (nntp-request-update-info): Adjust caller.
13614
13615 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13616
13617         * nntp.el (nntp-save-marks): Pass missing arg.
13618
13619 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13620
13621         * nntp.el: Support marks.
13622         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13623         (nntp-marks-modtime, nntp-marks-directory): New variables.
13624         (nntp-request-set-mark, nntp-request-update-info)
13625         (nntp-possibly-create-directory, nntp-marks-changed-p)
13626         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13627         functions.
13628
13629 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13630
13631         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13632         (gnus-xmas-redefine): Rename.
13633
13634         * gnus-score.el (gnus-score-insert-help): Use
13635         gnus-select-lowest-window.
13636
13637         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13638         appt-select-lowest-window and rename to gnus-select-lowest-window.
13639
13640         * gnus.el: do.
13641
13642 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13643
13644         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13645         encodings of MIME-encoded words, in order to improve
13646         interoperability with several broken MUAs.
13647
13648 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13649
13650         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13651         tags, only when charsets are not specified in headers.
13652         (mm-inline-text-html-render-with-w3m): Ditto.
13653
13654         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13655         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13656
13657 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13658
13659         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13660         instead of MIME-decoded from fields when checking
13661         `gnus-article-address-banner-alist'.
13662
13663 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13664
13665         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13666         description rather than subject.
13667
13668 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13669
13670         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13671
13672 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13673
13674         * gnus.el (gnus-version-number): Bump.
13675
13676 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13677
13678         * gnus.el: No Gnus v0.2 is released.
13679
13680 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13681
13682         * gnus-agent.el (gnus-agent-read-agentview): Inline
13683         gnus-uncompress-range.
13684
13685 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13686
13687         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13688         `exec-installed-p'.
13689
13690 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13691
13692         * gnus.el (spam-process, spam-autodetect-methods): Add
13693         bsfilter and bsfilter-headers.
13694
13695         * spam.el (spam-bsfilter): New customize group.
13696         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13697         (spam-bsfilter-header, spam-bsfilter-probability-header)
13698         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13699         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13700         (spam-bsfilter-database-directory): New options.
13701         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13702         (spam-list-of-statistical-checks, spam-registration-functions):
13703         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13704         (spam-bsfilter-score): New command.
13705         (spam-check-bsfilter-headers, spam-check-bsfilter)
13706         (spam-bsfilter-register-with-bsfilter)
13707         (spam-bsfilter-register-spam-routine)
13708         (spam-bsfilter-unregister-spam-routine)
13709         (spam-bsfilter-register-ham-routine)
13710         (spam-bsfilter-unregister-ham-routine): New functions.
13711         (spam-generic-score): Support bsfilter; Accept an optional argument
13712         to recalcurate spam score even if scoring header has already been
13713         added.
13714         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13715         optional argument to recalcurate spam score even if scoring header
13716         has already been added.
13717
13718 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13719
13720         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13721         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13722         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13723         link is missing.
13724
13725 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13726
13727         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13728         (html2text-get-attr): Rewrite.
13729
13730         * message.el (message-setup-1): Remove redundant put-text-property
13731         on mail-header-separator.
13732
13733 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13734
13735         * gnus-registry.el (gnus-registry-cache-whitespace)
13736         (gnus-registry-action, gnus-registry-spool-action)
13737         (gnus-registry-split-fancy-with-parent): Change message levels
13738         from 5 to 3 or 7, as needed.
13739
13740         * spam.el (spam-summary-prepare-exit)
13741         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13742         (spam-split, spam-find-spam, spam-log-undo-registration)
13743         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13744         level from 5 to 6.
13745
13746 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13747
13748         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13749         2004-03-04 change).
13750
13751 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13752
13753         * sieve-manage.el (sieve-manage-open):
13754         * nnweb.el (nnweb-insert-html):
13755         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13756         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13757         * nnspool.el (nnspool-request-group):
13758         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13759         * nnml.el (nnml-request-update-info):
13760         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13761         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13762         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13763         (nnimap-request-set-mark):
13764         * nnfolder.el (nnfolder-request-update-info):
13765         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13766         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13767         * gnus-uu.el (gnus-uu-find-articles-matching):
13768         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13769         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13770         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13771         * gnus-nocem.el (gnus-nocem-scan-groups):
13772         * gnus-int.el (gnus-start-news-server):
13773         * gnus-group.el (gnus-group-make-kiboze-group)
13774         (gnus-group-browse-foreign-server):
13775         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13776         Use mapc when appropriate.
13777
13778 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13779
13780         FIXME: Make separate entries for each person.
13781
13782         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13783         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13784         <shields@msrl.com>:
13785
13786         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13787         may need for spam sorting and scoring.
13788         (spam-user-format-function-S): Add user format function suitable for
13789         general use.
13790         (spam-article-sort-by-spam-status): Add sorting function for summary
13791         sorting.
13792         (spam-extra-header-to-number): Add function to get a score from a
13793         header.
13794         (spam-summary-score): Add function to get a numeric score from the
13795         headers.
13796         (spam-generic-score): Fix function doc, was in wrong place.
13797         (spam-initialize): Take symbols when it's run, and install the
13798         extra headers that spam-necessary-extra-headers thinks we need.
13799
13800 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13801
13802         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13803         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
13804
13805 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13806
13807         * gnus-sum.el (gnus-set-global-variables)
13808         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13809         (gnus-article-get-xrefs, gnus-summary-best-group)
13810         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13811         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13812         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13813         Use with-current-buffer.
13814
13815 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13816
13817         * spam.el (spam-summary-prepare-exit): Simplify logic.
13818         (spam-fetch-article-header): Read the article header if it's not
13819         available.
13820         (spam-list-articles): Simplify logic.
13821         (spam-filelist-register-routine): Fix bug with unregister-list.
13822
13823         * gnus-registry.el: Fix comments at beginning.
13824
13825 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13826
13827         * message.el (message-cater-to-broken-inn): Remove.
13828         (message-shorten-references): Make sure the total folded length of
13829         References is shorter than 998 characters to cater to a bug in INN
13830         2.3.  Also, don't pretend that references aren't folded -- this
13831         hasn't worked for a while.
13832
13833 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13834
13835         * gnus-agent.el (gnus-agentize):
13836         gnus-agent-send-mail-real-function no longer set to current value
13837         of message-send-mail-function but rather a lambda that calls
13838         message-send-mail-function.  The change makes the agent real-time
13839         responsive to user changes to message-send-mail-function.
13840
13841 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13842
13843         * legacy-gnus-agent.el
13844         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13845         help from Florian Weimer <fw@deneb.enyo.de>
13846
13847 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13848
13849         * nnmail.el (nnmail-cache-insert): Revert last change.
13850
13851 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13852
13853         * nnmail.el (nnmail-cache-insert): Always check whether
13854         nnmail-cache-ignore-groups matches a group name.
13855
13856 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13857
13858         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13859         (spam-find-spam, spam-log-processing-to-registry)
13860         (spam-log-registered-p, spam-log-unregistration-needed-p)
13861         (spam-log-undo-registration): Use gnus-message instead of
13862         gnus-error, none of these errors are fatal.
13863
13864         * gnus-registry.el (gnus-registry-clean-empty-function)
13865         (gnus-registry-clean-empty): Remove only empty entries without
13866         extra data.
13867
13868 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13869
13870         * spam-stat.el (spam-stat-buffer-change-to-spam)
13871         (spam-stat-buffer-change-to-non-spam): Change (error) to
13872         (gnus-message 8) invocation.
13873
13874 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13875
13876         * nntp.el (nntp-via-netcat-command): New variable.
13877         (nntp-via-netcat-switches): New variable.
13878         (nntp-open-via-rlogin-and-netcat): New function.
13879         (nntp-open-connection-function): Doc fix.
13880         (nntp-telnet-command): Doc fix.
13881         (nntp-end-of-line): Doc fix.
13882         (nntp-via-rlogin-command): Doc fix.
13883         (nntp-via-user-name): Doc fix.
13884         (nntp-via-address): Doc fix.
13885
13886 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13887
13888         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13889         error in Emacs 21.1.
13890
13891 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13892
13893         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13894
13895 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13896
13897         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13898         (gnus-agent-with-refreshed-group): New macro.
13899         (gnus-agent-rename-group): New function.
13900         (gnus-agent-delete-group): New function.
13901         (gnus-agent-save-group-info): Use gnus-command-method when
13902         `method' parameter is nil.  Don't write nil entries into the
13903         active file.
13904         (gnus-agent-get-group-info): New function.
13905         (gnus-agent-fetch-articles): Use
13906         gnus-agent-update-files-total-fetched-for to increment disk space
13907         used.
13908         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13909         gnus-agent-update-view-total-fetched-for to increment disk space
13910         used.
13911         (gnus-agent-get-local): Added optional parameters to avoid calling
13912         gnus-group-real-name and gnus-find-method-for-group.
13913         (gnus-agent-set-local): Delete stored entry if either min, or max,
13914         are nil.
13915         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13916         quit, use gnus-agent-regenerate-group to record existance of any
13917         articles fetched to disk before the quit occurred.
13918         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13919         gnus-agent-update-view-total-fetched-for, and
13920         gnus-agent-update-files-total-fetched-for to decrement disk space
13921         used.
13922         (gnus-agent-retrieve-headers): Use
13923         gnus-agent-update-view-total-fetched-for to increment disk space
13924         used.
13925         (gnus-agent-regenerate-group): Replace gnus-group-update-group
13926         with gnus-agent-update-files-total-fetched-for to decrement disk
13927         space and fresh group buffer.
13928         (gnus-agent-inhibit-update-total-fetched-for): New variable.
13929         (gnus-agent-need-update-total-fetched-for): New variable.
13930         (gnus-agent-update-files-total-fetched-for): New function.
13931         (gnus-agent-update-view-total-fetched-for): New function.
13932         (gnus-agent-total-fetched-for): New function.
13933
13934         * gnus-cache.el (gnus-cache-save-buffers): Use
13935         gnus-cache-update-overview-total-fetched-for to change disk space
13936         used by this group.
13937         (gnus-cache-possibly-enter-article): Use
13938         gnus-cache-update-file-total-fetched-for to increment disk space
13939         used by this group.
13940         (gnus-cache-possibly-remove-article): Use
13941         gnus-cache-update-file-total-fetched-for to decrement disk space
13942         used by this group.
13943         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13944         (gnus-cache-rename-group): New function.
13945         (gnus-cache-delete-group): New function.
13946         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13947         (gnus-cache-need-update-total-fetched-for): New variable.
13948         (gnus-cache-with-refreshed-group): New macro.
13949         (gnus-cache-update-file-total-fetched-for): New function.
13950         (gnus-cache-update-overview-total-fetched-for): New function.
13951         (gnus-cache-rename-group-total-fetched-for): New function.
13952         (gnus-cache-delete-group-total-fetched-for): New function.
13953         (gnus-cache-total-fetched-for): New function.
13954
13955         * gnus-group.el: Require gnus-sum and autoload functions to
13956         resolve warnings when gnus-group.el compiled alone.
13957         (gnus-group-line-format): Documented new %F.
13958         (size of Fetched data) group line format; identifies disk space
13959         used by agent and cache.
13960         (gnus-group-line-format-alist): Defined new F format.
13961         (gnus-total-fetched-for): New function.
13962         (gnus-group-delete-group): No longer update
13963         gnus-cache-active-altered as gnus-request-delete-group now keeps
13964         the cache in sync.
13965         (gnus-group-list-active): Let the agent store a server's active
13966         list if currently plugged.
13967
13968         * gnus-int.el (gnus-request-delete-group):
13969         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13970         local disk in sync with the server.
13971         (gnus-request-rename-group):
13972         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13973         local disk in sync with the server.
13974
13975         * gnus-start.el (gnus-get-unread-articles):
13976         Cosmetic simplification to logic.
13977
13978         * gnus-util.el (gnus-rename-file): New function.
13979
13980 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
13981
13982         * mm-util.el (mm-image-load-path): Handle nil in load-path.
13983
13984 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
13985
13986         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13987         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
13988
13989 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
13990
13991         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13992         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
13993
13994 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
13995
13996         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
13997
13998 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
13999
14000         * spam.el (spam-set-difference): Add function to replace
14001         gnus-set-difference in spam.el.
14002         (spam-summary-prepare-exit): Use spam-set-difference.
14003
14004 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14005
14006         * gnus-registry.el (gnus-registry-cache-file): Update to use
14007         gnus-dribble-directory OR gnus-home-directory OR ~.
14008         (gnus-registry-split-fancy-with-parent): Fix doc.
14009
14010 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14011
14012         * message.el (message-exchange-point-and-mark): Use
14013         message-mark-active-p.  Suggested by Jesper Harder
14014         <harder@ifa.au.dk>.
14015
14016 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * message.el (message-exchange-point-and-mark): Don't activate
14019         region if it was inactive.  Suggested by Hiroshi Fujishima
14020         <pooh@nature.tsukuba.ac.jp>.
14021
14022 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14023
14024         * gnus-art.el (article-display-face): Display Faces in the same
14025         order as X-Faces.
14026
14027 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14028
14029         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14030
14031 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14032
14033         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14034         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14035         (gnus-article-mime-hierarchy): Remove.
14036         (gnus-article-mime-hierarchy-next): Remove.
14037         (gnus-article-mode): Revert 2004-03-19 change.
14038         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14039         (gnus-insert-mime-button): Revert 2004-03-19 change.
14040         (gnus-mime-accumulate-hierarchy): Remove.
14041         (gnus-mime-enter-multipart): Remove.
14042         (gnus-mime-leave-multipart): Remove.
14043         (gnus-mime-display-part): Revert 2004-03-19 change.
14044         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14045
14046         * mml.el (mml-preview): Revert 2004-03-19 change.
14047
14048 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14049
14050         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14051
14052 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14053
14054         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14055         t while entering a file name using the mm-with-multibyte macro.
14056         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14057
14058         * mm-util.el (mm-with-multibyte): New macro.
14059
14060 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14061
14062         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14063         user option.
14064         (gnus-mime-multipart-functions): Doc and customization fix.
14065         (gnus-article-mime-hierarchy): New variable.
14066         (gnus-article-mime-hierarchy-next): New variable.
14067         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14068         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14069         gnus-article-mime-hierarchy-next to nil.
14070         (gnus-insert-mime-button): Show hierarchy numbers.
14071         (gnus-mime-accumulate-hierarchy): New function.
14072         (gnus-mime-enter-multipart): New function.
14073         (gnus-mime-leave-multipart): New function.
14074         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14075         (gnus-mime-display-alternative): Show hierarchy numbers.
14076
14077         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14078         gnus-article-mime-hierarchy-next to nil.
14079
14080 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14081
14082         * dns.el: Don't require gnus-xmas.
14083
14084 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14085
14086         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14087         inline PGP.
14088         (mml-menu): Disable mml-quote-region if mark is inactive.
14089
14090 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14091
14092         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14093         when the group's active is not available.
14094
14095 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14096
14097         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14098         error.
14099
14100 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14101
14102         * imap.el (imap-store-password): New variable.
14103         (imap-interactive-login): Use it.
14104         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14105
14106 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14107
14108         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14109         window-start and hscroll to summary window.
14110
14111 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14112
14113         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14114         conversion message to newsrc-dribble when an actual conversion is
14115         performed.
14116
14117 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14118
14119         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14120
14121 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * mm-decode.el (mm-complicated-handles): New function reviving
14124         former definition of mm-multiple-handles.
14125
14126         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14127         (gnus-mime-delete-part): Use it.
14128
14129 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14130
14131         * gnus-agent.el (gnus-agent-read-local): Bind
14132         nnheader-file-coding-system to gnus-agent-file-coding-system to
14133         avoid the implicit assumption that they will always be equal.
14134         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14135         coding-system-for-write, as the with-temp-file macro first prints
14136         to a buffer then saves the buffer.
14137
14138 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14139
14140         * gnus-art.el (gnus-article-edit-part): New function.
14141         (gnus-mime-save-part-and-strip): Use it; do query instead of
14142         signaling an error; don't use mm-multiple-handles.
14143         (gnus-mime-delete-part): Ditto.
14144
14145 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14146
14147         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14148         old file versions.
14149         (gnus-group-prepare-hook): Removed function that converted list
14150         form of gnus-agent-expire-days to group properties.
14151
14152         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14153         (gnus-request-accept-article): Re-indented.
14154
14155         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14156         converters to handle old agent file formats.  Added logic for a
14157         "backup before upgrading warning".
14158         (gnus-convert-mark-converter-prompt): Developers can mark
14159         functions as needing (default), or not needing,
14160         gnus-convert-old-newsrc's "backup before upgrading warning".
14161         (gnus-convert-converter-needs-prompt): Tests whether the user
14162         should be protected from potentially irreversable changes by the
14163         function.
14164
14165         * legacy-gnus-agent.el: New.  Provides converters that are only
14166         loaded when gnus-convert-old-newsrc needs to call them.
14167
14168 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14169
14170         * mail-source.el (mail-source-touch-pop): Doc fix.
14171
14172         * message.el (message-smtpmail-send-it): Doc fix.
14173
14174 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14175
14176         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14177
14178         * nnmail.el (nnmail-split-fancy): do.
14179
14180         * gnus-kill.el (gnus-kill, gnus-execute): do.
14181
14182 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14183
14184         * gnus-sum.el (gnus-widget-reversible-match)
14185         (gnus-widget-reversible-to-internal)
14186         (gnus-widget-reversible-to-external): New functions.
14187         (gnus-widget-reversible): New widget.
14188         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14189
14190 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14191
14192         * gnus-sum.el (gnus-thread-sort-functions)
14193         (gnus-article-sort-functions): Document `(not F)' items.
14194
14195 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14196
14197         * spam.el (spam-use-gmane-xref): Add new backend.
14198         (spam-gmane-xref-spam-group): Add variable to control the name of the
14199         Gmane spam group.
14200         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14201         (spam-regex-headers-spam, spam-regex-headers-ham)
14202         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14203         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14204         backends and checks.
14205         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14206
14207         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14208         an autodetect method.
14209
14210 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14211
14212         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14213         articles are being added to a group.
14214         (gnus-request-replace-article): Inform the agent that articles
14215         need to be uncached as the cached contents are no longer valid.
14216
14217 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14218
14219         * binhex.el: Don't autoload executable-find.
14220
14221         * canlock.el: Don't autoload mail-fetch-field.
14222
14223         * dgnushack.el: Autoload c-mode for XEmacs.
14224
14225         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14226
14227         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14228         rmail-dont-reply-to and rmail-output.
14229
14230         * gnus-score.el: Don't autoload ffap-string-at-point.
14231
14232         * gnus-setup.el: Don't autoload sc-cite-original.
14233
14234         * imap.el: Don't autoload base64-decode-string,
14235         base64-encode-string and md5.
14236
14237         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14238         and rmail-msg-restore-non-pruned-header.
14239
14240         * mm-decode.el: Don't autoload executable-find.
14241
14242         * mm-url.el: Don't autoload executable-find.
14243
14244         * mm-view.el: Don't autoload diff-mode.
14245
14246         * nndb.el: Don't autoload news-reply-mode, news-setup,
14247         cancel-timer and telnet.
14248
14249         * password.el: Don't autoload run-at-time for Emacs.
14250
14251         * sha1-el.el: Don't autoload executable-find.
14252
14253         * sieve-mode.el: Don't autoload c-mode.
14254
14255         * uudecode.el: Don't autoload executable-find.
14256
14257 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14258
14259         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14260         (gnus-agent-possibly-alter-active): Avoid null in numeric
14261         comparison.
14262         (gnus-agent-set-local): Refuse to save null in local object table.
14263         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14264         list of articles that will be marked as unread.
14265
14266 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14267
14268         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14269
14270 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14271
14272         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14273         language tags.
14274
14275 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14276
14277         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14278         Don't bind "obarray".
14279
14280         * gnus-sum.el (gnus-thread-sort-functions): Added
14281         `gnus-thread-sort-by-most-recent-number' and
14282         `gnus-thread-sort-by-most-recent-date'.
14283         Reported by Kai Grossjohann <kai@emptydomain.de>.
14284
14285 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14286
14287         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14288
14289 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14290
14291         * gnus-cus.el (gnus-agent-customize-category): Removed
14292         ignore-errors macro reference that required cl to be loaded at
14293         run-time.
14294
14295         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14296         single-interval range of the form (min . max).  Previously the
14297         range had to look like ((min . max)).  Likewise, return
14298         (min . max) rather than ((min . max)).
14299         (gnus-range-map): Use gnus-range-normalize to accept
14300         single-interval range.
14301
14302         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14303         the cache, but not the agent, now appear with their usual face.
14304
14305         * dgnushack.el (loaddir): New variable that is bound to the
14306         directory containing the dgnushack.el file. Use loaddir, rather
14307         than srcdir, to update load-path. Change lets dgnushack compile
14308         code in directories other than GNUS/lisp.
14309
14310 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14311
14312         * lpath.el: Don't bind w3m-safe-url-regexp.
14313
14314         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14315         w3m-safe-url-regexp variable buffer-local.
14316
14317         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14318
14319 2004-02-27  Simon Josefsson  <jas@extundo.com>
14320
14321         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14322         gnus-group-real-prefix.
14323         (gnus-summary-move-article): Use it, instead of
14324         gnus-group-real-prefix.
14325
14326 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14327
14328         * lpath.el: Bind w3m-safe-url-regexp.
14329
14330         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14331         w3m-safe-url-regexp variable buffer-local and set it as the value
14332         of mm-w3m-safe-url-regexp.
14333
14334         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14335
14336         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14337         parsing gnus-posting-styles when the message is not for replying.
14338
14339         * dgnushack.el: Autoload sgml-mode for XEmacs.
14340
14341         * nnrss.el (nnrss-opml-export): Use
14342         mm-set-buffer-file-coding-system instead of
14343         set-buffer-file-coding-system.
14344
14345 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14346
14347         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14348         of checkdoc.el).
14349         * nnrss.el: do.
14350         * gnus-mlspl.el: do.
14351         * gnus-ml.el: do.
14352         * gnus-srvr.el: do.
14353
14354         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14355
14356 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14357
14358         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14359         Corrections to custom-manual links.
14360
14361         * gnus-art.el (gnus-article): Ditto.
14362
14363         * mm-decode.el (mime-display, mime-security): Ditto.
14364
14365 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14366
14367         * flow-fill.el: Typo.
14368
14369 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14370
14371         * spam-wash.el: New file.
14372
14373 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14374
14375         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14376
14377 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14378
14379         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14380         to be run with new-articles as LIST1, not LIST2.
14381         (spam-registration-functions): Add spam-use-ham-copy as a nil
14382         registration backend.
14383
14384 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14385
14386         * spam-stat.el (spam-stat-washing-hook): New option.
14387         (spam-stat-buffer-words): Use it.
14388         (spam-stat-process-directory, spam-stat-test-directory): Use
14389         insert-file-contents-literally.
14390         (spam-stat-coding-system): New variable.
14391         (spam-stat-load, spam-stat-save): Use it.
14392
14393 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14394
14395         * spam-report.el (spam-report-plug-agent): Quote
14396         spam-report-url-to-file and spam-report-url-ping-plain.
14397
14398 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14399
14400         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14401         / in mailto URLs.
14402
14403 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14404
14405         * spam-report.el (spam-report-process-queue): Fix interactive use.
14406         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14407         (spam-report-unplug-agent): Doc fixes.
14408         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14409         (spam-report-agentize, spam-report-deagentize): Autoload.
14410
14411 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14412
14413         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14414
14415         * message.el (message-setup-fill-variables): Add mml tags to
14416         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14417         <ajk@iu.edu>.
14418         (message-mode): Don't modify paragraph-separate there.
14419
14420 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14421
14422         * compface.el (uncompface-use-external): Default to undecided.
14423         (uncompface-use-external-threshold): New variable.
14424         (uncompface-float-time): New macro.
14425         (uncompface): Determine whether to use the external decoder if
14426         uncompface-use-external is undecided.
14427
14428 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14429
14430         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14431         after images.
14432
14433         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14434
14435 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14436
14437         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14438
14439         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14440
14441         * gnus-sum.el (gnus-summary-limit-to-age)
14442         (gnus-summary-limit-children): do.
14443
14444         * gnus-int.el (gnus-request-scan): do.
14445
14446         * gnus-group.el (gnus-group-suspend): do.
14447
14448         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14449
14450         * gnus-cite.el (gnus-cite-parse-attributions): do.
14451
14452         * gnus-agent.el (gnus-summary-set-agent-mark)
14453         (gnus-agent-regenerate-group): do.
14454
14455         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14456
14457         * binhex.el (binhex-decode-region-internal): do.
14458
14459 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14460
14461         * gnus-fun.el (gnus-face-properties-alist): New user option.
14462         (gnus-display-x-face-in-from): Use it.
14463
14464         * gnus-art.el (article-display-face): Ditto.
14465
14466         * compface.el (uncompface-use-external): Default to nil.
14467
14468 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14469
14470         * nntp.el (nntp-erase-buffer): New function.
14471         (nntp-retrieve-data, nntp-send-command)
14472         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14473         (nntp-possibly-change-group): Use it.
14474
14475         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14476         with-current-buffer.
14477
14478 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14479
14480         * compface.el: Merge the ELisp-based uncompface program.
14481         (compface): New customization group.
14482         (uncompface-use-external): New user option.
14483         (uncompface): Call uncompface-internal if uncompface-use-external
14484         is nil.
14485         (uncompface-internal): New function.  Note that there are also
14486         some other functions and variables added for this function.
14487
14488 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14489
14490         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14491         if necessary.
14492
14493 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14494
14495         * spam-report.el (spam-report-unplug-agent)
14496         (spam-report-plug-agent, spam-report-deagentize)
14497         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14498         Add support for the Agent in spam-report: when unplugged, report to a
14499         file; when plugged, submit all the requests.
14500
14501         * spam.el (spam-register-routine): Fix message about
14502         registration.
14503
14504 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14505
14506         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14507         dependencies.
14508         (rfc2047-encode): Use it.
14509
14510         * gnus-art.el (gnus-button-marker-list): Move before first
14511         reference.
14512
14513         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14514         (imap-parse-body): Fix format string mismatch.
14515
14516         * gnus-score.el (gnus-summary-increase-score): do.
14517
14518         * nnrss.el (nnrss-close): New function.
14519
14520 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14521
14522         * nnrss.el (nnrss-make-filename): New function.
14523         (nnrss-request-delete-group, nnrss-read-server-data)
14524         (nnrss-save-server-data, nnrss-read-group-data)
14525         (nnrss-save-group-data): Use it.
14526         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14527         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14528         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14529
14530 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14531
14532         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14533
14534 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14535
14536         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14537         files.
14538
14539         * message.el (message-generate-headers-first): Don't quote nil
14540         and t in docstrings.
14541
14542         * imap.el (imap-id): do.
14543
14544         * gnus-agent.el (gnus-agent-consider-all-articles)
14545         (gnus-agent-queue-mail): do.
14546
14547 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14548
14549         * spam-report.el (spam-report-process-queue): New function.
14550         Process requests from `spam-report-requests-file'.
14551         (spam-report-process-queue): Doc fix.
14552
14553 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14554
14555         * spam.el (spam-register-routine)
14556         (spam-log-processing-to-registry, spam-log-registered-p)
14557         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14558         Change "check" to "spam-check" for semi-clarity.
14559
14560 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14561
14562         * pop3.el: Require nnheader.
14563
14564         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14565
14566         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14567
14568         * gnus-picon.el: Require cl.
14569
14570         * gnus-fun.el: Require gnus-ems and gnus-util.
14571
14572         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14573
14574         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14575
14576         * gnus-art.el (gnus-article-edit-mode): Define before first
14577         reference.
14578
14579 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14580
14581         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14582         (gnus-uu-post-encoded): Use point-at-bol.
14583
14584         * gnus-topic.el (gnus-group-active-topic-p): do.
14585
14586         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14587
14588         * gnus-group.el (gnus-group-kill-region): do.
14589
14590         * gnus-art.el (article-date-ut): do.
14591
14592         * message.el (message-fetch-field): Remove redundant
14593         case-fold-search binding.
14594         (message-narrow-to-field): Simplify.
14595
14596 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14597
14598         * spam.el (spam-directory): Derive from `gnus-directory'.
14599
14600         * spam-report.el (spam-report-url-to-file)
14601         (spam-report-requests-file): New function and variable for offline
14602         reporting.
14603         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14604         and user defined function.
14605         (spam-report-url-ping-mm-url): Remove doubled slash.
14606
14607 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14608
14609         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14610
14611 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14612
14613         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14614         format string mismatch.
14615
14616         * sieve.el (sieve-deactivate-all): do.
14617
14618         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14619
14620         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14621
14622         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14623
14624         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14625
14626 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14627
14628         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14629         the list of checks.
14630
14631 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14632
14633         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14634         padding.
14635
14636 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14637
14638         * mm-view.el (mm-fill-flowed): New variable.
14639         (mm-inline-text): Use it.
14640
14641 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14642
14643         * spam.el (spam-spamassassin-register-ham-routine)
14644         (spam-spamassassin-register-spam-routine): Fix function names.
14645
14646 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * gnus.el (gnus-tmp-grouplens): Remove.
14649         (gnus-summary-line-format): Remove grouplens.
14650
14651         * gnus-group.el (gnus-group-line-format): Ditto.
14652
14653         * gnus-spec.el (gnus-format-specs): Ditto.
14654         (gnus-update-format-specifications): Flush the group format spec
14655         cache if there's the grouplens stuff.
14656         (gnus-parse-simple-format): Replace %l with the empty string.
14657
14658 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14659
14660         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14661         omission.
14662
14663 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14664
14665         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14666         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14667
14668 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14669
14670         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14671         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14672         New macros and functions.
14673         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14674         Handle > NLINK_MAX messages.
14675         * nnmaildir.el (nnmaildir-request-set-mark): Use
14676         nnmaildir--emlink-p and nnmaildir--eexist-p.
14677
14678 2004-01-25  Alex Schroeder  <alex@gnu.org>
14679
14680         * spam-stat.el (spam-stat-process-directory-age): New option.
14681         (spam-stat-process-directory): Use it.
14682
14683 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14684
14685         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14686         (spam-stat-save): Accept prefix argument.
14687
14688 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14689
14690         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14691         links" error.
14692
14693 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14694
14695         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14696         the rest of the and/or forms.
14697
14698 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14699
14700         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14701         compatibility with old .newsrc.eld files.
14702
14703         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14704
14705         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14706
14707         * gnus-start.el (gnus-1): do.
14708
14709         * gnus-group.el (gnus-group-line-format-alist): do.
14710
14711         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14712
14713         * gnus-gl.el: Remove.
14714
14715 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14716
14717         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14718         marks consisting of a single range {for example, (3 . 5)} rather
14719         than a list of a single range { ((3 . 5)) }.
14720
14721 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14722
14723         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14724         with-current-buffer.
14725         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14726         avoid consing a string.
14727
14728         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14729         Remove obsolete entries for big5 and gb2312.
14730
14731 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14732
14733         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14734         uncompressed list.
14735
14736 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14737
14738         * spam-stat.el (spam-stat-strip-xref): New function.
14739         (spam-stat-process-directory): Use it.
14740
14741         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14742         here -- it's done in message-fetch-field.
14743
14744 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14745
14746         * gnus-agent.el (gnus-agent-queue-mail)
14747         (gnus-agent-prompt-send-queue): New variables.
14748         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14749         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14750         "nndraft:queue" along to gnus-draft-send.  Use
14751         gnus-agent-prompt-send-queue.
14752         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14753         is "nndraft:queue".  Suggested by Gaute Strokkenes
14754         <gs234@srcf.ucam.org>
14755
14756         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14757         (agent-enable-undownloaded-faces): Added.
14758         (gnus-agent-cat-groups): Use eval-and-compile, not
14759         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14760         method of gnus-agent-cat-groups even when the buffer has been
14761         evaled.
14762         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14763         delete gnus-agent-save-active-1.
14764         (gnus-agent-save-groups): Deleted.  Identical to
14765         gnus-agent-save-active.
14766         (gnus-agent-write-active): No longer adjust agent's copy of active
14767         file as agent's adjustments are now stored in their own
14768         file.  Removed optional parameter.
14769         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14770         servers.  Add use of min/max range limits from server's local
14771         file.
14772         (gnus-agent-save-alist): Removed unused optional argument.
14773         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14774         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14775         (gnus-agent-set-local): A per-server file that keeps min/max range
14776         limits for articles known to the agent.  Provides a fast mechanism
14777         for altering many active ranges.
14778         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14779         active file (local makes it unnecessary).
14780         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14781
14782         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14783         (agent-enable-undownloaded-faces): Added.
14784
14785         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14786         disable it when sending to "nndraft:queue".
14787         (gnus-group-send-queue): Add safety check to avoid sending queue
14788         when unplugged.
14789
14790         * gnus-group.el (gnus-group-catchup): Use new
14791         gnus-sequence-of-unread-articles, not
14792         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14793         numbers of articles.  Use gnus-range-map to avoid having to
14794         uncompress the unread list.
14795         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14796         Fixed invalid ange-ftp reference.
14797
14798         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14799         (gnus-sorted-range-intersection): Intersection of two ranges
14800         without requiring that they first be uncompressed.
14801
14802         * gnus-start.el (gnus-activate-group): Unless blocked by the
14803         caller, possibly expand the active range to include both cached
14804         and agentized articles.
14805         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14806         multiple version-dependent converters.
14807         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14808         gnus-agent-save-active.
14809         (gnus-save-newsrc-file): Save dirty agent range limits.
14810
14811         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14812         gnus-agent-possibly-alter-active.
14813         (gnus-adjust-marked-articles): Faster handling of simple lists.
14814
14815 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14816
14817         * spam-stat.el (spam-stat-test-directory): New optional argument
14818         displays a list of files detected.  Suggested by Andrew Cohen
14819         <cohen@andy.bu.edu>.
14820         (spam-stat-buffer-words-with-scores): Don't narrow and change
14821         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14822
14823 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14824
14825         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14826         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14827         (spam-spamassassin-arguments)
14828         (spam-spamassassin-spam-flag-header)
14829         (spam-spamassassin-positive-spam-flag-header)
14830         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14831         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14832         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14833         (spam-list-of-processors, spam-list-of-checks)
14834         (spam-list-of-statistical-checks, spam-registration-functions)
14835         (spam-check-spamassassin-headers, spam-check-spamassassin)
14836         (spam-spamassassin-score)
14837         (spam-spamassassin-register-with-sa-learn)
14838         (spam-spamassassin-register-spam-routine)
14839         (spam-spamassassin-register-ham-routine)
14840         (spam-assassin-register-spam-routine)
14841         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14842         (spam-bogofilter-score): Fix to show article before scoring.
14843
14844 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14845
14846         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14847         default scoring function.
14848         (spam-generic-score): Call spam-spamassassin-score if
14849         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14850         spam-bogofilter-score otherwise.
14851
14852         * gnus.el (spam-process, spam-autodetect-methods): Add
14853         spamassassin and spamassassin-headers.
14854
14855 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14856
14857         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14858         Suppress unnecessary messages.
14859
14860 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14861
14862         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14863         make-hash-table.
14864
14865 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14866
14867         * canlock.el (base64-encode-string): Don't autoload it.
14868
14869 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14870
14871         * run-at-time.el: Remove useless (require 'itimer),
14872         eval-and-compile and (featurep 'xemacs).
14873
14874 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14875
14876         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14877         GROUP is a virtual group.
14878
14879 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14880
14881         * gnus.el: Autoload `message-y-or-n-p'.
14882
14883 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14884
14885         * pgg-parse.el: Remove unnecessary (require 'custom).
14886
14887         * pgg-def.el: do.
14888
14889         * nnmail.el: do.
14890
14891         * gnus-undo.el: do.
14892
14893         * gnus-picon.el: do.
14894
14895         * gnus-util.el: do.
14896
14897 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14898
14899         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14900
14901 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14902
14903         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14904         handle, as well as a list.
14905
14906         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14907         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14908         (mm-w3m-cid-retrieve): Simplify.
14909
14910 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
14911
14912         * message.el (message-kill-to-signature): Allow prefix arg to
14913         specify number of lines to keep before signature.
14914
14915 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
14916
14917         * message.el (message-kill-to-signature): Change docstring.
14918
14919 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14920
14921         * canlock.el: Always require sha1-el.
14922         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14923
14924         * message.el: Autoload sha1 only when compiling.
14925
14926         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
14927         eudc-expand-inline for XEmacs.
14928
14929 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14930
14931         * message.el (message-canlock-generate): Require sha1-el.
14932
14933 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
14934
14935         * message.el (message-expand-name): Silence the byte compiler.
14936
14937         * lpath.el: Add detect-coding-system.
14938
14939         * dgnushack.el (dgnushack-compile): Remove obsolete check for
14940         cus-edit.
14941
14942 2004-01-13  Simon Josefsson  <jas@extundo.com>
14943
14944         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14945         Invoke gnus-score-mode.  Reported by
14946         bojohan+news@dd.chalmers.se (Johan Bockgård).
14947
14948         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14949         Jim Blandy <jimb@redhat.com> (tiny change).
14950
14951 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14952
14953         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14954
14955 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
14956
14957         * spam.el (spam-get-article-as-string): Update to use
14958         gnus-request-article-this-buffer, much simpler.
14959         (spam-get-article-as-buffer): Remove.
14960
14961 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
14962
14963         * message.el (message-expand-name): Use EUDC if the user uses that.
14964
14965 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14966
14967         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14968         character for the encoding to avoid consing a string.
14969
14970         * rfc2047.el (rfc2047-decode-string): Don't cons a string
14971         unnecessarily.
14972
14973         * mm-util.el (mm-replace-chars-in-string): Remove.
14974
14975         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14976         of mm-replace-chars-in-string.
14977
14978 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
14979
14980         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14981
14982         * mm-util.el (mm-subst-char-in-string): Support inplace.
14983
14984         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14985         a new string in every iteration.  Use shy groups.
14986
14987 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
14988
14989         * gnus-srvr.el (gnus-browse-unsubscribe-group):
14990         * gnus-soup.el (gnus-soup-group-brew):
14991         * gnus-msg.el (gnus-put-message):
14992         * gnus-move.el (gnus-group-move-group-to-server):
14993         * gnus-kill.el (gnus-batch-score):
14994         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14995         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14996         (gnus-group-update-group, gnus-group-read-group)
14997         (gnus-group-make-group, gnus-group-make-help-group)
14998         (gnus-group-make-archive-group, gnus-group-make-directory-group)
14999         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15000         (gnus-group-sort-by-unread, gnus-group-catchup)
15001         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15002         (gnus-group-yank-group, gnus-group-set-info)
15003         (gnus-group-list-groups):
15004         * gnus.el (gnus-generate-new-group-name):
15005         * gnus-delay.el (gnus-delay-send-queue):
15006         * nnvirtual.el (nnvirtual-catchup-group):
15007         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15008         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15009         (gnus-group-prepare-topics, gnus-topic-check-topology):
15010         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15011         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15012         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15013         (gnus-group-make-articles-read):
15014         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15015         (gnus-group-change-level, gnus-kill-newsgroup)
15016         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15017         (gnus-get-unread-articles, gnus-make-articles-unread)
15018         (gnus-make-ascending-articles-unread): Use accessor
15019         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15020         to get group information for improved readability.
15021
15022
15023 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15024
15025         * gnus-art.el (article-decode-mime-words, article-babel)
15026         (gnus-article-highlight-signature, gnus-article-add-buttons)
15027         (gnus-signature-toggle): Use gnus-with-article-buffer.
15028
15029         * gnus-art.el (gnus-article-highlight-headers)
15030         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15031
15032         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15033         (gnus-article-set-globals, gnus-request-article-this-buffer)
15034         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15035         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15036         (gnus-mime-display-alternative): Use with-current-buffer.
15037
15038 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15039
15040         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15041         also under 80 char limit, and call gnus-error if needed.
15042         (spam-fetch-article-header): Fix - it was a
15043         buffer-local variable (gnus-newsgroup-data).
15044         (spam-find-spam): Use spam-generate-fake-headers, forget about
15045         spam-insert-fake-headers.
15046         (spam-insert-fake-headers): Remove.
15047
15048 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15049
15050         * deuglify.el (gnus-article-outlook-unwrap-lines)
15051         (gnus-outlook-rearrange-article)
15052         (gnus-outlook-repair-attribution-outlook)
15053         (gnus-outlook-repair-attribution-block)
15054         (gnus-outlook-repair-attribution-other): Remove redundant
15055         save-excursion.
15056
15057 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15058
15059         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15060         (spam-fetch-field-subject-fast)
15061         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15062         (spam-fetch-article-header): Add functions to deal with Gnus
15063         internals for fast retrieval of article header data.
15064         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15065
15066 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15067
15068         * pop3.el (pop3-md5): Remove.
15069         (pop3-apop): Replace pop3-md5 with md5.
15070
15071         * mm-bodies.el: base64 is always built-in.
15072
15073         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15074         with-current-buffer.
15075
15076 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15077
15078         * canlock.el (canlock-insert-header): Remove excessive grouping in
15079         regexp.
15080
15081         * gnus-sum.el (gnus-summary-read-document): Ditto.
15082
15083         * gnus-uu.el (gnus-uu-part-number): Ditto.
15084
15085         * html2text.el (html2text-remove-tags): Ditto.
15086         (html2text-format-tags): Ditto.
15087         (html2text-format-single-elements): Ditto.
15088
15089         * mml.el (mml-parse-1): Ditto.
15090
15091 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15092
15093         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15094
15095         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15096
15097         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15098
15099         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15100
15101 2003-11-15  Simon Josefsson  <jas@extundo.com>
15102
15103         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15104         (pgg-gpg-lookup-key): Use regexp match instead of
15105         split-string (split-string is different between emacs 21.2 and
15106         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15107
15108 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15109
15110         * gnus-art.el (gnus-mime-view-all-parts)
15111         (gnus-article-part-wrapper, gnus-article-view-part): Use
15112         with-current-buffer.
15113
15114 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15115
15116         * spam.el (spam-disable-spam-split-during-ham-respool)
15117         (spam-spamoracle-database, spam-cache-lookups)
15118         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15119         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15120         (spam-group-ham-marks, spam-group-spam-marks)
15121         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15122         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15123         also add spam-use-blackholes to the statistical checks.
15124         (spam-fetch-field-fast): Add interface to fetching fields, may
15125         become a macro.
15126         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15127         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15128         (spam-insert-fake-headers): Fake an article when needed.
15129         (spam-find-spam): Fake article when possible.
15130         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15131         (spam-check-bogofilter-headers): Use message-fetch-field instead
15132         of nnmail-fetch-field.
15133
15134 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15135
15136         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15137
15138 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15139
15140         * spam.el (spam-split): Do not require spam-use-CHECK to be
15141         enabled if that check is passed to spam-split explicitly; also
15142         fix so 'spam doesn't get converted to spam-split-group when
15143         spam-split-symbolic-return is t.
15144         (spam-find-spam): Find registrations of the article and use those
15145         instead of re-running spam-split to find the spam/ham
15146         classification of the article.
15147         (spam-log-processing-to-registry, spam-log-registered-p)
15148         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15149         Use gnus-error instead of gnus-message.
15150         (spam-log-registration-type): Add function to determine the
15151         classification of a message based on registry entries; will
15152         return nil if both 'spam and 'ham are found.
15153         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15154         a reasonably fast local cache without the loading errors.
15155         (spam-cache-lookups): Set to t by default.
15156         (spam-find-spam): Don't try to guess spam-cache-lookups.
15157         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15158         spam-caches entry.
15159         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15160         caching of whitelist/blacklist entries.
15161         (spam-check-whitelist, spam-check-blacklist): Invoke
15162         spam-from-listed-p with a type, not a cache variable.
15163         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15164
15165 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15166
15167         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15168
15169         * nnmail.el (nnmail-split-fancy): do.
15170
15171         * mml.el (mml-parse): do.
15172
15173         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15174         (gnus-score-adaptive): do.
15175
15176 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15177
15178         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15179         (gnus-mime-button-map): Don't set keymap parent.
15180         (gnus-button-ctan-directory-regexp): Use shy grouping.
15181         (gnus-prev-page-map): Don't set keymap parent.
15182         (gnus-prev-page-map): Remove duplicated one.
15183         (gnus-next-page-map): Don't set keymap parent.
15184         (gnus-mime-security-button-map): Ditto.
15185
15186         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15187         version number.
15188
15189         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15190
15191 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15192
15193         * canlock.el (canlock-sha1-function): Remove.
15194         (canlock-sha1-function-for-verify): Remove.
15195         (canlock-openssl-program): Remove.
15196         (canlock-openssl-args): Remove.
15197         (canlock-ignore-errors): Remove.
15198         (canlock-sha1-with-openssl): Remove.
15199         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15200         (canlock-verify): Don't use canlock-ignore-errors.
15201
15202         * sha1-el.el (sha1-string-external): Make it can return a string
15203         in binary form.
15204         (sha1-region-external): Ditto.
15205         (sha1-string-internal): Ditto.
15206         (sha1-region-internal): Ditto.
15207         (sha1-region): Ditto.
15208         (sha1-string): Ditto.
15209         (sha1): Ditto.
15210
15211 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15212
15213         * spam.el (spam-report-articles-gmane): New command.
15214
15215 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15216
15217         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15218
15219         * run-at-time.el (run-at-time-saved): Remove.
15220         (run-at-time): Doc fix.
15221
15222 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15223
15224         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15225         (gnus-summary-limit-map): Add it.
15226         (gnus-summary-make-menu-bar): do.
15227
15228 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15229
15230         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15231         Make attempt at some caching support (done for BBDB only now).
15232         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15233         addresses to be checked.
15234         (spam-clear-cache-BBDB): Add function, to be invoked by
15235         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15236         (spam-check-BBDB): Check and use the caches, if
15237         spam-cache-lookups is on, remove superfluous (provide).
15238
15239 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15240
15241         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15242
15243 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15244
15245         * run-at-time.el (run-at-time-saved): Move to after the definition
15246         of `run-at-time'.
15247
15248         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15249
15250 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15251
15252         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15253         mm-w3m-local-map-property.
15254
15255         * mm-view.el (mm-w3m-mode-map): Remove.
15256         (mm-w3m-local-map-property): Remove.
15257         (mm-inline-text-html-render-with-w3m): Don't use
15258         mm-w3m-local-map-property.
15259
15260 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15261
15262         * run-at-time.el: New file.
15263
15264         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15265         under Emacs.
15266
15267         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15268         of gnus-set-text-properties.
15269
15270         * gnus-uu.el (gnus-uu-save-article): Ditto.
15271
15272         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15273
15274         * gnus-cite.el (gnus-cite-parse): Ditto.
15275
15276         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15277         of gnus-.
15278
15279         * gnus-xmas.el (run-at-time): Require run-at-time.
15280
15281         * gnus.el: Changed calls to nnheader-run-at-time and
15282         password-run-at-time throughout to use run-at-time directly.
15283
15284         * password.el: Removed definition of run-at-time.
15285
15286         * nnheaderxm.el: Remove definition of run-at-time.
15287
15288 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15289
15290         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15291         in prompt.
15292
15293 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15294
15295         * messagexmas.el (message-xmas-redefine): Alias
15296         `message-make-caesar-translation-table' to
15297         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15298         version.
15299
15300         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15301         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15302         `gnus-xmas-set-text-properties'.
15303         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15304         `gnus-xmas-completing-read'.
15305         (gnus-xmas-completing-read): Removed.
15306         (gnus-xmas-open-network-stream): Removed.
15307
15308         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15309         XEmacs version.
15310
15311         * dns.el (dns-make-network-process): Use `open-network-stream'
15312         instead of `gnus-xmas-open-network-stream'.
15313
15314         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15315
15316         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15317
15318 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15319
15320         * gnus-art.el (gnus-mime-display-alternative)
15321         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15322         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15323         Don't use gnus-local-map-property.
15324
15325         * gnus-util.el (gnus-local-map-property): Remove.
15326
15327         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15328         gnus-completing-read-maybe-default with completing-read.
15329
15330         * gnus-util.el (gnus-completing-read): do.
15331         (gnus-completing-read-maybe-default): Remove.
15332
15333 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15334
15335         * password.el: Only autoload `run-at-time' if not XEmacs.
15336         Only autoload the itimer functions if XEmacs.
15337
15338 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15339
15340         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15341         XEmacsen.
15342
15343         * dgnushack.el: Autoload executable-find for XEmacs.
15344
15345 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15346
15347         * gnus-art.el (gnus-read-string): Remove.
15348         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15349         read-string.
15350
15351 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15352
15353         * netrc.el: Autoload password-read.
15354         (netrc): Add configuration group.
15355         (netrc-encoding-method, netrc-openssl-path): Add
15356         variables for encoding and decoding of files with symmetric
15357         ciphers.
15358         (netrc-encode): Add assistant function to encode a file with
15359         netrc-encoding-method.
15360         (netrc-parse): Add interactive parameter, added optional
15361         decoding if netrc-encoding-method is non-nil but otherwise
15362         behavior is standard.
15363         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15364         Do s/encode/encrypt/ everywhere.
15365
15366         * spam.el: Remove executable-find autoload.
15367
15368 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15369
15370         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15371
15372         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15373
15374 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15375
15376         * gnus-art.el (gnus-treat-ansi-sequences)
15377         (article-treat-ansi-sequences): New variable and function.
15378         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15379
15380         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15381         Use it.
15382
15383 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15384
15385         * mm-util.el (mm-quote-arg): Remove.
15386
15387         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15388         shell-quote-argument.
15389
15390         * gnus-uu.el (gnus-uu-command): do.
15391
15392         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15393
15394         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15395         with make-char.
15396
15397         * mm-util.el (mm-make-char): Remove.
15398
15399         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15400         add-minor-mode.
15401
15402         * gnus-undo.el (gnus-undo-mode): do.
15403
15404         * gnus-topic.el (gnus-topic-mode): do.
15405
15406         * gnus-sum.el (gnus-dead-summary-mode): do.
15407
15408         * gnus-start.el (gnus-slave-mode): do.
15409
15410         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15411
15412         * gnus-ml.el (gnus-mailing-list-mode): do.
15413
15414         * gnus-gl.el (gnus-grouplens-mode): do.
15415
15416         * gnus-draft.el (gnus-draft-mode): do.
15417
15418         * gnus-dired.el (gnus-dired-mode): do.
15419
15420         * gnus-ems.el (gnus-add-minor-mode): Remove.
15421
15422         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15423         Replace gnus-char-width with char-width.
15424
15425         * gnus-ems.el (gnus-char-width): Remove.
15426
15427         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15428         Replace gnus-char-width with char-width.
15429
15430         * gnus-ems.el (gnus-char-width): Remove.
15431
15432         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15433         definition.
15434         Remove Emacs 20 hash table compatibility code.
15435
15436         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15437         20 compatibility code.
15438
15439         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15440
15441         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15442
15443         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15444         with point-at-{eol,bol}.
15445
15446         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15447
15448         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15449
15450         * flow-fill.el (fill-flowed-point-at-bol)
15451         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15452
15453         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15454         Replace with point-at-{eol,bol} throughout all files.
15455
15456 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15457
15458         * ntlm.el (ntlm-string-as-unibyte): New macro.
15459         (ntlm-build-auth-response): Use it.
15460
15461         Remove Emacs 20 stuff:
15462         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15463         (butlast, mapc, remove): Remove the compiler macros.
15464         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15465         of delq and copy-sequence.
15466         * gnus-art.el (popup-menu): Remove the compiler macro.
15467         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15468         Emacs 20.
15469
15470 2004-01-05  Simon Josefsson  <jas@extundo.com>
15471
15472         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15473         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15474         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15475         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15476         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15477         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15478         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15479         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15480         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15481         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15482         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15483         string-xor into ntlm-string-xor.  Suggested by
15484         Jesper Harder <harder@myrealbox.com>.
15485
15486         * ntlm.el: Don't include poem.
15487
15488         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15489         Jesper Harder <harder@myrealbox.com>.
15490
15491         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15492
15493         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15494         probably breaks emacs with DL patch, but do we care? Is anyone
15495         still using the DL stuff?)
15496
15497         * sieve-manage.el: Use the password package.
15498         (sieve-manage-read-passwd): Remove.
15499         (sieve-manage-interactive-login): Use password.  Re-add
15500         condition-case around loop.
15501
15502         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15503         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15504         the password package.
15505
15506 2003-02-19  Simon Josefsson  <jas@extundo.com>
15507
15508         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15509         token.
15510
15511 2002-08-07  Simon Josefsson  <jas@extundo.com>
15512
15513         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15514         (sieve-manage-authenticators):
15515         (sieve-manage-authenticator-alist): Add some SASL mechs.
15516         (sieve-sasl-auth): New function.
15517         (sieve-manage-cram-md5-auth):
15518         (sieve-manage-plain-auth): Rewrite using SASL library.
15519         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15520         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15521         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15522         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15523
15524 2004-01-05  Simon Josefsson  <jas@extundo.com>
15525
15526         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15527         New files.
15528
15529 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15530
15531         * gnus-group.el (gnus-no-groups-message): Update.
15532
15533         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15534
15535 2003-11-09  Simon Josefsson  <jas@extundo.com>
15536
15537         * imap.el: Support for ID IMAP extension (RFC 2971).
15538         (imap-local-variables): Add imap-id.
15539         (imap-id): New variable.
15540         (imap-id): New function.
15541         (imap-parse-response): Parse untagged ID response.
15542         * nnimap.el (nnimap-id): New variable.
15543         (nnimap-open-connection): Use it.
15544
15545 2003-12-28  Simon Josefsson  <jas@extundo.com>
15546
15547         * gnus-score.el (gnus-score-edit-all-score): New.
15548         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15549
15550 2004-01-04  Simon Josefsson  <jas@extundo.com>
15551
15552         * password.el: Add.
15553
15554 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15555
15556         * dns.el (dns-query-types): Fix typo.
15557         (dns-query-types): New function.
15558         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15559         PTR and SOA replies, see RFC 1035.
15560
15561 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15562
15563         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15564
15565         * Moved to Changelog.2.
15566
15567 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15568
15569         * gnus.el (gnus-version-number): Bump version.
15570
15571 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15572
15573         * gnus.el: No Gnus v0.1 is released.
15574
15575 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15576
15577         * gnus.el: No Gnus v0.0 is released.
15578
15579 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15580
15581         * gnus.el (gnus-version-number): Bump.
15582         (gnus-version): No.
15583
15584 See ChangeLog.2 for earlier changes.
15585
15586     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15587       Free Software Foundation, Inc.
15588
15589   This file is part of GNU Emacs.
15590
15591   GNU Emacs is free software: you can redistribute it and/or modify
15592   it under the terms of the GNU General Public License as published by
15593   the Free Software Foundation, either version 3 of the License, or
15594   (at your option) any later version.
15595
15596   GNU Emacs is distributed in the hope that it will be useful,
15597   but WITHOUT ANY WARRANTY; without even the implied warranty of
15598   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15599   GNU General Public License for more details.
15600
15601   You should have received a copy of the GNU General Public License
15602   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15603
15604 ;; Local Variables:
15605 ;; coding: utf-8
15606 ;; fill-column: 79
15607 ;; add-log-time-zone-rule: t
15608 ;; End:
15609
15610 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4