Clarify the code a bit by renaming the variable with the url to `url'.
[gnus] / lisp / ChangeLog
1 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-html.el: require mm-url.
4         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5         with the url to `url'.
6
7 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8
9         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11         bindings, as they aren't useful at all. `w' is moved to `W w'.
12
13         * gnus-move.el: Removed file, since it doesn't really work.
14
15         * gnus-html.el (gnus-article-html): Tell w3m that the input is
16         UTF-8. This seems to fix problems with some German web feeds.
17
18         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
19         at the top so that the proper colours are applied.
20
21         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
22         don't have dots in their names.
23
24         * gnus-art.el (gnus-article-view-part): Doc fix.
25
26         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
27         XEmacs-compatible.
28         (gnus-html-put-image): Don't do images on non-graphic displays.
29
30         * nnslashdot.el: Removed this unused backend.
31
32         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
33         actions.
34         (gnus-undo-register-1): Revert last change.
35
36         * gnus-group.el (gnus-group-completing-read): Protect against not
37         having completion-styles bound.
38
39         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
40         make broken recipients happier.
41
42         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
43
44         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
45         point parameter.
46
47         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
48
49         * gnus-group.el (gnus-group-completing-read): Add 'substring to
50         completion-styles for group selection.
51
52 2009-02-04  Andreas Schwab  <schwab@suse.de>
53
54         * gnus-score.el (gnus-score-string): Fix regex for matching extra
55         headers and regexp-quote the match if necessary.
56
57 2009-03-24  Miles Bader  <miles@gnu.org>
58
59         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
60         the blinking smiley.
61
62 2009-03-24  Simon Josefsson  <simon@josefsson.org>
63
64         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
65         blink smiley.
66
67 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
68
69         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
70         where the dribbel file lives exists.
71
72         * message.el (message-send-mail-partially-limit): Change the default to
73         nil, since most people don't want this.
74
75         * mm-url.el (mm-url-decode-entities): Also decode entities like
76         &#x3212.
77
78 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
79
80         * gnus-sum.el (gnus-summary-idna-message):
81         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
82         Hyperlink urls in docstrings with URL `...'.
83
84 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
85
86         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
87         functions.
88
89 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
90
91         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
92         say what the mouseover text should be.
93
94         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
95         version of the mm-w3m-safe-url-regexp variable to only download images
96         in the groups where we want that to happen.
97
98         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
99
100         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
101         easier debugging.
102         (gnus-article-beginning-of-window): Add kludge to allow spacing past
103         big pictures in the article buffer.
104
105         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
106         gnus-article-html.
107         (mm-text-html-renderer): gnus-article-html needs curl in addition to
108         w3m.
109
110         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
111
112 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
113
114         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
115         which doesn't exist.
116
117         * message.el (message-inhibit-ecomplete): New variable to allow some
118         function to inhibit ecomplete address storage.
119         (message-resend): Disable ecomplete message storage when resending
120         messages.
121
122         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
123
124 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
125
126         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
127         Save excursion while copying, moving, and deleting articles in order to
128         prevent the cursor from jumping to unforeseen place.
129
130 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
131
132         * lpath.el: No need to bind bookmark-current-buffer,
133         bookmark-yank-point and bookmark-make-record-function.
134
135 2010-08-17  Glenn Morris  <rgm@gnu.org>
136
137         * gnus-sync.el: Require gnus components whose functions are used.
138
139         * gnus-art.el (bookmark-make-record-function):
140         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
141         Declare for compiler.
142
143         * mm-url.el (mml-compute-boundary): Autoload.
144
145 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
146
147         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
148
149 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
150
151         Typo fix "hoo4a" -> "hook".
152
153         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
154
155 2010-08-14  Glenn Morris  <rgm@gnu.org>
156
157         * gnus-sync.el (gnus-sync): Fix defgroup version.
158
159 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
160
161         Doc fixes and keep unknown groups (ammended for nunion bug fix).
162
163         * gnus-sync.el: Fix docs.
164         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
165         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
166
167 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
168
169         Optimizations for gnus-sync.el.
170
171         * gnus-sync.el: Add docs about gnus-sync-backend
172         possibilities.
173         (gnus-sync-save): Remove unnecessary message.
174         (gnus-sync-read): Optimize and show what groups were skipped.
175
176 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
177
178         Minor bug fixes for gnus-sync.el.
179
180         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
181         read the sync on get-new-news.
182
183         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
184         quiet.
185
186         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
187
188 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
189
190         Make saving and restoring of hidden threads work with overlays.
191         Patch applied by Ted Zlatanov.
192
193         * gnus-sum.el (gnus-hidden-threads-configuration)
194         (gnus-restore-hidden-threads-configuration): Update to deal with text
195         properties, rather than searching for a magic character.
196
197 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
198
199         New gnus-sync.el library for synchronization of marks.
200
201         * gnus-sync.el: New library for synchronization of marks.
202
203         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
204         renamed from `gnus-registry-grep-in-list'.
205
206         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
207
208         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
209
210 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
211
212         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
213         determining charset of text fails.
214
215 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
216
217         * nnmail.el (nnmail-get-new-mail-1): Revert.
218
219         * nnml.el (nnml-active-number): Make sure names of newly created groups
220         in nnml-group-alist are encoded.
221
222 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
223
224         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
225         containing non-ASCII characters in active file for nnml back end.
226
227 2010-07-24  David Engster  <dengste@eml.cc>
228
229         * mml-smime.el (mml-smime-epg-verify): Also accept the older
230         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
231
232 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
233
234         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
235         tag (Bug#6654).
236
237 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
238
239         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
240         the article buffer, not the summary buffer.
241
242 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
243
244         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
245         Emacs 23 as well.
246
247 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
248
249         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
250         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
251
252 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
253
254         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
255         Patch applied by Karl Fogel.
256
257         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
258         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
259
260 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
261
262         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
263         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
264         C-w still not working correctly from Article buffers; Thierry's
265         patch to fix that will be applied after this.
266
267         * gnus-art.el (bookmark-make-record-function): New local variable.
268
269         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
270         article buffer.
271         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
272
273 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
274
275         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
276         on changes in bookmark.el.
277
278 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
279
280         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
281         `no-log' instead of message not to log prompt string.
282
283 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
284
285         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
286         the *other* type of HTML form submission.
287
288 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
289
290         * auth-source.el (auth-source-pick): If choice does not contain a
291         questioned keyword, set the check to t.
292
293 2010-06-12  Romain Francoise  <romain@orebokech.com>
294
295         * gnus-util.el (gnus-date-get-time): Move up before first use.
296
297 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
298
299         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
300         (gnus-article-edit-part): Bind it to make last part that is substituted
301         or deleted visible.
302         (gnus-mime-display-single): Buttonize part of which id equals to
303         gnus-mime-buttonized-part-id.
304
305 2010-06-10  Dan Christensen  <jdc@uwo.ca>
306
307         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
308         (gnus-dd-mmm): Use gnus-date-get-time.
309         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
310         simplify logic.
311         (gnus-summary-limit-to-age): Use gnus-date-get-time.
312         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
313
314 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
315
316         * auth-source.el (top): Autoload `secrets-list-collections',
317         `secrets-create-item', `secrets-delete-item'.
318         (auth-sources): Fix tag string.
319         (auth-get-source, auth-source-retrieve, auth-source-create)
320         (auth-source-delete): New defuns.
321         (auth-source-pick): Rewrite in order to avoid 2 passes.
322         (auth-source-forget-user-or-password): New parameter USERNAME.
323         (auth-source-user-or-password): New parameters CREATE-MISSING and
324         DELETE-EXISTING.  Retrieve password interactively, if needed.
325
326 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
327
328         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
329         deleting unused directories when gnus-expert-user is t.
330
331 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
332
333         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
334         for each temp file when gnus-article-browse-delete-temp is ask.
335
336 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
337
338         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
339         Lisp calls to delete-backward-char by calls to delete-char.
340
341 2010-05-20  Kevin Ryde  <user42@zip.com.au>
342
343         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
344
345 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
346
347         * password-cache.el (password-cache-remove): Fix docstring.
348
349 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
350
351         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
352         article unless decoding article to be saved.
353
354 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
355
356         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
357         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
358         generated within the mm-with-unibyte-current-buffer macro.
359
360 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
361
362         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
363         to nil when we're in a mml-preview buffer and no group is selected.
364
365 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
366
367         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
368         when catching the `C-g'.  Reported by "Leo".
369
370 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
371
372         * message.el (message-forward-make-body-plain)
373         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
374         multibyte-string-p.
375
376         * lpath.el: Revert.
377
378 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
379
380         * message.el (message-forward-make-body-mml): Assume original message
381         is multibyte string; error on unibyte.
382         (message-forward-make-body-plain): Ditto; don't add excessive newline
383         in body end.
384
385         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
386
387 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
388
389         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
390         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
391
392 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
393
394         * mm-extern.el (mm-extern-url): Don't use
395         mm-with-unibyte-current-buffer.
396         (mm-extern-cache-contents): Use with-current-buffer instead of
397         save-excursion + set-buffer.
398
399 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
400
401         * mm-util.el (mm-emacs-mule): Remove.
402
403 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
404
405         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
406         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
407         change.
408
409 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
410
411         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
412         bind the default value of enable-multibyte-characters to nil.
413
414 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
415
416         * message.el (message-forward-make-body-plain)
417         (message-forward-make-body-mml):
418         Don't use mm-with-unibyte-current-buffer.
419
420 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
421
422         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
423
424 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
425
426         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
427         (Bug#5592).
428
429 2010-05-07  Julien Danjou  <julien@danjou.info>
430
431         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
432         it to mm-pipe-part.
433
434         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
435         it is given.
436
437 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
438
439         * binhex.el (binhex-decode-region-internal)
440         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
441         (dns-query)
442         * nnweb.el (nnweb-gmane-search)
443         * pgg-parse.el (pgg-parse-armor)
444         * pgg.el (pgg-verify-region)
445         * sha1.el (sha1-string-external)
446         * uudecode.el (uudecode-decode-region-internal)
447         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
448         XEmacs.
449
450         * gnus-art.el (gnus-article-browse-html-parts)
451         * gnus-group.el (gnus-read-ephemeral-gmane-group)
452         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
453         make-temp-file.
454
455         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
456         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
457         compiling.
458
459         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
460         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
461         XEmacs when compiling.
462
463         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
464         gnus-pick-mode-off-hook for XEmacs when compiling.
465         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
466         gnus-binary-mode-off-hook for XEmacs when compiling.
467
468         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
469         nil if char-charset is not available.
470
471         * imap.el (imap-disable-multibyte)
472         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
473         macros.
474
475         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
476         instead of encode-coding-string.
477
478         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
479         'xemacs) instead of mm-emacs-mule to switch function definitions.
480         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
481
482         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
483         bind temporary-file-directory for XEmacs;
484         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
485         timer-set-function for XEmacs 21.4 and SXEmacs;
486         bind timer-list for XEmacs 21.4 and SXEmacs;
487         fbind char-charset and find-charset-region for non-Mule XEmacs;
488         fbind decode-coding-region, decode-coding-string, detect-coding-region,
489         encode-coding-region and encode-coding-string for XEmacs having no
490         file-coding feature.
491
492 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
493
494         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
495
496 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
497
498         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
499         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
500
501 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
502
503         * mm-util.el (mm-decompress-buffer): Use `delete-file';
504         alias `jka-compr-delete-temp-file' no longer exists.
505
506 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
507
508         Use define-minor-mode in Gnus where applicable.
509         * mml.el (mml-mode): Use define-minor-mode.
510         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
511         (gnus-undo-mode): Use define-minor-mode.
512         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
513         (gnus-dead-summary-mode): Use define-minor-mode.
514         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
515         Initialize in declaration.
516         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
517         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
518         (gnus-mailing-list-mode): Use define-minor-mode.
519         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
520         (gnus-draft-mode): Use define-minor-mode.
521         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
522         (gnus-dired-mode): Use define-minor-mode.
523
524 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
525
526         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
527         handles on recursive mml-to-mime translation and check them for
528         boundary delimiter collisions.  Reported by Greg Troxel.
529
530 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
531
532         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
533
534 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
535
536         * mm-util.el (mm-find-buffer-file-coding-system):
537         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
538
539 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
540
541         * message.el (message-generate-headers): Record insertion of optional
542         headers as well.  Otherwise the check to prevent repeated insertion of
543         optional headers is a no-op.
544
545 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
546
547         * smime.el: Don't mention CVS.
548
549         * nnrss.el (nnrss-fetch): Don't mention CVS.
550
551         * nnir.el: Don't mention CVS.
552
553 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
554
555         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
556
557 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
558
559         * lpath.el: Fbind bookmark-default-handler,
560         bookmark-get-bookmark-record, bookmark-make-record-default,
561         bookmark-prop-get for Emacs <23 and XEmacs.
562
563 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
564
565         * gnus-sum.el: Add bookmark declarations to silence the compiler.
566         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
567         Use with-current-buffer to silence the byte-compiler.
568         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
569         bother to require `gnus'.
570         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
571
572 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
573
574         * gnus-sum.el (gnus-summary-bookmark-make-record)
575         (gnus-summary-bookmark-jump): New functions.
576         (gnus-summary-mode): Setup bookmark support.
577
578 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
579
580         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
581         if set.
582
583 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
584
585         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
586         gnus-article-browse-html-save-cid-image; make it work recursively for
587         forwarded messages as well.
588         (gnus-article-browse-html-parts): Work when prefix arg is given.
589         (gnus-article-browse-html-article): Doc fix.
590
591 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
592
593         * message.el (message-default-mail-headers):
594         (message-default-headers): Carry the value mail-default-headers over
595         into message-default-mail-headers, rather than message-default-headers.
596
597 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
598
599         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
600         charset.
601
602         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
603         charset into the <meta> tag when the article is encoded to utf-8.
604
605 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
606
607         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
608         directories as well.
609         (gnus-article-browse-html-parts): Work for images that do not specify
610         file names; delete temp directory when quitting; insert header at the
611         right place; use file: scheme for image files.
612
613 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
614
615         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
616         (gnus-article-browse-html-parts): Use it to make temporary cid image
617         files in addition to html file so that browser may display them.
618
619 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
620
621         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
622
623 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
624
625         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
626
627 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
628
629         * auth-source.el (auth-sources): Change default to be simpler.  Explain
630         about Secret Service API sources.  Improve Customize options.
631         (auth-source-pick): Change to accept any number of search parameters.
632         Implement fallbacks iteratively, not recursively.  Add scoring on the
633         second pass and sort by score.  Call Secret Service API when needed.
634         (auth-source-user-or-password): Use it.  Call Secret Service API
635         directly when needed to get the user name and the password.
636
637 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
638
639         * message.el (message-interactive): Doc fix.
640         (message-qmail-inject-args): Reflow.
641         (message-kill-to-signature): Fix typo in docstring.
642
643         * smiley.el (smiley-buffer): Fix typo in docstring.
644
645 2010-03-24  Glenn Morris  <rgm@gnu.org>
646
647         * mail-source.el (gnus-message): Declare.
648         (mail-source-delete-old-incoming): Require gnus-util.
649
650 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
651
652         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
653
654         * message.el (ecomplete-setup): Autoload it for Emacs <23.
655
656         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
657         password-cache's default if it is not bound.
658         (mml-secure-passphrase-cache-expiry): Default to 16 that is
659         password-cache-expiry's default if it is not bound.
660
661         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
662         available in Emacs 21.
663
664         * lpath.el: Suppress compiler warnings for:
665         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
666         XEmacs;
667         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
668         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
669         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
670
671 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
672
673         * auth-source.el (auth-sources): Fix up definition so extra parameters
674         are always inline.
675
676 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
677
678         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
679         wasn't updated after mismatch.  Clear cached mailbox info correctly
680         when uidvalidity changes.
681         (nnimap-group-prefixed-name): New function to avoid some code
682         duplication.
683         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
684         (nnimap-request-group): Use it.
685         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
686         (nnimap-update-unseen): Significantly improved speed of Gnus startup
687         with many imap folders.  This is done by caching the group status from
688         the imap server persistently in a group parameter `imap-status'.  (This
689         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
690         but not persistently, so every Gnus startup was still very slow.)
691
692 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
693
694         * assistant.el (assistant-render-text): Run `widget-setup' and don't
695         delete the extra newline.  Otherwise editing of :string and :number
696         types don't work.
697
698 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
699
700         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
701         secrets.el dependency.
702         (auth-sources): Add optional user name.  Add secrets.el configuration
703         choice (unused right now).
704
705 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
706
707         * gnus-sum.el (gnus-summary-make-menu-bar): Let
708         `gnus-registry-install-shortcuts' fill in the functions.
709
710         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
711         warnings.
712         (gnus-registry-misc-menus): Variable to hold registry mark menus.
713         (gnus-registry-install-shortcuts): Populate and use it in a
714         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
715
716 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
717
718         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
719         In-place substitutions for the group name encoding/decoding.
720         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
721         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
722         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
723         (nnimap-update-unseen, nnimap-request-list)
724         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
725         (nnimap-request-set-mark, nnimap-split-to-groups)
726         (nnimap-split-articles, nnimap-request-newgroups)
727         (nnimap-request-create-group, nnimap-request-accept-article)
728         (nnimap-request-delete-group, nnimap-request-rename-group)
729         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
730         `encoded-mbx' for consistency.
731         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
732         variable `imap-current-mailbox'.
733
734         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
735         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
736
737 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
738
739         * pop3.el (pop3-display-message-size-flag): Display message size byte
740         counts during POP3 download.
741         (pop3-movemail): Use it.
742         (pop3-list): Implement listing of available messages.
743
744 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
745
746         * nnir.el (nnir-get-article-nov-override-function): New function to
747         override the normal NOV retrieval.
748         (nnir-retrieve-headers): Use it.
749
750 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
751
752         * auth-source.el (netrc-machine-user-or-password): Autoload.
753
754 2010-03-19  Glenn Morris  <rgm@gnu.org>
755
756         Stop message.el from loading about 40 libraries it doesn't always need.
757         The general approach is to autoload rather than require, and to
758         require in the specific functions rather than the file.  (Bug#5642)
759
760         * gmm-utils.el: Don't require wid-edit.
761         (widget-create-child-value, widget-convert, widget-default-get):
762         Autoload.
763
764         * gnus-util.el: Don't require time-date, netrc.
765         (message-fetch-field, gnus-group-name-decode): Declare rather than
766         autoloading.
767         (gnus-fetch-field): Require message.
768         (gnus-decode-newsgroups): Require gnus-group.
769
770         * ietf-drums.el: Don't require time-date.
771
772         * message.el: Don't require hashcash, canlock, ecomplete.
773         Do require mail-utils.  Require nnheader only when compiling.
774         (smtpmail-default-smtp-server): Remove declaration.
775         (message-send-mail-function): Check smtpmail-default-smtp-server
776         is bound rather than requiring smtpmail.
777         (message-auto-save-directory, message-insert-signature): Use
778         expand-file-name rather than nnheader-concat.
779         (nnheader-insert-file-contents): Autoload.
780         (hashcash-wait-async): Declare.
781         (message-send-mail): Only call gnus-setup-posting-charset if
782         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
783         (message-send-mail-with-sendmail): Require sendmail.
784         (canlock-password, canlock-password-for-verify): Declare.
785         (message-canlock-password): Require canlock.
786         (nnheader-get-report): Autoload.
787         (gnus-setup-posting-charset): Declare.
788         (message-send-news): Require gnus-msg.
789         (message-make-references, message-make-in-reply-to): Use mail-header-id
790         rather than the alias mail-header-message-id.
791         (ecomplete-add-item, ecomplete-save): Declare.
792         (message-put-addresses-in-ecomplete): Require ecomplete.
793         (ecomplete-display-matches): Autoload.
794
795         * mm-decode.el: Don't require mailcap, gnus-util.
796         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
797         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
798         Autoload.
799         (mailcap-mime-extensions): Declare.
800
801         * mm-encode.el: Don't require mailcap.
802         (mailcap-extension-to-mime): Autoload.
803
804         * mml-sec.el: Don't require password-cache.
805
806         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
807         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
808         (mml-minibuffer-read-type): Require mailcap.
809         (mml-preview): Require gnus-msg.
810
811         * mml1991.el: Require password-cache.
812         (password-cache-expiry): Remove declaration.
813
814         * mml2015.el: Require password-cache.
815         (password-cache-expiry): Remove declaration.
816
817         * nneething.el (mailcap): Require mailcap.
818
819         * nnheader.el (declare-function): Add compatibility stub.
820         (message-remove-header): Declare rather than autoload.
821         (nnheader-replace-header): Require message.
822
823         * nnimap.el (declare-function): Add compatibility stub.
824         (netrc-parse, netrc-machine-user-or-password): Declare.
825         (nnimap-open-connection): Require netrc.
826
827         * nntp.el (declare-function): Add compatibility stub.
828         (netrc-parse, netrc-machine, netrc-get): Declare.
829         (nntp-send-authinfo): Require netrc.
830
831         * rfc2047.el: Don't require qp.
832         (quoted-printable-encode-region, quoted-printable-decode-string):
833         Autoload.
834
835         * sieve-mode.el: Don't require easymenu.
836         (easy-menu-add-item): Autoload it.
837
838         * spam-stat.el (time-to-number-of-days): Autoload it.
839
840 2010-03-19  Glenn Morris  <rgm@gnu.org>
841
842         * password-cache.el (password-cache, password-cache-expiry): Autoload.
843
844 2010-03-18  Glenn Morris  <rgm@gnu.org>
845
846         * hashcash.el (declare-function): Remove duplicate definition.
847
848 2010-03-17  Kevin Ryde  <user42@zip.com.au>
849
850         * mml.el (mml-read-tag): Unquote values with `read' to reverse
851         prin1 in mml-insert-tag (just stripping the quotes gave wrong
852         value if any backslash escapes).
853
854 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
855
856         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
857         if it is available.  (bug#5647)
858
859         * lpath.el: Suppress compiler warning for coding-system-from-name for
860         Emacs 21 and XEmacs.
861
862 2010-03-14  Juri Linkov  <juri@jurta.org>
863
864         * hmac-def.el:
865         * hmac-md5.el:
866         * netrc.el: Fix keywords.
867
868 2010-02-26  Glenn Morris  <rgm@gnu.org>
869
870         * message.el (message-send-mail-function): Change the default, so that
871         it inherits from a customized send-mail-function.  (Bug#5643)
872
873 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
874
875         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
876         shell-command-to-string signals an error (bug#5299).
877
878 2010-02-24  Glenn Morris  <rgm@gnu.org>
879
880         * message.el (message-smtpmail-send-it)
881         (message-send-mail-with-mailclient): Doc fixes.
882
883 2010-02-16  Glenn Morris  <rgm@gnu.org>
884
885         * message.el (message-default-mail-headers): Change the default value
886         to ease the transition from mail-mode to message-mode.  (Bug#5555)
887
888 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
889
890         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
891         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
892
893 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
894
895         * time-date.el (date-to-time): Doc fix (Bug#5408).
896
897 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
898
899         * message.el (message-mail): Just pass yank-action on to message-setup.
900         (message-setup): Handle (FUN . ARGS) form of yank-action.
901         (message-with-reply-buffer, message-widen-reply)
902         (message-yank-original): Handle non-buffer values of
903         message-reply-buffer (Bug#4080).
904         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
905
906 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
907
908         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
909         Fix typo in docstring.
910
911 2010-01-08  Jason Rumney  <jasonr@gnu.org>
912
913         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
914         response.
915
916 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
917
918         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
919
920         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
921
922         * message.el (message-check-news-header-syntax): Protect against a
923         string that `rfc822-addresses' returns when parsing fails.
924
925 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
926
927         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
928         (gnus-previous-char-property-change): New functions.
929
930         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
931
932 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
933
934         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
935         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
936
937 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
938
939         * message.el (message-exchange-point-and-mark): Rework last change to
940         avoid using optional arg of exchange-point-and-mark, for backward
941         compatibility.
942
943 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
944
945         * message.el (message-exchange-point-and-mark): Call
946         exchange-point-and-mark with an argument rather than setting
947         mark-active by hand (Bug#5175).
948
949 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
950
951         * nntp.el (nntp-service-to-port): Work for service expressed with
952         numeric string; replace [:digit:] with [0-9] for XEmacs.
953
954 2009-12-17  Glenn Morris  <rgm@gnu.org>
955
956         * gnus-group.el (gnus-bug-group-download-format-alist):
957         Change emacs entry to debbugs.gnu.org.  Bump :version.
958
959 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
960
961         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
962
963 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
964
965         * message.el (message-info): Explain why we use `Info-goto-node'.
966
967 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
968
969         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
970
971 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
972
973         * message.el (message-completion-in-region): New compatibility function.
974         (message-expand-group): Use it.
975
976 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
977
978         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
979         with no unread article should be listed if the 2nd arg `predicate' is
980         given.
981
982 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
983
984         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
985
986 2009-11-29  Juri Linkov  <juri@jurta.org>
987
988         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
989         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
990         on `gnus-recenter'. (Bug#4698, Bug#4981)
991
992 2009-11-26  Kevin Ryde  <user42@zip.com.au>
993
994         * sha1.el (sha1-string-external): default-directory "/" in case
995         otherwise non-existent.  process-connection-type pipe for touch of
996         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
997
998 2009-11-25  Kevin Ryde  <user42@zip.com.au>
999
1000         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1001         it's comms related and sgml-mode.el has "comm" on that basis too.
1002
1003 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1004
1005         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1006         containing tspecial characters if they have been already quoted.
1007
1008 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1009
1010         * dns-mode.el (auto-mode-alist): Purecopy string.
1011
1012 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1013
1014         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1015
1016 2009-10-24  Glenn Morris  <rgm@gnu.org>
1017
1018         * gnus-art.el (help-xref-stack-item): Define for compiler.
1019
1020 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1021
1022         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1023
1024 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1027
1028 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1029
1030         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1031         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1032
1033 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1034
1035         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1036         (gnus-overlays-in): New alias to overlays-in.
1037
1038         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1039         gnus-overlay-get, and gnus-delete-overlay.
1040         (gnus-summary-show-thread): Make it work as well for systems in which
1041         next-single-char-property-change is not available.
1042         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1043
1044         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1045         (gnus-overlay-get): New alias to extent-property.
1046         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1047
1048         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1049         SXEmacs.
1050
1051         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1052         SXEmacs.
1053
1054 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1055
1056         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1057
1058 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1059
1060         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1061         and XEmacs that don't have `remove-overlays'.
1062
1063 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1064
1065         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1066         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1067         selective display.  Use overlays instead.
1068
1069 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1070
1071         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1072
1073 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1074
1075         * spam-stat.el (spam-stat-load): Fix typo in message.
1076
1077 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1078
1079         * dig.el (dig-invoke): Fix typo in docstring.
1080         (query-dig): Reflow docstring.
1081
1082 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1083
1084         * gnus-art.el (gnus-article-encrypt-body):
1085         * message.el (message-check-recipients):
1086         * mm-util.el (mm-codepage-setup):
1087         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1088         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1089
1090 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1091
1092         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1093         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1094         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1095         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1096         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1097
1098 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1099
1100         * dig.el: Add "Keywords: comm", as per net-utils.el.
1101
1102 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1103
1104         * dig.el (dig-mode): Use define-derived-mode.
1105
1106 2009-09-19  Glenn Morris  <rgm@gnu.org>
1107
1108         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1109
1110 2009-09-18  Glenn Morris  <rgm@gnu.org>
1111
1112         * gnus-diary.el (gnus-diary-check-message):
1113         * message.el (message-insert-formatted-citation-line):
1114         * nnbabyl.el (top-level):
1115         * nndiary.el (nndiary-schedule):
1116         Fix typos in condition-case handlers.
1117
1118 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1119
1120         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1121         configuration that provides the sole article window in a frame;
1122         position point correctly after deleting a part.
1123
1124 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1125
1126         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1127         (spam-resolve-registrations-routine): Use it to unregister articles
1128         that change status.
1129
1130 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1131
1132         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1133         with XEmacs.
1134         (parse-time-string-chars): Use it.
1135
1136 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1137
1138         * imap.el (imap-interactive-login): Better messages.
1139         (imap-open): Fix bug with renamed buffer on reconnect.
1140         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1141         for easier debugging and cleaner code.  On successful (guessed based on
1142         server capabilities) secondary authentication, set imap-state
1143         correctly.
1144         (imap-last-authenticator): Define imap-last-authenticator as a variable
1145         to avoid warnings.
1146
1147 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1148
1149         * nnrss.el (nnrss-request-article): Remove binding of
1150         default-enable-multibyte-characters that has gotten needless by
1151         the 2007-07-13 change in rfc2047-encode-message-header.
1152
1153         * mml.el (mml-insert-multipart): Error on the message header.
1154         (mml-insert-part): Error on the message header; position point at
1155         the end of a MIME tag.
1156
1157 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1158
1159         * time-date.el (autoload): Expand define-obsolete-function-alias into
1160         defalias and make-obsolete for old Emacsen that Gnus supports.
1161         (with-no-warnings): Define it for old Emacsen.
1162         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1163         is available.
1164         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1165         float-time is available; suppress compile warning for time-to-seconds.
1166
1167         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1168         (gnus-float-time): Alias to float-time if it exists.
1169
1170         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1171         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1172         float-time is available; suppress compile warning for time-to-seconds.
1173
1174         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1175         XEmacs.
1176
1177 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1178
1179         * imap.el (imap-message-map): Docstring fix.
1180
1181 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1182
1183         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1184         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1185         Add the optional argument `encoding' that overrides the default.
1186
1187         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1188         mm-encode-buffer.
1189
1190 2009-09-04  Glenn Morris  <rgm@gnu.org>
1191
1192         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1193         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1194         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1195         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1196         * mm-util.el (mm-with-unibyte-current-buffer)
1197         (mm-find-buffer-file-coding-system):
1198         * yenc.el (yenc-decode-region): Use default-value rather than
1199         default-enable-multibyte-characters.
1200
1201 2009-09-03  Glenn Morris  <rgm@gnu.org>
1202
1203         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1204         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1205         than default-enable-multibyte-characters.
1206
1207 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1208
1209         * gnus-art.el (gnus-article-read-summary-keys):
1210         Fix gnus-buffer-configuration's value temporarily used.
1211
1212 2009-09-02  Glenn Morris  <rgm@gnu.org>
1213
1214         * gnus-util.el (gnus-float-time): New function.
1215         * gnus-delay.el (gnus-delay-article):
1216         * gnus-sum.el (gnus-thread-latest-date):
1217         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1218         * nnspool.el (nnspool-request-newgroups):
1219         Use gnus-float-time rather than time-to-seconds.
1220         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1221
1222         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1223         (gnus-header-subject-face, gnus-header-newsgroups-face)
1224         (gnus-header-name-face, gnus-header-content-face):
1225         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1226         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1227         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1228         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1229         (gnus-cite-face-11):
1230         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1231         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1232         (gnus-server-closed-face, gnus-server-denied-face)
1233         (gnus-server-offline-face):
1234         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1235         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1236         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1237         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1238         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1239         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1240         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1241         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1242         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1243         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1244         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1245         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1246         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1247         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1248         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1249         (gnus-summary-high-undownloaded-face)
1250         (gnus-summary-low-undownloaded-face)
1251         (gnus-summary-normal-undownloaded-face)
1252         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1253         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1254         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1255         (gnus-splash-face):
1256         * message.el (message-header-to-face, message-header-cc-face)
1257         (message-header-subject-face, message-header-newsgroups-face)
1258         (message-header-other-face, message-header-name-face)
1259         (message-header-xheader-face, message-separator-face)
1260         (message-cited-text-face, message-mml-face):
1261         * sieve-mode.el (sieve-control-commands-face)
1262         (sieve-action-commands-face, sieve-test-commands-face)
1263         (sieve-tagged-arguments-face):
1264         * spam.el (spam-face):
1265         Mark face aliases with "-face" in the name as obsolete.
1266
1267 2009-09-01  Glenn Morris  <rgm@gnu.org>
1268
1269         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1270         than goto-line.
1271
1272 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1273
1274         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1275         Don't move point if the command is invoked inside the message header.
1276
1277 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1278
1279         * imap.el (imap-send-command): Simplify.
1280         (imap-wait-for-tag): point-max -> buffer-size.
1281
1282 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1283
1284         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1285         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1286         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1287         * nnir.el (nnir-swish-e-index-file):
1288         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1289         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1290         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1291         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1292         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1293         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1294
1295 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1298         Don't save excursion.
1299
1300 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1301
1302         * nnheader.el (nnheader-find-file-noselect):
1303         * mm-util.el (mm-insert-file-contents):
1304         Use (default-value 'major-mode) instead of default-major-mode.
1305
1306 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1307
1308         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1309
1310 2009-08-26  Glenn Morris  <rgm@gnu.org>
1311
1312         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1313         than placing in files.el.
1314
1315 2009-08-25  Glenn Morris  <rgm@gnu.org>
1316
1317         * nnir.el (top-level): Don't require cl at run-time.
1318         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1319         Replace cl-function substitute with gnus-replace-in-string.
1320         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1321         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1322         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1323         simplified expansions.
1324
1325 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1326
1327         * dig.el (dig): Add autoload cookie.
1328
1329 2009-08-22  Glenn Morris  <rgm@gnu.org>
1330
1331         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1332         goto-line.
1333
1334 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1335
1336         * parse-time.el (parse-time-string-chars): Save match data.
1337
1338 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1339
1340         * parse-time.el (parse-time-string-chars): Compute using character
1341         classes, to handle non-ascii characters (Bug#3190).
1342
1343 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1344
1345         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1346
1347         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1348         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1349         (gnus-mm-display-part, gnus-mime-display-single)
1350         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1351         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1352
1353         * gnus-sum.el
1354         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1355         (gnus-summary-move-article): Add expirable mark to articles copied or
1356         moved to group that has auto-expire turned on if the option is non-nil.
1357
1358 2009-07-24  Glenn Morris  <rgm@gnu.org>
1359
1360         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1361         Fix typo.  (Bug#3903)
1362
1363 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1364
1365         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1366         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1367         that should not be used for draft articles.
1368         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1369         that has no concern in minor mode keys.
1370         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1371         Abolish.
1372
1373 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1374
1375         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1376         article without making inquiry to a user for unknown encoding.
1377
1378         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1379         (nnmaildir--scan): Assume i-node and device number that file-attributes
1380         returns might be cons-cell.
1381
1382         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1383
1384         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1385
1386 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1387
1388         * auth-source.el: Remove docs now in auth.texi.  Don't use
1389         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1390         `auth-source-hide-passwords' and use them.
1391
1392 2009-07-15  Glenn Morris  <rgm@gnu.org>
1393
1394         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1395
1396 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1397
1398         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1399         excessive whitespace from the default values of title and description.
1400
1401 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1402
1403         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1404         mail-fetch-field to fetch Content-Description header in order to
1405         exclude newlines.
1406
1407 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1408
1409         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1410         format used by GnuPG 2.0.11.
1411
1412 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1413
1414         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1415         to deleted part.
1416
1417 2009-05-30  David Engster  <dengste@eml.cc>
1418
1419         * nnmairix.el: Remove old documentation in the commentary block.
1420         (nnmairix-request-group): Do not update active file for nnml back ends.
1421         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1422         end so that overview files are ignored.
1423         (nnmairix-update-groups): Make updating the groups more robust by using
1424         marks.
1425         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1426         with dollar characters in message-id.
1427
1428 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1429
1430         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1431         2008-12-25 in dns.el.
1432
1433 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1434
1435         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1436         could happen if the text is only composed of spaces and/or tabs.
1437
1438 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1439
1440         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1441         when sending a queued message to avoid extra mml tags.
1442
1443 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1444
1445         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1446
1447 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1448
1449         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1450         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1451         rmail-toggle-header for XEmacs;
1452         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1453
1454 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1455
1456         * gnus-dired.el: Remove autoload for gnus-setup-message.
1457         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1458         displaying Gnus logo; always use compose-mail.
1459
1460 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1461
1462         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1463
1464 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1465
1466         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1467         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1468         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1469         available.
1470         (gnus-nocem-epg-verify): New function.
1471
1472 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1473
1474         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1475
1476 2009-02-15  Glenn Morris  <rgm@gnu.org>
1477
1478         * gnus-util.el (rmail-insert-rmail-file-header)
1479         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1480         autoloads.
1481         (rmail-default-rmail-file): Remove unnecessary declaration.
1482         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1483
1484 2009-02-14  Glenn Morris  <rgm@gnu.org>
1485
1486         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1487         variable (only used in gnus-util, which declares it anyway).
1488         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1489         which was only needed by gnus-art (changed to not use it any more).
1490         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1491         only used in gnus-util, which autoloads it itself.
1492         (rmail-update-summary): Fix autoload.
1493
1494         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1495         rather than rmail-output-to-rmail-file.
1496
1497 2009-02-07  Glenn Morris  <rgm@gnu.org>
1498
1499         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1500         autoload of function that no longer exists.
1501         (rmail-toggle-header): Declare.
1502         (message-forward-rmail-make-body): Handle mbox Rmail.
1503
1504 2009-01-31  Glenn Morris  <rgm@gnu.org>
1505
1506         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1507         2009-01-09 change.
1508
1509 2009-01-31  Dave Love  <fx@gnu.org>
1510
1511         * imap.el (imap-fetch-safe): Bind debug-on-error.
1512         (imap-debug): Add imap-fetch-safe.
1513
1514 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1515
1516         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1517         (auth-source-forget-all-cached): New convenience function.
1518         (auth-source-user-or-password): Accept list of modes or a single mode.
1519
1520         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1521         auth-source modes.
1522
1523         * netrc.el (netrc-machine-user-or-password): Use list of
1524         auth-source modes.
1525
1526         * nnimap.el (nnimap-open-connection): Use list of
1527         auth-source modes.
1528
1529         * nntp.el (nntp-send-authinfo): Use list of
1530         auth-source modes.
1531
1532 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1533
1534         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1535         now.
1536
1537 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1538
1539         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1540         coding system in XEmacs; add a workaround for XEmacs.
1541
1542         * lpath.el: Fbind coding-system-aliasee.
1543
1544 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1545
1546         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1547         of current-language-environment.
1548
1549 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1550
1551         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1552         available at runtime.
1553
1554 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1555
1556         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1557
1558 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1559
1560         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1561         the greatest positive fixnum value doesn't work under an XEmacs with
1562         bignum support; use the most-positive-fixnum constant instead,
1563         available since Emacs 21.1 with cl and XEmacs 21.1.
1564
1565 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1566
1567         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1568         XEmacs gets not to work.
1569
1570 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1571
1572         * mm-util.el (mm-coding-system-priorities): Allow the value like
1573         "Japanese (UTF-8)" of current-language-environment.
1574
1575 2009-01-09  Glenn Morris  <rgm@gnu.org>
1576
1577         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1578         with last-command-event.
1579
1580 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1581
1582         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1583         in the doc string.
1584
1585         * message.el (message-fix-before-sending): Amend comment.
1586
1587 2009-01-08  Dave Love  <fx@gnu.org>
1588
1589         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1590
1591 2009-01-07  David Engster  <dengste@eml.cc>
1592
1593         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1594         simplified server definitions by converting it via
1595         gnus-server-to-method.
1596
1597 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1598
1599         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1600         parameter's operands.
1601
1602 2009-01-06  David Engster  <dengste@eml.cc>
1603
1604         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1605         primary select method (for gnus-group-mark-article-as-read).
1606
1607 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1608
1609         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1610         `(gnus)Face', not `(gnus)X-Face'.
1611
1612 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1613
1614         * mm-util.el (mm-ucs-to-char): New function.
1615
1616         * mm-url.el (mm-url-decode-entities): Use it.
1617
1618         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1619         unicode-to-char.
1620
1621 2009-01-05  Dave Love  <fx@gnu.org>
1622
1623         * time-date.el: Require cl for `declare'.
1624
1625 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1626
1627         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1628         Dave Love.
1629
1630 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1631
1632         * message.el (message-fix-before-sending): Add `eight-bit' to
1633         illegible-text check.
1634
1635 2009-01-03  Michael Olson  <mwolson@gnu.org>
1636
1637         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1638         `headers' is nil.  This can occur if the IMAP server does not have
1639         permissions to read messages from a folder, but can write new messages
1640         to the folder.
1641         (nnimap-request-article-part): Do not insert `data' if it is nil.
1642
1643         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1644         characters which will confuse `read', so skip past them.
1645
1646 2009-01-01  Dave Love  <fx@gnu.org>
1647
1648         * imap.el (imap-string-to-integer): Fix typo.
1649         (imap-fetch-safe): New function.
1650         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1651
1652         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1653
1654         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1655         (imap-parse-greeting): Fix doc strings.
1656         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1657         (imap-parse-flag-list): Make messages unique.
1658         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1659
1660         * nnimap.el: Fix author email.
1661         (nnimap-split-rule): Add FIXME comment.
1662         (nnimap-debug): Fix doc string.
1663
1664 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1665
1666         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1667
1668 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1669
1670         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1671         nslookup if resolv.conf isn't available.
1672         (dns-query): Rename from query-dns.
1673         (dns-query-cached): Rename from query-dns-cached.
1674
1675 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1676
1677         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1678         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1679         to check if those variables exist (first appeared in Emacs 18.50).
1680
1681 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1682
1683         * mm-util.el (mm-line-number-at-pos): New function.
1684
1685         * spam-report.el (spam-report-process-queue): Use it.
1686
1687 2008-12-24  David Engster  <dengste@eml.cc>
1688
1689         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1690         parameters that haven't existed as variables as buffer-local variables.
1691
1692 2008-12-23  Dave Love  <fx@gnu.org>
1693
1694         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1695         cadar.
1696
1697         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1698         imap-starttls-p.
1699         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1700
1701 2008-12-22  Dave Love  <fx@gnu.org>
1702
1703         * imap.el: Fix author email.  Doc fixes.
1704         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1705         reply.
1706
1707 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1708
1709         * spam-report.el (spam-report-gmane-max-requests): New constant.
1710         (spam-report-gmane-wait): New variable.
1711         (spam-report-gmane-ham, spam-report-gmane-spam)
1712         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1713         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1714         the server.
1715
1716         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1717         Add explanations.
1718
1719         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1720         nnheader-accept-process-output and nnheader-read-timeout if available.
1721         (pop3-movemail): Use it.
1722
1723         * message.el (message-check-news-body-syntax): Fix signature check if
1724         there's an attachment.
1725
1726 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1727
1728         * mm-util.el: Add comments to the mm- emulating functions.
1729
1730 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1731
1732         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1733         by Stephen Berman <stephen.berman@gmx.net>.
1734
1735 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1736
1737         * mm-util.el (mm-substring-no-properties): New function.
1738         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1739         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1740         (mm-string-to-multibyte): Doc fix.
1741
1742         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1743
1744 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1745
1746         * mml.el (mml-attach-file): Strip text properties from file name.
1747         (Bug#1574)
1748
1749 2008-12-16  Glenn Morris  <rgm@gnu.org>
1750
1751         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1752
1753 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1754
1755         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1756         knows since the charset specified might be a bogus alias that
1757         mm-charset-synonym-alist provides.
1758
1759 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1760
1761         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1762         "ISO_8859-1".
1763
1764         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1765
1766 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1767
1768         * mm-util.el (mm-charset-eval-alist):
1769         Define it before mm-charset-to-coding-system.
1770         (mm-charset-to-coding-system): Add optional argument `silent';
1771         define it before mm-charset-override-alist.
1772         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1773         default value if it can be used in Emacs currently running;
1774         silence mm-charset-to-coding-system.
1775
1776 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1777
1778         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1779         `allow-override' which says whether to use `mm-charset-override-alist'.
1780         (rfc2047-decode-encoded-words): Use it.
1781
1782         * mm-util.el (mm-charset-override-alist): Fix custom type;
1783         add `(gb2312 . gbk)' to choices.
1784
1785 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1786
1787         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1788         fast.
1789
1790         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1791
1792         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1793
1794 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1795
1796         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1797         on links.
1798
1799         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1800
1801 2008-12-03  Lute Kamstra  <lute@gnu.org>
1802
1803         * sha1.el: Remove leading * from docstrings of defcustoms,
1804         deffaces, defconsts and defuns.
1805
1806 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1807
1808         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1809         users' addresses that don't have domain parts.
1810         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1811         rather than message-narrow-to-head since there will be the message
1812         header separator.
1813
1814 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1815
1816         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1817         since the result is inserted in a unibyte buffer anyway.
1818         (nnimap-demule-use-string-to-multibyte): Remove.
1819         (nnimap-demule): Alias it to mm-string-to-multibyte.
1820
1821 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1822
1823         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1824         variable for debugging bug#464 and bug#1174.
1825         (nnimap-demule): Use it.
1826
1827 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1828
1829         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1830         score calculation correctly.
1831
1832 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1833
1834         * message.el (message-send-mail): Just set the buffer to unibyte
1835         rather than use mm-with-unibyte-current-buffer which does a lot more.
1836         (message-send-mail-partially): Don't bother with
1837         mm-with-unibyte-current-buffer since it's already been made unibyte by
1838         message-send-mail.
1839
1840 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1841
1842         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1843
1844 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1845
1846         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1847
1848 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1851         require itself and to remove `with-no-warnings'.
1852
1853 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1854
1855         * starttls.el (starttls-any-program-available): Get the name of the
1856         available TLS layer program.
1857         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1858         well as the host name in the "opening" message.
1859
1860         * auth-source.el (auth-source-cache, auth-source-do-cache)
1861         (auth-source-user-or-password): Cache passwords and logins by default,
1862         allow override with `auth-source-do-cache'.
1863         (auth-source-forget-user-or-password): Allow users to remove cache
1864         entries if needed.
1865
1866 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1867
1868         * md4.el (md4-buffer): Fix typo in docstring.
1869         (md4, md4-64): Doc fixes.
1870         (md4-pack-int32): Reflow docstring.
1871
1872 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1873
1874         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1875         condition-case to only the forward-sexp call.
1876
1877 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1878
1879         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1880         quotes contained.  Make it more robust regardless by an extra
1881         condition-case wrapper.
1882
1883 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1884
1885         * lpath.el: No need to fbind codepage-setup for Emacs 23.
1886
1887 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1888
1889         * nnml.el (nnml-request-expire-articles): Check if the function set to
1890         `nnmail-expiry-target' returns the symbol `delete'.
1891
1892         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1893
1894         * nnmail.el (nnmail-expiry-target): Fix custom type.
1895
1896 2008-10-02  Glenn Morris  <rgm@gnu.org>
1897
1898         * mm-util.el (mm-codepage-setup): Tweak codepage error.
1899         Silence compiler warning.
1900
1901 2008-10-01  Magnus Henoch  <mange@freemail.hu>
1902
1903         * tls.el (open-tls-stream): Show the actual command being
1904         executed, instead of the format string.
1905
1906 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1907
1908         * lpath.el: Fbind codepage-setup for Emacs 23.
1909
1910 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
1911
1912         * mml.el (mml-menu): Don't assume mml2015 is bound.
1913
1914 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1915
1916         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1917         exists.
1918
1919 2008-09-27  Glenn Morris  <rgm@gnu.org>
1920
1921         * gnus-util.el (mail-header-remove-comments): Autoload it.
1922
1923 2008-09-27  Andreas Schwab  <schwab@suse.de>
1924
1925         * gnus-util.el (gnus-split-references): Strip comments.
1926         (gnus-parent-id): Likewise.
1927
1928 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
1929
1930         * message.el (message-confirm-send): Fix version.
1931
1932 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1933
1934         * message.el (message-idna-to-ascii-rhs-1): Use
1935         mail-extract-address-components rather than mail-header-parse-addresses
1936         that is an alias by default to ietf-drums-parse-addresses that does not
1937         support non-ASCII names in headers' contents.
1938
1939 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1940
1941         * message.el (message-confirm-send): Fixed variable documentation to
1942         avoid the "y/n" wording.
1943
1944 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
1945
1946         * message.el (message-set-auto-save-file-name): Save to a different
1947         filename so multiple messages (especially drafts) can be recovered.
1948
1949 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
1950
1951         * message.el (message-confirm-send): Add appropriate version.
1952
1953 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1954
1955         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1956         defvar.
1957
1958 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
1959
1960         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1961         (mm-pkcs7-enveloped-magic): Ditto.
1962
1963 2008-09-17  Simon Josefsson  <simon@josefsson.org>
1964
1965         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1966         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1967
1968 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
1969
1970         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
1971         default, it's better.
1972
1973 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
1974
1975         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
1976         summary line gnus-number property and ignore them (with a warning
1977         message).
1978
1979 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1980
1981         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1982         macro caddr in the interactive form since it won't be expanded.
1983
1984 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1985
1986         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1987         `charset'; fix name of function called recursively.
1988         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1989
1990 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1991
1992         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
1993         (gnus-mime-set-charset-parameters): New function.
1994         (gnus-mime-view-part-as-charset): Use it to correctly display part
1995         specifying wrong charset.
1996
1997 2008-09-08  David Engster  <dengste@eml.cc>
1998
1999         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2000         in completing-read for back end server.
2001
2002 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2003
2004         * message.el (message-confirm-send): New variable to confirm sending a
2005         message.
2006         (message-send): Use it.
2007
2008 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2009
2010         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2011
2012 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2013
2014         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2015
2016 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2017
2018         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2019         prevent tracking too many groups.
2020         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2021         Use it.
2022
2023 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2024
2025         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2026         moving point to the bottom of the window in order to avoid recentering.
2027
2028 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2029
2030         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2031
2032         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2033         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2034         (gnus-article-beginning-of-window): Fix calculation.
2035
2036 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2037
2038         * gnus-msg.el (gnus-summary-supersede-article)
2039         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2040         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2041         message header.
2042
2043 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2044
2045         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2046         pending output coming after the status change.
2047
2048 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2049
2050         * message.el:
2051         * gnus-start.el:
2052         * gnus-registry.el: Remove VMS support.
2053
2054 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2055
2056         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2057         macro.
2058         (rfc2104-hash): Use it.
2059
2060 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2061
2062         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2063         (gnus-summary-sort-by-most-recent-date): New commands.
2064         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2065         and menu entries.
2066
2067 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2068
2069         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2070         don't redisplay article for raw contents; remove plural articles stuff.
2071
2072         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2073         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2074         on gnus-summary-save-article; display results properly.
2075
2076 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2077
2078         * lpath.el: No need to fbind ns-focus-frame.
2079
2080 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2081
2082         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2083
2084 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2085
2086         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2087         gnus-save-all-headers.
2088
2089 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2090
2091         * gnus-util.el (ns-focus-frame): Remove declaration.
2092         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2093         like x.
2094
2095 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2096
2097         * rfc2104.el (rfc2104-zero): Delete defconst.
2098         (rfc2104-hex-alist): Likewise.
2099         (rfc2104-hex-to-int): Delete func.
2100         (rfc2104-hexstring-to-bitstring): Likewise.
2101         (rfc2104-nybbles): New defconst.
2102         (rfc2104-hash): Rewrite for speed.
2103
2104 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2105
2106         * tls.el (open-tls-stream): Make it work with the 2nd argument
2107         BUFFER that is a string but does not exist as a buffer object, as
2108         mentioned in the doc-string.
2109
2110 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2111
2112         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2113         SXEmacs.
2114
2115 2008-07-16  Glenn Morris  <rgm@gnu.org>
2116
2117         * gnus-util.el (ns-focus-frame): Declare for compiler.
2118
2119 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2120
2121         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2122         set as a group parameter.
2123         (gnus-summary-save-in-pipe): Work when it is called independently.
2124         (gnus-summary-pipe-to-muttprint): Don't modify
2125         gnus-summary-pipe-output-default-command.
2126
2127 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2128
2129         * message.el (message-send-mail-with-sendmail):
2130         Display the error message.
2131
2132 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2133
2134         * gnus-art.el (gnus-default-article-saver):
2135         Add gnus-summary-save-in-pipe to choices.
2136         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2137         gnus-summary-pipe-output-default-command as the default command.
2138         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2139         instead of gnus-last-shell-command.
2140
2141         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2142         New user option.
2143         (gnus-summary-muttprint-program): Mention the value will be changed.
2144         (gnus-summary-save-article): Force showing of all headers.
2145         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2146
2147 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2148
2149         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2150
2151 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2152
2153         * nnimap.el (nnimap-id):
2154         * sieve-manage.el (sieve-manage-open): Doc fixes.
2155
2156 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2157
2158         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2159         if available.
2160
2161 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2162
2163         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2164
2165         * nnkiboze.el (nnkiboze-generate-group):
2166         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2167
2168         * nnmairix.el: Require CL.
2169
2170 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * dgnushack.el: Autoload get-display-table and put-display-table for
2173         XEmacs 21.5.
2174
2175         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2176         21.4 and SXEmacs.
2177
2178 2008-06-15  David Engster  <dengste@eml.cc>
2179
2180         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2181
2182 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2183
2184         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2185         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2186         runtime choice under XEmacs.
2187
2188         * gnus-sum.el (gnus-summary-set-display-table):
2189         Use `gnus-put-display-table', `gnus-get-display-table',
2190         `gnus-set-display-table' for the display table, instead of `aset'.
2191
2192         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2193         Use `gnus-put-display-table', `gnus-get-display-table',
2194         `gnus-set-display-table' for the display table.
2195
2196 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2197
2198         * nnmairix.el: Add autoloads.
2199
2200 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2201
2202         * nnmairix.el (nnmairix-delete-recreate-group)
2203         (nnmairix-update-and-clear-marks): Fix error messages.
2204
2205 2008-06-14  David Engster  <dengste@eml.cc>
2206
2207         * nnmairix.el: Upgrade to version 0.6.
2208         (nnmairix-group-toggle-propmarks-this-group)
2209         (nnmairix-group-toggle-readmarks-this-group)
2210         (nnmairix-group-delete-recreate-this-group)
2211         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2212         (nnmairix-remove-tick-mark-original-article): New commands.
2213         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2214         (nnmairix-propagate-marks-to-nnmairix-groups)
2215         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2216         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2217         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2218         functions needed for marks propagation and manipulation of read marks.
2219         (nnmairix-update-groups): New function.
2220         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2221         (nnmairix-determine-original-group-from-registry)
2222         (nnmairix-determine-original-group-from-path)
2223         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2224         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2225         New helper functions.
2226         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2227         keystrokes for new commands.
2228         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2229         (nnmairix-request-group): Check allow-fast group parameter.
2230         (nnmairix-request-create-group): Set allow-fast group parameter if
2231         nnmairix-allowfast-default is set.
2232         (nnmairix-close-group): Propagate marks upon closing if needed.
2233         (nnmairix-group-toggle-threads-this-group): Use new.
2234         nnmairix-group-toggle-parameter helper function.
2235         (nnmairix-search): Better check for empty search result.
2236         (nnmairix-goto-original-article): Use new helper functions for
2237         determining original article.
2238         (nnmairix-show-original-article): Make sure message-id is in brackets.
2239         (nnmairix-call-mairix-binary): Change variable name.
2240         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2241         helper function.
2242         (nnmairix-widget-toggle-activate): Fix doc string.
2243
2244 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2245
2246         * nnir.el: Require edmacro when compiling with XEmacs.
2247         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2248         available in Emacs 21.
2249
2250 2008-06-11  Glenn Morris  <rgm@gnu.org>
2251
2252         * gnus-util.el (x-focus-frame):
2253         * gnus.el (image-size):
2254         * mm-decode.el (image-size): Declare.
2255
2256         * gnus-picon.el (declare-function): Add compat definition.
2257         (image-size): Declare.
2258
2259         * gnus-group.el (tool-bar-map):
2260         * gnus-sum.el (tool-bar-map): Define for compiler.
2261
2262         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2263
2264         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2265
2266         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2267         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2268         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2269         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2270         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2271         * sieve-manage.el, spam-report.el, spam.el:
2272         Remove unnecessary eval-and-compile of autoloads.
2273
2274 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2275
2276         * auth-source.el: Precise Tramp doc.
2277
2278 2008-06-07  Glenn Morris  <rgm@gnu.org>
2279
2280         * nnmairix.el: Remove unnecessary eval-when-compile.
2281
2282 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2283
2284         * lpath.el: Fbind propertize for XEmacs 21.4.
2285
2286 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2287
2288         * nnir.el: Move here from ../contrib.
2289
2290 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2291
2292         * gnus-util.el (gnus-read-shell-command): New function.
2293         * mm-decode.el (mm-pipe-part):
2294         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2295
2296 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2297
2298         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2299
2300 2008-06-03  Glenn Morris  <rgm@gnu.org>
2301
2302         * pop3.el (nnheader-accept-process-output): Autoload it.
2303
2304 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2305
2306         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2307         are not 2-digit hexadecimal characters that follow `%'s.
2308
2309 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2310
2311         * message.el (message-bogus-recipient-p): Fix type in doc string.
2312         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2313         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2314         Improve custom options.
2315         (message-bogus-recipient-p): Adjust accordingly.
2316
2317 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2318
2319         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2320         long-form month and day names.
2321
2322 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2323
2324         * dgnushack.el: Autoload debug, eudc-expand-inline and
2325         pgg-snarf-keys-region for XEmacs.
2326
2327         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2328
2329         * nnmairix.el: Require edmacro when compiling with XEmacs.
2330
2331 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2332
2333         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2334         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2335
2336 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2337
2338         * auth-source.el: Add more docs.
2339
2340         * netrc.el (netrc-machine): Always match if the port is not given.
2341
2342 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2343
2344         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2345         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2346         retrieval faster in some cases, but might make CPU usage larger.  If
2347         this has any bad side effects, we might revert this change.
2348
2349         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2350         seems to make mail retrieval much, much faster.
2351         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2352         unconditionally.
2353
2354         * gnus-draft.el (gnus-group-send-queue): Bind
2355         message-send-mail-partially-limit to nil to avoid being prompted.
2356
2357 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2358
2359         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2360
2361         * message.el (message-bogus-address-regexp): Fix and improve custom
2362         type.
2363         (message-setup-hook): Add message-check-recipients as custom option.
2364
2365 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2366
2367         * message.el (message-cite-function): Remove bogus autoload which crept
2368         in during merge from v5-10.
2369
2370 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2371
2372         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2373
2374         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2375
2376         * auth-source.el: Preliminary Tramp docs.
2377         (auth-sources): Change the default auth-sources to use
2378         EPA .gpg files.
2379
2380 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2381
2382         * nntp.el: Autoload `auth-source-user-or-password'.
2383         (nntp-send-authinfo): Use it.
2384
2385         * nnimap.el: Autoload `auth-source-user-or-password'.
2386         (nnimap-open-connection): Use it.
2387
2388         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2389         for the gnus-message function.
2390         (auth-source-user-or-password): Use it.
2391
2392 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2393
2394         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2395         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2396         (rfc2104-hash): Use it.
2397
2398 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2399
2400         * gnus-art.el (gnus-article-toggle-truncate-lines):
2401         Don't use `iff' in docstring.
2402
2403 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2404
2405         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2406
2407         * gnus-util.el (gnus-extract-address-component-name)
2408         (gnus-extract-address-component-email): Convenience functions around
2409         `gnus-extract-address-components'.
2410
2411         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2412         Use `gnus-extract-address-component-email' to fix bug of comparing full
2413         sender name to `user-mail-address'.
2414
2415 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2416
2417         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2418         catch/throw to optimize.
2419         (gnus-registry-find-keywords): Just use member to find a keyword.
2420
2421 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2422
2423         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2424         is current before calling gnus-server-prepare.
2425         (gnus-server-setup-buffer, gnus-server-update-server)
2426         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2427
2428 2008-05-04  Juri Linkov  <juri@jurta.org>
2429
2430         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2431         (mailcap-file-default-commands): Use mailcap-replace-in-string
2432         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2433         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2434
2435 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2436
2437         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2438
2439 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2440
2441         * gnus.el: Bump version to 0.11.
2442
2443 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2444
2445         * gnus.el: No Gnus v0.10 is released.
2446
2447 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2448
2449         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2450         hooks.
2451         (gnus-update-read-articles): Speed up non-marks-using users.
2452         (gnus-use-marks): Define gnus-use-marks.
2453         (gnus-propagate-marks): Rename variable to something more sensible.
2454
2455 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2456
2457         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2458         (gmm-image-load-path-for-library): Fix typos in docstrings.
2459         (gmm-message): Reflow docstring.
2460
2461 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2462
2463         * mail-source.el (mail-source-set-1, mail-source-bind):
2464         Move auth-source code out of the macro to clean it up and fix bugs.
2465
2466 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2467
2468         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2469         by sender if it's equal to user-mail-address, it's likely to be
2470         useless.
2471
2472         * mail-source.el (mail-source-bind): Don't use user or password if they
2473         are not bound.  Unintern them if they are nil.  Don't use server unless
2474         it's bound, and default it to empty string otherwise.
2475
2476 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2477
2478         * mail-source.el: Load auth-source.el.
2479         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2480         get user name or password, if auth-sources is set up.
2481
2482         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2483         strategy of splitting with parent.
2484         (gnus-registry-split-fancy-with-parent)
2485         (gnus-registry-post-process-groups): Use it and fix prior
2486         bug (returning a list as the split result).
2487
2488         * auth-source.el (auth-sources): Remove server parameter.
2489         (auth-source-pick, auth-source-user-or-password)
2490         (auth-source-user-or-password-imap)
2491         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2492         (auth-source-user-or-password-sftp)
2493         (auth-source-user-or-password-smtp): Remove server parameter.
2494
2495 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2496
2497         * smime.el (smime-sign-region, smime-encrypt-region)
2498         (smime-decrypt-region):
2499         Remove redundant calls to `generate-new-buffer-name'.
2500
2501 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2502
2503         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2504         Don't use QP for message/rfc822.
2505         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2506
2507 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2508
2509         * sieve-manage.el (sieve-string-bytes): Remove.
2510         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2511         correct byte-length only if the process's coding-system is the same as
2512         the one used internally by Emacs to represent strings.
2513
2514 2008-04-22  Juri Linkov  <juri@jurta.org>
2515
2516         * mailcap.el (mailcap-file-default-commands): New function.
2517
2518 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2519
2520         * message.el (message-signature-separator, message-cite-function):
2521         Change custom version.
2522
2523 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2524
2525         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2526         commands.
2527         (tls-checktrust): Ditto.
2528
2529 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2530
2531         * mm-decode.el (mm-display-external): Make temp file read-only.
2532
2533 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2534
2535         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2536         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2537         `C-c C-f d'.
2538
2539 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2540
2541         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2542
2543 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2544
2545         * gnus.el: Bump version to 0.9.
2546
2547 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2548
2549         * gnus.el: No Gnus v0.8 is released.
2550
2551 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2552
2553         * mail-source.el (mail-source-value):
2554         Prefer fboundp to functionp so it works with macros as well.
2555
2556 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2557
2558         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2559         Fix last change in case the element is not even a symbol.
2560
2561 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2562
2563         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2564         Prefer fboundp to functionp so it works with macros as well.
2565
2566 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2567
2568         * auth-source.el: Added docs.
2569         (auth-sources): Modify format to support server.
2570         (auth-source-pick, auth-source-user-or-password)
2571         (auth-source-user-or-password-imap)
2572         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2573         (auth-source-user-or-password-sftp)
2574         (auth-source-user-or-password-smtp): Add server parameter.
2575
2576 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2577
2578         * gnus-registry.el: Initialize the registry when gnus-registry-install
2579         is t.
2580
2581 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2582
2583         * compface.el (uncompface): Make buffer unibyte.
2584
2585 2008-04-05  Glenn Morris  <rgm@gnu.org>
2586
2587         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2588
2589 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2590
2591         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2592         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2593
2594         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2595         multibyteness after rather than before erasing it.
2596
2597         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2598         mm-with-multibyte.
2599         (gnus-request-article-this-buffer): Make sure the proper decoding is
2600         used if gnus-original-article-buffer happens to be unibyte.
2601
2602         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2603         default-enable-multibyte-characters.
2604
2605         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2606         default-enable-multibyte-characters.
2607
2608         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2609
2610         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2611
2612 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2613
2614         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2615         (imap-message-copyuid-1): Use it.
2616         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2617         J. Williams in
2618         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2619
2620         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2621         imap-enable-exchange-bug-workaround.
2622         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2623
2624 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2625
2626         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2627         a 100 byte status-checks into a 2-3MB transfer for each group.
2628         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2629         to enable bug workaround or not.
2630         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2631
2632 2008-03-31  Glenn Morris  <rgm@gnu.org>
2633
2634         * message.el (mml2015-use): Declare for compiler.
2635         (message-info): Require mml2015 when appropriate.
2636
2637 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2638
2639         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2640         whitespace.
2641
2642 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2643
2644         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2645         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2646         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2647         (nntp-service-to-port): New function.
2648         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2649         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2650         (nntp-open-netcat-stream): New function.
2651         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2652
2653 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2654
2655         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2656
2657 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2658
2659         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2660
2661 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2662
2663         * dns.el (dns-write): Use set-buffer-multibyte.
2664
2665 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2666
2667         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2668
2669 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2670
2671         * message.el (message-signature-separator): Change default.
2672         Improve custom type.
2673         (message-cite-function): Change default to
2674         message-cite-original-without-signature.
2675
2676         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2677         toggle.
2678
2679         * message.el (message-check-news-body-syntax): Fix signature check.
2680         (message-setup-1): Mark buffer as unmodified _after_ running
2681         message-setup-hook and handling message-alternative-emails.
2682         (message-shorten-references): Be more strict when building list of
2683         valid references to comply with GNKSA.
2684
2685         * gnus-group.el (gnus-read-ephemeral-bug-group)
2686         (gnus-read-ephemeral-debian-bug-group)
2687         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2688
2689         * message.el (message-info): Don't use booleanp which isn't supported
2690         in Emacs 21 and XEmacs.
2691
2692 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2693
2694         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2695         gnus-group-gmane-group-download-format.
2696         (gnus-group-read-ephemeral-gmane-group): Rename from
2697         gnus-group-read-ephemeral-gmane-group.
2698         (gnus-read-ephemeral-gmane-group-url): Rename from
2699         gnus-group-read-ephemeral-gmane-group-url.
2700         (gnus-bug-group-download-format-alist): New variable.
2701         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2702         (gnus-read-ephemeral-emacs-bug-group): New commands.
2703
2704 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2705
2706         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2707         (gnus-visible-headers): Improve custom type.
2708
2709 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2710
2711         * mml.el (mml-menu): Add workarounds for XEmacs.
2712
2713         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2714         X-Boundary header.
2715
2716         * message.el (message-simplify-recipients): Fix previous commit.
2717
2718 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2719
2720         * mm-util.el (mm-set-buffer-multibyte): New function.
2721         * mm-decode.el (mm-copy-to-buffer): Use it.
2722
2723 2008-03-19  Glenn Morris  <rgm@gnu.org>
2724
2725         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2726         Accidentally removed in the sync process with Emacs.
2727
2728 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2729
2730         * message.el (message-alter-recipients-discard-bogus-full-name):
2731         New function.
2732         (message-alter-recipients-function): New variable.
2733         (message-get-reply-headers): Use it.
2734         (message-replace-header): New helper function.
2735         (message-recipients-without-full-name): New variable.
2736         (message-simplify-recipients): New command.
2737
2738         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2739
2740         * message.el (message-info): Handle EasyPG manual.
2741
2742         * mml.el (mml-menu): Add entry for EasyPG.
2743
2744 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2745
2746         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2747         parameter.
2748
2749         * message.el (message-disassociate-draft): Specify drafts group name
2750         fully.
2751
2752 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2753
2754         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2755         unnecessary duplicates from the match list.
2756
2757 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2758
2759         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2760
2761         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2762
2763         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2764         args of `how-many' of which the XEmacs version doesn't take; declare
2765         Info-index-next as function.
2766
2767 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2768
2769         * gnus-score.el (gnus-score-headers): Fix handling of
2770         gnus-inhibit-slow-scoring.
2771
2772         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2773         string.
2774         (gnus-button-url-regexp): Improve handling of parenthesis.
2775         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2776         (gnus-button-handle-info-keystrokes): Handle index entries.
2777
2778 2008-03-15  Glenn Morris  <rgm@gnu.org>
2779
2780         * parse-time.el (parse-time-string): Simplify.
2781
2782 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2783
2784         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2785         Incoming* files.
2786
2787 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2788
2789         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2790         (auth-source-pick): Use it.
2791
2792 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2793
2794         * binhex.el (binhex-decode-region-internal):
2795         * uudecode.el (uudecode-decode-region-internal):
2796         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2797         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2798         setting default-enable-multibyte-characters.
2799
2800 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2801
2802         * auth-source.el (auth-source-protocols)
2803         (auth-source-protocols-customize, auth-source-choices): Added and
2804         modified variable customizations and defaults.
2805         (auth-source-pick, auth-source-user-or-password)
2806         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2807         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2808         (auth-source-user-or-password-sftp)
2809         (auth-source-user-or-password-smtp): Use new variables and provide an
2810         interface to netrc.el.
2811
2812 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2813
2814         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2815         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2816         Make sure the nntp port to specify is a string.
2817
2818 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2819
2820         * nntp.el: Use with-current-buffer.
2821         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2822         dubious mm-with-unibyte-current-buffer.
2823         (nntp-with-open-group-function): New function extracted from
2824         nntp-with-open-group macro.
2825         (nntp-with-open-group): Use the function, so it's easier to debug.
2826         Add indentation and debugging info.
2827         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2828         the use of the netcat alternatives.
2829
2830         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2831         Avoid mm-string-as-multibyte as well.
2832
2833         * nnweb.el (nnweb-insert-html):
2834         Remove use of nnheader-string-as-multibyte.
2835
2836         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2837         (nnheader-string-as-multibyte): Remove.
2838
2839         * mm-view.el: Use inhibit-read-only.
2840         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2841         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2842         or unibyte-string.
2843
2844         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2845         (mm-uu-yenc-extract): Use with-current-buffer.
2846
2847         * gnus-soup.el (gnus-soup-send-packet): Don't use
2848         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2849
2850         * nnmh.el: Use with-current-buffer.
2851         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2852         mm-string-as-multibyte on the output of mm-encode-coding-string.
2853
2854         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2855         (nnimap-request-move-article): Use with-current-buffer.
2856
2857         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2858         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2859         conversion uses string-make-unibyte rather than string-as-unibyte.
2860
2861         * gnus-msg.el: Use with-current-buffer.
2862
2863         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2864
2865 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2866
2867         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2868         string for caching if it is 'PIN.
2869
2870 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2871
2872         * lpath.el: Consider the case without Emacs/W3.
2873
2874 2008-03-08  Glenn Morris  <rgm@gnu.org>
2875
2876         * time-date.el (date-to-time, time-subtract, time-add)
2877         (safe-date-to-time): Doc fixes.
2878
2879 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2880
2881         * mail-source.el (mail-source-delete-old-incoming-confirm):
2882         Change default to nil.
2883         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2884
2885 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2886
2887         * lpath.el: Rearrange.
2888
2889         * gnus-art.el (gnus-narrow-to-page): Position point properly.
2890         (gnus-article-goto-prev-page): Work for articles having ^L's.
2891
2892         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2893
2894         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2895
2896 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2897
2898         * gnus-bookmark.el: Adjust for renames in bookmark.el.
2899         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2900         (gnus-bookmark-jump): Adjust some variable names.
2901
2902 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2903
2904         * auth-source.el: New package.
2905         (auth-source-choices): Add customization entry point variable.
2906
2907         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2908         bug.
2909
2910 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
2911
2912         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2913         (gnus-registry-initialize, gnus-registry-install-p): Use it.
2914         (gnus-registry-install-shortcuts): Rename from
2915         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
2916         the `gnus-registry-mark-map' keymap dynamically from
2917         `gnus-registry-marks'.  The generated functions update the summary line
2918         when a registry mark is added or deleted, and will call
2919         `gnus-registry-install-p' (see the comments in the code).
2920         (gnus-registry-user-format-function-M): Use concat intelligently.
2921
2922         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2923         the registry mark functions.
2924
2925 2008-03-05  Glenn Morris  <rgm@gnu.org>
2926
2927         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2928         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2929         gnus-art.
2930         (top-level): No need to load own source when compiling.
2931
2932 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2933
2934         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2935         Suggested by <chris.anderton@zetnet.co.uk>.
2936
2937 2008-03-04  Glenn Morris  <rgm@gnu.org>
2938
2939         * gnus-sum.el (top-level): No need to require gnus when compiling,
2940         since unconditionally required near start of file.
2941         (gnus-summary-display-while-building): Move definition before use.
2942
2943 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
2944
2945         * gnus-registry.el (gnus-registry-user-format-function-M): Add
2946         formatting function.
2947
2948 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
2949
2950         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2951         with plists.
2952         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2953         Use new format.
2954
2955 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2956
2957         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2958         `where-is-internal' that returns a range of key sequences.
2959
2960 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2961
2962         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2963
2964         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
2965         (gnus-summary-jump-to-group): Consider windows on other displayed
2966         frames as well.  Similar changes might be needed elsewhere, but that's
2967         the one I've bumped into during my use.
2968
2969         * nndoc.el (nndoc-oe-dbx-type-p):
2970         * gnus-msg.el (gnus-debug):
2971         * gnus-group.el (gnus-update-group-mark-positions):
2972         Use mm-string-to-multibyte.
2973
2974 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2975
2976         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
2977         doesn't handle NotDashEscaped.
2978
2979         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
2980         (mml-dnd-attach-options): Fix typo in custom choice.
2981
2982         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2983         nndoc-article-type to mbox.
2984         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2985
2986         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
2987         to nil, instead of html2text.
2988
2989         * imap.el (imap-debug): Add `imap-ping-server'.
2990
2991         * gnus-bookmark.el: Add FIXMEs.
2992
2993         * message.el (message-form-letter-separator)
2994         (message-send-form-letter-delay): New variables.
2995         (message-send-form-letter): Use them.  New command to send form
2996         letters.  Requested by Uwe Siart.
2997         (message-send-mail-function): Doc fix.  Add "Other" custom option.
2998
2999 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3000
3001         * Update copyright years.
3002
3003 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3004
3005         Sync from EMACS_22_BASE.
3006
3007         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3008
3009 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3010
3011         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3012         empty author.
3013
3014 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3015
3016         * gnus-registry.el (gnus-registry-marks): Add variable for
3017         customization of marks and their appearance.
3018         (gnus-registry-read-mark): Use it.
3019         (gnus-registry-do-marks): Add utility function to loop through
3020         `gnus-registry-marks'.
3021         (gnus-registry-install-shortcuts-and-menus): Add function to install
3022         shortcuts and menus.
3023         (gnus-registry-initialize): Use it.
3024         (gnus-registry-default-mark): Clarify documentation.
3025
3026 2008-02-29  Glenn Morris  <rgm@gnu.org>
3027
3028         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3029         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3030         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3031         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3032         Change defcustom :version from 23.0 to 23.1.
3033
3034 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3035
3036         * gnus-registry.el (gnus-registry-follow-group-p)
3037         (gnus-registry-post-process-groups): Add functions to aid registry
3038         splitting and improve logging.  Clarify behavior in function
3039         documentation.
3040         (gnus-registry-split-fancy-with-parent): Use them.
3041
3042 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3043
3044         * gnus-art.el: Use with-current-buffer.
3045
3046 2008-02-27  David Engster  <dengste@eml.cc>
3047
3048         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3049         Express real group name in the response.
3050
3051 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3052
3053         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3054         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3055         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3056         autoload gnus-registry-fetch-group when compiling.
3057         (nnmairix-request-group-with-article-number-correction): Remove
3058         unreferenced argument passed to nnmairix-call-backend.
3059
3060 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3061
3062         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3063         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3064         Wilde.
3065
3066 2008-02-27  Glenn Morris  <rgm@gnu.org>
3067
3068         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3069         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3070         variables to defconsts.  Convert comments to doc-strings.
3071         (nnmairix-last-server, nnmairix-current-server): Convert from free
3072         variables to defvars.  Convert comments to doc-strings.
3073         (gnus-registry-fetch-group): Autoload.
3074         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3075         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3076         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3077         caddr.
3078         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3079         nnmairix-request-group-with-article-number-correction call.
3080         (nnmairix-fast, nnmairix-group): New, less general names, for free
3081         variables passed from nnmairix-request-group to
3082         nnmairix-request-group-with-article-number-correction.  Declare.
3083         (nnmairix-request-group-with-article-number-correction):
3084         Use nnmairix-fast, nnmairix-group rather than fast, group.
3085
3086 2008-02-26  David Engster  <dengste@eml.cc>
3087
3088         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3089         version 0.5.
3090
3091 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3092
3093         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3094         instead of making an extra function call.  Don't add the current group
3095         to articles only when they have the group.  Use
3096         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3097         Reported by David <de_bb@arcor.de>.
3098
3099 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3100
3101         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3102         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3103
3104 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3105
3106         * mail-source.el (mail-source-delete-incoming): Change default.
3107         Supplement doc string.
3108
3109         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3110
3111 2008-02-14  Glenn Morris  <rgm@gnu.org>
3112
3113         * time-date.el (format-seconds): New function.
3114
3115 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3116
3117         * nnmail.el (nnmail-message-id-cache-file): Derive from
3118         `gnus-home-directory'.
3119
3120 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3121
3122         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3123         Document negative prefix.
3124
3125         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3126
3127 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3128
3129         * message.el (message-unsent-separator): Add the Exim bounce
3130         separator.
3131
3132 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3133
3134         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3135         list.
3136         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3137         recipient/signer list.
3138
3139 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3140
3141         * Makefile.in (datarootdir): Define.
3142         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3143         name that might contain whitespace.
3144
3145 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3146
3147         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3148         fbound (Emacs 23 unicode), signal an error.
3149
3150 2008-02-08  Glenn Morris  <rgm@gnu.org>
3151
3152         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3153
3154 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3155
3156         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3157         ports to the calls to `netrc-machine-user-or-password' in addition to
3158         "imap" and "imaps".
3159
3160 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3161
3162         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3163
3164         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3165
3166 2008-02-01  Kenichi Handa  <handa@m17n.org>
3167
3168         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3169         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3170         (rfc2104-hash): Convert the result of concat to unibyte string.
3171
3172 2008-02-01  Dave Love  <fx@gnu.org>
3173
3174         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3175         coding-system-for-read.
3176         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3177
3178 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3179
3180         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3181         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3182         <hanche@math.ntnu.no>.
3183
3184 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3185
3186         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3187
3188         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3189
3190 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3191
3192         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3193         * message.el (message-beginning-of-line): Use featurep instead of bound
3194         tests in order to resolve conditionals at compile time.
3195
3196 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3197
3198         * mail-source.el (mail-sources): Add `group' choice.
3199
3200         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3201         parameter `in-group' to control into which group the articles go.
3202         Add treatment of `group' mail-source.
3203
3204 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3205
3206         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3207
3208         * mm-decode.el (mm-dissect-buffer): Decode description.
3209
3210         * mml.el (mml-to-mime): Encode message header first.
3211
3212 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3213
3214         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3215         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3216
3217         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3218         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3219
3220 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3221
3222         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3223
3224 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3225
3226         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3227         prefix keys.
3228         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3229         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3230         gnus-xmas.el.
3231
3232         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3233         (gnus-xmas-article-describe-bindings): New function.
3234         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3235         gnus-xmas-article-describe-bindings.
3236
3237         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3238
3239 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3240
3241         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3242         Add new variables for article mark management.
3243         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3244         list of extra data entries which, when present, will indicate that the
3245         article ID should not be trimmed from the registry.
3246         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3247         functions.
3248         (gnus-registry-read-mark): New function to read a mark name from the
3249         user.
3250         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3251         (gnus-registry-set-article-mark-internal): New functions to add and
3252         remove marks.
3253         (gnus-registry-get-article-marks): New function to show the marks for
3254         an article, or retrieve them for further use.
3255
3256 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3257
3258         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3259         keys when no argument is given.
3260
3261 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3262
3263         * imap.el (imap-ping-server): New variable.
3264         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3265         (imap-ping-server): Minor doc string fixes.
3266
3267 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3268
3269         * imap.el (imap-ping-server): New function.
3270         (imap-opened): Call imap-ping-server.
3271
3272 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3273
3274         * gnus-sum.el (gnus-article-sort-by-random)
3275         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3276         jidanni@jidanni.org.
3277
3278 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3279
3280         * gnus-art.el (gnus-article-describe-bindings): New function.
3281         (gnus-article-read-summary-keys): Use it.
3282         (gnus-article-mode-map): Bind `C-h b' to it.
3283
3284 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3285
3286         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3287         XEmacs.
3288         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3289         against non-character events.
3290
3291         * lpath.el: Fbind map-keymap for Emacs 21.
3292
3293 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3294
3295         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3296         command.
3297         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3298         instead of END.  Change name of the temp file.
3299         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3300         customizable.
3301
3302 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3303
3304         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3305         bind `S W' to gnus-article-wide-reply-with-original; set default
3306         binding to gnus-article-read-summary-send-keys.
3307         (gnus-article-read-summary-keys): Fix the order of keys; display
3308         continuation keys correctly in the echo area; describe bindings
3309         correctly when keys end with `C-h'.
3310         (gnus-article-read-summary-send-keys): New function.
3311         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3312         for gnus-article-read-summary-send-keys; display continuation keys
3313         correctly in the echo area.
3314         (gnus-article-reply-with-original): Ignore prefix argument.
3315         (gnus-article-wide-reply-with-original): New function.
3316
3317         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3318         Emacs 21.
3319
3320 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3321
3322         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3323         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3324
3325 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3326
3327         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3328         (gnus-group-read-ephemeral-gmane-group): New command.
3329
3330 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3331
3332         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3333
3334 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3335
3336         * message.el (message-send-mail-function): Increase custom version.
3337
3338         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3339         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3340
3341 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3342
3343         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3344         for the cases where imap-authenticate is called with a nil buffer
3345         parameter.
3346
3347 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3348
3349         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3350         html parts correctly; support forwarded messages.
3351         (gnus-article-browse-html-article): Remove work buffers.
3352
3353         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3354         compiling.
3355         (netrc-bound-and-true-p): New macro.
3356         (netrc-parse): Use it instead of bound-and-true-p that is not available
3357         in XEmacs 21.4.
3358
3359 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3360
3361         * gnus-registry.el (gnus-registry-mark-article)
3362         (gnus-registry-article-marks): Add functionality to mark articles
3363         through the Gnus registry.
3364
3365         * encrypt.el: Clarify documentation for the new pgg method.
3366         (encrypt-file-alist): Add PGG option.
3367         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3368         functionality.  Abstract password key and messaging to external
3369         functions.
3370         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3371         (encrypt-message-method-and-cipher): Add new convenience external
3372         functions.
3373         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3374         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3375
3376         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3377         (netrc-parse): Use encrypt-file-alist to determine if
3378         encrypt-find-model or encrypt-insert-file-contents should be used.
3379
3380         * encrypt.el: Clarify documentation.  Load password-cache or
3381         password, whichever one is found first, instead of autoloading.
3382
3383 2007-12-19  Glenn Morris  <rgm@gnu.org>
3384
3385         * mml.el (message-options-set, message-narrow-to-head)
3386         (message-in-body-p, message-mail-p, message-encode-message-body):
3387         Autoload.
3388         (message-remove-header, message-narrow-to-headers-or-head)
3389         (message-subscribed-p, message-make-mail-followup-to)
3390         (message-position-on-field, message-news-p)
3391         (message-options-set-recipient, message-generate-headers)
3392         (message-sort-headers): Declare as functions.
3393
3394 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3395
3396         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3397         convention in doc string.
3398
3399 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3400
3401         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3402         title to html parts.
3403         (gnus-article-browse-html-article): Pass message header to it.
3404
3405         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3406
3407 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3408
3409         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3410         or password compatible with XEmacs.
3411
3412 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3413
3414         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3415         format document.
3416         (gnus-mime-delete-part): Don't write description line if empty.
3417         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3418
3419 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
3420
3421         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3422         (gnus-summary-mark-read-and-unread-as-read)
3423         (gnus-summary-mark-current-read-and-unread-as-read)
3424         (gnus-summary-mark-unread-as-ticked): Doc fix.
3425         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3426
3427 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3428
3429         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3430         Christoph Conrad <christoph.conrad@gmx.de>.
3431
3432 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3433
3434         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3435         yes-or-no-p.
3436
3437 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3438
3439         * mm-decode.el (mm-add-meta-html-tag): New function.
3440         (mm-save-part-to-file, mm-pipe-part): Use it.
3441
3442         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3443         gnus-y-or-n-p instead of y-or-n-p.
3444         (gnus-article-browse-html-parts): Work with message/external-body; use
3445         mm-add-meta-html-tag.
3446
3447 2007-12-11  Glenn Morris  <rgm@gnu.org>
3448
3449         * gnus-cache.el: Require gnus-sum not just when compiling.
3450
3451         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3452
3453         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3454         definitions before use.
3455
3456         * mm-decode.el: Require gnus-util.
3457         (mm-remove-part): Only call delete-annotation on XEmacs.
3458
3459         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3460
3461         * nnmail.el: Require gnus-int.
3462
3463         * spam.el: Move `require's before `eval-when-compile's.
3464
3465         * gnus-ems.el (gnus-alive-p):
3466         * gnus-fun.el (message-goto-eoh):
3467         * gnus-util.el (gnus-group-name-decode):
3468         * mail-source.el (gnus-compress-sequence):
3469         * message.el (Info-goto-node, format-spec):
3470         * mm-bodies.el (message-options-get):
3471         * mm-decode.el (mm-view-pkcs7):
3472         * mm-util.el (gmm-write-region):
3473         * mml-smime.el (mml-compute-boundary)
3474         (gnus-completing-read-with-default):
3475         * mml.el (widget-button-press, gnus-make-hashtable):
3476         * mml1991.el (mm-decode-content-transfer-encoding)
3477         (mm-encode-content-transfer-encoding)
3478         (message-options-get, message-options-set):
3479         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3480         * nnfolder.el (gnus-request-group):
3481         * nnheader.el (ietf-drums-unfold-fws):
3482         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3483         * smime.el (gnus-run-mode-hooks):
3484         * spam-stat.el (gnus-message): Autoload.
3485
3486         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3487         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3488         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3489         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3490         Add declare-function compatibility definition.
3491
3492         * gnus-cache.el (nnvirtual-find-group-art):
3493         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3494         (gnus-add-image, gnus-add-wash-type):
3495         * gnus-group.el (nnkiboze-score-file):
3496         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3497         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3498         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3499         (message-tokenize-header, gnus-get-buffer-create)
3500         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3501         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3502         * gnus.el (gnus-group-decoded-name):
3503         * mail-source.el (imap-capability):
3504         * mm-bodies.el (message-options-set):
3505         * mm-decode.el (gnus-configure-windows):
3506         * mm-extern.el (message-goto-body):
3507         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3508         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3509         (epg-sub-key-validity, message-options-set):
3510         * mml.el (widget-event-point, gnus-configure-windows):
3511         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3512         * mml2015.el (epg-check-configuration, epg-configuration)
3513         (message-options-set):
3514         * nndb.el (nndb-request-article):
3515         * nnfolder.el (gnus-request-create-group):
3516         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3517         * nnmaildir.el (gnus-group-mark-article-read):
3518         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3519         * rfc1843.el (message-fetch-field):
3520         * spam.el (gnus-extract-address-components):
3521         Declare as functions.
3522
3523 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3524
3525         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3526
3527         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3528
3529         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3530         bind show-trailing-whitespace for XEmacs.
3531
3532 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3533
3534         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3535         new no-op macro for backward compatibility.
3536
3537         * imap.el (imap-string-to-integer): New function.
3538
3539 2007-12-09  Glenn Morris  <rgm@gnu.org>
3540
3541         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3542
3543         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3544         * message.el, mm-view.el, sieve-manage.el, smime.el:
3545         Add declare-function compatibility definition.
3546
3547         * gnus-art.el (w3-region, w3m-region, Info-menu):
3548         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3549         * gnus-sum.el (gnus-get-predicate):
3550         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3551         * message.el (mail-abbrev-in-expansion-header-p):
3552         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3553         (w3m-detect-meta-charset, w3m-region):
3554         * sieve-manage.el (password-read, password-cache-add)
3555         (password-cache-remove):
3556         * smime.el (password-read-and-add): Declare as functions.
3557
3558 2007-12-08  David Kastrup  <dak@gnu.org>
3559
3560         * gnus-sum.el (gnus-summary-simplify-subject-query):
3561         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3562         `message'.
3563
3564 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3565
3566         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3567         it to bind idna-program, installation-directory, defined-colors, and
3568         face-attribute for XEmacs of the version that compiles defcustom forms.
3569
3570 2007-12-07  Glenn Morris  <rgm@gnu.org>
3571
3572         * gnus-art.el (article-make-date-line): Revert previous change.
3573
3574 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3575
3576         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3577
3578 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3579
3580         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3581         Call gnus-add-to-range ranges only once with a prepared article-list.
3582
3583 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3584
3585         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3586         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3587         group names with backslashes.  Reported by Tassilo Horn
3588         <tassilo@member.fsf.org>.
3589
3590 2007-12-06  Deepak Goel  <deego3@gmail.com>
3591
3592         * gnus-art.el (article-make-date-line):
3593         * gnus-start.el (gnus-load):
3594         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3595
3596 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3597
3598         * gnus-art.el (gnus-use-idna)
3599         * gnus-start.el (gnus-site-init-file)
3600         * message.el (message-use-idna)
3601         * mm-uu.el (mm-uu-hide-markers)
3602         * smiley.el (smiley-style): Revert changes that suppress warnings.
3603
3604 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3605
3606         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3607         specify charset to html source.  Reported by Christoph Conrad
3608         <christoph.conrad@gmx.de>.
3609
3610 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3611
3612         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3613         idna-program in order to suppress byte compile warning issued by XEmacs
3614         that came to byte compile the default value section of defcustom forms
3615         recently.
3616
3617         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3618         value of installation-directory.
3619
3620         * message.el (message-use-idna): Don't directly refer to the value of
3621         idna-program.
3622
3623         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3624
3625         * smiley.el (smiley-style): Don't directly call face-attribute.
3626
3627 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3628
3629         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3630
3631         * gnus-dired.el: Reduce Gnus dependencies.
3632         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3633         require.  Use autoloads instead.
3634         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3635         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3636         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3637         (gnus-dired-mode): Adjust doc string.
3638         (gnus-dired-mail-mode): New variable.
3639         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3640         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3641         (gnus-dired-mail-buffers): New function.  Return mail or message
3642         composition buffers.
3643         (gnus-dired-attach): Use it.
3644         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3645         NO-DECODE.
3646         (gnus-dired-print): Use `gnus-print-buffer' depending on
3647         `gnus-dired-mail-mode'.
3648
3649 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3650
3651         * rfc2047.el (rfc2047-encoded-word-regexp)
3652         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3653         explaining what regexp patterns are for.
3654
3655 2007-12-04  Glenn Morris  <rgm@gnu.org>
3656
3657         * password.el: Move to password-cache.el.
3658
3659         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3660         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3661         * mml-smime.el (password-read, password-cache-add)
3662         (password-cache-remove):
3663         No need to autoload, since mml-sec requires password.
3664
3665         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3666         * message.el (gnus-extract-address-components):
3667         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3668
3669         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3670         password.
3671
3672 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3673
3674         * mailcap.el: Reduce dependencies.
3675         (mail-header-parse-content-type): Autoload.
3676         (mailcap-delete-duplicates): New alias.
3677         (mailcap-mime-info): Add optional argument NO-DECODE.
3678         (mailcap-mime-types): Use mailcap-delete-duplicates.
3679
3680         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3681
3682 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3683
3684         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3685         (imap-parse-status): Upcase status-att for servers that sends them
3686         lower-case (e.g., MS Exchange 2007).
3687
3688 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3689
3690         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3691         function.
3692
3693         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3694         (gnus-uu-yenc-article): New function.
3695
3696         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3697
3698         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3699         buffer.
3700
3701 2007-12-02  Glenn Morris  <rgm@gnu.org>
3702
3703         * binhex.el (binhex): New custom group.
3704         (binhex-decoder-program, binhex-decoder-switches)
3705         (binhex-use-external): Move to the binhex custom group.
3706
3707         * uudecode.el (uudecode): New custom group.
3708         (uudecode-decoder-program, uudecode-decoder-switches)
3709         (uudecode-use-external): Move to the uudecode custom group.
3710
3711         * netrc.el (top-level): Don't load `encrypt' features.
3712         (netrc-parse): Don't use encrypt.
3713         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3714
3715         * encrypt.el: Remove file.
3716
3717 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3718
3719         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3720         matches on patches.
3721
3722         * gnus-art.el (gnus-article-browse-html-article): Mention
3723         `mm-text-html-renderer' in the doc string.
3724
3725         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3726         string.  Add comments.
3727
3728         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3729         if rhs is ASCII.
3730
3731 2007-12-01  Glenn Morris  <rgm@gnu.org>
3732
3733         * mail-source.el (top-level): Require format-spec before
3734         eval-when-compile.
3735
3736 2007-11-30  Glenn Morris  <rgm@gnu.org>
3737
3738         * encrypt.el: Require password, rather than autoloading password-read.
3739
3740 2007-11-29  Glenn Morris  <rgm@gnu.org>
3741
3742         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3743         (sasl-make-client, sasl-next-step, sasl-step-data)
3744         (sasl-step-set-data): Declare as functions.
3745
3746 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3747
3748         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3749
3750 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3751
3752         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3753         certs should be verified and what is to be done in the event of a
3754         verification failure.
3755
3756         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3757         caller can indicate whether the cache should be disregarded for this
3758         call.  This way the result of the call is reproducible at all times and
3759         can be considered a canonical server name for the supplied method.
3760         (gnus-agent-method-p): Canonicalize server names by pushing their
3761         method through `gnus-method-to-server' using the no-cache argument.
3762
3763         * gnus-srvr.el (gnus-server-insert-server-line): Call
3764         `gnus-method-to-server' with `no-cache' argument.
3765
3766         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3767         gnus-agent-possibly-synchronize-flags as this should be called when the
3768         server is actually being opened.
3769         (gnus-agent-possibly-synchronize-flags)
3770         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3771         flags file of an agentized server to the latter function.
3772
3773         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3774         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3775         after a connection has been established successfully.
3776
3777 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3778
3779         * gnus-art.el (article-display-face): Force to display face if called
3780         interactively; check if gnus-article-x-face-too-ugly matches author.
3781         (article-display-x-face): Display face even if From header is missing
3782         as article-display-face does.
3783
3784 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3785
3786         * hashcash.el (message-narrow-to-headers-or-head)
3787         (message-fetch-field, message-goto-eoh)
3788         (message-narrow-to-headers): Declare as functions.
3789
3790 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3791
3792         * mail-source.el (mail-sources): Default to fetch from file for
3793         compatibility with default of nnmail-spool-file.
3794
3795 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3796
3797         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3798         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3799         to look for encoded word that should be encoded again.
3800         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3801         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3802         encoding pattern.
3803         (rfc2047-decode-region): Switch strict regexp and loose one according
3804         to rfc2047-allow-irregular-q-encoded-words.
3805
3806 2007-11-25  Romain Francoise  <romain@orebokech.com>
3807
3808         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3809
3810 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3811
3812         * tls.el (tls-program): Provide more custom choices from
3813         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3814         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3815
3816 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3817
3818         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3819         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3820
3821         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3822         `nnmail-spool-file'.
3823
3824         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3825         `nnmail-spool-file'.
3826
3827         * gnus-move.el (gnus-change-server): Ditto.
3828
3829         * gnus-kill.el (gnus-batch-score): Ditto.
3830
3831         * gnus-cache.el (gnus-jog-cache): Ditto.
3832
3833         * gnus-msg.el (gnus-summary-reply):
3834         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3835
3836 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3837
3838         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3839         version.  Minor improvement to doc strings.
3840         (tls-program): Add comment.
3841
3842 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3843
3844         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3845         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3846         mismatch between the hostname provided in the certificate and the name
3847         of the host connnecting to.
3848         (open-tls-stream): Use them.  Check certificates against trusted root
3849         certificates.
3850
3851 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3852
3853         * gnus-cache.el (gnus-cache-generate-nov-databases):
3854         Use nnml-generate-nov-databases-directory instead of
3855         nnml-generate-nov-databases-1.
3856
3857 2007-11-24  Glenn Morris  <rgm@gnu.org>
3858
3859         * message.el (message-tool-bar-retro): Update for rename
3860         mail_send.xpm->mail-send.xpm.
3861
3862 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3863
3864         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3865         `smime-ldap-search' for Emacs 22 and up.
3866
3867 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3868
3869         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3870
3871         * message.el (message-send-mail-function): Fix error convention.
3872         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3873         (message-widen-reply, message-send-mail, message-talkative-question)
3874         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3875         (message-clone-locals, message-send-news): Use with-current-buffer.
3876         (message-insert-or-toggle-importance): Remove unused var `valid'.
3877         (message-make-references): Remove unused var `new-references'.
3878         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3879
3880 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3881
3882         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3883         (spam-split-symbolic-return-positive): Reflow docstring.
3884         (spam-backends, spam-summary-exit-behavior)
3885         (spam-mark-ham-unread-before-move-from-spam-group)
3886         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3887         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3888         (spam-clear-cache, spam-backend-check, spam-install-backend)
3889         (spam-install-statistical-backend, spam-list-of-processors)
3890         (spam-group-processor-p, spam-split, spam-bogofilter-score)
3891         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3892         (spam-check-crm114, spam-initialize, spam-unload-hook):
3893         Fix typos in docstrings.
3894
3895 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3896
3897         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3898         been checked if they have never been read and those group levels are
3899         higher than the one that a user specified.
3900
3901 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3902
3903         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3904         foreign groups unless a group level is specified by a user.
3905         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3906
3907 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
3908
3909         * message.el (message-send-mail-function): Require sendmail.
3910
3911 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
3912
3913         * message.el (message-send-mail-function): Check for smtpmail too.
3914
3915         * utf7.el (utf7-encode, utf7-decode): Use coding system
3916         `utf-7'/`utf-7-imap' from utf-7.el' if available.
3917
3918         * message.el (message-send-mail-function): New function.
3919         (message-send-mail-function): Set default using
3920         message-send-mail-function.  Adjust doc string.
3921         (message-send-mail-with-mailclient): New function.
3922
3923 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3924
3925         * smime.el (from):
3926         * rfc2047.el (message-posting-charset):
3927         * qp.el (mm-use-ultra-safe-encoding):
3928         * pop3.el (parse-time-months):
3929         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3930         * nnml.el (files):
3931         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3932         (jka-compr-compression-info-list, ange-ftp-path-format)
3933         (efs-path-regexp):
3934         * nndiary.el (files):
3935         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3936         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3937         (epg-digest-algorithm-alist, inhibit-redisplay)
3938         (password-cache-expiry):
3939         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3940         (pgg-output-buffer, password-cache-expiry):
3941         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3942         (efs-path-regexp):
3943         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3944         (inhibit-redisplay):
3945         * mm-uu.el (file-name, start-point, end-point, entry)
3946         (gnus-newsgroup-name, gnus-newsgroup-charset):
3947         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3948         (latin-unity-ucs-list):
3949         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3950         (mm-uu-binhex-decode-function):
3951         * message.el (gnus-message-group-art, gnus-list-identifiers)
3952         (rmail-enable-mime-composing, gnus-local-organization)
3953         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3954         (gnus-read-active-file, facemenu-add-face-function)
3955         (facemenu-remove-face-function, gnus-article-decoded-p)
3956         (tool-bar-mode):
3957         * mail-source.el (display-time-mail-function):
3958         * gnus-util.el (nnmail-pathname-coding-system)
3959         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3960         (gnus-original-article-buffer, gnus-user-agent)
3961         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3962         (xemacs-codename, sxemacs-codename, emacs-program-version):
3963         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3964         * gnus-start.el (gnus-agent-covered-methods)
3965         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3966         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3967         (gnus-newsgroup-headers, gnus-group-list-mode)
3968         (gnus-group-mark-positions, gnus-newsgroup-data)
3969         (gnus-newsgroup-unreads, nnoo-state-alist)
3970         (gnus-current-select-method, mail-sources)
3971         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3972         (nnmail-spool-file, gnus-cache-active-hashtb):
3973         * gnus-mh.el (mh-lib-progs):
3974         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3975         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3976         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3977         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3978         (gnus-group-buffer):
3979         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3980         (font-lock-set-defaults):
3981         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3982         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3983         (gnus-summary-post-menu, total-parts, type, condition, length):
3984         * gnus-agent.el (gnus-agent-read-agentview):
3985         * flow-fill.el (show-trailing-whitespace):
3986         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3987         eval-and-compile wrappers for byte compiler pacifiers.
3988
3989         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3990         (mm-display-inline-fontify): Check for featurep 'xemacs not
3991         extent-list.
3992
3993         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3994         itimer-list.
3995         (mm-create-image-xemacs): Only do something for XEmacs.
3996         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3997
3998         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3999
4000         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4001         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4002
4003 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4004
4005         * nnimap.el (nnimap-split-download-body):
4006         * gnus-demon.el (gnus-demon):
4007         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4008
4009 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4010
4011         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4012         macros.
4013         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4014         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4015         copy data from unibyte buffer to multibyte current buffer.
4016         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4017         to copy data from unibyte current buffer to multibyte buffer.
4018         (nntp-make-process-buffer): Make process buffer unibyte.
4019
4020         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4021
4022 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4023
4024         * pop3.el (pop3-open-server): Accept and process data more robustly at
4025         connexion start to avoid spurious "POP SSL connexion failed" errors.
4026
4027 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4028
4029         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4030         read group names.
4031
4032 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4033
4034         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4035
4036 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4037
4038         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4039         (nnmail-save-active): Use a unibyte buffer when saving active file,
4040         which may contain non-ASCII group names.
4041
4042         * nnml.el (nnml-request-group): Decode group names in messages.
4043
4044 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4045
4046         * message.el (message-citation-line-function)
4047         (message-insert-formatted-citation-line): Fix spelling of
4048         `message-insert-formated-citation-line'.
4049
4050 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4051
4052         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4053
4054 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4055
4056         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4057         nnmail-pathname-coding-system.
4058
4059         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4060         that a user enters; decode group names in messages.
4061
4062         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4063
4064 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4065
4066         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4067
4068         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4069
4070         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4071         risky local variable.
4072
4073         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4074
4075 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4076
4077         * encrypt.el: Improve documentation to fix function name typo.
4078         Reported by Daiki Ueno <ueno@unixuser.org>.
4079
4080 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4081
4082         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4083         even if the point is not in the last page of an article.
4084         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4085         back to the previous page.
4086
4087 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4088
4089         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4090
4091 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4092
4093         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4094
4095 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4096
4097         * message.el (message-check-news-body-syntax): Avoid
4098         mm-string-as-multibyte.
4099         (message-hide-headers): Don't assume (point-min)==1.
4100
4101 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4102
4103         * message.el (message-remove-blank-cited-lines): Fix if remove is
4104         given.
4105         (message-bogus-address-regexp): New variable.
4106         (message-bogus-recipient-p): New function.
4107         (message-check-recipients): New command.
4108         (message-syntax-checks): Add `bogus-recipient'.
4109         (message-fix-before-sending): Add `bogus-recipient'.
4110
4111         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4112         (gnus-treat-body-boundary): Don't test window-system.
4113
4114 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4115
4116         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4117
4118 2007-10-28  Miles Bader  <miles@gnu.org>
4119
4120         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4121         at compile-time too.
4122
4123 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4124
4125         * gnus-msg.el (gnus-message-setup-hook): Add
4126         `message-remove-blank-cited-lines' to options.
4127
4128 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4129
4130         * message.el (message-remove-blank-cited-lines): New function.
4131         Suggested by Karl Plästerer.
4132
4133 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4134
4135         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4136         mapc.
4137
4138         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4139         (top-level): Use mapc to set functions to be traced for debugging.
4140
4141         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4142         called for effect with while loop.
4143
4144         * message.el (message-talkative-question): Replace mapcar called for
4145         effect with mapc.
4146
4147         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4148         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4149         called for effect with dolist.
4150
4151         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4152
4153         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4154         gnus-extra-headers and nnmail-extra-headers.
4155
4156         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4157         called for effect with dolist.
4158         (top-level): Use mapc to set functions to be traced for debugging.
4159
4160         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4161         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4162         dolist.
4163
4164         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4165         Replace mapcar called for effect with mapc.
4166         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4167         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4168         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4169         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4170
4171         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4172         remove-if that's a cl function.
4173
4174         * webmail.el (webmail-debug): Replace mapcar called for effect with
4175         dolist.
4176
4177         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4178         with mapc.
4179
4180 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4181
4182         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4183         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4184         with while loop.
4185
4186         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4187         functions from article-* functions.
4188         (gnus-multi-decode-header): Replace mapcar called for effect with
4189         dolist.
4190
4191         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4192         (gnus-bookmark-show-details): Replace mapcar called for effect with
4193         while loop.
4194
4195         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4196         called for effect with while loop.
4197
4198         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4199         with dolist.
4200
4201         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4202         mapcar called for effect with dolist.
4203
4204         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4205
4206         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4207         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4208         Replace mapcar called for effect with dolist.
4209         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4210         mapc.
4211
4212         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4213         Replace mapcar called for effect with dolist.
4214         (gnus-topic-list): Replace mapcar called for effect with mapc.
4215
4216         * gnus.el: Use mapc instead of mapcar to add autoloads.
4217
4218 2007-10-23  Richard Stallman  <rms@gnu.org>
4219
4220         * gnus-group.el (gnus-group-highlight): Mark as risky.
4221
4222 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4223
4224         * gnus.el (gnus-server-to-method): Return method found first in
4225         gnus-newsrc-alist.
4226
4227         * gnus-art.el (gnus-article-highlight-signature)
4228         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4229         button overlay without the front stickiness.
4230
4231 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4232
4233         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4234         overview buffer needed a catch to receive its throw.
4235         (gnus-agent-flush-cache): Declared as interactive to make this function
4236         easier to use.
4237
4238 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4239
4240         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4241         `next-line'.
4242
4243 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4244
4245         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4246         exclude address matching message-dont-reply-to-names.
4247
4248 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4249
4250         * gnus-util.el (gnus-string<): New function.
4251
4252         * gnus-sum.el (gnus-article-sort-by-author)
4253         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4254
4255 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4256
4257         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4258         the frame-focus tag is set in gnus-buffer-configuration.
4259
4260 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4263         the front stickiness.
4264
4265 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4266
4267         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4268         url pattern; remove duplicate one.
4269         (gnus-article-extend-url-button): New function.
4270         (gnus-article-add-buttons): Use it.
4271         (gnus-button-push): Use concatenated url that it makes.
4272
4273 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4274
4275         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4276
4277 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4278
4279         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4280         Don't hardcode point-min==1.
4281
4282 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4283
4284         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4285         Fix comment about "iso8859-1".
4286
4287 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4288
4289         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4290         ones returned from the verify-function.
4291
4292         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4293         mml2015-extract-cleartext-signature if extraction failed.
4294
4295 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4296
4297         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4298         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4299         failed.
4300
4301 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4302
4303         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4304
4305 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4306
4307         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4308         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4309         recommends to use EasyPG instead of PGG.
4310
4311         * pgg.el: Revert to revision 6.23.2.16.
4312
4313         * pgg-def.el: Revert to revision 6.6.2.14.
4314
4315         * pgg-gpg.el: Revert to revision 6.23.2.34.
4316
4317 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4318
4319         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4320         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4321         thread for both the null and zero (kill/expire thread) universal prefix
4322         cases.
4323         (gnus-summary-expire-thread): Add new function to expire a thread,
4324         using gnus-summary-kill-thread.
4325         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4326         shortcuts for gnus-summary-expire-thread.
4327         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4328         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4329
4330 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4331
4332         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4333         extras value, so an extras entry can be deleted.
4334         (gnus-registry-delete-extra-entry): Use it.
4335         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4336         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4337         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4338         storage through the gnus-registry, and provide an appropriate API for
4339         it.
4340
4341 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4342
4343         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4344         Suggested by Leo <sdl.web@gmail.com>.
4345
4346         * gnus.el: Do.
4347
4348 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4349
4350         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4351         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4352
4353         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4354
4355         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4356         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4357
4358 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4359
4360         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4361         newline.
4362         (nnmbox-request-accept-article): Don't change article in source buffer;
4363         narrow to header to use message-fetch-field rather than
4364         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4365         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4366         as delimiters; make sure article ends with newline.
4367         (nnmbox-delete-mail): Correct last position of article to be deleted;
4368         ignore X-Gnus-Newsgroup header in article body.
4369         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4370         positions; make sure article ends with newline.
4371
4372         * message.el (message-display-abbrev): Don't infloop when a user
4373         inserts SPC in the beginning of header.
4374
4375         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4376         coding-system-for-read and coding-system-for-write for XEmacs having no
4377         file-coding feature.
4378
4379         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4380
4381 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4382
4383         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4384         list of groups not followed by default.  Fix type to be regexp.
4385         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4386
4387 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4388
4389         * hmac-def.el (define-hmac-function): Switch from old-style to
4390         new-style backquotes.
4391
4392         * md4.el (md4-make-step): Likewise.
4393
4394 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4395
4396         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4397         raw-text coding system when saving .newsrc file, which may contain
4398         non-ASCII group names.
4399
4400 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * gnus-cus.el (gnus-score-extra): New widget.
4403         (gnus-score-extra-convert): New function.
4404         (gnus-score-customize): Use it for Extra.
4405
4406 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4407
4408         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4409         (mml2015-mailcrypt-clear-verify): Use it.
4410         (mml2015-gpg-clear-verify): Use it.
4411         (mml2015-pgg-clear-verify): Use it.
4412         (mml2015-epg-clear-verify): Replace the current part with the output
4413         from GnuPG; don't extract the plaintext by itself.
4414
4415         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4416         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4417         mml2015-clear-verify-function; don't touch the armor headers or
4418         dash-escaped text here.
4419
4420 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4423         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4424         parts, or application/octet-stream as a last resort.
4425         (gnus-mime-view-part-as-type): Don't toggle display.
4426         (gnus-mime-view-part-as-charset): Don't turn off display before
4427         querying charset.
4428
4429         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4430         stuff to undisplayer function in Emacs.
4431         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4432
4433         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4434         text/calendar parts.
4435
4436 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4437
4438         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4439         decoding text/calendar parts.
4440
4441         * message.el (message-forward-make-body-mime): Always mark body as
4442         having no illegible text; remove signed-or-encrypted argument.
4443         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4444
4445         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4446         (mml-generate-mime-1): Don't encode body if it is specified to be in
4447         raw form; don't make buffer be unibyte when inserting multibyte string.
4448
4449 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4450
4451         * sha1.el: Fix up comment style.
4452         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4453         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4454
4455         * hex-util.el: Fix up comment style.
4456         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4457
4458         * gnus-salt.el: Use with-current-buffer.
4459         (gnus-pick-setup-message): Fix long-standing typo.
4460
4461 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4462
4463         * imap.el (imap-logout-timeout): New variable.
4464         (imap-logout, imap-logout-wait): New functions.
4465         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4466
4467         * nnimap.el (nnimap-logout-timeout): New server variable.
4468         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4469         nnimap-logout-timeout.
4470
4471         * gnus-art.el (gnus-article-summary-command-nosave)
4472         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4473
4474 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * gnus.el (gnus-maximum-newsgroup): New variable.
4477
4478         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4479         according to gnus-maximum-newsgroup.
4480
4481         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4482         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4483         Limit the range of articles according to gnus-maximum-newsgroup.
4484
4485 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4486
4487         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4488         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4489         Don't perform gnus-configure-windows here; reuse existing sticky
4490         article buffer.
4491
4492         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4493         it doesn't exist in gnus-article-mode.
4494
4495 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4496
4497         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4498         (gnus-agent-decoded-group-name): New function.
4499         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4500         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4501
4502 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4503
4504         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4505         Add binding for gnus-sticky-article.
4506         (gnus-summary-exit): Don't kill sticky article buffers.
4507
4508         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4509         article buffer.
4510         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4511         (gnus-kill-sticky-article-buffers): New commands.
4512
4513 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4514
4515         * nntp.el (nntp-xref-number-is-evil): New server variable.
4516         (nntp-find-group-and-number): If it is non-nil, don't trust article
4517         numbers in the Xref header.
4518
4519 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * gnus-agent.el (gnus-agent-read-group): New function.
4522         (gnus-agent-flush-group, gnus-agent-expire-group)
4523         (gnus-agent-regenerate-group): Use it.
4524         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4525         nnmail-pathname-coding-system.
4526
4527 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4530
4531         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4532         that are unread as unread, and also as selected so that information of
4533         marks having been changed by a user may be updated when exiting group.
4534
4535 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4536
4537         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4538         calculated ignoring signature parts to gnus-treat-article.
4539
4540 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4541
4542         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4543         a point here in order to keep the window start.
4544         (gnus-insert-mime-security-button): Make a button overlay without the
4545         front stickiness.
4546         (gnus-mime-display-security): Goto the end of a button.
4547
4548         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4549
4550 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4551
4552         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4553         group-name-at-point.
4554         (gnus-group-completing-read): New function that offers decoded
4555         non-ASCII group names for completion.
4556         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4557         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4558         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4559         (gnus-group-fetch-control): Use it.
4560         (gnus-fetch-group): Use group-name-at-point for the initial value
4561         rather than the default value; use gnus-alive-p.
4562
4563         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4564         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4565         (gnus-summary-post-news): Use gnus-group-completing-read.
4566
4567         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4568         (gnus-read-move-group-name): Decode group name for completion.
4569
4570 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4571
4572         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4573         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4574         Yamaoka slightly modified the code).
4575
4576 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4577
4578         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4579         (nnmail-split-incoming): Bind it.
4580
4581         * nnml.el (nnml-group-name-charset): New function.
4582         (nnml-decoded-group-name): Use it; don't decode group name if
4583         nnmail-group-names-not-encoded-p is non-nil.
4584         (nnml-encoded-group-name): New function.
4585         (nnml-group-pathname): Inline nnml-decoded-group-name.
4586         (nnml-request-expire-articles): Decode group name in message.
4587         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4588         nnmail-pathname-coding-system.
4589         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4590         not decoded ones according to nnmail-group-names-not-encoded-p.
4591         (nnml-generate-active-info): Use nnml-encoded-group-name.
4592
4593 2007-08-08  Glenn Morris  <rgm@gnu.org>
4594
4595         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4596         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4597         doc-strings and comments.
4598
4599 2007-07-25  Glenn Morris  <rgm@gnu.org>
4600
4601         * Relicense all FSF files to GPLv3 or later.
4602
4603 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * gnus-sum.el (gnus-summary-move-article): Make
4606         gnus-summary-respool-article work.
4607
4608 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4609
4610         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4611         string.
4612
4613 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4614
4615         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4616         that should be ignored when comparing distant RSS articles with local
4617         ones.
4618         (nnrss-make-hash-index): New function.  Create a hash index according
4619         to the ignored fields.
4620         (nnrss-check-group): Use it.
4621
4622 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4623
4624         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4625
4626         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4627
4628         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4629         the new optional argument ENCODED is non-nil.
4630         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4631         coding system for encoding group name.
4632         (gnus-group-make-rss-group): Pass un-encoded group name to
4633         gnus-group-make-group.
4634         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4635         encoded.
4636
4637         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4638         Encode group name to which articles are moved or copied.
4639         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4640         coding system for encoding Newsgroup, Followup-To and Xref headers.
4641
4642         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4643         marks; use nnheader-file-coding-system to write a file.
4644         (nnagent-retrieve-headers): Bind file-name-coding-system to
4645         nnmail-pathname-coding-system.
4646
4647         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4648
4649         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4650         (nnml-request-article, nnml-request-create-group)
4651         (nnml-request-rename-group, nnml-find-id)
4652         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4653         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4654         (nnml-save-marks): Use nnml-group-pathname instead of
4655         nnmail-group-pathname.
4656
4657         (nnml-request-create-group, nnml-request-expire-articles)
4658         (nnml-request-move-article, nnml-request-delete-group)
4659         (nnml-deletable-article-p, nnml-possibly-create-directory)
4660         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4661         (nnml-open-marks): Bind file-name-coding-system to
4662         nnmail-pathname-coding-system.
4663
4664         (nnml-request-article): Pass server argument to nnml-find-group-number.
4665         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4666         server argument to nnml-possibly-create-directory.
4667         (nnml-request-accept-article): Pass server argument to
4668         nnml-active-number and nnml-save-mail.
4669         (nnml-find-group-number): Pass server argument to nnml-find-id.
4670         (nnml-request-update-info): Pass server argument to
4671         nnml-marks-changed-p.
4672
4673         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4674         (nnml-save-mail, nnml-active-number): Add server argument.
4675
4676         (nnml-request-delete-group): Warn if group is missing.
4677         (nnml-get-nov-buffer): Decode group name.
4678         (nnml-generate-active-info): Encode group name.
4679         (nnml-open-marks): Decode group name in messages.
4680
4681 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4682
4683         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4684         if it is not specified.
4685         (gnus-article-pipe-part, gnus-article-save-part)
4686         (gnus-article-interactively-view-part, gnus-article-copy-part)
4687         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4688         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4689         (gnus-article-replace-part, gnus-article-delete-part)
4690         (gnus-article-view-part-as-type): Pass raw prefix argument to
4691         gnus-article-part-wrapper.
4692
4693 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4694
4695         * gnus-agent.el (gnus-agent-save-active): Bind
4696         nnheader-file-coding-system to gnus-agent-file-coding-system.
4697
4698         * gnus-cache.el (gnus-cache-save-buffers)
4699         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4700         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4701         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4702         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4703         (gnus-cache-generate-active, gnus-cache-rename-group)
4704         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4705         (gnus-cache-update-overview-total-fetched-for): Bind
4706         file-name-coding-system to nnmail-pathname-coding-system.
4707         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4708         variables.
4709         (gnus-cache-decoded-group-name): New function.
4710         (gnus-cache-file-name): Use it.
4711         (gnus-cache-generate-active): Use non-decoded group name for active.
4712
4713         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4714         right place.
4715         (gnus-write-active-file): Don't break non-ASCII group names.
4716
4717         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4718         nnmail-pathname-coding-system.
4719
4720         * lpath.el: Bind default-file-name-coding-system,
4721         file-name-coding-system and language-info-alist for XEmacs.
4722
4723         * gnus-uu.el (gnus-uu-decode-save): Typo.
4724
4725 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4726
4727         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4728
4729 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4732         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4733         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4734         (gnus-agent-flush-group, gnus-agent-flush-cache)
4735         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4736         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4737         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4738         (gnus-agent-regenerate-group)
4739         (gnus-agent-update-files-total-fetched-for)
4740         (gnus-agent-update-view-total-fetched-for): Bind
4741         file-name-coding-system to nnmail-pathname-coding-system.
4742         (gnus-agent-group-pathname): Don't encode file names by
4743         nnmail-pathname-coding-system.
4744         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4745         coding-system-for-write instead of buffer-file-coding-system to
4746         gnus-agent-file-coding-system.
4747
4748         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4749         Decode group name.
4750
4751         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4752
4753         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4754         (gnus-read-newsrc-el-file): Make group names unibyte.
4755
4756         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4757         nnmail-pathname-coding-system.
4758
4759         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4760         (nnrss-request-delete-group): Bind file-name-coding-system to
4761         nnmail-pathname-coding-system.
4762         (nnrss-read-server-data, nnrss-read-group-data): Bind
4763         file-name-coding-system correctly.
4764         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4765
4766         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4767         (nntp-server-to-method-cache): New variable.
4768         (nntp-group-pathname): New function that decodes non-ASCII group names.
4769         (nntp-possibly-create-directory, nntp-marks-changed-p)
4770         (nntp-save-marks, nntp-open-marks): Use it.
4771         (nntp-possibly-create-directory, nntp-open-marks):
4772         Bind file-name-coding-system to nnmail-pathname-coding-system.
4773         (nntp-open-marks): Decode group names when bootstrapping marks.
4774
4775         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4776         Newsgroups and Folowup-To headers.
4777
4778 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4779
4780         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4781         (gnus-server-closed-face, gnus-server-denied-face)
4782         (gnus-server-offline-face): Remove variable.
4783         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4784
4785         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4786         of modifying message-stack directly for XEmacs.
4787
4788         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4789         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4790         if the coding-system argument is nil for XEmacs.
4791
4792         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4793         mm-charset-override-alist.
4794
4795         * rfc2047.el: Don't require base64; require rfc2045 for the function
4796         rfc2045-encode-string.
4797         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4798         to quote the parameter value.
4799
4800 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4801
4802         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4803         form in gnus-group-name-charset-method-alist.
4804
4805         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4806         overrides the default layout edit-form.
4807
4808         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4809
4810         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4811
4812 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4813
4814         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4815         as unfetched articles.
4816
4817 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4818
4819         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4820
4821 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4822
4823         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4824         original back end that keeps marks in the local system.
4825
4826 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4827
4828         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4829         arg of pop-to-buffer for XEmacs.
4830         (gnus-article-read-summary-keys): Ditto; don't restore window
4831         configuration if summary command ends up with neither article buffer
4832         nor summary buffer; describe bindings if summary keys end with C-h.
4833
4834 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4835
4836         * message.el (message-fix-before-sending): Skip raw message part to be
4837         forwarded while checking illegible text.
4838         (message-forward-make-body-mime, message-forward-make-body): Mark
4839         signed or encrypted raw message as having no illegible text.
4840
4841 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4842
4843         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4844         (gnus-message-with-timestamp-1): New macro.
4845         (gnus-message-with-timestamp): New function.
4846         (gnus-message): Use them.
4847
4848         * nnheader.el (nnheader-message): Use them.
4849
4850 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4851
4852         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4853         .newsrc.eld file.
4854
4855 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4856
4857         * gnus-agent.el (gnus-agent-fetch-headers)
4858         (gnus-agent-retrieve-headers): Bind
4859         gnus-decode-encoded-address-function to identity.
4860
4861         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4862         available also when the server returns simply a dot.
4863
4864         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4865
4866 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4867
4868         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4869
4870 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * gnus-ems.el (gnus-x-splash): Make it work.
4873
4874         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4875         from being used.
4876
4877         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
4878
4879 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4880
4881         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
4882         4th and the 5th arguments.
4883
4884         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4885         the front stickiness.
4886         (gnus-article-summary-command-nosave): Correct the order of the
4887         arguments passed to pop-to-buffer.
4888         (gnus-article-read-summary-keys): Ditto; make it work properly when the
4889         summary command ends up with the article buffer.
4890
4891         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4892         the same faces.
4893
4894 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4895
4896         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4897
4898 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4899
4900         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4901         * gnus-sum.el (gnus-summary-highlight):
4902         * pgg.el (pgg-sign-region, pgg-sign):
4903         * mail-source.el (mail-source-delete-old-incoming-confirm):
4904         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4905
4906 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4907
4908         * gnus-art.el (gnus-mime-view-part-externally)
4909         (gnus-mime-view-part-internally): Fix predicate function passed to
4910         completing-read.
4911
4912         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4913
4914         * gnus.el (gnus-update-message-archive-method): Add :version.
4915
4916 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4917
4918         * gnus.el (gnus-update-message-archive-method): New variable.
4919
4920         * gnus-start.el (gnus-setup-news): Update saved "archive" method
4921         according to gnus-message-archive-method if
4922         gnus-update-message-archive-method is non-nil.
4923
4924 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4925
4926         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
4927         by Loic Dachary <loic@dachary.org>.
4928         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4929
4930 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * message.el (message-pop-to-buffer): Add switch-function argument.
4933         (message-mail): Pass switch-function argument to it.
4934
4935 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
4936
4937         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4938         Improve doc string.
4939
4940 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4941
4942         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4943         (gnus-header-content)
4944         * gnus-cite.el (gnus-cite-10)
4945         * gnus-srvr.el (gnus-server-closed)
4946         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4947         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4948         (gnus-group-mail-3-empty, gnus-group-mail-low)
4949         (gnus-group-mail-low-empty, gnus-splash)
4950         * message.el (message-header-to, message-header-cc)
4951         (message-header-subject, message-header-other, message-header-name)
4952         (message-header-xheader, message-separator, message-cited-text)
4953         (message-mml): Lighten colors of faces used for dark background.
4954
4955 2007-05-24  Simon Josefsson  <simon@josefsson.org>
4956
4957         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
4958         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
4959
4960 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4961
4962         * message.el (message-narrow-to-headers-or-head):
4963         Ignore mail-header-separator in the body.
4964
4965 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4966
4967         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4968         same as window size.
4969
4970 2007-05-22  Kevin Ryde  <user42@zip.com.au>
4971
4972         * message.el (message-font-lock-keywords): Use message-header-xheader
4973         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
4974         ahead of the anything pattern, to get it recognised.
4975
4976 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
4979         spam.el loads uses it in the compiled defadvice form.
4980
4981 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
4982
4983         * gnus-sum.el (gnus-articles-to-read)
4984         (gnus-summary-insert-old-articles): Don't truncate group name for
4985         `read-string'.
4986
4987         * gnus-util.el (gnus-limit-string): Delete this function.
4988
4989         * gnus-sum.el (gnus-simplify-subject-fully): Use
4990         `truncate-string-to-width' instead.
4991
4992 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
4993
4994         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
4995         if, on summary exit, the next group has to be selected.
4996         (gnus-summary-exit): Use it.
4997
4998 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
4999
5000         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5001         non-break space.
5002
5003 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5004
5005         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5006         Check if group is not a directory.
5007         (nnfolder-request-expire-articles): Don't delete articles if the target
5008         group is not available.
5009
5010         * nnml.el (nnml-request-create-group): Properly check if group is not a
5011         file.
5012         (nnml-request-expire-articles): Don't delete articles if the target
5013         group is not available.
5014
5015         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5016         Don't quote characters that are within parentheses.
5017
5018 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5019
5020         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5021         (gnus-handle-ephemeral-exit): Select article according to it.
5022
5023 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5024
5025         * message.el (message-insert-formated-citation-line): Remove newline.
5026         (message-citation-line-format): Add final \n here so that the user can
5027         avoid a blank line.
5028
5029 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5030
5031         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5032         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5033         Update lanl/arXiv support.
5034
5035 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5036
5037         * gnus.el: Bump version number.
5038
5039 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5040
5041         * gnus.el (gnus-version-number): Bump version.
5042
5043 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5044
5045         * gnus.el: No Gnus v0.6 is released.
5046
5047 2007-04-27  Didier Verna  <didier@xemacs.org>
5048
5049         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5050         * gmm-utils.el (gmm-regexp-concat): here.
5051         * message.el: Don't require 'gnus-util.
5052         (message-dont-reply-to-names): Handle name change above.
5053         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5054
5055 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5056
5057         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5058         since the initial value varies according to the system.
5059
5060 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5061
5062         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5063
5064 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5065
5066         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5067
5068 2007-04-24  Didier Verna  <didier@xemacs.org>
5069
5070         Improve the type of gnus-ignored-from-addresses.
5071         * gnus-util.el (gnus-orify-regexp): New function.
5072         * message.el (gnus-util): Require it.
5073         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5074         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5075         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5076
5077 2007-04-24  Didier Verna  <didier@xemacs.org>
5078
5079         * gnus-sum.el:
5080         * gnus-utils.el: Fix some trailing whitespaces.
5081
5082 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5085         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5086         article's Message-ID; refer parent article in summary buffer.
5087
5088         * message.el (message-bounce): Call mime-to-mml.
5089
5090         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5091         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5092         optimize and/or forms properly.
5093
5094 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5095
5096         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5097         URL.
5098
5099 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5100
5101         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5102
5103 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5104
5105         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5106         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5107         displayed of multipart/alternative part if it is invoked from summary
5108         buffer.
5109
5110         * mm-view.el (mm-inline-text-html-render-with-w3m)
5111         (mm-inline-text-html-render-with-w3m-standalone)
5112         (mm-inline-render-with-function): Use mail-parse-charset by default.
5113
5114 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5115
5116         * parse-time.el (parse-time-string-chars): Check if CHAR
5117         is less than the length of parse-time-syntax.
5118
5119 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5120
5121         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5122         from gnus-newsgroup-processable.
5123
5124 2007-04-16  Didier Verna  <didier@xemacs.org>
5125
5126         * gnus-msg.el (gnus-configure-posting-styles): Handle
5127         message-signature-directory properly with :file syntax.  Reported by
5128         "Leo".
5129
5130 2007-04-11  Didier Verna  <didier@xemacs.org>
5131
5132         New user option: message-signature-directory.
5133         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5134         * message.el (message-insert-signature): Ditto.
5135         * message.el (message-signature-file): Doc update.
5136         * message.el (message-signature-directory): New.
5137
5138 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5139
5140         * gnus-msg.el (gnus-inews-yank-articles): Use
5141         message-exchange-point-and-mark instead of exchange-point-and-mark.
5142
5143 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5144
5145         * message.el (message-yank-original): Make sure cited text ends with
5146         newline; don't exchange point and mark.
5147
5148 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5149
5150         * tls.el (open-tls-stream): Properly handle case where there
5151         is no associated buffer.
5152
5153 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5154
5155         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5156         message-yank-original, make sure (< mark TEXT point).
5157
5158 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5159
5160         * message.el (message-fill-column): New variable.
5161         (message-mode): Use it.  Add comment on a possible new hook.
5162
5163         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5164         (nnmail-get-new-mail): Reformat.
5165
5166         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5167
5168         * gmm-utils.el: Fix Commentary.
5169         (gmm-tool-bar-from-list): Fix typo in doc string.
5170
5171 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5172
5173         * message.el (message-yank-original): Don't switch point and mark
5174         unnecessarily to put point and mark as documented.
5175
5176 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5177
5178         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5179         from the message heads.
5180
5181 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5182
5183         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5184         article buffer does not have a window.  This may not be the best
5185         solution but is certainly better than setting the start of the null,
5186         that is the current, window.
5187
5188 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5189
5190         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5191         (gnus-draft-setup): Run it.
5192
5193         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5194         gnus-score-fast-scoring.  Allow regexp.
5195         (gnus-score-headers): Use it.
5196
5197         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5198         XEmacs.
5199
5200         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5201         string.
5202         (gnus-button-alist): Also catch `<f1> k ...'.
5203         (gnus-treat-display-x-face): Fix doc string.
5204
5205 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5206
5207         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5208         evaluation of gnus-extended-version to ensure correct generation of the
5209         User-Agent header when message-generate-headers-first is used.
5210
5211 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5212
5213         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5214         hashcash-path is nil.  Don't call callback with incorrect number of
5215         parameters if val is 0.
5216
5217 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5218
5219         * message.el (message-required-news-headers):
5220         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5221
5222 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5223
5224         * tls.el (open-tls-stream): In handshake-waiting loop,
5225         don't wait more if there is output available to process.
5226
5227 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5228
5229         * tls.el (tls-program): Doc fix.
5230
5231 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5232
5233         * message.el (message-generate-new-buffers): Change the meaning of the
5234         nil value; add `standard' to the choices; treat t as `unique'; improve
5235         doc string.
5236         (gnus-select-frame-set-input-focus): Autoload.
5237         (message-buffer-name): Search for the existing message buffer if
5238         message-generate-new-buffers is nil or `standard'; treat the value t of
5239         message-generate-new-buffers as `unique'.
5240         (message-pop-to-buffer): Raise the frame already displaying the message
5241         buffer; clear the echo area after querying.
5242         (message-setup): Pass the `continue' argument to compose-mail.
5243         (message-mail): Prefer `switch-function' if it is given; search for the
5244         existing message buffer if the `continue' argument is non-nil; pass
5245         continue and switch-function arguments to compose-mail by way of
5246         message-setup.
5247         (message-mail-other-window): Adjust argument of message-setup.
5248         (message-mail-other-frame): Ditto.
5249
5250 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5251
5252         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5253         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5254         to turn font-lock on when turning gnus-message-citation-mode on.
5255
5256 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5257
5258         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5259         (mml-smime-function-alist): New variable; add epg as the backend.
5260         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5261         mml-smime- functions instead.
5262         * mm-view.el: Require smime.
5263
5264 2007-03-05  Didier Verna  <didier@xemacs.org>
5265
5266         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5267         instead of just inheritance for posting styles.
5268         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5269
5270 2007-02-24  Chris Moore  <dooglus@gmail.com>
5271
5272         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5273         * pgg-pgp.el (pgg-pgp-encrypt-region):
5274         * pgg-gpg.el (pgg-gpg-encrypt-region):
5275         Check pgg-encrypt-for-me if no other recipients.
5276
5277 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5278
5279         * tls.el (tls-certtool-program): Fix custom type.
5280
5281 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5282
5283         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5284         and point-at-eol instead of line-(beginning|end)-position.
5285
5286         * assistant.el (assistant-parse-buffer): Ditto.
5287
5288         * netrc.el (netrc-parse-services): Ditto.
5289
5290 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5291
5292         * mml2015.el (mml2015-epg-find-usable-key): New function.
5293         (mml2015-epg-sign): Use it.
5294         (mml2015-epg-encrypt): Use it.
5295
5296 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * message.el (message-make-in-reply-to): Quote name containing
5299         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5300         if there are special characters.  Reported by NAKAJI Hiroyuki
5301         <nakaji@jp.freebsd.org>.
5302
5303 2007-02-27  Didier Verna  <didier@xemacs.org>
5304
5305         Include the group parameters as well as the topic ones in the
5306         inheritance filter process.
5307         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5308         argument GROUP-PARAMS-LIST.
5309         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5310
5311 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * nntp.el (nntp-never-echoes-commands)
5314         (nntp-open-connection-functions-never-echo-commands): New variables.
5315         (nntp-send-command): Use them.
5316
5317 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5318
5319         * mml2015.el (mml2015-epg-verify): Simplified.
5320
5321 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * mml.el (mml-content-disposition-alist): New user option.
5324         (mml-content-disposition): New function.
5325         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5326         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5327
5328 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5329
5330         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5331         verification.
5332
5333 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5334
5335         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5336         articles posted in the last 24 hours.
5337
5338 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5339
5340         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5341
5342 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5343
5344         * nntp.el (nntp-send-command): Don't wait for echoes when
5345         nntp-open-ssl-stream is used.
5346
5347 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5350         (gnus-message-add-citation-keywords)
5351         (gnus-message-remove-citation-keywords): Remove.
5352         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5353         directly, make the variables in font-lock-defaults buffer-local, add
5354         gnus-message-citation-keywords to them and then update the value of
5355         font-lock-keywords.
5356
5357 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5358
5359         * message.el (message-cite-original-1): Don't call
5360         gnus-article-highlight-citation.
5361
5362         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5363         citations; fix line count.
5364
5365 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5366
5367         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5368         (gnus-message-add-citation-keywords)
5369         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5370         versions of font-lock-add-keywords and font-lock-remove-keywords to
5371         work with XEmacs correctly.
5372
5373 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5374
5375         * gnus-cite.el (gnus-cite-face-list): Set the values of
5376         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5377         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5378         (gnus-message-cite-prefix-regexp): New variable.
5379         (gnus-message-search-citation-line): Use it; protect against long
5380         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5381         the 0th match data for Emacs.
5382         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5383         (gnus-message-add-citation-keywords): Append keywords rather than
5384         prepending; emulate font-lock-add-keywords if it is not available.
5385         (gnus-message-remove-citation-keywords): Emulate
5386         font-lock-remove-keywords if it is not available.
5387
5388         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5389
5390         * message.el (message-cite-prefix-regexp): Set the value of
5391         gnus-message-cite-prefix-regexp.
5392
5393 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5394
5395         * nnweb.el (nnweb-google-parse-1): Update parser.
5396
5397 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5398
5399         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5400
5401 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5402
5403         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5404         regexp.
5405
5406 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5407
5408         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5409         string-to-multibyte.
5410         (uudecode-decode-region-internal): Use it.
5411
5412         * lpath.el: Fbind string-as-multibyte for XEmacs.
5413
5414 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5415
5416         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5417         custom choice.
5418
5419         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5420
5421 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5422
5423         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5424
5425         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5426         `write-region' to respect `mm-inhibit-file-name-handlers'.
5427
5428 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5429
5430         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5431         Use gnus-home-directory instead of "~/" or "$HOME".
5432
5433 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5434
5435         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5436         to mention filename.
5437         Add comments at beginning regarding usage.
5438         (encrypt-write-file-contents): Change interactive so a string is
5439         acceptable.  If the file has no associated model, show an error instead
5440         of a nonsense prompt.
5441
5442 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5443
5444         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5445         Thanks to Yoshihiko Yamada for kind notification of this typo.
5446
5447 2007-01-12  Kenichi Handa  <handa@m17n.org>
5448
5449         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5450         multibyte buffer.
5451
5452 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5453
5454         * gnus-score.el (gnus-score-fast-scoring): New variable.
5455         (gnus-score-headers): Use it.
5456
5457         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5458
5459         * message.el (message-cite-original-1): Call
5460         gnus-article-highlight-citation if requested.
5461         (message-make-from): Allow name and address as optional arguments.
5462
5463         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5464
5465         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5466         bugs to doc string.
5467         (gnus-button-alist): Add mid\\|message-id.
5468         (gnus-button-fetch-group): Extend for use in
5469         `browse-url-browser-function'.
5470         (gnus-button-url-regexp): Try to catch paired parentheses like in
5471         Wikipedia URLs.
5472
5473         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5474         Suggested by Simon Krahnke <overlord@gmx.li>.
5475
5476 2007-01-13  Romain Francoise  <romain@orebokech.com>
5477
5478         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5479         Update copyright.
5480
5481 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5482
5483         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5484
5485 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5486
5487         * gnus-registry.el (gnus-registry-unfollowed-groups)
5488         (gnus-registry-split-fancy-with-parent): Fix documentation.
5489
5490 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5491
5492         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5493         from nnweb groups.
5494
5495 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5496
5497         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5498         Xref urls.  Erase buffer before requesting head.
5499
5500 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5501
5502         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5503         customizable.
5504
5505 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5506
5507         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5508         no signing key is found.
5509         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5510         no encrypting and/or signing key is found.
5511
5512 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5513
5514         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5515
5516 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5517
5518         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5519         headers read from disk with the ones newly found in the current search.
5520         This should no longer cause problems, because the article numbers in
5521         Gmane's `nov.php' output are ignored since the previous change.
5522
5523 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5524
5525         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5526
5527 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5528
5529         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5530         replace-regexp-in-string; bind url-version; fbind display-images-p and
5531         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5532         find-face and set-itimer-function for Emacs; bind itimer-list for
5533         Emacs.
5534
5535         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5536
5537 2007-01-01  Romain Francoise  <romain@orebokech.com>
5538
5539         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5540
5541 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5542
5543         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5544         `define-minor-mode' macro definition expanded properly.
5545         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5546         exclude it there.
5547
5548         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5549         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5550         `fboundp' test.
5551         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5552         This is OK to autoload in (S)XEmacs now.
5553
5554 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5555
5556         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5557         keystroke.
5558         (gnus-summary-limit-to-singletons): Fix typo.
5559
5560         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5561         else fails.
5562
5563 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5564
5565         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5566         docstring.
5567
5568         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5569         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5570         (gnus-summary-insert-dormant-articles): Fix typo in message.
5571
5572 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5573
5574         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5575         nil for XEmacs.
5576         (gnus-message-citation-mode): Don't autoload in XEmacs.
5577
5578         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5579
5580 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5581
5582         * nnimap.el (nnimap-expunge-search-string): Mention
5583         nnimap-search-uids-not-since-is-evil in docstring.
5584
5585 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5586
5587         * spam.el: Revert to make-obsolete-variable because
5588         define-obsolete-variable-alias is not supported in Emacs 21.
5589
5590         * spam.el (spam-ifile-path, spam-ifile-database-path)
5591         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5592         make-obsolete-variable.
5593         (spam-bsfilter-path, spam-bsfilter-program)
5594         (spam-spamassassin-path, spam-spamassassin-program)
5595         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5596         use "path" inappropriately.
5597         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5598         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5599         variable names.
5600
5601 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5602
5603         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5604         summary buffer.
5605
5606         * password.el (password-cache-remove): Use clear-string to burn
5607         password, if available.
5608
5609 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5610
5611         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5612
5613         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5614
5615         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5616         (gnus-message-highlight-citation): Move defcustom here from
5617         gnus-cite.el.
5618         (gnus-message-citation-mode): Autoload.
5619
5620         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5621         checks to make it compile with XEmacs.
5622         (gnus-message-citation-mode): New minor mode.
5623         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5624         (gnus-message-highlight-citation): New variables.
5625         (gnus-message-search-citation-line)
5626         (gnus-message-add-citation-keywords)
5627         (gnus-message-remove-citation-keywords)
5628         (turn-on-gnus-message-citation-mode)
5629         (turn-off-gnus-message-citation-mode): New functions.
5630
5631 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5632
5633         * gnus-cite.el: Enable highlighting of different citation levels in
5634         message-mode.
5635
5636 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5637
5638         * message.el (message-make-fqdn): Fix comment.
5639         (message-bogus-system-names): Add ".local".
5640
5641         * spam.el (spam-ifile-path, spam-ifile-program)
5642         (spam-ifile-database-path, spam-ifile-database)
5643         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5644         Don't use "path" inappropriately.
5645         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5646         strings.
5647         (spam-check-ifile, spam-ifile-register-with-ifile)
5648         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5649         new variable names.
5650
5651         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5652         (gnus-treat-display-smileys): Simplify using
5653         gnus-image-type-available-p.
5654
5655         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5656         available.
5657
5658         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5659         `display-images-p' if available.
5660
5661 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5662
5663         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5664         one after turning on the buffer's multibyteness instead of decoding
5665         them directly in the unibyte buffer that causes unexpected conversion
5666         in Emacs 23 (unicode).
5667
5668 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5669
5670         * message.el (message-generate-hashcash): Fix custom type.
5671
5672 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5673
5674         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5675
5676 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5677
5678         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5679         disconnect icons.  Add help text.
5680
5681 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5682
5683         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5684         negated to be consistent with the others we handle.
5685
5686 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5687
5688         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5689         version of gnus-summary-buffer to something, so that we can use two
5690         article buffers at the same time.
5691
5692 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5693
5694         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5695         trigger all the extra headers.
5696         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5697         sorting.
5698
5699 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5700
5701         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5702         solid groups.
5703
5704 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5705
5706         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5707
5708 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5709
5710         * legacy-gnus-agent.el: Add Copyright notice.
5711
5712 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5713
5714         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5715
5716 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5717
5718         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5719
5720         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5721         to make it work reliably in CVS Emacs.
5722         (gnus-summary-limit-strange-charsets-predicate)
5723         (gnus-summary-limit-to-predicate): New functions.
5724
5725 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5726
5727         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5728         specifying array size.
5729         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5730         array if it is too small.
5731         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5732         (gnus-sort-threads-loop): New function.
5733
5734 2006-12-06  Chris Moore  <dooglus@gmail.com>
5735
5736         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5737         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5738
5739 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5740
5741         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5742         options.
5743
5744 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5745
5746         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5747         DOS-ing the recipient.
5748
5749         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5750         the headers when creating the mapping to avoid mismappings.
5751         (nnweb-gmane-create-mapping): Always nix out old mapping.
5752
5753 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5756         and mm-verify-option to never.
5757
5758 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5759
5760         * message.el (message-signed-or-encrypted-p): New function.
5761         (message-forward-make-body): Use it.
5762
5763         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5764         Replace encode-coding-string with mm-encode-coding-string.
5765
5766 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5767
5768         * nneething.el (nneething-decode-file-name): Replace
5769         decode-coding-string with mm-decode-coding-string.
5770
5771         * gnus-int.el (gnus-open-server): Say failed server's name.
5772
5773 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5774
5775         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5776         strings to a single string.  Quote `errors-file-name'.
5777         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5778         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5779         Adjust calls.  Use `shell-quote-argument'.
5780
5781 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5782
5783         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5784         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5785
5786         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5787         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5788         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5789         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5790         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5791         (gnus-subscribe-newsgroup, gnus-1):
5792         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5793         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5794         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5795         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5796
5797 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5798
5799         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5800         keystroke.
5801         (gnus-summary-limit-to-bodies): Implement headersp.
5802
5803 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5804
5805         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5806
5807 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5808
5809         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5810
5811 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5812
5813         * message.el (message-generate-hashcash): Expand range of values to
5814         include `opportunistic'.
5815         (message-send-mail): Use it.
5816
5817 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5818
5819         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5820         and comment it.
5821
5822         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5823
5824 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5825
5826         * gnus-util.el (gnus-extract-address-components): Improve comment.
5827
5828 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * gnus-util.el (gnus-extract-address-components): Work with address in
5831         which the name portion contains @.
5832
5833         * lpath.el: Fbind custom-autoload.
5834
5835 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5836
5837         * gnus.el (gnus-start): Move custom group up.
5838         (gnus-select-method): Don't autoload, but make it available for
5839         `customize-variable'.
5840         (gnus-getenv-nntpserver): Don't autoload.
5841
5842 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5843
5844         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5845
5846 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5847
5848         * message.el (message-sendmail-extra-arguments): New variable.
5849         (message-send-mail-with-sendmail): Use it.
5850
5851 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5854         mm-with-unibyte-current-buffer to make string unibyte.
5855
5856         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5857         mm-string-as-multibyte.
5858
5859 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5860
5861         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5862         Reported by Werner Koch <wk@gnupg.org>.
5863
5864 2006-11-14  Daiki Ueno  <ueno@p360>
5865
5866         * mml2015.el: Autoload epa-select-keys when compiling.
5867
5868 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5869
5870         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5871         message-options.
5872         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5873
5874 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5875
5876         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5877         EasyPG (< 0.0.6).
5878         (mml2015-always-trust): New user option.
5879         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5880         prompt.
5881
5882 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5883
5884         * nntp.el (nntp-authinfo-force): New variable.
5885         (nntp-send-authinfo): Use it.
5886
5887 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5888
5889         * message.el (message-strip-subject-encoded-words): Allow _not_ to
5890         decode encoded words.  Improve prompt.  Add comment about forwarding.
5891         (message-replacement-char): Move up.
5892
5893 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5894
5895         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5896         instead of gnus-intersection because arguments of gnus-sorted-nunion
5897         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
5898
5899 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
5900
5901         * message.el (message-strip-subject-encoded-words): Reformat prompt.
5902         (message-simplify-subject-functions): Enable
5903         message-strip-subject-encoded-words by default.
5904
5905 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
5906
5907         * message.el (message-strip-subject-encoded-words): New function.
5908         (message-simplify-subject-functions): New variable.
5909         (message-simplify-subject): Use it.  Fix typo in doc string.
5910         Support message-strip-subject-encoded-words.
5911
5912 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5913
5914         * gnus-diary.el (gnus-diary-delay-format-function):
5915         * nndiary.el (nndiary-reminders):
5916         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5917
5918 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5919
5920         * gnus-art.el (article-hide-boring-headers): Fetch date from
5921         gnus-original-article-buffer to avoid problems with localized date
5922         strings.
5923
5924 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5925
5926         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5927
5928 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
5929
5930         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5931         New variables.
5932         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5933         (mm-charset-synonym-alist): Move some entries to
5934         mm-codepage-iso-8859-list.
5935         (mm-charset-synonym-alist, mm-charset-override-alist): Add
5936         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5937
5938 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5939
5940         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5941
5942 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5943
5944         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5945         with Emacs 21 and XEmacs.
5946
5947 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5948
5949         * spam.el (spam-parse-address): New function for better parsing,
5950         catching errors, etc.
5951         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
5952
5953 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5954
5955         * mm-view.el: Add interactive arg to html2text autoload.
5956
5957 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
5960
5961 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
5962
5963         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
5964         variables.
5965         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5966         (mm-charset-synonym-alist): Move some entries to
5967         mm-codepage-iso-8859-list.
5968
5969         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
5970
5971 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
5972
5973         * message.el (message-citation-line-format)
5974         (message-insert-formated-citation-line): Fix implementation of %E, %N
5975         and %n according to the doc string.
5976
5977 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
5978
5979         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5980         car-safe to avoid bad parses.
5981
5982 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5983
5984         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
5985         names.
5986
5987         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
5988
5989 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
5992         header.
5993
5994         * message.el (message-draft-headers): Add Date.
5995         (message-headers-to-generate): Fix typo in docstring.
5996
5997         * nndraft.el (nndraft-required-headers): New variable.
5998         (nndraft-generate-headers): Use it.
5999
6000         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6001
6002 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6003
6004         * gnus-registry.el (gnus-registry-wash-for-keywords)
6005         (gnus-registry-find-keywords): New functions to allow easy searching of
6006         articles that are in the registry.
6007
6008 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6009
6010         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6011         ietf-drums-parse-address instead of gnus-extract-address-components.
6012         Reported by Damien Elmes <damien@repose.cx>.
6013
6014 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6015
6016         * gnus.el (gnus-mime): Remove unused custom group.
6017
6018 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6019
6020         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6021         "blank line" when searching for end of armor headers.
6022
6023 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6024
6025         * gmm-utils.el (gmm-write-region): Fix variable name.
6026
6027 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6028
6029         * gmm-utils.el (gmm-write-region): New function based on compatibility
6030         code from `mm-make-temp-file'.
6031
6032         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6033
6034         * nnmaildir.el (nnmaildir--update-nov)
6035         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6036         Use `gmm-write-region'.
6037
6038 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6039
6040         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6041         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6042
6043         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6044
6045         * message.el (message-replacement-char): New variable.
6046         (message-fix-before-sending): Use it.
6047         (message-simplify-subject): New function to remove duplicate code.
6048         (message-reply, message-followup): Use it.
6049
6050         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6051         gnus-summary-limit-to-articles.
6052
6053 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6054
6055         * gnus-util.el (gnus-with-local-quit): New macro.
6056
6057         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6058
6059 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6060
6061         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6062         ignore non-string data.
6063
6064 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6065
6066         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6067         non-string data (needs to be done in the registry too).
6068
6069 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6070
6071         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6072         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6073         (gnus-registry-split-fancy-with-parent)
6074         (gnus-registry-fetch-simplified-message-subject-fast)
6075         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6076         Remove text properties on ingress into the registry and when it's saved.
6077         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6078         registry from entries with no groups.
6079
6080 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6081
6082         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6083         function to remove string properties.
6084
6085 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6086
6087         * gmm-utils.el (gmm): Adjust custom version.
6088
6089         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6090         custom version.
6091
6092         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6093
6094 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6095
6096         * gnus-art.el (gnus-insert-prev-page-button)
6097         (gnus-insert-next-page-button): Simplify.  Reformat.
6098
6099 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6100
6101         * gnus-art.el (gnus-insert-prev-page-button)
6102         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6103
6104 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6105
6106         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6107
6108 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6109
6110         * gnus-art.el (gnus-insert-mime-button)
6111         (gnus-insert-mime-security-button):
6112         Apply gnus-article-button-face to MIME and security buttons.
6113
6114 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6115
6116         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6117         readable.
6118
6119 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6120
6121         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6122
6123 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6124
6125         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6126         `browse-url-of-file' instead of `browse-url'.
6127
6128 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6129
6130         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6131         regexp.  Articles containing quotation were cut prematurely.
6132
6133 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6134
6135         * message.el (message-cite-original-1): Use nobody by default for the
6136         value of From header.
6137         (message-reply): Ditto.
6138
6139 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6140
6141         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6142         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6143         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6144
6145 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6146
6147         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6148         mails in the doc string.  Add some URLs in comment.
6149         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6150
6151 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6152
6153         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6154         backslashes handling and the way to find boundaries of quoted strings.
6155
6156 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6157
6158         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6159         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6160         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6161         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6162
6163 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6164
6165         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6166         doc string.
6167         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6168
6169 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6170
6171         * lpath.el: Fbind epg-check-configuration.
6172
6173 2006-09-06  Simon Josefsson  <jas@extundo.com>
6174
6175         * mml2015.el (mml2015-use): Doc fix, mention epg.
6176
6177 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6178
6179         * mml2015.el (mml2015-use): Default to epg, if available.
6180
6181 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6182
6183         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6184         message-sender.
6185         (mml1991-epg-encrypt): Ditto.
6186         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6187         message-sender.
6188         (mml2015-epg-encrypt): Ditto.
6189
6190 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6191
6192         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6193         several common directories.
6194
6195 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6196
6197         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6198         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6199
6200 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6201
6202         * gnus-art.el (article-decode-encoded-words): Make it fast.
6203
6204 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6205
6206         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6207
6208         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6209         in quoted string into `\'.
6210
6211 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6214         Use standard-syntax-table.
6215
6216 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6217
6218         * gnus-art.el (gnus-decode-address-function): New variable.
6219         (article-decode-encoded-words): Use it to decode headers which are
6220         assumed to contain addresses.
6221         (gnus-mime-delete-part): Remove useless `or'.
6222
6223         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6224         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6225         (gnus-nov-parse-line): Use it to decode From header.
6226         (gnus-get-newsgroup-headers): Ditto.
6227         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6228
6229         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6230         (mail-decode-encoded-address-string): New alias.
6231
6232         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6233         New function.
6234         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6235         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6236         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6237         (rfc2047-decode-string): Ditto.
6238         (rfc2047-decode-address-region): New function.
6239         (rfc2047-decode-address-string): New function.
6240
6241 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6242
6243         * message.el (message-caesar-buffer-body): Allow rotating headers.
6244
6245         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6246
6247         * message.el (message-insert-formated-citation-line): Fix %f.
6248         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6249
6250 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6251
6252         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6253         (gnus-bookmark-mouse-available-p): New macro.
6254         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6255         (gnus-bookmark-bmenu-show-infos): Use it.
6256         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6257         (gnus-bookmark-bmenu-hide-infos): Ditto.
6258         (gnus-bookmark-remove-properties): New function.
6259         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6260         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6261         (gnus-bookmark-write-file): Bind coding-system-for-write.
6262         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6263         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6264         group before selecting it.
6265         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6266         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6267         quit-window if it is not available; use gnus-mouse-2 and bind it to
6268         gnus-bookmark-bmenu-select-by-mouse.
6269         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6270         (gnus-bookmark-bmenu-select-by-mouse): New function.
6271
6272 2006-08-13  Romain Francoise  <romain@orebokech.com>
6273
6274         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6275         space.
6276
6277 2006-08-10  Romain Francoise  <romain@orebokech.com>
6278
6279         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6280         (dns-mode-soa-auto-increment-serial): New user option.
6281         (dns-mode-soa-maybe-increment-serial): New function.
6282         (dns-mode): Add the latter to `write-contents-functions'.
6283
6284 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6285
6286         * compface.el (uncompface): Use binary rather than raw-text-unix.
6287
6288 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6289
6290         * compface.el (uncompface): Make sure the eol conversion doesn't take
6291         place when communicating with the external programs.  Reported by
6292         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6293
6294 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6295
6296         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6297
6298 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6299
6300         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6301         Make it more robust by parsing author and date independently.
6302
6303 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6304
6305         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6306
6307 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6308
6309         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6310         first matching secret key.
6311         (mml2015-epg-encrypt): Ditto.
6312
6313         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6314         first matching secret key.
6315         (mml1991-epg-encrypt): Ditto.
6316
6317         * mml2015.el (mml2015-encrypt-to-self): New user option.
6318         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6319         mml2015-epg-encrypt-to-self is set.
6320
6321         * mml1991.el (mml1991-encrypt-to-self): New variable.
6322         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6323         mml1991-epg-encrypt-to-self is set.
6324
6325         * mml2015.el (mml2015-signers): New user option.
6326         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6327         (mml2015-epg-encrypt): Allow to select signing keys.
6328
6329         * mml1991.el (mml1991-signers): New variable.
6330         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6331         (mml1991-epg-encrypt): Allow to select signing keys.
6332
6333 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6334
6335         * nnheader.el (nnheader-insert-head): Make it work even if the file
6336         uses CRLF for the line-break code.
6337
6338 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6339
6340         * mml2015.el: Require mml-sec instead of password.
6341         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6342         (mml2015-cache-passphrase): Inherit the default value from
6343         mml-secure-cache-passphrase.
6344         (mml2015-passphrase-cache-expiry): Inherit the default value from
6345         mml-secure-passphrase-cache-expiry.
6346
6347         * mml1991.el: Require mml-sec instead of password.
6348         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6349         (mml1991-cache-passphrase): Inherit the default value from
6350         mml-secure-cache-passphrase.
6351         (mml1991-passphrase-cache-expiry): Inherit the default value from
6352         mml-secure-passphrase-cache-expiry.
6353
6354         * mml-sec.el: Require password.
6355         (mml-secure-verbose): New user option.
6356         (mml-secure-cache-passphrase): New user option.
6357         (mml-secure-passphrase-cache-expiry): New user option.
6358
6359 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6360
6361         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6362         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6363         andreas@altroot.de (Andreas Vögele).
6364
6365         FIXME: Use `tiny change'?
6366
6367 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6368
6369         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6370         workaround for the url package included with Emacs.
6371
6372         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6373
6374 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6375
6376         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6377         correctly.  This fixes a bug caused by the 2006-05-12 change.
6378
6379 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6380
6381         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6382         some information about the error when saying that the `bogus' mail
6383         group will be used.
6384
6385 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6386
6387         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6388         string.
6389
6390 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6391
6392         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6393
6394 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6395
6396         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6397
6398 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6399
6400         * mml1991.el (mml1991-function-alist): Add epg.
6401         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6402         (mml1991-epg-encrypt): New functions.
6403
6404 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6405
6406         * mml2015.el (mml2015-verbose): New variable.
6407         (mml2015-cache-passphrase): Ditto.
6408         (mml2015-passphrase-cache-expiry): Ditto.
6409         (mml2015-function-alist): Add epg.
6410         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6411         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6412         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6413         functions.
6414
6415 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6416
6417         * message.el (message-cite-original-1): Preserve region when removing
6418         quoted text due to X-No-Archive in order to avoid bogus attribution
6419         when citing multiple messages.
6420
6421 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6422
6423         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6424         Kenneth Jacker <khj@be.cs.appstate.edu>.
6425
6426 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6427
6428         * gnus-diary.el (gnus-user-format-function-d)
6429         (gnus-user-format-function-D): Autoload.
6430
6431         * imap.el (Commentary): Fix typo.
6432
6433         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6434         2006-04-22 contribution.
6435
6436 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6437
6438         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6439         It didn't really fix the bogosity I'm seeing with solid web groups.
6440
6441 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6442
6443         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6444         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6445         created using server names.  If we use the feature without declaring
6446         it, Gnus does not properly manage server and group state.
6447
6448         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6449         bound.
6450
6451 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6452
6453         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6454         looking up the method using GROUP's prefix before inventing a new one.
6455         It is used on killed/unknown groups in various places where returning
6456         an all-new method isn't expected by the caller.
6457
6458         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6459         and match semantics of gnus-group-real-prefix.
6460
6461 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6462
6463         * nnmail.el (nnmail-broken-references-mailers): New variable.
6464         (nnmail-ignore-broken-references): New function generalizing
6465         nnmail-fix-eudora-headers.
6466         (nnmail-fix-eudora-headers): Now obsolete.
6467
6468         * gnus-art.el (gnus-button-handle-custom): Support
6469         `customize-apropos*'.
6470
6471 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6472
6473         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6474
6475         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6476         articles.
6477
6478 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6479
6480         * message.el (message-cite-reply-above): New variable.
6481         (message-yank-original): Use it.
6482
6483 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6484
6485         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6486
6487 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6488
6489         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6490         as read.
6491
6492         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6493
6494 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6495
6496         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6497         (gnus-bookmark-default-file): Use gnus-directory.
6498         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6499         Remove "*" in doc string.
6500         (gnus-bookmark-write-file): Simplify.
6501         (gnus-bookmark-maybe-sort-alist): Use `when'.
6502         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6503         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6504         FIXME about Emacs 21 and XEmacs compatibility.
6505         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6506         compatibility.
6507         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6508         compatibility.
6509         (gnus-bookmark-menu-heading): Fix version.
6510
6511 2006-06-19  Bastien Guerry  <bzg@altern.org>
6512
6513         * gnus-bookmark.el: New file.
6514
6515 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6516
6517         * message.el (message-syntax-checks): Doc fix.
6518
6519 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6520
6521         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6522         unsubscribed groups as if they were killed ones.  It causes duplicate
6523         entries in gnus-newsrc-alist.
6524
6525 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6526
6527         * message.el (message-syntax-checks): Doc fix.
6528         (message-send-mail): Add check for continuation headers.
6529         (message-check-news-header-syntax): Fix regexp used to check for
6530         continuation headers.
6531
6532 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6535
6536 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6537
6538         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6539
6540 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6543         default-truncate-lines.
6544
6545 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6546
6547         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6548         to fill the utf-8 entry.
6549
6550         * lpath.el: Fbind unicode-precedence-list.
6551
6552 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6553
6554         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6555
6556 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6557
6558         * gnus-agent.el (directory-files-and-attributes): Move all the way
6559         forward (the third and final move).
6560         (gnus-agent-read-agentview): Trap reconstruction errors due to
6561         nonexistant directory.  Handle by returning nil.
6562
6563 2006-05-30  Didier Verna  <didier@xemacs.org>
6564
6565         * message.el (message-dont-reply-to-names): Update the custom type.
6566         * message.el (message-dont-reply-to-names): New defsubst: potentially
6567         convert a list of regexps into a single one.
6568         * message.el (message-get-reply-headers): Use it.
6569         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6570
6571 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6572
6573         * gnus-agent.el (directory-files-and-attributes): Move forward.
6574
6575 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6576
6577         * gnus-ml.el (gnus-mailing-list-subscribe)
6578         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6579         (gnus-mailing-list-message): Fix doc strings.
6580
6581 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6582
6583         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6584         of doing it manually.
6585
6586 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6587
6588         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6589         comment.
6590
6591 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6592
6593         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6594         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6595         (gnus-agent-read-local): All symbols allocated in my-obarray.
6596         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6597         (gnus-agent-regenerate-group): Check numeric names to see if they are
6598         messages or groups.
6599         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6600         better way of do this...)
6601
6602         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6603         'dummy.group' (there should be a better way of do this...)
6604
6605 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6606
6607         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6608         (gnus-saved-headers): Ditto.
6609         (gnus-default-article-saver): Mention functions may have properties.
6610         (gnus-article-save): Override gnus-save-all-headers and
6611         gnus-saved-headers by :headers property which saver function may have.
6612         (gnus-summary-save-in-file): Add :headers property.
6613         (gnus-summary-write-to-file): Ditto.
6614
6615         * gnus-sum.el (gnus-summary-save-article): Bind
6616         gnus-prompt-before-saving to t when saving many articles in a file;
6617         always show all headers.
6618
6619         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6620
6621 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6622
6623         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6624         marks.
6625
6626         * message.el (message-indent-citation): Add optional arguments to allow
6627         using it outside of message buffers.
6628
6629         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6630         (gnus-article-treat-unfold-headers): Use it.
6631         (gnus-article-truncate-lines): New variable.
6632         (gnus-article-mode): Use it.
6633         (gnus-article-toggle-truncate-lines): New function.
6634
6635         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6636         gnus-article-toggle-truncate-lines.
6637
6638         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6639         coding system in XEmacs, use binary.
6640
6641 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6642
6643         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6644         after-load-alist.
6645
6646         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6647         this function should save decoded articles.
6648         (gnus-summary-write-to-file): Use property to specify this function
6649         should save decoded articles and specify gnus-summary-save-in-file
6650         should be used to save articles other than the first one when saving
6651         many articles.
6652         (gnus-summary-save-body-in-file): Use property to specify this
6653         function should save decoded articles.
6654         (gnus-summary-write-body-to-file): Use property to specify this
6655         function should save decoded articles and specify
6656         gnus-summary-save-body-in-file should be used to save articles other
6657         than the first one when saving many articles.
6658
6659         * gnus-sum.el (gnus-summary-save-article): Simplify.
6660
6661 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6662
6663         * gnus-art.el (gnus-default-article-saver): Add
6664         gnus-summary-write-body-to-file.
6665         (gnus-article-save-coding-system): Don't use coding system object
6666         in XEmacs.
6667         (gnus-read-save-file-name): Add optional `dir-var' argument which
6668         specifies directory in which files are saved; work even if optional
6669         `variable' argument is not specified.
6670         (gnus-summary-write-to-file): Read file name.
6671         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6672         (gnus-summary-write-body-to-file): New function.
6673
6674         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6675         (gnus-summary-local-variables): Add it.
6676         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6677         (gnus-summary-save-article): Remove optional `decode' argument;
6678         determine whether to decode articles by the value of
6679         gnus-default-article-saver; when saving many files using
6680         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6681         it first and use gnus-summary-save-in-file or
6682         gnus-summary-save-body-in-file thereafter unless
6683         gnus-prompt-before-saving is always; move point to article which
6684         will be saved.
6685         (gnus-summary-save-article-file): Revert.
6686         (gnus-summary-write-article-file): Revert.
6687         (gnus-summary-save-article-body-file): Revert.
6688         (gnus-summary-write-article-body-file): New function.
6689
6690 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * gnus-art.el (gnus-default-article-saver): Doc fix.
6693         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6694         from gnus-summary-save-article-coding-system, and default to a
6695         certain coding system.
6696         (gnus-output-to-file): Add coding cookie and encode text according
6697         to gnus-article-save-coding-system; don't use mm-append-to-file.
6698
6699         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6700         gnus-art.el and rename to gnus-article-save-coding-system.
6701         (gnus-summary-save-article): Require gnus-art; don't show all
6702         headers if it decodes articles; don't add coding cookie here;
6703         don't bind mm-text-coding-system-for-write.
6704         (gnus-summary-save-article-file): Save decoded articles.
6705         (gnus-summary-write-article-file): When saving many files, use
6706         gnus-summary-write-to-file first and gnus-summary-save-in-file
6707         thereafter unless gnus-prompt-before-saving is always.
6708         (gnus-summary-save-article-body-file): Save decoded articles.
6709
6710         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6711
6712 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6713
6714         * nnrss.el (nnrss-check-group): Bind hash-index.
6715
6716 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6717
6718         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6719         its hash index.  Store this hash in `nnrss-group-data'.
6720         (nnrss-read-group-data): Update accordingly.
6721
6722 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6723
6724         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6725         entry.
6726
6727         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6728         gnus-article-browse-html-article.
6729
6730 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6731
6732         * gnus-sum.el (gnus-summary-mime-map): Add
6733         gnus-article-browse-html-article.
6734
6735         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6736
6737 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6738
6739         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6740         suitable coding systems in customize.
6741
6742 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6743
6744         * mail-source.el (mail-sources): Fix custom type.
6745
6746 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6747
6748         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6749         (gnus-summary-expire-articles-now): Shorten prompt.
6750
6751         * gmm-utils.el (wid-edit): Require.
6752         (defun-gmm): Renamed from `gmm-defun-compat'.
6753         (gmm-image-search-load-path): Use it.
6754         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6755
6756 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6757
6758         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6759         variable.
6760         (gnus-summary-save-article): Add optional `decode' argument.  If
6761         it is set and gnus-summary-save-article-coding-system is non-nil,
6762         save decoded article.
6763         (gnus-summary-write-article-file): Save decoded article if
6764         gnus-summary-save-article-coding-system is non-nil.
6765
6766         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6767         type.
6768
6769 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6770
6771         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6772
6773 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6774
6775         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6776         first to test gnus-single-article-buffer which may be buffer-local.
6777
6778         * gnus-sum.el (gnus-summary-setup-buffer): Make
6779         gnus-single-article-buffer buffer-local and nil in ephemeral
6780         group; make gnus-article-buffer, gnus-article-current, and
6781         gnus-original-article-buffer always buffer-local.
6782         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6783         group.
6784         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6785
6786 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6787
6788         * nnml.el (nnml-request-compact-group): Compressed files might not
6789         have .gz extension.
6790
6791 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6792
6793         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6794         (mm-copy-to-buffer): Use with-current-buffer.
6795         (mm-display-part): Simplify.
6796         (mm-inlinable-p): Add optional arg `type'.
6797
6798 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6799
6800         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6801         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6802         Try harder to show the attachment internally or externally using
6803         gnus-mime-view-part-as-type.
6804
6805 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6806
6807         * message.el (message-from-style, message-signature-separator)
6808         (message-user-organization-file, message-send-mail-function)
6809         (message-citation-line-function, message-yank-prefix)
6810         (message-indent-citation-function, message-signature)
6811         (message-signature-file, message-signature-insert-empty-line):
6812         Remove autoloads.
6813
6814         * gnus-art.el (gnus-buttonized-mime-types): Remove
6815         "multipart/signed".  Revert 2006-04-26 change.
6816
6817 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6818
6819         * gnus.el (gnus-version-number): Bump version.
6820
6821 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6822
6823         * gnus.el: No Gnus v0.5 is released.
6824
6825 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6826
6827         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6828         fetching articles by message-id.
6829
6830 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6831
6832         * message.el (hashcash): Require hashcash as normal.
6833
6834         * ecomplete.el (ecomplete-highlight-match-line): Use
6835         point-at-eol.
6836         (ecomplete-highlight-match-line): Use `highlight', because that
6837         face exists in both Emacs and XEmacs.
6838
6839         * message.el (message-display-abbrev): Use point-at-bol.
6840
6841         * mail-source.el: Don't require timer/timer-funcs.
6842
6843         * gnus-async.el: Ditto.
6844
6845         * password.el: Ditto.
6846
6847         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6848
6849         * mm-url.el: Ditto.
6850
6851         * gnus-xmas.el: Don't require timer-funcs.
6852
6853         * mm-util.el: Require timer/timer-funcs.
6854
6855 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6856
6857         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6858         Close.
6859
6860 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6861
6862         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6863         unibyte after clear-decrypt function runs.
6864
6865         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6866         returns as a unibyte string.
6867
6868 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6869
6870         * lpath.el: Revert.
6871
6872         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
6873         (pgg-gpg-process-sentinel): Revert.
6874
6875         * pgg-pgp.el (pgg-pgp-process-region): Revert.
6876         (pgg-pgp-lookup-key): Revert.
6877
6878         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
6879         (pgg-pgp5-lookup-key): Revert.
6880
6881         * pgg.el (pgg-fetch-key): Revert.
6882
6883 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6884
6885         * lpath.el: Fbind string-as-multibyte for XEmacs.
6886
6887         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6888         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6889         (mml1991-pgg-encrypt): Ditto.
6890
6891         * pgg-gpg.el (pgg-string-to-multibyte): New function.
6892         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
6893         a multibyte buffer.
6894
6895         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
6896         (pgg-pgp-lookup-key): Ditto.
6897
6898         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6899         (pgg-pgp5-lookup-key): Ditto.
6900
6901         * pgg.el (pgg-fetch-key): Ditto.
6902
6903 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6904
6905         * message.el (message-user-organization-file): Check several
6906         locations of the organization file.
6907
6908         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6909         Add gnus-article-view-part-as-type.
6910
6911         * gnus-art.el (gnus-article-view-part-as-type): New function.
6912
6913         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6914         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
6915
6916         * mml.el: Simplify autoload.
6917         (mml-mode): defvar dnd-protocol-alist instead of using
6918         symbol-value.
6919         (mml-default-directory): New variable.
6920         (mml-minibuffer-read-file): Use it.
6921         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6922
6923         * message.el (message-citation-line-format): New variable.
6924         (message-insert-formated-citation-line): New function.
6925         (message-citation-line-function): Add
6926         `message-insert-formated-citation-line' to custom type.
6927
6928         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6929         to doc string.
6930
6931         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6932         depending on mm-verify-option.
6933
6934 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6937         binding pgg-* variables; reimplement the section which prevents
6938         MIME header from being signed.
6939         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6940         pgg-text-mode; remove a blank line at the top of body.
6941
6942         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6943         lines at the top of body; use gnus-newsgroup-charset if there's no
6944         Charset header.
6945
6946 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * message.el (message-self-insert-commands): Doc fix.
6949
6950         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6951         (mm-uu-pgp-encrypted-test): Ditto.
6952         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6953         between header and body; return application/pgp-encrypted handle
6954         if decryption failed; decode decrypted body by charset.
6955
6956         * mm-decode.el (mm-automatic-display): Don't make application/pgp
6957         element match to application/pgp-*.
6958
6959 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6960
6961         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
6962         HTML.
6963
6964 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6965
6966         * mail-source.el (mail-source-call-script): Message the error
6967         string.
6968
6969 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6970
6971         * gnus-util.el (gnus-byte-compile): Use it.
6972
6973 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
6974
6975         * gnus-util.el (kill-empty-logs): New function.
6976
6977 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6978
6979         * message.el (message-mail-alias-type): Doc fix.
6980         (message-mail-alias-type-p): New function.
6981         (message-send): Use it.
6982         (message-mode): Ditto.
6983         (message-strip-forbidden-properties): Ditto.
6984
6985         * ecomplete.el (ecomplete-database-file-coding-system): New
6986         variable.
6987         (ecomplete-save): Use it.
6988         (ecomplete-setup): Use it.
6989
6990 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6991
6992         * message.el (message-self-insert-commands): New variable.
6993         (message-strip-forbidden-properties): Use it.
6994
6995 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6996
6997         * message.el (message-put-addresses-in-ecomplete): Use a regexp
6998         that doesn't make XEmacs choke.
6999
7000 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7001
7002         * gnus-util.el (gnus-replace-in-string):
7003         Prefer replace-regexp-in-string over of replace-in-string.
7004
7005 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * gnus-util.el (gnus-select-frame-set-input-focus):
7008         Use select-frame-set-input-focus if it is available in XEmacs; use
7009         definition defined in Emacs 22 for old Emacsen.
7010
7011         * dgnushack.el: Autoload unmorse-region for XEmacs.
7012
7013         * lpath.el: Bind cursor-in-non-selected-windows and
7014         select-frame-set-input-focus for XEmacs.
7015
7016 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7017
7018         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7019
7020 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7021
7022         * gnus-registry.el (gnus-registry-cache-save): Remove text
7023         properties when saving via the temp buffer.
7024
7025 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7026
7027         * message.el (message-generate-hashcash): Honor custom type.
7028
7029 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7030
7031         * message.el (message-generate-hashcash): Default to non-nil when
7032         hashcash is found.
7033
7034         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7035         (gnus-refer-thread-limit): Increase default to 500.
7036
7037         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7038
7039         * flow-fill.el (fill-flowed): Allow delete-space.
7040
7041 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7042
7043         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7044         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7045         Remove autoloads.
7046
7047 2006-04-18  Simon Josefsson  <jas@extundo.com>
7048
7049         * message.el (message-generate-hashcash): Default to.
7050
7051 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7052
7053         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7054         concatenating segments rather than before concatenating them.
7055
7056 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7057
7058         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7059
7060 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7061
7062         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7063
7064         * message.el (message-forward-make-body-plain): Allow
7065         message-forward-ignored-headers to be a list.
7066         (message-remove-ignored-headers): Factor out into function.
7067         (message-forward-make-body-mml): Use it.
7068
7069         * imap.el (imap-quote-specials): New function.
7070         (imap-login-auth): Quote specials.
7071
7072         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7073         (rfc2231-parse-string): Allow concatanation of parameters that
7074         aren't contiguous.  The test case is
7075           (mail-header-parse-content-type "message/external-body;
7076             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7077             access-type=LOCAL-FILE;
7078             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7079
7080 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7081
7082         * nntp.el (nntp-accept-process-output): Return the value of
7083         `nnheader-accept-process-output'.
7084
7085 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7086
7087         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7088         (gnus-button-alist): Recognize more diff formats.
7089         (gnus-button-patch): Strip directory.
7090
7091 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7092
7093         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7094         Emacs 22 when setting focus.
7095
7096 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7097
7098         * gnus-art.el (gnus-article-treat-types): Do treatment of
7099         text/x-verbatim parts.
7100         (gnus-button-patch): New command.
7101
7102         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7103         addresses that contain invalid characters.
7104
7105 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7106
7107         * message.el (message-put-addresses-in-ecomplete): Use
7108         gnus-replace-in-string.
7109         (message-is-yours-p): Use the more correct
7110         mail-header-parse-address instead of
7111         mail-extract-address-components.
7112         (message-put-addresses-in-ecomplete): Fix typo.
7113
7114         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7115         keystroke.
7116
7117         * gnus-art.el (gnus-treatment-function-alist): Change order of
7118         newsgroups/generic header folding to avoid double-folding.
7119
7120         * message.el (message-hidden-headers): Add X-Draft-From.
7121
7122         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7123         command.
7124         (gnus-summary-repeat-search-article-backward): New command.
7125
7126         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7127         groups in the parent topic.
7128
7129 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7130
7131         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7132         (spam-extra-header-to-number): Return the CRM114 number as a
7133         number instead of a string.
7134
7135 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7136
7137         * gnus-art.el (gnus-face-properties-alist): Moved here from
7138         gnus-fun.
7139
7140         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7141
7142 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7143
7144         * message.el (message-strip-forbidden-properties): Only display on
7145         self-insert-command.
7146
7147         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7148         reindent.
7149         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7150
7151 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7152
7153         * smiley.el (smiley-style): Fix typo.
7154
7155 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7156
7157         * hashcash.el (hashcash-insert-payment-async-2): Use
7158         message-goto-eoh instead of doing it manually.
7159         (mail-add-payment): Use message-narrow-to-header instead of trying
7160         to do the same itself.
7161
7162         * message.el (message-hidden-headers): Add Face.
7163
7164         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7165         reparenting code.
7166         (gnus-summary-reparent-children): Refactored out code.
7167         (gnus-summary-thread-map): New keystroke.
7168         (gnus-summary-reparent-children): Make into command.
7169
7170         * smiley.el (smiley-style): Default to `medium' if using a large
7171         font.
7172
7173         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7174         does it itself.
7175
7176         * message.el (message-point-in-header-p): Simplify definition.
7177
7178 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7179
7180         * nnagent.el (nnagent-request-set-mark): Silence log file
7181         writing.
7182         (nnagent-request-set-mark): Use write-region instead of
7183         append-to-file.
7184
7185         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7186         strange select method.
7187
7188         * ecomplete.el (ecomplete-display-matches): Get highlightling
7189         right.
7190         (ecomplete-display-matches): Use literals.
7191         (ecomplete-display-matches): Disable message logging.
7192
7193         * message.el (message-display-abbrev): Small optimization.
7194
7195         * ecomplete.el (ecomplete-display-matches): Allow automatic
7196         display.
7197
7198         * message.el (message-strip-forbidden-properties): Display
7199         abbrevs.
7200         (message-display-abbrev): Get automatic display right.
7201
7202         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7203         keystrokes.
7204
7205 2006-04-13  Romain Francoise  <romain@orebokech.com>
7206
7207         TODO: Backport to v5-10!
7208
7209         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7210         Moved here (and renamed) from gnus-registry.el.
7211
7212         * gnus-registry.el: Require gnus-util.
7213         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7214
7215 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7216
7217         * gnus-group.el (gnus-group-catchup-current): Change
7218         if-then-else-if-then-else into cond.
7219         (gnus-group-catchup): Indent.
7220         (group-name-at-point): New function.
7221         (gnus-fetch-group): Provide default from thing at point.
7222
7223 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7224
7225         * message.el (message-display-abbrev): Fix regexp.
7226
7227         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7228         choosing.
7229         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7230         dead variables.
7231
7232         * message.el (message-newline-and-indent): Remove debugging.
7233         (message-display-abbrev): Use new implementation.
7234
7235 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7236
7237         * gnus-art.el (gnus-article-mode): Set
7238         cursor-in-non-selected-windows to nil.
7239
7240         * smiley.el: Revert previous change.
7241         (smiley-data-directory): defvar it before using it in the
7242         defcustom of `smiley-style'.
7243
7244 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7245
7246         * message.el (message-newline-and-indent): New function.
7247
7248         * ecomplete.el: Implement more bits.
7249
7250         * message.el (message-put-addresses-in-ecomplete): Clean up the
7251         string.
7252
7253         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7254
7255         * gnus-sum.el (gnus-summary-save-parts): Bind
7256         gnus-summary-save-parts-counter and use it to make unique file
7257         names.
7258
7259         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7260
7261         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7262         parameter to say whether to actually parse the individual
7263         addresses.
7264
7265         * message.el (message-put-addresses-in-ecomplete): New function.
7266         (ecomplete): Require.
7267         (message-mail-alias-type): Add ecomplete as an option.
7268
7269 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7270
7271         * flow-fill.el (fill-flowed): Remove trailing space from blank
7272         quoted lines.
7273
7274 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7275
7276         * smiley.el (smiley-style): Move definition later to avoid a
7277         compilation warning.
7278
7279 2006-04-12  Kenichi Handa  <handa@m17n.org>
7280
7281         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7282         buffer and then decode the buffer text if necessary.
7283         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7284         first, and after mm-encode-body, change the buffer to unibyte.
7285         Use mm-disable-multibyte instead of set-buffer-multibyte.
7286
7287 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7290         Content-Type header instead of Content-Disposition header.
7291         (gnus-mime-inline-part): Ditto.
7292         (gnus-mime-view-part-as-charset): Ignore charset that the part
7293         specifies.
7294
7295         * mm-decode.el (mm-display-part): Work with external parts and
7296         usual parts similarly.
7297
7298         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7299         instead of gnus-display-mime.
7300
7301         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7302         instead of with-temp-buffer.
7303
7304         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7305         tag to summarized topics part in order to encode non-ASCII text.
7306
7307 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7308
7309         * smiley.el (smiley-style): New variable.
7310         (smiley-directory): New function.
7311         (smiley-data-directory): Derive from `smiley-style' using
7312         `smiley-directory'.
7313         (smiley-regexp-alist): Add new entries.
7314
7315         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7316         (gnus-article-browse-delete-temp): Add :version.
7317
7318 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7319
7320         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7321         the sieve region.
7322
7323 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7324
7325         * gnus.el (gnus-version-number): Bump version.
7326
7327 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7328
7329         * gnus.el: No Gnus v0.4 is released.
7330
7331 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7332
7333         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7334         layout.
7335
7336         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7337         unknown charset.
7338
7339         * message.el (message-header-synonyms): Add Original-To to the
7340         default.
7341
7342         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7343         optional parameter.
7344
7345 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7346
7347         * gnus-fun.el (gnus): Require it for gnus-directory.
7348
7349 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7352
7353 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7354
7355         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7356
7357 2006-04-05  Simon Josefsson  <jas@extundo.com>
7358
7359         * password.el (password-reset): New function.
7360
7361 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7362
7363         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7364         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7365
7366 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7367
7368         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7369         Some whitespace was matched into the url, which broke browsing hits
7370         > 100 when mm-url-use-external was nil.
7371
7372 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7373
7374         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7375         gnus-extra-headers for 'Newsgroups.
7376
7377         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7378         bound.
7379
7380 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7381
7382         * pgg-gpg.el: Clean up process buffers every time gpg processes
7383         complete.
7384
7385 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7386
7387         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7388         doc string.
7389
7390 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7391
7392         * pgg-gpg.el (pgg-gpg-process-filter)
7393         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7394
7395         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7396         lines, temporary fix.
7397
7398 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7399
7400         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7401
7402 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7403
7404         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7405         default-enable-multibyte-characters.  This reverts the change from
7406         revision 6.17 which is no longer necessary because the passphrase
7407         is sent separately now.  GnuPG messages are unreadable under
7408         multibyte locales with default-enable-multibyte-characters set to
7409         nil.
7410
7411 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7412
7413         * message.el (message-tool-bar-gnome): Move "spell".
7414
7415 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7416
7417         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7418         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7419         instead.
7420
7421 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7422
7423         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7424         newsgroups handling for NNTP overviews which don't include
7425         Newsgroups.
7426
7427 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7428
7429         * message.el (message-resend): Bind message-generate-hashcash to nil.
7430
7431 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7432
7433         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7434         when searching for already-paid recipients.
7435
7436 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7437
7438         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7439         passphrases when it is not needed.
7440         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7441         passphrase stuff from gpg, should only be necessary when you use
7442         gpg with a smartcard.
7443
7444 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * mml.el (mml-insert-mime): Ignore cached contents of
7447         message/external-body part.
7448
7449         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7450         (mm-insert-part): Ditto.
7451
7452 2006-03-23  Simon Josefsson  <jas@extundo.com>
7453
7454         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7455         Reiner.
7456         (pgg-gpg-use-agent-p): Use it again.
7457
7458 2006-03-23  Simon Josefsson  <jas@extundo.com>
7459
7460         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7461         older emacsen.
7462         (pgg-gpg-use-agent-p): Don't use it.
7463
7464 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7465
7466         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7467         if we can.
7468
7469 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7470
7471         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7472         (pgg-gpg-update-agent): New function.
7473         (pgg-gpg-use-agent-p): New function.
7474         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7475         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7476         (pgg-gpg-sign-region): Use it.
7477
7478 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7479
7480         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7481         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7482
7483 2006-03-21  Simon Josefsson  <jas@extundo.com>
7484
7485         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7486         <wilde@sha-bang.de>.
7487         (pgg-gpg-use-agent): New variable.
7488         (pgg-gpg-process-region): Use it.
7489         (pgg-gpg-encrypt-region): Likewise.
7490         (pgg-gpg-encrypt-symmetric-region): Likewise.
7491         (pgg-gpg-decrypt-region): Likewise.
7492         (pgg-gpg-sign-region): Likewise.
7493         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7494
7495 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7496
7497         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7498
7499         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7500         Add comment on version.
7501
7502 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7503
7504         * smiley.el: Add missing test smiley.
7505
7506 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7507
7508         * mm-decode.el (mm-with-part): New macro.
7509         (mm-get-part): Use it; work with message/external-body as well.
7510         (mm-save-part): Treat name and filename equally.
7511
7512         * mm-extern.el (mm-extern-cache-contents): New function.
7513         (mm-inline-external-body): Use it; force the part to be displayed;
7514         move undisplayer added to the cached handle to the parent.
7515
7516         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7517         (gnus-mime-view-part-as-type): Work with message/external-body.
7518
7519         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7520
7521 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7522
7523         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7524         images in image-load-path.  [Sync with image.el, revision 1.60, in
7525         Emacs.]
7526
7527 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7528
7529         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7530         path rather than symbol.  Always return list of directories.
7531         Guarantee that image directory comes first.  [Sync with image.el,
7532         revision 1.59, in Emacs.]
7533
7534         * message.el (message-make-tool-bar): Adjust to new API of
7535         `gmm-image-load-path-for-library'.
7536
7537         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7538
7539         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7540
7541 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7542
7543         * gnus-art.el (gnus-article-only-boring-p):
7544         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7545         intangible text.
7546         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7547
7548 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7549
7550         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7551         `defun' instead of `gmm-defun-compat'.
7552
7553 2006-03-14  Simon Josefsson  <jas@extundo.com>
7554
7555         * message.el (message-unique-id): Don't use message-number-base36
7556         if (user-uid) is a float.
7557         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7558
7559 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7560
7561         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7562
7563         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7564         empty line between a part and a message part.
7565
7566 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7567
7568         * smiley.el: Add more test smileys.
7569         (smiley-data-directory, smiley-regexp-alist)
7570         (gnus-smiley-file-types): Fix doc strings.
7571         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7572         adding new elements.
7573         (smiley-mouse-map): Unused code.  Make it a comment.
7574
7575 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7576
7577         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7578         scan latest NoCeM messages instead of old ones.
7579         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7580         delimiters that are recently used.
7581         (gnus-nocem-load-cache): Add autoload cookie.
7582
7583         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7584
7585         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7586         level which is larger than gnus-use-nocem is specified.
7587
7588         * gnus-group.el (gnus-group-get-new-news): Ditto.
7589
7590 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7591
7592         * gnus-util.el (gnus-tool-bar-update): New function.
7593
7594         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7595         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7596
7597         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7598
7599         * gnus-group.el (gnus-group-redraw-when-idle)
7600         (gnus-group-redraw-check): Remove.
7601         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7602
7603 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7606         if optional last element is specified in splits (FIELD VALUE...).
7607
7608 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7609
7610         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7611         to gmm-image-load-path-for-library.  Call with no-error argument.
7612         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7613
7614         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7615
7616         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7617
7618         * gmm-utils.el (gmm-image-load-path): Remove alias.
7619
7620 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7621
7622         * gmm-utils.el (gmm-image-load-path): Add alias.
7623
7624         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7625         nnml-generate-nov-databases-1.
7626         (nnml-generate-nov-databases): Use it.
7627         (nnml-generate-nov-databases-directory): Document no-active
7628         argument.
7629
7630         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7631         directory if path is t.  Add no-error.
7632
7633         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7634         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7635
7636         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7637         resetting gnus-article-browse-html-temp-list.
7638
7639         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7640         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7641         Add example to docstring.  Rename local variables.  Move error
7642         checks to default case in cond and simplify.
7643
7644 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7645
7646         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7647         handle is multipart when calling it recursively.
7648         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7649
7650 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7651
7652         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7653         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7654
7655 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7656
7657         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7658         is loaded.
7659
7660         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7661         loaded.
7662
7663 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7664
7665         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7666         to "Emacs 23 (unicode)" in doc string.
7667
7668         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7669         "Emacs 23 (unicode)" in comment.
7670
7671 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7674
7675         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7676         characters 160 through 255 in Emacs 23.
7677
7678 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7679
7680         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7681         gnus-article-browse-html-temp.
7682         (gnus-article-browse-delete-temp): Make it customizable.  Add
7683         `file'.  Adjust doc string.
7684         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7685         query for each file.  Adjust doc string.
7686         (gnus-article-browse-html-parts): Add
7687         `gnus-article-browse-delete-temp-files' to
7688         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7689
7690 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7691
7692         * gnus-art.el (gnus-article-browse-html-temp)
7693         (gnus-article-browse-delete-temp): New variables.
7694         (gnus-article-browse-delete-temp-files): New function.
7695         (gnus-article-browse-html-parts): Use it.
7696
7697 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7698
7699         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7700
7701         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7702         string.
7703
7704         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7705         gnus-summary-insert-new-articles when unplugged.  Remove
7706         gnus-summary-search-article-forward.
7707
7708         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7709         display-visual-class instead of display-color-cells.
7710
7711 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7712
7713         * dgnushack.el: Autoload customize-group for XEmacs.
7714
7715         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7716         message/* containing non-ASCII text properly.
7717
7718 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7719
7720         * message.el: Require gmm-utils, remove autoloads.
7721         (message-tool-bar): Set default based on
7722         gmm-tool-bar-style.
7723         (message-tool-bar-gnome): Add gmm-customize-mode.
7724
7725         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7726         gmm-tool-bar-style.
7727         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7728
7729         * gnus-group.el (gnus-group-tool-bar): Set default based on
7730         gmm-tool-bar-style.
7731         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7732
7733         * gmm-utils.el (gmm-image-directory): Rename variable from
7734         gmm-image-load-path.
7735         (gmm-image-load-path): Use gmm-image-directory.
7736         (gmm-customize-mode): New function.
7737         (gmm-tool-bar-style): New variable.
7738
7739         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7740         gnus-group-redraw-line-number.
7741         (gnus-group-redraw-check): Simplify.
7742         (gnus-group-tool-bar-update): Remove redraw check.
7743         (gnus-group-make-tool-bar): Add redraw check.
7744
7745 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7746
7747         * gnus-art.el (gnus-button): Add missing parentheses.
7748
7749 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7750
7751         * lpath.el: Fbind line-number-at-pos.
7752
7753 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7754
7755         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7756
7757 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7758
7759         * gnus-art.el (gnus-button): New face.
7760         (gnus-article-button-face): Use it.
7761
7762         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7763         gnus-summary-next-page.  Re-order.
7764
7765         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7766         next-node are now included.
7767         (gnus-group-redraw-line-number): New internal variable.
7768         (gnus-group-redraw-check): Helper function for updating the tool
7769         bar.
7770         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7771
7772         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7773
7774         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7775         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7776         Use it to match format of Spamassassin 3.0 and later.  Reported by
7777         IRIE Tetsuya <irie@t.email.ne.jp>.
7778         (spam-check-bogofilter)
7779         (spam-bogofilter-register-with-bogofilter): Fix args of
7780         `gnus-error' calls.
7781
7782 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7783
7784         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7785         unnecessary interaction when sending queued mails.  Reported by
7786         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7787
7788 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7789
7790         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7791         first or last are nil.
7792
7793 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7794
7795         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7796
7797 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7798
7799         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7800
7801 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7802
7803         * dns.el (query-dns): Protect more against buggy tcp output.
7804
7805 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7806
7807         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7808         nov.php.
7809
7810 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7811
7812         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7813         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7814         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7815         output on the server side.
7816         (nnweb-google-create-mapping): Update regexps and add some
7817         progress indication.
7818
7819 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7820
7821         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7822         gnus-agent-toggle-plugged.  Re-order icons.
7823         (gnus-group-tool-bar-gnome): Add
7824         gnus-group-{prev,next}-unread-group.
7825         (gnus-group-tool-bar-gnome): Re-order icons.
7826
7827         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7828         gnus-summary-insert-new-articles.
7829
7830         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7831         comments.
7832
7833         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7834         also available in Emacs 21.3.
7835
7836         * message.el (message-fix-before-sending): Change "Emacs 22" to
7837         "Emacs 23 (unicode)" in comment.
7838
7839         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7840         "Emacs 23 (unicode)" in comment.
7841
7842         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7843         comment.
7844         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7845
7846         * mm-view.el (mm-fill-flowed): Add :version.
7847
7848 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7849
7850         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7851         and load-path.
7852
7853 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7854
7855         * message.el: Autoload gmm-image-load-path.
7856         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7857         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7858         consitency.
7859
7860         * gmm-utils.el (gmm-image-load-path): Also search in
7861         "../etc/images".  Don't set gmm-image-load-path if we don't find
7862         the image.
7863
7864 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7865
7866         * gmm-utils.el (gmm-image-load-path): Don't make
7867         `gmm-image-load-path' include subdirectories which the second arg
7868         `image' might specify.
7869
7870         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7871         subdirectory to icon file names.
7872
7873         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7874
7875 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7876
7877         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7878         gmm-image-load-path calls.
7879
7880         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7881
7882         * message.el (message-make-tool-bar): Ditto.
7883
7884         * mml.el (mml-preview): Added comment concerning tool bar icons.
7885
7886         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7887         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7888
7889         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7890         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7891
7892         * message.el (message-tool-bar-gnome): Use new icon names.
7893         (message-make-tool-bar): Use `gmm-image-load-path'.
7894
7895         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7896         functions from MH-E.
7897         (gmm-image-load-path): New variable from MH-E.
7898         (gmm-image-load-path): New function from MH-E.  Added arguments
7899         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
7900         *-image-load-path-called-flag.
7901
7902 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
7903
7904         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7905
7906 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
7907
7908         * nnimap.el (nnimap-request-move-article): Change folder back to
7909         source group before deleting.
7910
7911 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
7912
7913         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7914
7915         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7916         mm-url.
7917
7918         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7919
7920 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7921
7922         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7923         coding system which mm-charset-to-coding-system returns for a
7924         given charset is valid.
7925
7926 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
7927
7928         * html2text.el (html2text-remove-tag-list):
7929         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7930
7931 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7932
7933         * gnus-cus.el: Revert 2005-10-17 change.
7934
7935 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7936
7937         * gnus-art.el (article-strip-banner): Call
7938         article-really-strip-banner only when the regexp match is made.
7939
7940 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7941
7942         * gnus-art.el (article-strip-banner): Use
7943         gnus-extract-address-components instead of
7944         mail-header-parse-addresses to make it work with non-ASCII text;
7945         remove mail-encode-encoded-word-string.
7946
7947         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7948         values which are surrounded with \"...\"; make it never cause a
7949         Lisp error; give up parsing of parameters if it failed in
7950         extracting type.
7951
7952 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
7953
7954         * smime.el (smime-cert-by-ldap-1): Fix bug where
7955         `smime-ldap-search' returns results without userCertificates.
7956
7957 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7958
7959         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
7960
7961 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7962
7963         * spam.el (spam-check-spamassassin-headers): Adapt format for
7964         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
7965         <ari@mbf.ocn.ne.jp>.
7966         (spam-list-of-processors): Add spam-use-gmane.
7967
7968 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7969
7970         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
7971         make-temp-file; make it work with XEmacs as well.
7972
7973         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
7974         mm-make-temp-file.
7975
7976         * mm-decode.el (mm-display-external): Use the 3rd arg of
7977         mm-make-temp-file.
7978         (mm-create-image-xemacs): Ditto.
7979
7980 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7981
7982         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
7983         with message-narrow-to-headers.
7984         (gnus-draft-setup): Narrow to header to run message-fetch-field.
7985         (gnus-draft-check-draft-articles): New function.
7986         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
7987
7988 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7989
7990         * gnus-art.el (gnus-article-browse-html-parts):
7991         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
7992         Don't use suffix argument for mm-make-temp-file for Emacs 21
7993         compatibility.  Remove useless `format'.
7994
7995 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7996
7997         * nnweb.el (nnweb-google-wash-article): Update regexps.
7998         (nnweb-group-alist): Use defvoo instead of defvar.
7999
8000 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8001
8002         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8003         re-loading nn* modules.
8004
8005 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8006
8007         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8008         for `tool-bar-mode' and don't check it's default-value.
8009
8010         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8011
8012         * message.el (message-make-tool-bar): Ditto.
8013
8014         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8015         `substring'.  Shorten tmp-file name.
8016
8017         * gnus.el: Remove bogus comment.
8018
8019 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8020
8021         * gnus-art.el (gnus-article-browse-html-parts): New function.
8022         (gnus-article-browse-html-article): New function for viewing html
8023         articles with a browser.
8024
8025 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8026
8027         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8028         in elisp.
8029         (pgg-gpg-encrypt-symmetric-region): Ditto.
8030         (pgg-gpg-sign-region): Ditto.
8031
8032         * pgg-def.el (pgg-text-mode): New variable.
8033
8034         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8035         (mml2015-pgg-encrypt): Ditto.
8036
8037         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8038         (mml1991-pgg-encrypt): Ditto.
8039
8040 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8041
8042         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8043         message-make-date instead of current-time-string.
8044
8045         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8046         to gnus-decoded which mm-uu might set.
8047
8048 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8051         don't decode quoted parameters; remove misimported Emacs code.
8052         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8053         (rfc2231-decode-encoded-string): Don't use split-string which
8054         behaves differently according to Emacs version; use
8055         mm-decode-coding-region to convert charset to coding-system.
8056         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8057         (rfc2231-encode-string): Remove misimported Emacs code.
8058
8059 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8060
8061         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8062         when calling mail-header-parse-content-type.
8063         (article-de-quoted-unreadable): Ditto.
8064         (article-de-base64-unreadable): Ditto.
8065         (article-wash-html): Ditto.
8066
8067         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8068         calling mail-header-parse-content-type and
8069         mail-header-parse-content-disposition.
8070         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8071         mail-header-parse-content-type.
8072
8073         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8074         insert charset and format parameters; encode description after
8075         inserting it to buffer.
8076         (mml-insert-parameter): Fold lines properly even if a parameter is
8077         segmented into two or more lines; change the max column to 76.
8078
8079         * rfc1843.el (rfc1843-decode-article-body): Don't use
8080         ignore-errors when calling mail-header-parse-content-type.
8081
8082         * rfc2231.el (rfc2231-parse-string): Return at least type if
8083         possible; don't cause an error even if it fails in parsing of
8084         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8085         (rfc2231-encode-string): Don't break lines at the beginning, leave
8086         it to mml-insert-parameter.
8087
8088         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8089         calling mail-header-parse-content-type.
8090
8091 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8092
8093         * spam-report.el (spam-report-gmane-use-article-number):
8094         Improve doc string.
8095         (spam-report-gmane-internal): Check if a suitable header was found
8096         in the article.
8097
8098 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8099
8100         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8101         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8102
8103 2006-02-05  Romain Francoise  <romain@orebokech.com>
8104
8105         Update copyright notices of all files in the gnus directory.
8106
8107 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8108
8109         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8110
8111 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8112
8113         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8114         segmented lines of parameter value to cope with Thunderbird 1.5
8115         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8116         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8117         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8118
8119 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8120
8121         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8122         parts.
8123
8124 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8125
8126         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8127         there's only one active file for all servers.
8128         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8129         solid groups.  Gnus might have used a FAST request to select the group.
8130         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8131         and nnweb-search redundantly in the active file.
8132         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8133         (nnweb-request-create-group): Don't use ARGS.
8134         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8135         initialisations.  Let nnoo do the work.
8136
8137 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8140         Say the part has been decoded.
8141
8142         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8143
8144 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8145
8146         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8147         mailcap-viewer-test-cache when there's no 'test clause, since that
8148         will invert the meaning of a "nil" test previously determined by
8149         mailcap-mailcap-entry-passes-test.
8150
8151 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8152
8153         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8154         compiling.
8155
8156         * gnus-sum.el: Ditto.
8157
8158         * message.el: Don't bind tool-bar-map when compiling.
8159
8160 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8161
8162         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8163
8164 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8165
8166         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8167         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8168         current Google Groups.
8169
8170 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8171
8172         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8173         and tool-bar-mode.
8174
8175         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8176         and tool-bar-mode.
8177
8178         * message.el (message-tool-bar-update): Simplify.
8179         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8180
8181         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8182         gnus-summary-buffer.
8183         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8184         gnus-summary-reply.
8185
8186         * gmm-utils.el (gmm): Add :version.
8187
8188 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * Makefile.in (clean): New rule.
8191         (distclean): Use it.
8192
8193 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8194
8195         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8196         autoload.
8197
8198 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8199
8200         * gmm-utils.el (gmm-verbose): Add :group.
8201
8202 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8203
8204         * message.el: Change some comments WRT tool-bars.
8205
8206         * gnus-sum.el (gnus-summary-tool-bar)
8207         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8208         (gnus-summary-tool-bar-zap-list): New variables.
8209         (gnus-summary-make-tool-bar): Complete rewrite using
8210         `gmm-tool-bar-from-list'.
8211
8212         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8213         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8214         variables.
8215         (gnus-group-make-tool-bar): Complete rewrite using
8216         `gmm-tool-bar-from-list'.
8217         (gnus-group-tool-bar-update): New function.
8218
8219         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8220
8221 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8222
8223         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8224         is dissected into a single part of which the type is the same as
8225         the given one; decode charset.
8226
8227 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8228
8229         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8230         into alists as symbol not string, since that's what
8231         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8232         look for.
8233
8234 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8235
8236         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8237         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8238
8239         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8240
8241 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8242
8243         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8244         (gnus-xmas-mime-security-button-menu): New function.
8245
8246         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8247         (gnus-mime-security-button-menu): New definition.
8248         (gnus-mime-security-button-map): Use them.
8249         (gnus-mime-security-button-menu): New function.
8250         (gnus-insert-mime-security-button): Addition to help echo.
8251         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8252         (gnus-mime-security-pipe-part): New functions.
8253
8254         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8255         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8256
8257         * mm-decode.el (mm-handle-set-disposition): Remove.
8258         (mm-handle-set-description): Remove.
8259
8260 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8261
8262         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8263         (mm-w3m-standalone-supports-m17n-p): New function.
8264         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8265         w3m usage.
8266
8267         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8268         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8269
8270 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8271
8272         * message.el (message-tool-bar-zap-list): Use
8273         gmm-tool-bar-zap-list as custom type.
8274         (message-tool-bar-update): New function.
8275         (message-tool-bar, message-tool-bar-gnome)
8276         (message-tool-bar-retro): Add message-tool-bar-update.
8277         (message-tool-bar-gnome): Add flyspell-buffer.
8278
8279         * gnus-util.el (gnus-error): Describe `args'.
8280
8281         * gmm-utils.el (gmm-error): Describe `args'.
8282         (gmm-tool-bar-zap-list): New widget.
8283         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8284
8285 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8286
8287         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8288         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8289         the number of recursive calls.
8290
8291         * mm-decode.el (mm-handle-set-disposition): New macro.
8292         (mm-handle-set-description): New macro.
8293
8294 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8295
8296         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8297         encoding.
8298
8299 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8300
8301         * message.el (message-tool-bar-zap-list, message-tool-bar)
8302         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8303         (message-tool-bar-local-item-from-menu): Remove.
8304         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8305         (message-make-tool-bar): New function.
8306         (message-mode): Use `message-make-tool-bar'.
8307
8308         * gmm-utils.el: New file.
8309         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8310         (gmm-lazy): New widget copied from `nnmail.el'.
8311         (gmm-tool-bar-from-list): New function for creating customizable
8312         tool bars.
8313         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8314         output.
8315         (gmm): Add :prefix to defgroup.
8316
8317 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8318
8319         * gmm-utils.el (gmm-widget-p): New function.
8320
8321 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8322
8323         * mml.el (mml-attach-file): Describe `description' in doc string.
8324         (mml-menu): Add Emacs MIME manual and PGG manual.
8325
8326 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8327
8328         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8329
8330 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8331
8332         * nntp.el (nntp-end-of-line): Doc fix.
8333
8334 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8335
8336         * imap.el (imap-open): Handle case where buffer is a buffer
8337         object.
8338
8339 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8340
8341         * gnus-delay.el (gnus-delay): Don't autoload.
8342         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8343         to be re-loaded when customizing the `gnus-delay' group.
8344
8345 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8346
8347         * message.el (message-insert-citation-line): Use newlines.
8348
8349 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8350
8351         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8352         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8353         these routines, so the passphrase can be managed externally and
8354         passed in to the system.
8355         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8356         pgg-add-passphrase-to-cache function.
8357
8358         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8359         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8360         these routines, so the passphrase can be managed externally and
8361         passed in to the system.
8362         (pgg-pgp5-sign-region): Use new name of
8363         pgg-add-passphrase-to-cache function.
8364
8365 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8366
8367         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8368         part of the decoded armor to find the key-identifier.
8369         (pgg-gpg-lookup-key-owner): New function to return the
8370         human-readable identifier of a key owner.
8371         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8372         itself.
8373         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8374         the key value) if we have a key and can match it against a secret
8375         key.  Also, added a note pointing out fact that the prompt only
8376         indicates the first matching key.
8377
8378         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8379         pgg-decrypt-region.
8380         (pgg-add-passphrase-to-cache): Rename from
8381         `pgg-add-passphrase-cache' to reduce confusion (all callers
8382         changed).
8383         (pgg-remove-passphrase-from-cache): Rename from
8384         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8385         changed).
8386         (pgg-read-passphrase, pgg-add-passphrase-cache)
8387         (pgg-remove-passphrase-cache): Add informative docstrings.
8388         (pgg-decrypt): Convey provided passphrase in subordinate call to
8389         pgg-decrypt-region.
8390
8391 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8392
8393         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8394         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8395         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8396         'passphrase' argument, so the passphrase can be managed externally
8397         and then passed in to the system.
8398
8399         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8400         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8401         so the passphrase cache can be used reliably with identifiers
8402         besides a pgp packet's key id.
8403
8404         * pgg-gpg.el (pgg-gpg-encrypt-region)
8405         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8406         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8407         these routines, so the passphrase can be managed externally and
8408         passed in to the system.
8409
8410         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8411         'notruncate' argument, so the passphrase cache can be used
8412         reliably with identifiers besides a pgp packet's key id.
8413
8414 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8415
8416         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8417         symmetric encryption.
8418         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8419         encrypted session key.
8420         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8421         message ask for the passphrase in a proper way.
8422
8423         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8424         New user commands for symmetric encryption.
8425
8426 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8427
8428         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8429
8430         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8431
8432 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8433
8434         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8435
8436 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8437
8438         * mm-decode.el (mm-inlined-types): Add application/pgp.
8439         (mm-automatic-display): Ditto.
8440
8441         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8442         part as text.
8443
8444 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8445
8446         * nnrss.el: Update copyright.
8447         (nnrss-opml-import): Query whether to subscribe to each entry.
8448
8449         * gnus-art.el:
8450         * gnus-sum.el:
8451         * gnus-xmas.el:
8452         * messagexmas.el:
8453         * mm-uu.el:
8454         * mm-view.el: Update copyright.
8455
8456 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8457
8458         * message.el (message-info): New function.
8459         (message-mode-menu): Add it.
8460         Update copyright.
8461
8462         * ChangeLog: Fix and update copyright.
8463
8464 2006-01-13  Romain Francoise  <romain@orebokech.com>
8465
8466         * message.el (message-forward-subject-name-subject): Prefer the
8467         address to 'nowhere' if the sender has no name.
8468         Fix typo.  Update copyright year.
8469
8470 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8471
8472         * gnus-art.el (article-wash-html): Use
8473         gnus-summary-show-article-charset-alist if a numeric arg is given.
8474         (gnus-article-wash-html-with-w3m-standalone): New function.
8475
8476         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8477         mm-inline-text-html-render-with-w3m-standalone.
8478         (mm-text-html-washer-alist): Map w3m-standalone to
8479         gnus-article-wash-html-with-w3m-standalone.
8480         (mm-inline-text-html-render-with-w3m-standalone): New function.
8481
8482 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8483
8484         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8485         Improve LaTeX.
8486
8487 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8488
8489         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8490         (nnrss-request-article): Render text/plain parts as HTML.
8491
8492         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8493         the buffer.
8494
8495 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8496
8497         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8498         custom definition of `gnus-posting-styles'.
8499
8500         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8501         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8502
8503 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8504
8505         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8506         Use nntp for bug archive.
8507
8508 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8509
8510         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8511         parts.
8512         (nnrss-normalize-date): New function converts ISO 8601 date into
8513         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8514         (nnrss-check-group): Use it.
8515
8516 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8517
8518         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8519
8520         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8521         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8522         (nnrss-insert-w3): Ditto.
8523
8524 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8527         the articles to be forwarded including the case where neither a
8528         number of articles nor a region is specified.
8529
8530 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8531
8532         * nnrss.el (nnrss-request-article): Fix last change; fill
8533         text/plain parts.
8534
8535 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8536
8537         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8538         in text/plain part.
8539         (nnrss-check-group): Don't add excessive newline to dc:subject.
8540
8541 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8542
8543         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8544         article.
8545
8546 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8547
8548         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8549         (nnml-use-compressed-files, nnml-save-mail): Support other
8550         comression programs such as bzip2.
8551
8552 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8553
8554         * dns.el (query-dns): Make sure we check the buffer size before
8555         removing tcp headers.
8556
8557 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8558
8559         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8560         remove MIME buttons associated with multipart/alternative parts.
8561         (gnus-mime-display-alternative): Tag buttons using `article-type'
8562         text property.
8563
8564         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8565         associated with multipart/alternative parts.
8566
8567         * gnus-art.el (gnus-signature-separator): Fix custom type.
8568
8569         * mm-decode.el (mm-inlined-types): Fix custom type.
8570         (mm-keep-viewer-alive-types): Ditto.
8571         (mm-automatic-display): Ditto.
8572         (mm-attachment-override-types): Ditto.
8573         (mm-inline-override-types): Ditto.
8574         (mm-automatic-external-display): Ditto.
8575
8576 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8577
8578         * spam-report.el (spam-report-user-mail-address)
8579         (spam-report-user-agent): New variables.
8580         (spam-report-url-ping-plain): Use spam-report-user-agent.
8581
8582 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8583
8584         * gnus-art.el (gnus-button-handle-custom): Do not just use
8585         `customize-apropos' for any "M-x customize-*" button but the
8586         function called for.  Accept both the function name and its
8587         argument in order to achieve this.
8588         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8589         function name to `gnus-button-handle-custom' in case of "M-x
8590         customize-*" buttons.
8591
8592 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8593
8594         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8595         multipart/alternative and add xref to mm-discouraged-alternatives
8596         in doc string.
8597
8598         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8599         gnus-buttonized-mime-types in doc string.
8600
8601 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8602
8603         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8604         Suggest image/.* in the doc string.
8605
8606 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8607
8608         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8609         message-marks (Debian bug #342521).
8610
8611 2005-12-12  Simon Josefsson  <jas@extundo.com>
8612
8613         * password.el (password-read-from-cache): Add.
8614         (password-read): Use it.
8615
8616 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8617
8618         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8619         us-ascii as a MIME charset.
8620
8621         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8622         against the case where the 2nd arg TYPE is nil.
8623
8624 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8625
8626         * pop3.el (pop3-stream-type): Fix custom version.
8627
8628         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8629
8630 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8631
8632         * mm-decode.el (mm-display-external): Add missing cdr.
8633
8634 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8635
8636         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8637         RFC1524) if it is in mailcap or add a suffix according to
8638         mailcap-mime-extensions when generating a temp filename; postpone
8639         deleting a temp file for 2 seconds for some wrappers, shell
8640         scripts, and so on, which might exit right after having started a
8641         viewer command as a background job.
8642
8643 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8644
8645         * nntp.el (nntp-marks-directory): Fix custom group.
8646
8647         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8648         steps when < 10.
8649
8650         * gnus-start.el (gnus-no-server-1): Mention
8651         `gnus-level-default-subscribed' in doc string.
8652
8653 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8654
8655         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8656         parens.
8657
8658 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8659
8660         * gnus-xmas.el (gnus-use-toolbar): Revert.
8661         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8662         gnus-use-toolbar is default.
8663
8664         * messagexmas.el (message-use-toolbar): Revert.
8665         (message-setup-toolbar): Use global default-toolbar if
8666         message-use-toolbar is default.
8667
8668 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8671         according to default-toolbar-visible-p.
8672
8673         * messagexmas.el (message-use-toolbar): Ditto.
8674
8675 2005-11-26  Dave Love  <fx@gnu.org>
8676
8677         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8678         (tls-program, tls-success): Provide openssl alternative.
8679
8680         * starttls.el: Doc fixes.
8681         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8682         SERVICE to PORT.
8683
8684         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8685         port null or service name.
8686         (starttls-negotiate): Autoload.
8687
8688 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * message.el (message-kill-to-signature): Fix interactive spec.
8691
8692 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8693
8694         * pop3.el (pop3-open-server): Recognize a string as a service name.
8695
8696 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8697
8698         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8699
8700 2005-11-23  Dave Love  <fx@gnu.org>
8701
8702         Add pop3s, pop3/starttls.
8703
8704         * pop3.el (pop3-authentication-scheme): Clarify doc.
8705         (open-tls-stream, starttls-open-stream): Autoload.
8706         (pop3-stream-type): New.
8707         (pop3-open-server): Use it.
8708
8709         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8710         for POP.
8711         (mail-source-keyword-map): Add :stream for POP.
8712         (mail-source-fetch-pop): Use pop3-stream-type.
8713
8714 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8715
8716         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8717         of current-time-string.
8718
8719 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8720
8721         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8722         date header.
8723
8724 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8725
8726         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8727         it can seriously impact performance as it bypasses the agent's
8728         local caches.
8729
8730 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8731
8732         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8733         must be explicitly online rather than "not explicitly offline" for
8734         its flags to be synchronized.
8735
8736         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8737         that gnus-uu-unmark-thread will function correctly.
8738
8739         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8740         1024K is instead displayed as 1M.
8741
8742 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8743
8744         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8745
8746 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8747
8748         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8749
8750 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8751
8752         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8753         error message to display actual error condition.
8754         (gnus-agent-save-local): Avoid saving symbols that are bound to
8755         nil as they simply result in a warning message in
8756         gnus-agent-read-local.
8757
8758 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8759
8760         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8761         rather than make-variable-buffer-local for file-precious-flag.
8762
8763 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8764
8765         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8766         for duplicates which are removed.  The invalid sort check then
8767         triggers a rescan after the sort as sorting may have moved
8768         duplicate entries such that they can be cheaply detected.
8769
8770 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8773
8774 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8775
8776         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8777         internal variable to a custom variable.  Changed default value
8778         from compressed(2) to uncompressed(1).
8779         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8780         support for uncompressed agentview files.  Taken together, reading
8781         the agentview file should now be 6-7 times faster.
8782
8783 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8784
8785         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8786         as a buffer-local variable.  This avoids creating truncated
8787         dribble files as a result of a hang up, eg.
8788
8789 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8790
8791         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8792         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8793         XEmacs.
8794
8795 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8796
8797         * gnus-start.el (gnus-start-draft-setup): Enforce
8798         `gnus-draft-mode' for nndraft:drafts at startup.
8799
8800         * gnus.el (gnus-splash): Change custom group.
8801         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8802         allow-list argument.
8803
8804         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8805         string.
8806
8807 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8808
8809         * gnus-art.el (gnus-default-article-saver): Add user-defined
8810         `function' to custom type.
8811
8812 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8813
8814         * imap.el (imap-open): Handle case where buffer is a buffer
8815         object.
8816
8817 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8818
8819         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8820         long lines.
8821         (gnus-cache-delete-group): Wrap doc strings.
8822
8823         * gnus-agent.el (gnus-agent-rename-group)
8824         (gnus-agent-delete-group): Wrap doc strings.
8825
8826 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8827
8828         * messagexmas.el (message-use-toolbar): Change the valid values
8829         into default, top, bottom, left, and right.
8830         (message-toolbar-thickness): New variable.
8831         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8832         well.
8833         (message-setup-toolbar): Make it work.
8834
8835         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8836         (gnus-use-toolbar): Change the valid values into default, top,
8837         bottom, left, and right.
8838         (gnus-toolbar-thickness): New variable.
8839         (gnus-xmas-setup-toolbar): New function.
8840         (gnus-xmas-setup-group-toolbar): Use it.
8841         (gnus-xmas-setup-summary-toolbar): Use it.
8842
8843 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8844
8845         * gnus-start.el (gnus-1): Add "native" to
8846         gnus-predefined-server-alist.
8847
8848         * gnus.el (gnus-method-to-server): Don't add "native" to the
8849         lists here, because that leads to problems when
8850         gnus-select-method is bound.
8851
8852 2005-11-09  Simon Josefsson  <jas@extundo.com>
8853
8854         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8855         use (not sort-by-date) instead.
8856
8857 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8858
8859         * gnus-delay.el (gnus-delay-group): Don't autoload.
8860         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8861         to be re-loaded when customizing the `gnus-delay' group.
8862
8863 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8864
8865         * message.el: Revert last changes.
8866         (message-insert-citation-line): Use newlines.
8867
8868 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8869
8870         * message.el (message-courtesy-message)
8871         (message-mark-insert-begin, message-mark-insert-end)
8872         (message-elide-ellipsis, message-cancel-message)
8873         (message-add-header, message-change-subject)
8874         (message-cross-post-followup-to-header)
8875         (message-cross-post-insert-note, message-reduce-to-to-cc)
8876         (message-widen-reply, message-delete-not-region)
8877         (message-kill-to-signature, message-insert-signature)
8878         (message-insert-importance-high, message-insert-importance-low)
8879         (message-insert-or-toggle-importance)
8880         (message-insert-disposition-notification-to)
8881         (message-indent-citation, message-yank-original)
8882         (message-cite-original-without-signature, message-cite-original)
8883         (message-insert-citation-line, message-position-on-field)
8884         (message-fix-before-sending, message-send-mail-partially)
8885         (message-send-mail, message-send-mail-with-sendmail)
8886         (message-send-mail-with-qmail, message-send-news)
8887         (message-check-news-header-syntax, message-generate-headers)
8888         (message-insert-courtesy-copy, message-fill-address)
8889         (message-fill-header, message-shorten-references)
8890         (message-setup-1, message-cancel-news)
8891         (message-forward-make-body-plain, message-forward-make-body-mime)
8892         (message-forward-make-body-mml, message-encode-message-body)
8893         (message-forward-make-body-digest-plain)
8894         (message-forward-make-body-digest-mime)
8895         (message-use-alternative-email-as-from): Insert `hard-newline'
8896         instead of ordinary newlines.
8897
8898 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8899
8900         * message.el (message-generate-headers): Downcase the argument
8901         given to message-check-element.
8902
8903 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
8904
8905         * nntp.el (nntp-authinfo-rejected): New error condition.
8906         (nntp-wait-for): Use new error condition to signal authentication
8907         error.
8908         (nntp-retrieve-data): Rethrow new error condition to break out of
8909         recursive call to nntp-send-authinfo.
8910
8911 2005-11-08  Romain Francoise  <romain@orebokech.com>
8912
8913         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8914         (gnus-summary-exit-map): Bind to `Z p'.
8915         (gnus-summary-make-menu-bar): Add menu item.
8916
8917 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8918
8919         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8920         (gnus-treat-*): Add `first' in all doc strings.
8921
8922         * gnus-group.el (gnus-group-compact-group): Fix typo.
8923
8924 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8925
8926         * gnus.el (gnus-parameters-case-fold-search): New variable.
8927         (gnus-parameters-get-parameter): Use it.
8928
8929         * gnus-score.el (gnus-home-score-file): Doc fix.
8930
8931 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8932
8933         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8934
8935 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8936
8937         * mm-util.el (mm-special-display-p): New function.
8938
8939         * mml.el (mml-preview): Use it; doc fix.
8940
8941 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8942
8943         * imap.el (imap-open): Handle case where buffer is a buffer object.
8944
8945 2005-10-29  Romain Francoise  <romain@orebokech.com>
8946
8947         * message.el (message-fix-before-sending): Fix comment.
8948
8949 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8950
8951         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8952
8953 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8954
8955         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8956         Used in gnus-score.el.
8957
8958 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8959
8960         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8961
8962 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8963
8964         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8965         whitespace removed in revision 7.8.  Use concatenated string to
8966         protect trailing whitespace.
8967
8968 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
8969
8970         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
8971         (nnimap-request-expire-articles): Use it to avoid sending 'UID
8972         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
8973         Courier IMAP ("some version from 2004").  Mostly based on similar
8974         code in the same function.
8975
8976 2005-10-26  Didier Verna  <didier@xemacs.org>
8977
8978         * gnus-group.el (gnus-group-compact-group): Invalidate original
8979         article buffer.
8980         * gnus-srvr.el (gnus-server-compact-server): Ditto.
8981         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
8982         NOV database and in article itself.
8983         Invalidate article backlog.
8984
8985 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8986
8987         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8988
8989 2005-10-26  Simon Josefsson  <jas@extundo.com>
8990
8991         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8992         part of 2004-07-25 change.
8993
8994 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8995
8996         * message.el (message-display-completion-list): New function.
8997         (message-expand-group): Use it; make sure the Completions buffer
8998         is modifiable.
8999 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9000
9001         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9002         user-mail-name is an empty string.
9003
9004 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9005
9006         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9007         depending on gnus-score-decay-constant.
9008
9009         * encrypt.el (encrypt-insert-file-contents)
9010         (encrypt-write-file-contents): Don't use `gnus-message'.
9011
9012         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9013         arguments.
9014         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9015         arguments to mm-uu-verbatim-marks-extract.
9016         (mm-uu-hide-markers): New variable.
9017         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9018
9019         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9020         (gnus-convert-image-to-face-command): Use "convert" by default to
9021         allow other input image formats.
9022         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9023         accordingly.
9024
9025 2005-10-23  Simon Josefsson  <jas@extundo.com>
9026
9027         * imap.el (imap-gssapi-program): Align command line parameters
9028         with latest GNU SASL.
9029         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9030
9031 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9032
9033         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9034         HTML.
9035         (nnslashdot-request-article): Ditto.
9036
9037         * lpath.el (featurep): Add nobreak-char-display.
9038
9039 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9040
9041         * mail-source.el (mail-source-fetch-pop): Require pop3.
9042         (mail-source-check-pop): Ditto.
9043
9044 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9045
9046         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9047         errors.
9048
9049 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9050
9051         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9052         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9053
9054         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9055
9056         * mm-bodies.el (mm-decode-string): Call
9057         `mm-charset-to-coding-system' with allow-override argument.
9058
9059 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9060
9061         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9062         (rfc2047-charset-to-coding-system): New function.
9063         (rfc2047-decode-encoded-words): New function.
9064         (rfc2047-decode-region): Use them.
9065         (rfc2047-decode-cte): Remove.
9066         (rfc2047-parse-and-decode): Remove.
9067         (rfc2047-decode): Remove.
9068
9069 2005-10-15  Kenichi Handa  <handa@m17n.org>
9070
9071         * rfc2047.el (rfc2047-decode-cte): New function.
9072         (rfc2047-decode-region): Change the way to decode successive
9073         encoded-words: decode B- or Q-encoding in each encoded-word,
9074         concatenate them, and decode it as charset.
9075
9076 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9077
9078         * lpath.el: Fbind codepage-setup for XEmacs.
9079
9080 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9081
9082         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9083         widget-move-and-invoke.
9084         (gnus-custom-mode): Use gnus-custom-map.
9085
9086 2005-10-15  Bill Wohler  <wohler@newt.com>
9087
9088         * message.el (message-tool-bar-map): Renamed image file from
9089         mail_send to mail/send.
9090
9091 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9092
9093         * message.el (message-expand-group): Pass the common
9094         prefix substring of completion to `display-completion-list'.
9095
9096 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9097
9098         * mml-sec.el (mml-secure-method): New internal variable.
9099         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9100         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9101         functions using mml-secure-method.
9102
9103         * mml.el (mml-mode-map): Add key bindings for those functions.
9104         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9105         Harder <harder@myrealbox.com>.
9106         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9107         end of message if point is the headers of the message.
9108
9109         * message.el (message-in-body-p): New function.
9110
9111         * assistant.el: Autoload gnus-util and netrc.
9112
9113         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9114         Use `mm-charset-override-alist' only when decoding.
9115
9116         * mm-bodies.el (mm-decode-body): Call
9117         `mm-charset-to-coding-system' with allow-override argument.
9118
9119         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9120         `filename' from Content-Disposition if Content-Type doesn't
9121         provide `name'.
9122         (gnus-mime-view-part-as-type): Set default instead of
9123         initial-input.
9124
9125 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9126
9127         * format-spec.el (format-spec): Propagate text properties of % spec.
9128
9129 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9130
9131         * gnus-art.el (gnus-treat-predicate): Add `first'.
9132
9133 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9134
9135         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9136         (mm-charset-override-alist): New variable.
9137         (mm-charset-to-coding-system): Use it.
9138         (mm-codepage-setup): New helper function.
9139         (mm-charset-eval-alist): New variable.
9140         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9141         about unknown charsets.
9142
9143         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9144
9145 2005-10-04  David Hansen  <david.hansen@gmx.net>
9146
9147         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9148         (nnrss-check-group): Ditto.
9149
9150 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9151
9152         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9153         Rename x-gnus-verbatim to x-verbatim.
9154         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9155
9156         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9157         x-verbatim.
9158
9159         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9160
9161         * gnus-util.el (gnus-remove-duplicates): Remove.
9162
9163         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9164         instead of gnus-remove-duplicates.
9165
9166         * message.el (message-remove-duplicates): Remove.
9167         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9168         message-remove-duplicates.
9169
9170         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9171         available, else use implementation from `delete-dups'.
9172
9173         * message.el (message-insert-expires): New function.
9174         (message-mode-map): Add key binding.
9175         (message-mode-field-menu): Add menu entry.
9176         (message-mode): Document it.
9177         (message-make-expires-date): Use `message-make-date'.
9178
9179 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9180
9181         * message.el (message-make-expires-date): New function.
9182
9183 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9184
9185         * Makefile.in (list-installed-shadows): New entry.
9186         (install): Use it.
9187         (remove-installed-shadows): New entry.
9188
9189         * dgnushack.el (dgnushack-default-load-path): New variable.
9190         (dgnushack-find-lisp-shadows): New function.
9191         (dgnushack-remove-lisp-shadows): New function.
9192
9193 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9194
9195         * Makefile.in (install-el-elc): New entry.
9196         (install): Use it so that .el files are necessarily installed.
9197
9198 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9201
9202 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9203
9204         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9205         function rather than the diff-mode.el package.
9206         (mm-display-external): Use with-current-buffer.
9207         (mm-viewer-completion-map, mm-viewer-completion-map):
9208         Move initialization inside declaration.
9209
9210 2005-09-29  Simon Josefsson  <jas@extundo.com>
9211
9212         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9213         autoload mail-check-payment.
9214         (spam-check-hashcash): Define unconditionally, since hashcash.el
9215         is part of Gnus now.  Ignore errors from payment checking.
9216
9217 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9218
9219         * message.el (message-bold-region, message-unbold-region): Rename
9220         from `bold-region' and `unbold-region'.
9221
9222         * message.el: Remove useless autoloads.
9223
9224 2005-09-28  Simon Josefsson  <jas@extundo.com>
9225
9226         * message.el (message-use-idna): Default to t.
9227         (message-use-idna): Test whether encoding works too.  Doc fix.
9228
9229 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9230
9231         * nntp.el (nntp-warn-about-losing-connection): Remove.
9232
9233 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9234
9235         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9236         customizable.  Change default value.
9237         (mm-uu-diff-groups-regexp): Change default value.
9238         (mm-uu-type-alist): Add doc string.
9239         (mm-uu-configure): Add doc string.  Make it interactive.
9240         (mm-uu-tex-groups-regexp): New variable.
9241         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9242         (mm-uu-type-alist): Add LaTeX documents.
9243         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9244         of "text/verbatim".
9245         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9246
9247         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9248         instead of "text/verbatim".
9249
9250         * message.el (message-mark-inserted-region)
9251         (message-mark-insert-file): Use slrn style marks when called with
9252         prefix argument.
9253
9254 2005-09-27  Simon Josefsson  <jas@extundo.com>
9255
9256         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9257
9258 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9259
9260         * message.el (message-remove-duplicates): New function.
9261         Implementation borrowed from `gnus-remove-duplicates'.
9262         (message-idna-to-ascii-rhs): Also encode idna addresses in
9263         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9264         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9265         only ask about the same idna domain once per header and also tell
9266         in what header to replace the idna domain.
9267
9268         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9269         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9270         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9271         a header is decoded and not just the last one.
9272
9273 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9274
9275         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9276         has been decoded.
9277
9278         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9279         (mm-insert-part): Don't modify text if it has been decoded.
9280
9281         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9282         decoded.
9283
9284         * mm-view.el (mm-inline-text): Don't strip text props unless
9285         decoding enriched or richtext parts.
9286
9287 2005-09-25  Romain Francoise  <romain@orebokech.com>
9288
9289         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9290         * gnus-start.el (gnus-subscribe-interactively):
9291         * gnus-uu.el (gnus-uu-grab-articles):
9292         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9293         space.
9294
9295 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9296
9297         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9298         * mm-view.el (mm-view-pkcs7-decrypt):
9299         * gnus-sum.el (gnus-summary-limit-to-extra)
9300         (gnus-summary-respool-article, gnus-read-move-group-name):
9301         * gnus-score.el (gnus-summary-increase-score):
9302         * gnus-util.el (gnus-completing-read-with-default):
9303         * gnus-art.el (gnus-read-save-file-name)
9304         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9305         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9306         * message.el (message-check-news-header-syntax):
9307         Follow convention for reading with the minibuffer.
9308
9309 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9310
9311         * spam-report.el (spam-report-url-ping-plain):
9312         Use gnus-extended-version as User-Agent.
9313
9314         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9315         default value is nil.
9316
9317         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9318         (mm-uu-verbatim-marks-extract): New function.
9319         (mm-uu-extract): New face.
9320         (mm-uu-copy-to-buffer): Use it.
9321
9322         * spam-report.el (spam-report-gmane-ham): Renamed from
9323         `spam-report-gmane-unspam'.
9324         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9325         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9326
9327         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9328         Autoload.
9329         (spam-report-gmane-unregister-routine): Renamed
9330         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9331
9332 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9333
9334         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9335         (spam-report-gmane-unregister-routine): Add support for gmane
9336         unregistration.
9337
9338         * spam-report.el (spam-report-gmane-unspam)
9339         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9340         (spam-report-gmane): Change to take a single article and do unspam
9341         registration.
9342
9343 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9344
9345         * mm-url.el (mm-url-decode-entities): Fix regexp.
9346
9347 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9348
9349         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9350         default to nil, to be able to use Gnus at all.  If the default
9351         switches to something else, then the function should be fixed not
9352         be exceedingly slow.
9353
9354 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9355
9356         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9357         fail hard.
9358
9359         * spam-report.el: Add better Keywords line.
9360
9361         * spam.el: Add Maintainer and better Keywords line.
9362
9363 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9364
9365         * gnus-art.el (gnus-article-replace-part)
9366         (gnus-mime-replace-part): New functions.
9367         (gnus-mime-action-alist, gnus-mime-button-commands)
9368         (gnus-mime-save-part-and-strip): Added file argument.
9369         (gnus-article-part-wrapper): Added interactive argument.
9370
9371         * gnus-sum.el (gnus-summary-mime-map): Add
9372         `gnus-article-replace-part'.
9373
9374 2005-09-19  Didier Verna  <didier@xemacs.org>
9375
9376         The nnml compaction feature:
9377         * nnml.el (nnml-request-compact-group): New function.
9378         * nnml.el (nnml-request-compact): New function.
9379         * gnus-int.el (gnus-request-compact-group): New function.
9380         * gnus-int.el (gnus-request-compact): New function.
9381         * gnus-group.el (gnus-group-compact-group): New function.
9382         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9383         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9384         * gnus-srvr.el (gnus-server-compact-server): New function.
9385         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9386         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9387
9388 2005-09-18  Deepak Goel  <deego@gnufans.org>
9389
9390         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9391         format spec.
9392
9393 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9394
9395         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9396
9397 2005-09-15  Romain Francoise  <romain@orebokech.com>
9398
9399         * message.el (message-fill-paragraph): Clarify docstring.
9400
9401 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9402
9403         * gnus-art.el (gnus-mime-display-part): Protect against broken
9404         MIME messages.
9405
9406 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9407
9408         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9409         before parsing header.
9410
9411 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9412
9413         * html2text.el (html2text-replace-list): Add new entities.
9414
9415 2005-09-11  Romain Francoise  <romain@orebokech.com>
9416
9417         * message.el (message-alternative-emails): Improve docstring.
9418         (message-setup-1): Call `message-use-alternative-email-as-from'
9419         after `message-setup-hook' to give it precedence over posting
9420         styles, etc.
9421         (message-use-alternative-email-as-from): Add docstring.  Remove
9422         the original From header if present.
9423
9424         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9425         (nnml-save-mail): Use it.
9426
9427         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9428         articles.  Add new argument `silent'.
9429         (gnus-uu-mark-all): Report the total number of marked articles.
9430
9431 2005-09-10  Romain Francoise  <romain@orebokech.com>
9432
9433         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9434         (gnus-uu-mark-series): Likewise.
9435
9436 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9437
9438         * spam-report.el (spam-report-gmane): Fix generation of spam
9439         report URL.
9440
9441 2005-09-10  Simon Josefsson  <jas@extundo.com>
9442
9443         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9444         t, based on discussion on the ding list with Robert Epprecht
9445         <epprecht@solnet.ch>.
9446
9447 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9448
9449         * spam-report.el (spam-report-gmane): Make it work without
9450         X-Report-Spam header.  Gmane now only provides Archived-At.
9451         This is only used if `spam-report-gmane-use-article-number' is nil.
9452         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9453
9454         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9455         make `gnus-summary-sort-by-recipient' work with threading.
9456
9457         * nnweb.el (nnweb-google-wash-article): Print a message if article
9458         is not available.
9459
9460 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9461
9462         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9463         change.  Decode text/* parts content before displaying.
9464
9465 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9466
9467         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9468
9469 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9470
9471         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9472
9473         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9474         url-package-name, url-package-version,
9475         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9476         w3m-display-inline-images, and w3m-minor-mode-map.
9477
9478 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9479
9480         * message.el (message-tab-body-function): Fix mismatched custom type.
9481
9482         * gnus.el (gnus-group-change-level-function): Ditto.
9483
9484         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9485
9486         * gnus-art.el (gnus-signature-limit)
9487         (gnus-article-mime-part-function): Ditto.
9488
9489 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9490
9491         * mml.el (mml-mode): Silence the byte compiler.
9492
9493         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9494         using `(sit-for 0)' before moving the point to the specified part;
9495         skip unbuttonized parts.
9496         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9497         return to the summary window if gnus-auto-select-part is non-nil.
9498
9499 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9500
9501         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9502         variables.
9503         (mml-dnd-attach-file, mml-mode): Use them.
9504
9505         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9506         Make fetching article by MID work again for Google Groups.  Added
9507         FIXME concerning gnus-group-make-web-group.
9508
9509         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9510         Don't depend on Gnus by using mail-extract-address-components if
9511         gnus-extract-address-components is not bound.
9512
9513 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9514
9515         * gnus-art.el (gnus-mime-display-security): Don't display the
9516         signature, but only the signed part.
9517
9518 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9519
9520         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9521
9522         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9523         list, not listp.
9524
9525 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9526
9527         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9528         when encoding.
9529
9530         * mm-bodies.el (mm-decode-content-transfer-encoding):
9531         De-canonicalize CRLF for all text content types, not just
9532         text/plain.
9533
9534 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9535
9536         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9537         valid article; point arrow and cursor at the MIME button.
9538
9539 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9542         Suggested by Dan Christensen <jdc@uwo.ca>.
9543
9544         * mm-decode.el (mm-save-part): Enable change of prompt.
9545
9546 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9547
9548         * gnus-msg.el (gnus-inews-add-send-actions): Made
9549         `message-post-method' lambda parameter ARG `&optional'.
9550
9551 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9552
9553         * gnus-sum.el (gnus-summary-mime-map): Added
9554         gnus-article-save-part-and-strip, gnus-article-delete-part and
9555         gnus-article-jump-to-part.
9556
9557         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9558         (gnus-article-edit-part): Use it.
9559         (gnus-article-part-wrapper): Added no-handle argument.
9560         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9561         functions.
9562
9563 2005-08-29  Romain Francoise  <romain@orebokech.com>
9564
9565         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9566         docstring.
9567         (gnus-face-from-file): Likewise.
9568
9569 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9570
9571         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9572         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9573         non-nil.
9574         (gnus-auto-select-part): New variable.
9575         (gnus-article-jump-to-part): New function.
9576         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9577         (gnus-mime-delete-part): Allow selecting specified part after
9578         deleting or stripping parts.
9579         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9580         part if argument is bogus.
9581
9582 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9583
9584         * gnus-art.el (w3m-minor-mode-map):
9585         * gnus-spec.el (gnus-newsrc-file-version):
9586         * gnus-util.el (nnmail-active-file-coding-system)
9587         (gnus-original-article-buffer, gnus-user-agent):
9588         * gnus.el (gnus-ham-process-destinations)
9589         (gnus-parameter-ham-marks-alist)
9590         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9591         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9592         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9593         * mm-decode.el (gnus-current-window-configuration):
9594         * mm-extern.el (gnus-article-mime-handles):
9595         * mm-url.el (url-current-object, url-package-name)
9596         (url-package-version):
9597         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9598         (smime-keys, w3m-cid-retrieve-function-alist)
9599         (w3m-current-buffer, w3m-display-inline-images)
9600         (w3m-minor-mode-map):
9601         * mml-smime.el (gnus-extract-address-components):
9602         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9603         (gnus-newsrc-hashtb, message-default-charset)
9604         (message-deletable-headers, message-options)
9605         (message-posting-charset, message-required-mail-headers)
9606         (message-required-news-headers):
9607         * mml1991.el (mc-pgp-always-sign):
9608         * mml2015.el (mc-pgp-always-sign):
9609         * nnheader.el (nnmail-extra-headers):
9610         * rfc1843.el (gnus-decode-encoded-word-function)
9611         (gnus-decode-header-function, gnus-newsgroup-name):
9612         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9613
9614 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9615
9616         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9617         the end of the date treatments.
9618
9619 2005-08-15  Simon Josefsson  <jas@extundo.com>
9620
9621         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9622         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9623         Capello and Romain Francoise.
9624         (pgg-fetch-key-function): Removed, not used?
9625         (pgg-insert-url-with-w3): Require url, to get
9626         url-insert-file-contents regardless of where it is defined.
9627
9628 2005-08-13  Romain Francoise  <romain@orebokech.com>
9629
9630         * message.el (message-cite-original-1): New function.
9631         (message-cite-original): Use it.
9632         (message-cite-original-without-signature): Ditto.
9633
9634 2005-08-08  Romain Francoise  <romain@orebokech.com>
9635
9636         * message.el (message-yank-empty-prefix): New variable.
9637         (message-indent-citation): Use it.
9638         (message-cite-original-without-signature): Respect X-No-Archive.
9639
9640 2005-08-08  Simon Josefsson  <jas@extundo.com>
9641
9642         * pgg.el: Autoload url-insert-file-contents instead of loading
9643         w3/url.
9644         (pgg-insert-url-with-w3): Don't load url here.
9645
9646 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9647
9648         * message.el (message-kill-to-signature): Don't insert newline at
9649         bol.
9650         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9651
9652 2005-08-06  Romain Francoise  <romain@orebokech.com>
9653
9654         * message.el (message-user-fqdn): Fix typo in docstring.
9655
9656 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9657
9658         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9659
9660         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9661
9662 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9663
9664         * mm-bodies.el (mm-encode-body): Use coding system rather than
9665         charset to encode text.
9666
9667         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9668         number of charsets if utf-8 is available (XEmacs).
9669
9670 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9671
9672         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9673         taken from `gnus-button-mid-or-mail-regexp'.
9674         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9675         (gnus-button-alist): Improve regexp for domain part of the MIDs
9676         for news:localpart@domain buttons.
9677         (gnus-button-ctan-directory-regexp): Update.
9678
9679 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9680
9681         * sieve-manage.el (sieve-manage-interactive-login): Use
9682         make-local-variable rather than make-variable-buffer-local.
9683         (sieve-manage-open): Ditto.
9684         (sieve-manage-authenticate): Ditto.
9685
9686         * mml.el (mml-generate-mime-1): Make the content type default to
9687         text/plain if the filename is not specified.
9688
9689 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9692         instead of insert-buffer.
9693
9694         * message.el (message-yank-original): Ditto; set the mark at the
9695         end of the yanked message.
9696
9697 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9698
9699         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9700         lines to scroll rather than to stop it.
9701
9702         * mml.el (mml-generate-default-type): Add doc string.
9703         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9704         default to application/octet-stream when determining the content
9705         type if it is not specified for the part or the mml contents; add
9706         a comment about mml-generate-default-type.
9707
9708 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9709
9710         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9711         make it default to application/octet-stream when determining the
9712         content type if it is not specified for the external contents.
9713
9714 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9715
9716         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9717         segmented parameter but also other parameters might be there.
9718
9719 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9720
9721         * mm-decode.el (mm-display-external): Delete temp file, directory
9722         and buffer immediately if the external process is exited.
9723
9724 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9727         fewer lines than that of scroll-margin.
9728         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9729
9730 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9731
9732         * gnus-art.el (gnus-article-next-page): Revert.
9733         (gnus-article-beginning-of-window): New macro.
9734         (gnus-article-next-page-1): Use it.
9735         (gnus-article-prev-page): Ditto.
9736         (gnus-article-edit-part): Use insert-buffer-substring instead of
9737         insert-buffer.
9738         (gnus-article-edit-exit): Ditto.
9739
9740         * gnus-util.el (gnus-beginning-of-window): Remove.
9741         (gnus-end-of-window): Remove.
9742
9743         * lpath.el: Don't bind header-line-format and scroll-margin.
9744
9745 2005-07-25  Simon Josefsson  <jas@extundo.com>
9746
9747         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9748         to have the url package without w3.  Reported by Daiki Ueno
9749         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9750
9751 2005-07-20  Didier Verna  <didier@xemacs.org>
9752
9753         * gnus-diary.el: Remove the description comment (nndiary is now
9754         properly documented in the Gnus manual).
9755         Fix the spelling of "Back End".
9756         * nndiary.el: Ditto.
9757         Fix the copyright notice.
9758
9759 2005-07-18  Romain Francoise  <romain@orebokech.com>
9760
9761         * gnus-sum.el (gnus-summary-to-prefix)
9762         (gnus-summary-newsgroup-prefix): New variables.
9763         (gnus-summary-from-or-to-or-newsgroups): Use them.
9764
9765 2005-07-17  Romain Francoise  <romain@orebokech.com>
9766
9767         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9768         space as it's generally not especially interesting to the user.
9769
9770 2005-07-16  Romain Francoise  <romain@orebokech.com>
9771
9772         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9773         nil to avoid prompting and file modification if one of the
9774         messages at the top of the nnfolder file contains a copyright
9775         notice.
9776         Update copyright notice.
9777
9778         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9779         instead of `current-time-string' as the latter creates a time
9780         string that is not RFC 2822 compliant (it lacks the zone).
9781         Update copyright notice.
9782
9783 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9784
9785         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9786         for text/rtf.  Display default in prompt.  Pass default for M-n.
9787
9788         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9789
9790 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9791
9792         * gnus-msg.el (gnus-button-mailto): Remove
9793         save-selected-window-window hackery because it relies on
9794         save-selected-window internals.
9795
9796 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9797
9798         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9799         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9800         (gnus-article-prev-page): Ditto.
9801
9802         * gnus-util.el (gnus-beginning-of-window): New function.
9803         (gnus-end-of-window): New function.
9804
9805         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9806
9807 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9808
9809         * gnus-score.el (gnus-score-edit-all-score): Set
9810         gnus-score-edit-exit-function to gnus-score-edit-done and call
9811         gnus-message.
9812
9813 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9814
9815         * gnus-msg.el (gnus-button-mailto): Remove
9816         save-selected-window-window hackery because it relies on
9817         save-selected-window internals.
9818
9819 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9820
9821         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9822         add-minor-mode.
9823         (gnus-binary-mode): Ditto.
9824
9825         * gnus-topic.el (gnus-topic-mode): Ditto.
9826
9827 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9828
9829         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9830         (gnus-article-prev-page): Take scroll-margin into consideration.
9831
9832 2005-07-04  Lute Kamstra  <lute@gnu.org>
9833
9834         Update FSF's address in GPL notices.
9835
9836 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9837
9838         * gnus.el (gnus-exit):
9839         * gnus-group.el (gnus-group-icons):
9840         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9841
9842         * gnus-nocem.el (gnus-nocem):
9843         * message.el (message-various, message-buffers, message-sending)
9844         (message-interface, message-forwarding, message-insertion)
9845         (message-headers, message-news, message-mail):
9846         * pgg-gpg.el (pgg-gpg):
9847         * pgg-parse.el (pgg-parse):
9848         * pgg-pgp.el (pgg-pgp):
9849         * pgg-pgp5.el (pgg-pgp5):
9850         * pop3.el (pop3): Finish `defgroup' description with period.
9851
9852 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * gnus-art.el (article-display-face): Improve the efficiency.
9855         (article-display-x-face): Ditto; remove grey x-face stuff.
9856
9857 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9858
9859         * gnus-art.el (article-display-face): Correct the position in
9860         which Faces are inserted.
9861
9862 2005-06-29  Didier Verna  <didier@xemacs.org>
9863
9864         * gnus-art.el (article-display-face): Display faces in correct
9865         order.
9866
9867 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9868
9869         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9870         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9871         (gnus-nocem-check-article): Fetch the Type header.
9872         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9873         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9874         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9875         make sure gnus-nocem-hashtb is initialized.
9876         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9877         (gnus-nocem-unwanted-article-p): Ditto.
9878
9879         * pgg.el (pgg-verify): Return the verification result.
9880
9881 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9882
9883         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9884         is ascii.
9885
9886 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9887
9888         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9889         `show-nonbreak-escape'.
9890
9891 2005-06-23  Lute Kamstra  <lute@gnu.org>
9892
9893         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9894
9895         * dig.el (dig-mode):
9896         * smime.el (smime-mode): Use gnus-run-mode-hooks.
9897
9898 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
9899
9900         * nnimap.el (nnimap-split-download-body): Fix spellings.
9901
9902 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
9903
9904         * gnus-art.el (gnus-article-encrypt-body):
9905         * gnus-cus.el (gnus-score-customize):
9906         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9907         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9908
9909 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
9910
9911         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9912         header by looking for magic "MII" at the beginnig.
9913
9914 2005-06-16  Miles Bader  <miles@gnu.org>
9915
9916         * gnus-xmas.el (gnus-xmas-group-startup-message):
9917         Use renamed gnus-splash face.
9918
9919         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9920         (assistant-field-face): New backward-compatibility alias for renamed
9921         face.
9922         (assistant-render-text): Use renamed assistant-field face.
9923
9924         * spam.el (spam): Remove "-face" suffix from face name.
9925         (spam-face): New backward-compatibility alias for renamed face.
9926         (spam-face, spam-initialize): Use renamed spam face.
9927
9928         * message.el (message-header-to, message-header-cc)
9929         (message-header-subject, message-header-newsgroups)
9930         (message-header-other, message-header-name)
9931         (message-header-xheader, message-separator, message-cited-text)
9932         (message-mml): Remove "-face" suffix from face names.
9933         (message-header-to-face, message-header-cc-face)
9934         (message-header-subject-face, message-header-newsgroups-face)
9935         (message-header-other-face, message-header-name-face)
9936         (message-header-xheader-face, message-separator-face)
9937         (message-cited-text-face, message-mml-face):
9938         New backward-compatibility aliases for renamed faces.
9939         (message-font-lock-keywords): Use renamed message faces.
9940
9941         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9942         (sieve-test-commands, sieve-tagged-arguments):
9943         Remove "-face" suffix from face names.
9944         (sieve-control-commands-face, sieve-action-commands-face)
9945         (sieve-test-commands-face, sieve-tagged-arguments-face):
9946         New backward-compatibility aliases for renamed faces.
9947         (sieve-control-commands-face, sieve-action-commands-face)
9948         (sieve-test-commands-face, sieve-tagged-arguments-face):
9949         Use renamed sieve faces.
9950
9951         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9952         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9953         (gnus-group-news-3-empty, gnus-group-news-4)
9954         (gnus-group-news-4-empty, gnus-group-news-5)
9955         (gnus-group-news-5-empty, gnus-group-news-6)
9956         (gnus-group-news-6-empty, gnus-group-news-low)
9957         (gnus-group-news-low-empty, gnus-group-mail-1)
9958         (gnus-group-mail-1-empty, gnus-group-mail-2)
9959         (gnus-group-mail-2-empty, gnus-group-mail-3)
9960         (gnus-group-mail-3-empty, gnus-group-mail-low)
9961         (gnus-group-mail-low-empty, gnus-summary-selected)
9962         (gnus-summary-cancelled, gnus-summary-high-ticked)
9963         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9964         (gnus-summary-high-ancient, gnus-summary-low-ancient)
9965         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
9966         (gnus-summary-low-undownloaded)
9967         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9968         (gnus-summary-low-unread, gnus-summary-normal-unread)
9969         (gnus-summary-high-read, gnus-summary-low-read)
9970         (gnus-summary-normal-read, gnus-splash):
9971         Remove "-face" suffix from face names.
9972         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9973         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9974         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9975         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9976         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9977         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9978         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9979         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9980         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9981         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9982         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9983         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9984         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9985         (gnus-summary-normal-ticked-face)
9986         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9987         (gnus-summary-normal-ancient-face)
9988         (gnus-summary-high-undownloaded-face)
9989         (gnus-summary-low-undownloaded-face)
9990         (gnus-summary-normal-undownloaded-face)
9991         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9992         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9993         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9994         (gnus-splash-face):
9995         New backward-compatibility aliases for renamed faces.
9996         (gnus-group-startup-message): Use renamed gnus faces.
9997
9998         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
9999         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10000         (gnus-server-agent): Remove "-face" suffix from face names.
10001         (gnus-server-agent-face, gnus-server-opened-face)
10002         (gnus-server-closed-face, gnus-server-denied-face)
10003         (gnus-server-offline-face):
10004         New backward-compatibility aliases for renamed faces.
10005         (gnus-server-agent-face, gnus-server-opened-face)
10006         (gnus-server-closed-face, gnus-server-denied-face)
10007         (gnus-server-offline-face): Use renamed gnus faces.
10008
10009         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10010         Remove "-face" suffix from face names.
10011         (gnus-picon-xbm-face, gnus-picon-face):
10012         New backward-compatibility aliases for renamed faces.
10013
10014         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10015         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10016         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10017         (gnus-cite-11): Remove "-face" suffix from face names.
10018         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10019         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10020         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10021         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10022         New backward-compatibility aliases for renamed faces.
10023         (gnus-cite-attribution-face, gnus-cite-face-list)
10024         (gnus-article-boring-faces): Use renamed gnus faces.
10025
10026         * gnus-art.el (gnus-signature, gnus-header-from)
10027         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10028         (gnus-header-content): Remove "-face" suffix from face names.
10029         (gnus-signature-face, gnus-header-from-face)
10030         (gnus-header-subject-face, gnus-header-newsgroups-face)
10031         (gnus-header-name-face, gnus-header-content-face):
10032         New backward-compatibility aliases for renamed faces.
10033         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10034
10035         * gnus-sum.el (gnus-summary-selected-face)
10036         (gnus-summary-highlight): Use renamed gnus faces.
10037         * gnus-group.el (gnus-group-highlight): Likewise.
10038
10039 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10040
10041         * gnus-sieve.el (gnus-sieve-article-add-rule):
10042         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10043         * spam-stat.el (spam-stat-buffer-change-to-spam)
10044         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10045
10046         * message.el (message-is-yours-p):
10047         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10048
10049 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10050
10051         * mm-view.el (mm-inline-text): Withdraw the last change.
10052
10053 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10054
10055         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10056         executing enriched-decode.
10057
10058 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10059
10060         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10061         charset of tar files.
10062
10063 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10064
10065         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10066
10067 2005-06-04  Lute Kamstra  <lute@gnu.org>
10068
10069         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10070         information is never recorded.
10071
10072 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10073
10074         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10075
10076 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10077
10078         * pop3.el (pop3-apop): Run md5 in the binary mode.
10079
10080         * starttls.el (starttls-set-process-query-on-exit-flag):
10081         Use eval-and-compile.
10082
10083 2005-05-31  Simon Josefsson  <jas@extundo.com>
10084
10085         * smime.el (smime-replace-in-string): Define.
10086         (smime-cert-by-ldap-1): Use it.
10087
10088 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * gnus-art.el (article-display-x-face): Replace
10091         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10092
10093         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10094         set-process-query-on-exit-flag or process-kill-without-query.
10095
10096         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10097         loop instead of replace-regexp.
10098
10099         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10100         instead of process-kill-without-query if it is available.
10101
10102         * lpath.el: Fbind ldap-search-entries.
10103
10104         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10105         instead of find-file-hooks if it is available.
10106
10107         * mml1991.el: Bind pgg-default-user-id when compiling.
10108
10109         * mml2015.el: Bind pgg-default-user-id when compiling.
10110
10111         * nndraft.el (nndraft-request-associate-buffer):
10112         Use write-contents-functions instead of write-contents-hooks if it is
10113         available.
10114
10115         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10116         instead of find-file-hooks if it is available.
10117
10118         * nntp.el (nntp-open-connection): Replace
10119         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10120         (nntp-open-ssl-stream): Ditto.
10121         (nntp-open-tls-stream): Ditto.
10122
10123         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10124         set-process-query-on-exit-flag or process-kill-without-query.
10125         (starttls-open-stream-gnutls): Use it instead of
10126         process-kill-without-query.
10127         (starttls-open-stream): Ditto.
10128
10129 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10130
10131         * smime.el (smime-cert-by-ldap-1): Don't use
10132         replace-regexp-in-string.
10133
10134 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10135
10136         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10137
10138         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10139         in PEM format.  Adjust to the XEmacs compability.
10140
10141 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10142
10143         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10144         by `string-to-number'.
10145         * gnus-agent.el (gnus-agent-regenerate-group)
10146         (gnus-agent-fetch-articles): Ditto.
10147         * gnus-art.el (gnus-button-fetch-group): Ditto.
10148         * gnus-cache.el (gnus-cache-generate-active)
10149         (gnus-cache-articles-in-group): Ditto.
10150         * gnus-group.el (gnus-group-set-current-level)
10151         (gnus-group-insert-group-line): Ditto.
10152         * gnus-score.el (gnus-score-set-expunge-below)
10153         (gnus-score-set-mark-below, gnus-summary-score-effect)
10154         (gnus-summary-score-entry): Ditto.
10155         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10156         (gnus-soup-pack): Ditto.
10157         * gnus-spec.el (gnus-xmas-format): Ditto.
10158         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10159         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10160         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10161         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10162         * nndb.el (nndb-get-remote-expire-response): Ditto.
10163         * nndiary.el (nndiary-parse-schedule-value)
10164         (nndiary-string-to-number, nndiary-request-replace-article)
10165         (nndiary-request-article): Ditto.
10166         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10167         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10168         * nneething.el (nneething-make-head): Ditto.
10169         * nnfolder.el (nnfolder-request-article)
10170         (nnfolder-retrieve-headers): Ditto.
10171         * nnheader.el (nnheader-file-to-number): Ditto.
10172         * nnkiboze.el (nnkiboze-request-article): Ditto.
10173         * nnmail.el (nnmail-process-unix-mail-format)
10174         (nnmail-process-babyl-mail-format): Ditto.
10175         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10176         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10177         (nnmh-request-create-group, nnmh-request-list-1)
10178         (nnmh-request-group, nnmh-request-article): Ditto.
10179         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10180         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10181         * nnsoup.el (nnsoup-make-active): Ditto.
10182         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10183         * nntp.el (nntp-find-group-and-number)
10184         (nntp-retrieve-headers-with-xover): Ditto.
10185         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10186         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10187         (pgg-format-key-identifier): Ditto.
10188         * pop3.el (pop3-last, pop3-stat): Ditto.
10189         * qp.el (quoted-printable-decode-region): Ditto.
10190
10191         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10192         of concat.
10193
10194 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10195
10196         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10197
10198         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10199
10200         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10201
10202         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10203
10204         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10205
10206         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10207
10208         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10209         (gnus-carpal-mode): Ditto.
10210
10211         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10212         (gnus-browse-mode): Ditto.
10213
10214         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10215
10216         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10217
10218 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10219
10220         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10221
10222 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * gnus-util.el (gnus-run-mode-hooks): New function.
10225
10226         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10227
10228         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10229         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10230
10231 2005-05-27  Lute Kamstra  <lute@gnu.org>
10232
10233         * dns-mode.el (dns-mode): Specify customization group.
10234
10235 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10236
10237         * gnus-agent.el (gnus-agent-make-mode-line-string):
10238         Use mode-line-highlight as mouse-face.
10239
10240 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * canlock.el (canlock): Change the parent group to news.
10243
10244         * deuglify.el (gnus-outlook-deuglify): Add :group.
10245
10246         * dig.el (dig): Add :group.
10247
10248         * dns-mode.el (dns-mode): Add :group.
10249
10250         * encrypt.el (encrypt): Add :group.
10251
10252         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10253         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10254         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10255         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10256         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10257
10258         * gnus-diary.el (gnus-diary): Add :group.
10259
10260         * gnus.el (gnus-group-news-1-face): Add :group.
10261         (gnus-group-news-1-empty-face): Ditto.
10262         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10263         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10264         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10265         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10266         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10267         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10268         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10269         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10270         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10271         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10272         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10273         (gnus-summary-high-ticked-face): Ditto.
10274         (gnus-summary-low-ticked-face): Ditto.
10275         (gnus-summary-normal-ticked-face): Ditto.
10276         (gnus-summary-high-ancient-face): Ditto.
10277         (gnus-summary-low-ancient-face): Ditto.
10278         (gnus-summary-normal-ancient-face): Ditto.
10279         (gnus-summary-high-undownloaded-face): Ditto.
10280         (gnus-summary-low-undownloaded-face): Ditto.
10281         (gnus-summary-normal-undownloaded-face): Ditto.
10282         (gnus-summary-high-unread-face): Ditto.
10283         (gnus-summary-low-unread-face): Ditto.
10284         (gnus-summary-normal-unread-face): Ditto.
10285         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10286         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10287
10288         * hashcash.el (hashcash): New custom group.
10289         (hashcash-default-payment): Add :group.
10290         (hashcash-payment-alist): Ditto.
10291         (hashcash-default-accept-payment): Ditto.
10292         (hashcash-accept-resources): Ditto.
10293         (hashcash-path): Ditto.
10294         (hashcash-extra-generate-parameters): Ditto.
10295         (hashcash-double-spend-database): Ditto.
10296         (hashcash-in-news): Ditto.
10297
10298         * message.el (message-minibuffer-local-map): Add :group.
10299
10300         * netrc.el (netrc): Add :group.
10301
10302         * sieve-manage.el (sieve-manage-log): Add :group.
10303         (sieve-manage-default-user): Diito.
10304         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10305         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10306         (sieve-manage-authenticators): Ditto.
10307         (sieve-manage-authenticator-alist): Ditto.
10308         (sieve-manage-default-port): Ditto.
10309
10310         * sieve-mode.el (sieve-control-commands-face): Add :group.
10311         (sieve-action-commands-face): Ditto.
10312         (sieve-test-commands-face): Ditto.
10313         (sieve-tagged-arguments-face): Ditto.
10314
10315         * smime.el (smime): Add :group.
10316
10317         * spam-report.el (spam-report): Add :group.
10318
10319         * spam.el (spam, spam-face): Add :group.
10320
10321 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10322
10323         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10324         return \n.\n.\n at the end of articles.  Protect against that.
10325         (nntp-with-open-group): Allow debugging.
10326
10327         * nnheader.el (mail-header-set-extra): Make into a function
10328         because I just could't understand how to quote the list properly.
10329
10330         * dns.el (query-dns-cached): New function.
10331
10332 2005-05-26  Lute Kamstra  <lute@gnu.org>
10333
10334         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10335
10336 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10339
10340         * gnus-art.el: Don't autoload mail-extract-address-components.
10341
10342         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10343         eval-and-compile to evaluate it.
10344
10345         * hashcash.el: Don't autoload executable-find.
10346
10347         * nndb.el: Don't declare the nndb back end two or more times; don't
10348         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10349
10350         * nntp.el: Autoload format-spec instead of format; use
10351         eval-and-compile to evaluate autoload forms.
10352
10353 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10354
10355         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10356
10357 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10358
10359         * gnus.el (gnus-version-number): Bump version.
10360
10361 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10362
10363         * gnus.el: No Gnus v0.3 is released.
10364
10365 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10366
10367         * lpath.el (featurep): Bind show-nonbreak-escape.
10368
10369 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10370
10371         * gnus-art.el (gnus-article-edit-part): Disable undo.
10372
10373 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10374
10375         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10376         gnus-article-date-lapsed-new-header is t if date timer is active;
10377         skip headers in which the original date value is empty.
10378         (gnus-article-save-original-date): Redefine it as a macro.
10379         (gnus-display-mime): Use it.
10380
10381 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10382
10383         * gnus-art.el (article-date-ut): Support converting date in
10384         forwarded parts as well.
10385         (gnus-article-save-original-date): New function.
10386         (gnus-display-mime): Use it.
10387
10388 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10389
10390         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10391         enclosure element of <item>.
10392
10393 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10394
10395         * message.el (message-kill-buffer-query): Renamed from
10396         `message-kill-buffer-query-if-modified'.  Added :version.
10397
10398 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10399
10400         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10401         window layout.
10402
10403 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10404
10405         * mml.el: Autoload dnd when compiling.
10406
10407 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10408
10409         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10410         x-dnd-*.
10411
10412 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10413
10414         * qp.el (quoted-printable-encode-region): Save excursion.
10415
10416 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10417
10418         * message.el (message-kill-buffer-query-if-modified): Add new variable
10419         so the user can kill a modified message buffer quickly.
10420         (message-kill-buffer): Use it.
10421
10422 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10423
10424         * lpath.el: Fbind display-time-event-handler; don't fbind
10425         string-to-multibyte.
10426
10427         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10428
10429 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10430
10431         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10432         contained in text because xml.el decodes entities) with LFs.
10433
10434 2005-04-11  Lute Kamstra  <lute@gnu.org>
10435
10436         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10437         differently.
10438
10439 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10440
10441         * mm-util.el (mm-detect-coding-region): Typo.
10442
10443 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10444
10445         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10446
10447 2005-04-06  Deepak Goel  <deego@gnufans.org>
10448
10449         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10450         user-function allow user modifications of the scores.
10451         (spam-stat-score-buffer-user): New function, to allow
10452         user-computed modifications to the score.
10453         (spam-stat-score-buffer-user-functions): List of additional
10454         scoring functions.
10455         (spam-stat-error-holder): Global temporary error holder.
10456         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10457         variable.
10458
10459 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10460
10461         * gnus-registry.el (gnus-registry-clean-empty-function)
10462         (gnus-registry-trim, gnus-registry-fetch-groups)
10463         (gnus-registry-delete-group): Groups that match
10464         `gnus-registry-ignored-groups' are removed from the registry
10465         entries, not just ignored for splitting.  This helps clean up the
10466         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10467         to get all the groups a message ID is in.
10468
10469         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10470         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10471         (spam-stat-score-buffer-user-functions): Add :number custom type.
10472
10473 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10476         argument in XEmacs.
10477
10478         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10479         (nnrss-request-group): Decode group name first.
10480         (nnrss-request-article): Make a text/plain article if mml-to-mime
10481         failed.
10482         (nnrss-get-encoding): Return a compatible encoding according to
10483         nnrss-compatible-encoding-alist.
10484         (nnrss-find-el): Use consp instead of listp.
10485         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10486
10487 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10490         which Emacs 20 doesn't support.
10491         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10492
10493 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10494
10495         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10496         silence the byte compiler inside the defun.
10497
10498         * gnus-demon.el (parse-time-string): Add autoload.
10499
10500         * gnus-delay.el (parse-time-string): Add autoload.
10501
10502         * gnus-art.el (parse-time-string): Add autoload.
10503
10504         * nnultimate.el (parse-time): Require for `parse-time-string'.
10505
10506 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10507
10508         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10509
10510         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10511
10512         * smime.el (smime-ldap-host-list): Add :version.
10513
10514 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10515
10516         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10517         pass it to `gnus-browse-read-group'.
10518         (gnus-browse-read-group): Add NUMBER argument and pass it to
10519         `gnus-group-read-ephemeral-group'.
10520
10521         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10522         argument and pass it to `gnus-group-read-group'.
10523
10524 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10525
10526         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10527         mm-xemacs-find-mime-charset-1 if we have the mule feature
10528         available at runtime.
10529
10530 2005-03-25  Werner Lemberg  <wl@gnu.org>
10531
10532         * nnmaildir.el: Replace `illegal' with `invalid'.
10533
10534 2005-03-23  Lute Kamstra  <lute@gnu.org>
10535
10536         * time-date.el: Add comment on time value formats.
10537         Don't require parse-time.
10538         (with-decoded-time-value): New macro.
10539         (encode-time-value): New function.
10540         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10541         (days-to-time): Return a valid time value when arg is huge.
10542         (time-since): Use time-subtract.
10543         (time-to-number-of-days): Use time-to-seconds.
10544
10545 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10546
10547         * gnus-start.el (gnus-display-time-event-handler):
10548         Check display-time-timer at runtime rather than only at load time
10549         in case display-time-mode is turned off in the mean time.
10550
10551 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10552
10553         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10554         used.
10555
10556         * nneething.el (nneething-map-file-directory): Derive from
10557         `gnus-directory'.
10558
10559         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10560         the To/Cc button.
10561
10562 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10563
10564         * nnmaildir.el (nnmaildir-request-accept-article):
10565         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10566
10567 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10568
10569         * gnus-async.el: Require timer-funcs at compile time when in
10570         XEmacs for `run-with-idle-timer'.
10571
10572 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10573
10574         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10575         autoloaded function.
10576
10577 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10578
10579         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10580
10581 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10582
10583         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10584
10585 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10586
10587         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10588         gnus-expert-user to default.
10589
10590 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10591
10592         * nnimap.el (nnimap-open-server): Ditto.
10593
10594         * imap.el (imap-authenticate): Fix typo.
10595
10596 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10597
10598         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10599         buffer (since IMAP server might return FETCH response out of
10600         order, and the nntp buffer must be sorted).
10601
10602 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10603
10604         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10605         comparison on string.
10606
10607         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10608         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10609         (gnus-agent-summary-fetch-series): Modified to protect against
10610         gnus-agent-summary-fetch-group clearing processable flags.
10611         (gnus-agent-synchronize-group-flags): Update live group buffer as
10612         synchronization may occur due to the user toggle the plugged
10613         status.
10614         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10615         successfully downloaded.
10616         (gnus-agent-expire-group-1): Avoid using markers when the overview
10617         is in ascending order; greatly improves performance.
10618         (gnus-agent-regenerate-group): Use
10619         gnus-agent-synchronize-group-flags to reset read status in both
10620         gnus and server.
10621         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10622
10623 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10624
10625         * message.el: Don't autoload former message-utils variables.
10626         (message-strip-subject-trailing-was): Change doc string.
10627
10628         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10629         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10630         (nnweb-google-search): Add "hl=en" here.
10631         (nnweb-google-parse-1, nnweb-google-create-mapping):
10632         Don't hardcode URL.
10633
10634 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10635
10636         * message.el (message-get-reply-headers, message-followup):
10637         Mention related variables `message-use-followup-to' and
10638         `message-use-mail-followup-to', in the information buffer.
10639
10640         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10641         of broken groups(-beta).google.com.
10642
10643 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10644
10645         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10646         parameter to invoked gnus-request-move-article; remove the
10647         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10648         all at once instead of once per article.
10649         (gnus-summary-remove-process-mark): Accept a list of articles as
10650         well as a single article for processing.
10651
10652         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10653         parameter.
10654
10655         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10656
10657         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10658
10659         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10660         parameter.
10661
10662         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10663         parameter.
10664
10665         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10666         parameter and remove the gnus-sum-hint-move-is-internal variable.
10667
10668         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10669         parameter.
10670
10671         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10672         parameter.
10673
10674         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10675         parameter.
10676
10677         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10678
10679         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10680         parameter.
10681
10682         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10683         parameter.
10684
10685 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10686
10687         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10688         a more conservative way.
10689
10690 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10691
10692         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10693         buffer, so it moves the window's cursor.
10694
10695 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10696
10697         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10698         `mm-dissect-multipart' and receive the from field as an (optional)
10699         argument from `mm-dissect-multipart'.
10700         (mm-dissect-multipart): Receive the from field as an argument and
10701         pass it on when we call `mm-dissect-buffer' on MIME parts.
10702         Fixes verification/decryption of signed/encrypted MIME parts.
10703
10704 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10705
10706         * gnus-sum.el (gnus-summary-move-article): Set
10707         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10708         whatever it calls (right now, only nnimap-request-move article
10709         respects it).
10710
10711         * nnimap.el (nnimap-request-move-article): When
10712         gnus-sum-hint-move-is-internal is set, don't do the extra
10713         nnimap-request-article.
10714
10715 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10716
10717         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10718
10719         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10720         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10721
10722         * gnus-sum.el (gnus-summary-caesar-message):
10723         Apply `gnus-treat-article' after rotation.
10724
10725         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10726         doc string.
10727
10728 2005-02-22  Simon Josefsson  <jas@extundo.com>
10729
10730         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10731         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10732         <arne@arnested.dk>.
10733         (encrypt): Add password-cache and password-cache-expiry as group
10734         members.
10735
10736 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10737
10738         * smime.el (smime-ldap-host-list): Doc fix.
10739         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10740         cache) password.
10741         (smime-sign-region): Use it.
10742         (smime-decrypt-region): Use it.
10743         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10744         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10745         fails.
10746         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10747         certificate from DER to PEM format rather than calling openssl.
10748
10749         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10750
10751         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10752         for signing/encryption.
10753
10754         * mml.el (mml-parse-1): Use them.
10755
10756 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10757
10758         * nnrss.el (nnrss-verbose): Removed.
10759         (nnrss-request-group): Use `nnheader-message' instead.
10760
10761 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10762
10763         * nnrss.el (nnrss-verbose): New variable.
10764         (nnrss-request-group): Make it say nnrss is requesting a group.
10765
10766 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10767
10768         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10769         Handle news URL with given port correctly.
10770
10771 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10772
10773         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10774         containing special characters.
10775
10776         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10777
10778         * mml.el (mime-to-mml): Ditto.
10779
10780         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10781         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10782         (rfc2047-decode-region): Quote decoded words containing special
10783         characters when rfc2047-quote-decoded-words-containing-tspecials
10784         is non-nil.
10785
10786 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10787
10788         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10789
10790         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10791
10792 2005-02-15  Simon Josefsson  <jas@extundo.com>
10793
10794         * nnimap.el (nnimap-debug): Doc fix.
10795
10796         * imap.el (imap-debug): Doc fix.
10797
10798 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10799
10800         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10801
10802 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10803
10804         * gnus.el (spam-contents): Improve docs for spam-contents
10805         parameter in its variable incarnation.
10806
10807 2005-02-14  Simon Josefsson  <jas@extundo.com>
10808
10809         * smime-ldap.el: Use require instead of load-library for ldap.
10810         (smime-ldap-search): Indent.
10811         (smime-ldap-search-internal): Shorten line.
10812
10813         * smime.el (smime-cert-by-dns): Add doc-string.
10814         (smime-cert-by-ldap-1): Indent.
10815
10816         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10817         mml-smime-get-dns-ldap.
10818         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10819
10820 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10821
10822         * smime.el: Require smime-ldap.
10823         (smime-ldap-host-list): New variable.
10824         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10825
10826         * mml-smime.el (mml-smime-encrypt-query): New function.
10827         (mml-smime-encrypt-query): Use it.
10828
10829         * smime-ldap.el: New file.
10830
10831 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10832
10833         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10834
10835 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10836
10837         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10838         argument in doc string.  Make query for type more clear.
10839
10840 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10841
10842         * gnus.el (gnus-group-startup-message): Search for gnus images in
10843         etc/images/gnus.
10844         * mm-util.el (mm-image-load-path): Likewise.
10845         * smiley.el (smiley-data-directory): Search for smilies in
10846         etc/images/smilies.
10847
10848 2005-02-09  Kim F. Storm  <storm@cua.dk>
10849
10850         Change Emacs release version from 21.4 to 22.1 throughout.
10851         Change Emacs development version from 21.3.50 to 22.0.50.
10852
10853 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10856
10857         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10858         non-Mule XEmacs as well.
10859         (mm-decompress-buffer): Signal an error intentionally if it does
10860         not decompress compressed data because auto-compression-mode is
10861         disabled.
10862
10863 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10864
10865         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10866         an ID in the registry even if it has no groups.
10867
10868 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10869
10870         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10871         merge it into mm-decompress-buffer.
10872         (gnus-mime-copy-part): Use the MIME part charset, the value which
10873         a user specified or gnus-newsgroup-charset for decoding, like
10874         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10875         save-buffer what was used.  Suggested by Kevin Ryde
10876         <user42@zip.com.au>.
10877         (gnus-mime-inline-part): Allow the name parameter as well as the
10878         filename parameter; force decompressing of compressed data; always
10879         display contents being not decoded as unibyte.
10880
10881         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10882         as well as the filename parameter.
10883
10884         * mm-util.el (mm-decompress-buffer): Merge
10885         gnus-mime-jka-compr-maybe-uncompress.
10886         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10887         of compressed data.
10888
10889 2005-02-08  Simon Josefsson  <jas@extundo.com>
10890
10891         * imap.el (imap-log): Doc fix.
10892
10893 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10894
10895         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10896         the coding cookies; decompress compressed parts.
10897
10898         * mml.el (mml-generate-mime-1): Add the charset parameter according
10899         to the value which a user specified manually or the coding cookie.
10900
10901         * mm-util.el (mm-string-to-multibyte): New function.
10902         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10903         (mm-coding-system-to-mime-charset): New function.
10904         (mm-decompress-buffer): New function.
10905         (mm-find-buffer-file-coding-system): New function.
10906
10907         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10908         (mm-display-inline-fontify): Rewrite for decoding and decompressing
10909         parts.
10910
10911 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10912
10913         * mm-view.el (mm-display-inline-fontify): Decode a part according
10914         to the charset parameter.
10915
10916 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10917
10918         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10919         prefix arg is neither nil nor a number, as info specifies.
10920
10921 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10924         timestamps.
10925
10926 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
10927
10928         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10929         groups error checking and notify user.
10930
10931 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
10932
10933         * message.el (message-send-mail-function): Check existence of
10934         sendmail-program first before using default value
10935         `message-send-mail-with-sendmail'.  Otherwise use more generic
10936         `smtpmail-send-it'.
10937
10938 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10939
10940         * nntp.el (nntp-request-update-info): Always return nil.
10941
10942 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10943
10944         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10945
10946 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10947
10948         * message.el (message-beginning-of-line): Change the behavior when
10949         invoked between BOL and : so that it first moves backward.
10950
10951 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10952
10953         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10954         article buffer when editing of the article is discarded.
10955         (gnus-article-prepare): Revert.
10956
10957 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10958
10959         * gnus-art.el (gnus-article-prepare):
10960         Remove message-strip-forbidden-properties from the local hook.
10961
10962 2005-01-27  Simon Josefsson  <jas@extundo.com>
10963
10964         * password.el (password-cache-add): Only start one timer per key.
10965         Reported by Derek Atkins <warlord@MIT.EDU>.
10966
10967 2005-01-26  Steve Youngs  <steve@sxemacs.org>
10968
10969         * run-at-time.el: Removed.  It is no longer needed as
10970         timer-funcs.el in the xemacs-base package has a working version of
10971         `run-at-time'.
10972
10973         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
10974
10975         * password.el: Require timer-funcs instead of run-at-time in
10976         XEmacs.
10977         Remove `password-run-at-time' macro.
10978         (password-cache-add): Use `run-at-time' instead of
10979         `password-run-at-time'.
10980
10981         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
10982         Remove `nnheader-cancel-function-timers' alias,
10983         `cancel-function-timers' exists in XEmacs in timer-funcs.
10984
10985         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10986         for `run-with-idle-timer'.
10987
10988         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10989         for `run-at-time'.
10990
10991         * mm-url.el: Require timer-funcs at compile time when in XEmacs
10992         for `with-timeout'.
10993
10994         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
10995         the same as for XEmacs 21.4.
10996         No need to ignore `run-with-idle-timer', this function exists in
10997         XEmacs now in timer-funcs.el in the xemacs-base package.
10998         (dgnushack-compile): No need to delete
10999         run-at-time.el from the list of files to compile because it
11000         doesn't exist anymore.
11001
11002 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11003
11004         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11005         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11006
11007 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11008
11009         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11010         sensitively.
11011
11012 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11013
11014         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11015
11016 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11017
11018         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11019         which will be inserted according to the multibyteness of a buffer
11020         rather than the type of contents.  Suggested by ARISAWA Akihiro
11021         <ari@mbf.ocn.ne.jp>.
11022
11023         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11024         of string which old xml.el may return rather than a string.
11025
11026 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11027
11028         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11029
11030 2005-01-16  Simon Josefsson  <jas@extundo.com>
11031
11032         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11033         idn/idna.el isn't available.
11034         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11035         <michael@waxrat.com>.
11036
11037         * hashcash.el: Remove non-FSF copyright header.
11038
11039         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11040         (hashcash-generate-payment): Use it.
11041         (hashcash-generate-payment-async): Use it.
11042
11043 2005-01-15  Simon Josefsson  <jas@extundo.com>
11044
11045         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11046         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11047
11048         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11049         gnus-summary-idna-message.
11050         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11051         (gnus-summary-idna-message): New function.
11052
11053 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11054
11055         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11056         gnus-novice-user.
11057
11058 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11059
11060         * nnrss.el (nnrss-request-delete-group): Delete entries in
11061         nnrss-group-alist as well.
11062         (nnrss-save-server-data): Insert newline.
11063
11064 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11065
11066         * gnus.el (gnus-user-agent): Use list of symbols instead of
11067         symbols.  Display full version number for (S)XEmacs.  Optionally
11068         display (S)XEmacs codename.
11069
11070         * gnus-util.el (gnus-emacs-version): Update for new
11071         `gnus-user-agent'.
11072
11073         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11074         Gnus version.
11075
11076 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11077
11078         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11079         which is unreadable in some setups.
11080
11081 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11082
11083         * gnus-spec.el (gnus-update-format-specifications): Flush the
11084         group format spec cache if it doesn't support decoded group names.
11085
11086 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11087
11088         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11089         Allow to apply decay on score files matching a regexp.
11090
11091 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11092
11093         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11094         compatibility in %g and %c.
11095
11096 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11097
11098         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11099         name for only %g and %c.
11100         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11101         of gnus-tmp-group to decoded group name.
11102         (gnus-group-make-rss-group): Exclude `/'s from group names.
11103
11104 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11105
11106         * nnrss.el (nnrss-get-encoding): Fix regexp.
11107
11108 2004-12-27  Simon Josefsson  <jas@extundo.com>
11109
11110         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11111         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11112         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11113
11114 2004-12-17  Kim F. Storm  <storm@cua.dk>
11115
11116         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11117
11118         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11119
11120 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11121
11122         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11123
11124 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * nnrss.el: Require rfc2047 and mml.
11127         (nnrss-file-coding-system): New variable.
11128         (nnrss-format-string): Redefine it as an inline function.
11129         (nnrss-decode-group-name): New function.
11130         (nnrss-string-as-multibyte): Remove.
11131         (nnrss-retrieve-headers): Decode group name; don't use
11132         nnrss-format-string.
11133         (nnrss-request-group): Decode group name.
11134         (nnrss-request-article): Decode group name; allow a Message-ID as
11135         well as an article number; don't use nnrss-format-string; encode a
11136         Message-ID string which may contain non-ASCII characters; use
11137         mml-to-mime to compose a MIME article.
11138         (nnrss-request-expire-articles): Decode group name.
11139         (nnrss-request-delete-group): Decode group name.
11140         (nnrss-fetch): Clarify error message.
11141         (nnrss-read-server-data): Use insert-file-contents instead of load;
11142         bind file-name-coding-system; use multibyte buffer.
11143         (nnrss-save-server-data): Bind coding-system-for-write to the
11144         value of nnrss-file-coding-system; bind file-name-coding-system;
11145         add coding cookie.
11146         (nnrss-read-group-data): Use insert-file-contents instead of load;
11147         bind file-name-coding-system; use multibyte buffer.
11148         (nnrss-save-group-data): Bind coding-system-for-write to the
11149         value of nnrss-file-coding-system; bind file-name-coding-system.
11150         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11151         make it work with non-ASCII text.
11152         (nnrss-find-el): Make it work with old xml.el as well.
11153
11154 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11155
11156         * nnrss.el (nnrss-get-encoding): New function.
11157         (nnrss-fetch): Use unibyte buffer initially; bind
11158         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11159         decode contents according to the encoding attribute.
11160         (nnrss-save-group-data): Add coding cookie.
11161         (nnrss-mime-encode-string): New function.
11162         (nnrss-check-group): Use it to encode subject and author.
11163
11164 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11165
11166         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11167         imaginary variable.
11168
11169 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11170
11171         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11172         correctly even if there are wide characters.
11173
11174 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11175
11176         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11177         downcased symbol names; make a new cache instead of reusing
11178         bbdb-hashtable.
11179
11180 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11183         concatenating segments rather than before concatenating them.
11184         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11185
11186         * message.el (message-get-reply-headers): Bind `extra'.
11187
11188 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11189
11190         * message.el (message-extra-wide-headers): New variable.
11191         (message-get-reply-headers): Use it.
11192
11193 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11194
11195         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11196         (gnus-agent-group-pathname): Ditto.
11197
11198         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11199
11200         * gnus-group.el (gnus-group-make-group): Decode group name.
11201         (gnus-group-make-rss-group): Register the group data after opening
11202         the nnrss group.
11203
11204 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11205
11206         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11207         by expiry now get marked as read.
11208
11209 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11210
11211         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11212
11213 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11214
11215         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11216         unify Latin characters in XEmacs.
11217         (mm-find-mime-charset-region): Use it.
11218
11219 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * gnus-util.el (gnus-delete-directory): New function.
11222
11223         * gnus-agent.el (gnus-agent-delete-group): Use it.
11224
11225         * gnus-cache.el (gnus-cache-delete-group): Use it.
11226
11227 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11228
11229         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11230         names.
11231
11232 2004-12-16  Simon Josefsson  <jas@extundo.com>
11233
11234         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11235
11236 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11237
11238         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11239
11240         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11241         (gnus-group-set-current-level): Decode group name.
11242
11243 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11244
11245         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11246         failed.
11247
11248 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * gnus-group.el (gnus-group-delete-group): Decode group name.
11251         (gnus-group-make-rss-group): Encode group name.
11252         (gnus-group-catchup-current): Decode group name.
11253         (gnus-group-kill-group): Decode group name.
11254
11255 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11256
11257         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11258
11259 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11260
11261         * gnus-group.el (gnus-group-make-rss-group):
11262         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11263
11264         * gnus-start.el (gnus-setup-news): Honor user's setting to
11265         gnus-message-archive-method.  Suggested by Lute Kamstra
11266         <lute@gnu.org>.
11267
11268 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11269
11270         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11271         global counterparts of the buffer-local variables.
11272
11273 2004-11-16  Romain Francoise  <romain@orebokech.com>
11274
11275         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11276         counterparts of the buffer-local variables.
11277
11278 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11279
11280         * message.el (message-forbidden-properties): Fixed typo in doc
11281         string.
11282
11283 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11284
11285         * gnus-util.el (gnus-replace-in-string): Added doc string.
11286
11287         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11288         to avoid problems when splitting mails with many recipients.
11289
11290 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11291
11292         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11293         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11294
11295 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11296
11297         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11298         if there is no hashtable in memory or file modification time is
11299         newer than cached timestamp.
11300
11301 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11302
11303         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11304         not-matching option.
11305
11306 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11307
11308         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11309         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11310         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11311         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11312         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11313         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11314
11315 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11316
11317         * message.el (message-forward-make-body-mml): Remove headers
11318         according to message-forward-ignored-headers if a message is decoded.
11319
11320 2004-12-02  Romain Francoise  <romain@orebokech.com>
11321
11322         * message.el (message-forward-make-body-plain): Always remove
11323         headers according to message-forward-ignored-headers.
11324
11325 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11326
11327         * spam.el (spam-summary-prepare-exit): Remove the
11328         gnus-summary-limit pop for now, it has problems with ham marks for
11329         me.
11330
11331 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11332
11333         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11334         correctly.
11335
11336 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11337
11338         * format-spec.el (format-spec): Message the char.
11339
11340 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11341
11342         * gnus-art.el (gnus-split-methods): Reformat comments.
11343
11344         * spam.el (spam-summary-prepare-exit): Remove article limits
11345         before exiting the summary buffer.
11346
11347 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11348
11349         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11350         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11351
11352         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11353         order to silence the byte compiler.
11354
11355         * spam.el: Fix the way to silence the byte compiler, which
11356         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11357         bbdb-search-simple, spam-BBDB-register-routine,
11358         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11359         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11360         spam-stat-buffer-is-spam, spam-stat-load,
11361         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11362         spam-stat-save and spam-stat-split-fancy.
11363
11364 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11367         which may confuse users.
11368         (canlock-password-for-verify): Ditto.
11369
11370         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11371
11372         * gnus-art.el (gnus-emphasis-alist): Ditto.
11373
11374         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11375
11376         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11377
11378         * gnus-start.el (gnus-save-killed-list): Ditto.
11379
11380         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11381         (gnus-sum-thread-tree-root): Ditto.
11382         (gnus-sum-thread-tree-false-root): Ditto.
11383         (gnus-sum-thread-tree-single-indent): Ditto.
11384
11385         * message.el (message-courtesy-message): Ditto.
11386         (message-archive-note): Ditto.
11387         (message-subscribed-address-file): Ditto.
11388         (message-user-fqdn): Ditto.
11389
11390         * spam-report.el (spam-report-gmane-regex): Ditto.
11391
11392         * spam.el (spam-blackhole-good-server-regex): Ditto.
11393
11394 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11395
11396         * mml.el (mml-preview): Widen the message buffer before copying
11397         the contents to the preview buffer; sort headers before previewing.
11398
11399         * message.el (message-hidden-headers): Fix the way to avoid a bug
11400         in the `repeat' widget in Emacs 21.3 or earlier.
11401
11402 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11403
11404         * message.el (message-hidden-headers): Default to "^References:".
11405         Improve customization type.  Suggested by Reiner Steib
11406         <Reiner.Steib@gmx.de>.
11407
11408 2004-11-25  Romain Francoise  <romain@orebokech.com>
11409
11410         * message.el (message-strip-forbidden-properties): Remove check for
11411         obsolete `message-hidden' text property, hidden headers are not
11412         accessible in the buffer anymore.
11413
11414 2004-11-22  Romain Francoise  <romain@orebokech.com>
11415
11416         * message.el (message-header-format-alist): Add `From' in list
11417         so that it can be sorted.
11418         (message-fix-before-sending): Widen and sort headers before
11419         sending.
11420         (message-hide-headers): Use narrowing to hide headers by moving
11421         them to the top of the buffer and narrowing to the region
11422         underneath.
11423
11424 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11425
11426         * message.el (message-strip-forbidden-properties): Bind
11427         buffer-read-only (etc) to nil.
11428
11429 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11430
11431         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11432         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11433
11434 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11435
11436         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11437
11438 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11439
11440         * dns.el (query-dns): Use sit-for to time instead of
11441         accept-process-output, since that doesn't seem to work on udp
11442         sockets.
11443
11444 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11445
11446         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11447
11448 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11449
11450         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11451         doc string.  Improve doc string.
11452
11453 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11454
11455         * nntp.el (nntp-request-update-info): Return nil if
11456         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11457         may not call gnus-activate-group which uselessly issues the GROUP
11458         commands for all nntp groups and wastes time.  Reported by Romain
11459         Francoise <romain@orebokech.com>.
11460
11461         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11462
11463 2004-11-15  Simon Josefsson  <jas@extundo.com>
11464
11465         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11466         headers separately.
11467         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11468         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11469
11470 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11471
11472         * gnus-start.el (gnus-convert-old-newsrc):
11473         Assign legacy-gnus-agent to 5.10.7.
11474
11475 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11476
11477         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11478         start of the lines.
11479
11480 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11481
11482         * hashcash.el (hashcash-default-payment): Change default to 20.
11483         (hashcash-default-accept-payment): Change default to 20.
11484         (hashcash-process-alist): New variable.
11485         (hashcash-generate-payment-async): Add.
11486         (hashcash-already-paid-p): Add.
11487         (hashcash-insert-payment): Don't generate payments twice.
11488         (hashcash-insert-payment-async): Add.
11489         (hashcash-insert-payment-async-2): Add.
11490         (hashcash-cancel-async): Add.
11491         (hashcash-wait-async): Add.
11492         (hashcash-processes-running-p): Add.
11493         (hashcash-wait-or-cancel): Add.
11494         (mail-add-payment): New optional argument.  Conditionally start
11495         asynchronous calculation.
11496         (mail-add-payment-async): Add.
11497
11498         * message.el (message-send-mail): Wait for asynchronous hashcash
11499         results.  Don't clobber existing X-Hashcash headers.
11500         (message-setup-1): Call mail-add-payment-async when
11501         message-generate-hashcash is non-nil.
11502
11503 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11504
11505         * message.el (message-use-alternative-email-as-from): Examine the
11506         From header as well; use message-make-from in order to include a
11507         user's full name.
11508
11509 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11510
11511         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11512         default; improve customization type.
11513         (gnus-emphasis-custom-with-format): New macro.
11514         (gnus-emphasis-custom-value-to-external): New function.
11515         (gnus-emphasis-custom-value-to-internal): New function.
11516
11517 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11518
11519         * dns.el (query-dns): Resolve reverse addresses.
11520
11521 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11522
11523         * gnus-group.el (gnus-group-get-new-news): Use it.
11524
11525         * gnus-start.el (gnus-check-reasonable-setup): New function.
11526
11527 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11528
11529         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11530         "Args out of range" error.  Reported by Arnaud Giersch
11531         <arnaud.giersch@free.fr>.
11532
11533 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11534
11535         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11536
11537 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11538
11539         * spam.el (spam group): Add :version.
11540
11541         * pgg-def.el (pgg group): Add :version.
11542
11543 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11544
11545         * gnus-art.el (gnus-article-edit-article): Don't associate the
11546         article buffer with a draft file.  This is a temporary measure
11547         against the 2004-08-22 change to gnus-article-edit-mode.
11548
11549 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11550
11551         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11552         (html2text-format-tags): Remove unused variable `attr'.
11553
11554 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11555
11556         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11557
11558         * tls.el (tls-process-connection-type, tls-success)
11559         (tls-certtool-program): Add :version.
11560
11561         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11562         (starttls-extra-arguments, starttls-process-connection-type)
11563         (starttls-connect, starttls-failure, starttls-success): Add :version.
11564
11565         * spam-stat.el (spam-stat): Add :version.
11566
11567         * sieve.el (sieve): Add :version.
11568
11569         * sha1.el (sha1): Add :version.
11570         (sha1-use-external): Remove redundant version.
11571
11572         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11573         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11574         (nnmail-split-fancy-match-partial-words)
11575         (nnmail-split-lowercase-expanded): Add :version.
11576
11577         * nndiary.el (nndiary): Add :version.
11578
11579         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11580
11581         * mml-sec.el (mml-default-sign-method)
11582         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11583         Add :version.
11584
11585         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11586
11587         * mm-url.el (mm-url-use-external, mm-url-program)
11588         (mm-url-arguments): Add :version.
11589
11590         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11591         (mm-attachment-file-modes, mm-decrypt-option)
11592         (mm-w3m-safe-url-regexp): Add :version.
11593
11594         * message.el (message-cite-prefix-regexp)
11595         (message-sendmail-envelope-from, message-minibuffer-local-map)
11596         (message-user-fqdn, message-completion-alist): Add :version.
11597
11598         * gnus-win.el (gnus-configure-windows-hook)
11599         (gnus-use-frames-on-any-display): Add :version.
11600
11601         * gnus-art.el (gnus-article-address-banner-alist)
11602         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11603         (gnus-treat-from-picon, gnus-treat-mail-picon)
11604         (gnus-treat-x-pgp-sig): Add :version.
11605
11606         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11607         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11608         (gnus-summary-article-delete-hook)
11609         (gnus-summary-display-while-building): Add :version.
11610
11611         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11612         (gnus-get-top-new-news-hook): Add :version.
11613
11614         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11615         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11616
11617         * gnus-registry.el (gnus-registry): Add :version.
11618
11619         * gnus-spec.el (gnus-use-correct-string-widths)
11620         (gnus-make-format-preserve-properties): Add :version.
11621
11622         * gnus.el (gnus-group-charter-alist)
11623         (gnus-group-fetch-control-use-browse-url)
11624         (gnus-install-group-spam-parameters): Add :version.
11625
11626         * gnus-diary.el (gnus-diary): Add :version.
11627
11628         * gnus-delay.el (gnus-delay): Add :version.
11629
11630         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11631         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11632         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11633         Add :version.
11634
11635         * gnus-agent.el (gnus-agent-max-fetch-size)
11636         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11637         (gnus-agent-prompt-send-queue): Add :version.
11638
11639         * deuglify.el (gnus-outlook-deuglify): Add :version.
11640
11641         * html2text.el: Beautify code.  Improve doc strings.  Some
11642         checkdoc cleanup.
11643         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11644
11645 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11646
11647         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11648
11649 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11650
11651         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11652         when package is loaded.
11653
11654         * spam.el (spam-summary-score-preferred-header): Add global preference
11655         for people who want to override the default SpamAssassin over
11656         Bogofilter preference (when both are set).
11657         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11658         (spam-user-format-function-S): Check
11659         spam-summary-score-preferred-header.
11660         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11661         (spam-user-format-function-S): Format the score correctly.
11662
11663 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11666         signature file.  Suggested by Manoj Srivastava
11667         <srivasta@golden-gryphon.com>.
11668
11669         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11670         iso-2022-jp even in the Japanese language environment.
11671         Suggested by Jason Rumney <jasonr@gnu.org>.
11672
11673 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11674
11675         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11676         use the same characters as the dummy marks; make it free from
11677         getting affected by the language environment.
11678         (gnus-summary-read-group-1): Update mark positions only when the
11679         format spec is updated.
11680
11681         * gnus-spec.el (gnus-update-format-specifications): Return a list
11682         of updated types.
11683
11684 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11685
11686         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11687         of boundp to check if display-warning is available.
11688
11689 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11690
11691         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11692
11693 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11694
11695         * nnspool.el (nnspool-spool-directory): Use news-path if the
11696         news-directory variable is not bound.
11697
11698         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11699         function instead of display-warning if it is not available.
11700
11701 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11702
11703         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11704         v5-10: Use `point-at-bol'.
11705
11706 2004-10-26  Simon Josefsson  <jas@extundo.com>
11707
11708         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11709         <chenggao@gmail.com>.
11710
11711 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11712
11713         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11714         instead.
11715
11716 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11717
11718         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11719         to remove a server from the nnimap-server-buffer-alist.
11720         (nnimap-open-connection, nnimap-close-server): Use it.
11721
11722         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11723
11724 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11725
11726         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11727         running the major-mode function.
11728
11729 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11730
11731         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11732         dummy marks in the right way.
11733
11734 2004-10-18  David Edmondson  <dme@dme.org>
11735
11736         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11737         excessively.
11738
11739 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11740
11741         * gnus-util.el (gnus-split-references): Accept a nil references
11742         string and go on blissfully.
11743
11744         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11745         cases where the references string is non-nil but has no references.
11746
11747         * encrypt.el: Add autoload tags.
11748
11749         * spam.el (spam-resolve-registrations-routine): Remove article
11750         from unregistration list too.  Reported by David Hanak
11751         <dhanak@isis.vanderbilt.edu>
11752
11753 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11754
11755         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11756         nil.  Changed custom type.
11757
11758 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11759
11760         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11761
11762         * gnus-sum.el (gnus-summary-move-article): Use it.
11763
11764 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11765
11766         * encrypt.el: Add autoload cookies.
11767
11768         * spam.el (spam-backend-article-list-property)
11769         (spam-backend-get-article-todo-list)
11770         (spam-backend-put-article-todo-list)
11771         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11772         Resolve registrations separately.
11773         (spam-register-routine): Format comments.
11774         (spam-unregister-routine, spam-register-routine): Always call with
11775         specific-articles, no default list.
11776         (spam-summary-prepare-exit): Use the spam-classifications function.
11777
11778         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11779         gnus-encrypt.el.
11780
11781         * encrypt.el: Copied from gnus-encrypt.el.
11782
11783         * gnus-encrypt.el: Commented that it's obsolete.
11784
11785 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11786
11787         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11788         (gnus-score-save): Use it.
11789
11790         * message.el (message-bury): Use `window-dedicated-p'.
11791
11792 2004-10-15  Simon Josefsson  <jas@extundo.com>
11793
11794         * pop3.el (top-level): Don't require nnheader.
11795         (pop3-read-timeout): Add.
11796         (pop3-accept-process-output): Add.
11797         (pop3-read-response, pop3-retr): Use it.
11798
11799 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11800
11801         * spam.el (spam-register-routine): Move comment.
11802         (spam-verify-bogofilter): Use 'unknown for the initial
11803         spam-bogofilter-valid state, not 'never.
11804
11805         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11806         for netrc-machine.
11807
11808         * nnimap.el (nnimap-open-connection): Use
11809         netrc-machine-user-or-password.
11810
11811 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11812
11813         * gnus-registry.el (gnus-registry-unload-hook):
11814         Set as a variable with add-hook.
11815
11816         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11817         of news-path.
11818
11819         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11820
11821         * spam.el: Delete duplicate `provide'.
11822         (spam-unload-hook): Set as a variable with add-hook.
11823
11824 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11825
11826         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11827         in the doc string.
11828
11829         * message.el (message-ignored-news-headers)
11830         (message-ignored-supersedes-headers)
11831         (message-ignored-resent-headers)
11832         (message-forward-ignored-headers): Improve custom type.
11833
11834 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11835
11836         * message.el (message-tokenize-header): Fix 2004-09-06 change
11837         which used point-min in the wrong place.
11838
11839 2004-10-12  Simon Josefsson  <jas@extundo.com>
11840
11841         * tls.el (tls-certtool-program): New variable.
11842         (tls-certificate-information): New function, based on
11843         ssl-certificate-information.
11844
11845 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11846
11847         * compface.el: Move the version of ELisp-based uncompface program
11848         to the contrib directory because of the copyright problem.
11849
11850 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11851
11852         * message.el (message-kill-buffer): Raise the current frame.
11853
11854 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11855
11856         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11857
11858         * gnus.el (message-y-or-n-p): Autoload.
11859
11860         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11861         (pop3-password-required, pop3-authentication-scheme)
11862         (pop3-leave-mail-on-server): Made customizable.
11863         (pop3): New custom group.
11864         (pop3-retr): Remove `sleep-for' statements.
11865         Suggested by Dave Love <fx@gnu.org>.
11866
11867         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11868         Windows/DOS.
11869
11870         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11871         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11872         Dave Love <fx@gnu.org>.
11873
11874         * mml.el (mml-minibuffer-read-disposition): Require match.
11875         Suggested by Dave Love <fx@gnu.org>.
11876
11877 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11878
11879         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11880         doc string.
11881
11882 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11883
11884         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11885
11886 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11887
11888         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11889         instead of calling `mm-insert-inline', to decode text/* parts
11890         before displaying them.
11891
11892 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11893
11894         * mm-uu.el (mm-uu-text-plain-type): New variable.
11895         (mm-uu-pgp-signed-extract-1): Use it.
11896         (mm-uu-pgp-encrypted-extract-1): Use it.
11897         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11898         bind mm-uu-text-plain-type with that value.
11899         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11900         mm-uu-dissect.
11901
11902 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11903
11904         * gnus-group.el (gnus-update-group-mark-positions):
11905         * gnus-sum.el (gnus-update-summary-mark-positions):
11906         * message.el (message-check-news-body-syntax):
11907         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11908         of string-as-multibyte.
11909
11910 2004-10-05  Juri Linkov  <juri@jurta.org>
11911
11912         * gnus-group.el (gnus-update-group-mark-positions):
11913         * gnus-sum.el (gnus-update-summary-mark-positions):
11914         * message.el (message-check-news-body-syntax):
11915         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11916         8-bit unibyte values to a multibyte string for search functions.
11917
11918 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11919
11920         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11921         (mm-uu-dissect-text-parts): New function.
11922
11923         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11924         dissect text parts.
11925
11926         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11927         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11928
11929         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11930
11931         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11932         gnus-current-topics instead of gnus-current-topic.
11933
11934 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
11935
11936         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11937
11938 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
11939
11940         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11941         where approriate.
11942
11943         * nnml.el (nnml-generate-active-info): do.
11944
11945         * nndiary.el (nndiary-generate-active-info): do.
11946
11947         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11948         (gnus-topic-move): do.
11949
11950         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11951         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11952
11953         * gnus-srvr.el (gnus-server-prepare)
11954         (gnus-server-open-all-servers): do.
11955
11956         * gnus-msg.el (gnus-summary-cancel-article)
11957         (gnus-summary-resend-message)
11958         (gnus-summary-mail-crosspost-complaint): do.
11959
11960         * gnus-move.el (gnus-change-server): do.
11961
11962         * gnus-group.el (gnus-group-unmark-all-groups)
11963         (gnus-group-set-current-level): do.
11964
11965 2004-10-04  Simon Josefsson  <jas@extundo.com>
11966
11967         * message.el (message-generate-hashcash): Doc fix.
11968
11969 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
11970
11971         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
11972         avoid infinite recursion via gnus-get-function.
11973
11974 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
11975
11976         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
11977
11978         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
11979
11980         * nnmail.el (nnmail-split-history): do.
11981
11982         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11983         (nnml-request-delete-group): do.
11984
11985         * nnslashdot.el (nnslashdot-read-groups): do.
11986
11987         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11988         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11989
11990         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
11991         (nnspool-sift-nov-with-sed): Use last.
11992         (nnspool-retrieve-headers-with-nov): Use mapc.
11993         (nnspool-request-newgroups): Use dolist.
11994         (nnspool-request-group): Use last.
11995
11996         * nntp.el (nntp-read-server-type): Use dolist.
11997
11998         * nnvirtual.el (nnvirtual-create-mapping)
11999         (nnvirtual-update-read-and-marked): Use dolist.
12000         (nnvirtual-convert-headers): Simplify.
12001
12002 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12003
12004         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12005         support for sync'ing tick marks.
12006
12007 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12008
12009         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12010         there's no visible header.
12011
12012 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12013
12014         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12015         necessary, pass full group name to gnus-request-set-marks.
12016
12017 2004-10-01  Simon Josefsson  <jas@extundo.com>
12018
12019         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12020         acroread.
12021
12022 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12023
12024         * spam-report.el (spam-report-gmane): Fix interactive.
12025
12026         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12027
12028         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12029         when writing file.
12030         (gnus-agent-synchronize-flags): Don't default to being
12031         interactive.
12032
12033 2004-09-30  Simon Josefsson  <jas@extundo.com>
12034
12035         * message.el (message-generate-hashcash): Add.
12036         (message-send-mail): Use it, call mail-add-payment.
12037
12038 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12039
12040         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12041
12042 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12043
12044         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12045         gnus-requst-update-info with explicit code to sync the in-memory
12046         info read flags with the marks being sync'd to the backend.
12047
12048         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12049
12050 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12051
12052         * spam.el (spam-verify-bogofilter): Add new function.
12053         (spam-check-bogofilter)
12054         (spam-bogofilter-register-with-bogofilter): Use it.
12055         (spam-verify-bogofilter): Add small fixes.
12056
12057 2004-09-28  Simon Josefsson  <jas@extundo.com>
12058
12059         * hashcash.el (hashcash-generate-payment): Revert.
12060
12061 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12062
12063         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12064         gnus-extract-references instead of gnus-split-references.
12065
12066         * gnus-util.el (gnus-extract-references): Add new function, analogous
12067         to gnus-split-references but extracts only the message-ID without
12068         anything extra.
12069
12070         * hashcash.el (hashcash-generate-payment)
12071         (hashcash-check-payment): Do the right thing if hashcash-path is
12072         nil (because the hashcash program could not be found).
12073
12074         * spam.el (spam-use-hashcash): Remove comment.
12075
12076 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12077
12078         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12079         (gnus-cache-enter-article, gnus-cache-remove-article)
12080         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12081
12082         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12083
12084         * gnus-art.el (article-hide-boring-headers)
12085         (article-translate-strings, article-display-face)
12086         (gnus-article-mime-match-handle-first)
12087         (gnus-article-highlight-headers)
12088         (gnus-article-add-buttons-to-head): do.
12089
12090 2004-09-27  Simon Josefsson  <jas@extundo.com>
12091
12092         * hashcash.el: New version, from
12093         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12094         ../contrib/.
12095
12096 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12099
12100 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12101
12102         * gnus-dup.el (gnus-dup-open): Use mapc.
12103         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12104
12105         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12106         Reported by Stefan Wiens <s.wi@gmx.net>.
12107
12108         * gnus.el (gnus-shutdown): Use dolist.
12109
12110         * gnus-undo.el (gnus-undo): Use mapc.
12111
12112         * nnrss.el (nnrss-generate-active): do.
12113
12114         * message.el (message-cite-original-without-signature)
12115         (message-cite-original): Use mapc.
12116         (message-do-actions, message-make-forward-subject): Use dolist.
12117
12118 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12119
12120         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12121         deletion to remove entire duplicate line.  Fixes merged article
12122         number bug.
12123
12124 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12125
12126         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12127         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12128         first ask if you want to open a server and then, even when you
12129         responded with no, asking if you want to synchronize the server's
12130         flags.
12131         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12132         multi-line expressions.
12133         (gnus-agent-synchronize-group-flags): New internal function.
12134         Updates marks in memory (in the info structure) AND in the
12135         backend.
12136
12137         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12138
12139         * nnagent.el (nnagent-request-set-mark): Use
12140         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12141         method, to ensure that synchronization updates marks in the
12142         backend and in the info (in memory) structure.
12143
12144 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12147         convention fully; don't miss the root article of a thread; make
12148         the X-Draft-From header with correct article numbers.
12149
12150 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12151
12152         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12153         unless plugged.  Disable the agent so that an open failure causes
12154         an error.
12155
12156         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12157         Reverted 2004-09-21 change.  The backend must be opened while
12158         synchronizing flags even when the backend stores the flags
12159         locally.
12160
12161 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12162
12163         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12164         in `header' match.  Reported by Svend Tollak Munkejord.
12165
12166         * message.el (message-cite-original): Fix use of
12167         `message-cite-articles-with-x-no-archive'.
12168
12169 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12172         (gnus-window-to-buffer): Ditto.
12173
12174         * mml.el (mml-preview-buffer): New variable.
12175         (mml-preview): Manage window layout with gnus-buffer-configuration.
12176
12177         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12178         X-Draft-From header even if those articles aren't quoted.
12179
12180 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12181
12182         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12183         (gnus-request-set-mark, gnus-request-update-mark): Use new
12184         g-s-t-u-l-m to decide to use backend even when unplugged.
12185
12186 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12187
12188         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12189         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12190
12191 2004-09-20  Simon Josefsson  <jas@extundo.com>
12192
12193         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12194         "utf-16-le".
12195
12196 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12197
12198         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12199
12200 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12201
12202         * uudecode.el (uudecode-use-external): Add :version.
12203
12204         * smime.el (smime-CA-file, smime-encrypt-cipher)
12205         (smime-dns-server): Add :version.
12206
12207         * smiley.el (gnus-smiley-file-types): Add :version.
12208
12209         * sha1.el (sha1-use-external): Add :version.
12210
12211         * pgg-def.el (pgg-query-keyserver): Add :version.
12212
12213         * nnmail.el (nnmail-fancy-expiry-targets)
12214         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12215         Add :version.
12216
12217         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12218         (nnimap-retrieve-groups-asynchronous): Add :version.
12219         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12220
12221         * mml.el (mml-content-disposition-parameters)
12222         (mml-insert-mime-headers-always): Add :version.
12223
12224         * mm-util.el (mm-coding-system-priorities): Add :version.
12225
12226         * mm-decode.el (mm-inline-text-html-with-images)
12227         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12228         (mm-verify-option): Add :version.
12229         (mm-text-html-renderer): Change :version.
12230
12231         * message.el (message-fcc-externalize-attachments)
12232         (message-required-headers, message-draft-headers)
12233         (message-subject-trailing-was-query)
12234         (message-subject-trailing-was-ask-regexp)
12235         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12236         (message-mark-insert-end, message-archive-header)
12237         (message-archive-note, message-cross-post-default)
12238         (message-cross-post-note, message-followup-to-note)
12239         (message-cross-post-note-function, message-use-mail-followup-to)
12240         (message-subscribed-address-functions)
12241         (message-subscribed-address-file, message-subscribed-addresses)
12242         (message-subscribed-regexps, message-allow-no-recipients)
12243         (message-yank-cited-prefix, message-signature-insert-empty-line)
12244         (message-hidden-headers, message-hierarchical-addresses)
12245         (message-mail-user-agent, message-use-idna)
12246         (message-valid-fqdn-regexp)
12247         (message-strip-special-text-properties, message-header-synonyms)
12248         (message-beginning-of-line, message-tab-body-function): Add :version.
12249         (message-insert-canlock, message-wide-reply-confirm-recipients):
12250         Change :version.
12251
12252         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12253         and :version.
12254         (mail-source-delete-old-incoming-confirm)
12255         (mail-source-movemail-program): Add :version.
12256
12257         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12258         (gnus-agent-cache, gnus-agent): Change :version.
12259
12260         * gnus-util.el (gnus-use-byte-compile): Change :version.
12261
12262         * gnus-sum.el (gnus-summary-make-false-root-always)
12263         (gnus-summary-default-high-score)
12264         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12265         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12266         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12267         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12268         (gnus-sum-thread-tree-single-indent)
12269         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12270         (gnus-sum-thread-tree-leaf-with-other)
12271         (gnus-sum-thread-tree-single-leaf): Add :version.
12272         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12273         (gnus-article-loose-mime): Change :version.
12274
12275         * gnus-start.el (gnus-backup-startup-file)
12276         (gnus-save-startup-file-via-temp-buffer): Add :version.
12277
12278         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12279         (gnus-server-offline-face): Add :version.
12280
12281         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12282
12283         * gnus-msg.el (gnus-gcc-externalize-attachments)
12284         (gnus-debug-files, gnus-debug-exclude-variables)
12285         (gnus-discouraged-post-methods): Change :version.
12286         (gnus-confirm-mail-reply-to-news)
12287         (gnus-confirm-treat-mail-like-news): Add :version.
12288
12289         * gnus-int.el (gnus-server-unopen-status): Add :version.
12290
12291         * gnus-group.el (gnus-group-jump-to-group-prompt)
12292         (gnus-large-ephemeral-newsgroup)
12293         (gnus-fetch-old-ephemeral-headers): Add :version.
12294
12295         * gnus-fun.el (gnus-x-face-directory)
12296         (gnus-convert-pbm-to-x-face-command)
12297         (gnus-convert-image-to-x-face-command)
12298         (gnus-convert-image-to-face-command): Add :version.
12299
12300         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12301
12302         * gnus-cite.el (gnus-cite-blank-line-after-header)
12303         (gnus-article-boring-faces): Add :version.
12304
12305         * gnus-art.el (gnus-buttonized-mime-types)
12306         (gnus-inhibit-mime-unbuttonizing)
12307         (gnus-treat-display-face)
12308         (gnus-treat-body-boundary): Change :version.
12309         (gnus-body-boundary-delimiter, gnus-picon-databases)
12310         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12311         (gnus-treat-date-english, gnus-treat-fold-headers)
12312         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12313         (gnus-treat-mail-picon, gnus-treat-wash-html)
12314         (gnus-article-encrypt-protocol)
12315         (gnus-use-idna, gnus-article-over-scroll)
12316         (gnus-mime-display-multipart-alternative-as-mixed)
12317         (gnus-mime-display-multipart-related-as-mixed)
12318         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12319         (gnus-ctan-url, gnus-button-ctan-handler)
12320         (gnus-button-handle-ctan-bogus-regexp)
12321         (gnus-button-ctan-directory-regexp)
12322         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12323         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12324         (gnus-button-man-level, gnus-button-emacs-level)
12325         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12326
12327         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12328         (gnus-agent-go-online): Change :version.
12329         (gnus-agent-expire-unagentized-dirs)
12330         (gnus-agent-auto-agentize-methods): Add :version.
12331
12332         * flow-fill.el (fill-flowed-display-column)
12333         (fill-flowed-encode-column): Add :version.
12334
12335         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12336         (gnus-outlook-deuglify-unwrap-max)
12337         (gnus-outlook-deuglify-cite-marks)
12338         (gnus-outlook-deuglify-unwrap-stop-chars)
12339         (gnus-outlook-deuglify-no-wrap-chars)
12340         (gnus-outlook-deuglify-attrib-cut-regexp)
12341         (gnus-outlook-deuglify-attrib-verb-regexp)
12342         (gnus-outlook-deuglify-attrib-end-regexp)
12343         (gnus-outlook-display-hook): Add :version.
12344
12345         * binhex.el (binhex-use-external): Add :version.
12346
12347 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12348
12349         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12350         and `invisible'.
12351
12352 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12353
12354         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12355         in gnus-registry-trim.
12356
12357 2004-09-13  Simon Josefsson  <jas@extundo.com>
12358
12359         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12360
12361         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12362
12363         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12364         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12365         <yamaoka@jpl.org>.
12366         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12367         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12368         <yamaoka@jpl.org>.
12369
12370         * sieve.el (sieve-manage-mode): Ditto.
12371
12372 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12373
12374         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12375
12376 2004-09-11  Simon Josefsson  <jas@extundo.com>
12377
12378         * dns-mode.el: Add.
12379
12380         * mm-view.el (mm-display-dns-inline): Add.
12381
12382         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12383         (mm-automatic-display): Ditto.
12384
12385         * mailcap.el (mailcap-mime-data): Add text/dns.
12386         (mailcap-mime-extensions): Map .soa to text/dns.
12387
12388 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12389
12390         * gnus-art.el (article-decode-mime-words, article-babel)
12391         (gnus-article-highlight-signature, gnus-article-add-buttons)
12392         (gnus-signature-toggle): Remove unnecessary bindings of
12393         `inhibit-read-only' inherited from v5.10 merge.
12394
12395 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12396
12397         * nntp.el (nntp): New customization group.
12398         (nntp-authinfo-file): Add customization group.
12399
12400         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12401
12402         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12403
12404         * gnus.el (to-address, to-list, subscribed)
12405         (large-newsgroup-initial): Ditto.
12406
12407         * flow-fill.el (fill-flowed-display-column)
12408         (fill-flowed-encode-column): Ditto.
12409
12410 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12411
12412         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12413         Use point-min rather than 1.
12414         (message-send-mail): Use buffer-size rather than point-max.
12415
12416         * gnus-sum.el (gnus-summary-search-article-forward):
12417         Signal a specific `search-failed' rather than a generic `error'.
12418
12419         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12420         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12421         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12422
12423 2004-09-10  Simon Josefsson  <jas@extundo.com>
12424
12425         * nndb.el (require): Remove tcp and duplicate cl.
12426
12427 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12428
12429         * gnus-agent.el (directory-files-and-attributes): Move forward.
12430
12431 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12432
12433         * gnus-agent.el (directory-files-and-attributes): Optionally
12434         defined to support XEmacs.
12435
12436 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12437
12438         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12439         to avoid run-time CL dependencies.
12440         (gnus-agent-unfetch-articles): New function.
12441         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12442         article numbers even when local .overview file is missing.
12443         (gnus-agent-read-article-number): New function.  Only accepts
12444         27-bit article numbers.
12445         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12446         gnus-agent-read-article-number.
12447         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12448         from backend while recognizing that article numbers in .overview
12449         must be valid.
12450         (gnus-agent-update-files-total-fetched-for): Use
12451         directory-files-and-attributes to improve performance.
12452         * gnus-int.el (gnus-request-move-article): Use
12453         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12454         improve performance.
12455
12456         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12457         some users confused by references to .newsrc when they only have a
12458         .newsrc.eld file.
12459         (gnus-convert-mark-converter-prompt)
12460         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12461         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12462         New function.  Used internally to only display 'gnus converting
12463         files' message when actually necessary.
12464
12465         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12466         methods now autoloaded.
12467
12468 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12471         identifiers.
12472
12473 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12474
12475         * gnus-picon.el: Fix indentation and closing parenthesis.
12476
12477 2004-09-01  Simon Josefsson  <jas@extundo.com>
12478
12479         * message.el (message-canlock-generate): Require sha1, not
12480         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12481         to require within a function.  Sadly, if sha1.el isn't loaded, the
12482         let binding in m-c-g will hide the defcustom definition, which is
12483         bad.)
12484
12485         * canlock.el: Require sha1, not sha1-el.
12486
12487         * message.el: Don't autoload sha1 (there is a autoload cookie in
12488         sha1.el).
12489
12490         * sha1-el.el: Renamed to sha1.el.
12491
12492 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12493
12494         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12495
12496 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12497
12498         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12499
12500 2004-08-30  Kim F. Storm  <storm@cua.dk>
12501
12502         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12503
12504         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12505         Add :group 'nnimap.
12506
12507 2004-08-30  Andreas Schwab  <schwab@suse.de>
12508
12509         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12510         ?* and ?\;.
12511
12512         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12513         and ?\' to symbol instead of whitespace.
12514
12515 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12516
12517         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12518
12519         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12520         instead of re-search-forward.
12521
12522         * gnus-uu.el (gnus-uu-save-article): Ditto.
12523         (gnus-uu-post-encode-uuencode): Ditto.
12524
12525         * html2text.el (html2text-clean-list-items): Ditto.
12526         (html2text-clean-dtdd): Ditto.
12527         (html2text-format-tags): Ditto.
12528
12529         * message.el (message-send-mail-with-sendmail): Fix regexp.
12530         (message-fill-field-general): Use search-forward instead of
12531         re-search-forward.
12532         (unbold-region): Ditto.
12533
12534         * nnrss.el (nnrss-request-article): Ditto.
12535
12536         * nnslashdot.el (nnslashdot-request-article): Ditto.
12537
12538         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12539
12540         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12541         "Unrecognized menu descriptor" error in XEmacs.
12542
12543 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12544
12545         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12546         parent article of a sparse article in the thread hashtb.
12547
12548 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12549
12550         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12551         (nnmail-expand-newtext): Lowercase expanded entries if
12552         nnmail-split-lowercase-expanded is non-nil.
12553
12554 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12555
12556         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12557
12558         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12559         of gnus-tmp-news-method into string under XEmacs.  It will be
12560         passed to gnus-correct-length which takes only a string argument.
12561
12562 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12563
12564         * gnus-util.el (gnus-bind-print-variables): New macro.
12565         (gnus-prin1): Use it.
12566         (gnus-prin1-to-string): Use it.
12567         (gnus-pp): New function.
12568         (gnus-pp-to-string): New function.
12569
12570         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12571         Replace pp-to-string with gnus-pp-to-string.
12572         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12573         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12574         * gnus-msg.el (gnus-debug): Ditto.
12575         * gnus-score.el (gnus-score-save): Ditto.
12576         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12577         gnus-pp-to-string.
12578         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12579         with gnus-pp.
12580         * score-mode.el (gnus-score-pretty-print): Ditto.
12581         * webmail.el (webmail-debug): Ditto.
12582
12583 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12584
12585         * gnus-art.el (article-display-face, article-display-x-face):
12586         Use buffer-read-only.
12587
12588 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12589
12590         * gnus-art.el (article-hide-list-identifiers):
12591         Bind inhibit-read-only as t.
12592
12593 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12594
12595         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12596
12597 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12598
12599         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12600         (gnus-narrow-to-page): Don't assume point-min == 1.
12601         (gnus-article-edit-mode): Derive from message-mode.
12602
12603         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12604         point-min == 1.
12605
12606         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12607         Disable incorrect use of `assert'.
12608
12609         * message.el (message-mode): Set comment-start-skip.
12610
12611
12612 2004-08-22  Sam Steingold  <sds@gnu.org>
12613
12614         * pop3.el (pop3-leave-mail-on-server): New user variable.
12615         (pop3-movemail): Delete mail only when it is nil.
12616
12617 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12618
12619         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12620
12621         * mml.el (mml-preview): Use `pop-to-buffer'.
12622
12623         * message.el (message-goto-mail-followup-to): Insert after "To".
12624         (message-carefully-insert-headers): Add comment.
12625
12626         * gnus.el: Remove unused variable `gnus-article-check-size'.
12627
12628         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12629
12630         * gnus-art.el (gnus-button-alist): Improve
12631         `gnus-button-handle-library' entry.
12632
12633 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12634
12635         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12636         downcase, since XEmacs capitalizes error messages differently.
12637
12638 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12639
12640         * nntp.el: Add (require 'gnus) due to reference to
12641         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12642
12643 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12644
12645         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12646         `mm-fill-flowed'.
12647
12648         * mm-decode.el (mm-dissect-singlepart): Check it.
12649
12650 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12651
12652         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12653         'imap' for netrc parsing.
12654
12655 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12656
12657         * mailcap.el (mailcap-mime-data): Mark as risky.
12658
12659 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12660
12661         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12662         may be included in the encoded word.
12663         (rfc2047-encode): Don't append a space if the encoded word
12664         includes close parenthesis.
12665
12666 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12667
12668         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12669         of text within parentheses.
12670
12671 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12672
12673         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12674         (gnus-encrypt-write-file-contents): Make the password key the file
12675         name PLUS the cipher, not just the cipher.  Also remove failed
12676         passwords from the cache.
12677
12678 2004-08-06  Simon Josefsson  <jas@extundo.com>
12679
12680         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12681         fix.
12682
12683 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12684
12685         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12686         LWSP.
12687
12688 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12689
12690         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12691         to append in-reply-to: data to the references: header.
12692
12693         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12694         (netrc-parse): Use gnus-encrypt.el functions.
12695
12696         * gnus-encrypt.el: Add new file for encryption support; currently
12697         does only a few GPG ciphers and an internal XOR cipher.
12698
12699         * password.el: Add comments on using password-read-and-add.
12700         (password-read-and-add): Add function to read and add the
12701         password to the cache at once.
12702
12703 2004-07-28  Simon Josefsson  <jas@extundo.com>
12704
12705         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12706         parameter (but don't use it, for now).
12707
12708         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12709         instead of hard coding to nil.
12710
12711 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12712
12713         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12714         as mm-inline-image-xemacs does.
12715
12716 2004-07-26  Simon Josefsson  <jas@extundo.com>
12717
12718         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12719         Revert part of 2004-07-17 change below.
12720
12721 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12722
12723         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12724         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12725
12726 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12727
12728         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12729         quotes that actually start with ">" at the beginning of the
12730         lines.
12731
12732 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12733
12734         * rfc2047.el (rfc2047-encode-region): Fix last change.
12735         (rfc2047-encode-parameter): Remove useless concat.
12736
12737 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12738
12739         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12740         encode special characters; fix some kind of misconfigured headers;
12741         signal a real error if debug-on-quit or debug-on-error is non-nil.
12742         (rfc2047-encode-max-chars): New variable.
12743         (rfc2047-encode-1): Use it.
12744         (rfc2047-encode-parameter): New function.
12745
12746         * mml.el (mml-insert-parameter): Remove an excessive space.
12747
12748 2004-07-17  Simon Josefsson  <jas@extundo.com>
12749
12750         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12751         Kai Grossjohann <kai@emptydomain.de>.
12752         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12753         (gnus-group-make-menu-bar): Ditto.
12754
12755         * gnus-util.el (gnus-group-server): Add.
12756
12757 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12758
12759         * message.el (message-clone-locals): Clone sendmail and smtp
12760         variables.
12761
12762 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12763
12764         * rfc2047.el (rfc2047-encode-region): Fix last change.
12765
12766 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12767
12768         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12769         characters as non-special.
12770
12771 2004-07-09  Simon Josefsson  <jas@extundo.com>
12772
12773         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12774         Users will lose all flag changes made while unplugged with
12775         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12776         good default.  See numerous reports on ding mailing list.
12777
12778 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12781         add generate-head-function and generate-article-function to the
12782         rfc822-forward entry.
12783         (nndoc-rfc822-forward-generate-article): New function.
12784         (nndoc-rfc822-forward-generate-head): New function.
12785
12786         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12787
12788 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12789
12790         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12791         respect display group parameter and gnus-summary-expunge-below.
12792         (gnus-articles-to-read): Remove unused reference to display group
12793         parameter.
12794
12795 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12796
12797         * nnheader.el (nnheader-uniquify-message-id): New experimental
12798         variable.
12799         (nnheader-nov-read-message-id): Use it.
12800
12801         * spam-report.el (spam-report-gmane): Add interactive.
12802
12803 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12804
12805         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12806         qp-or-base64 for the application/* types.
12807
12808 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12809
12810         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12811
12812 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12813
12814         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12815         trim value.
12816
12817 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12818
12819         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12820         New macro and function.
12821         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12822
12823 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12824
12825         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12826         after-load-alist.
12827
12828 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12829
12830         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12831         update info that isn't there.
12832
12833 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
12834
12835         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12836         entry.
12837
12838 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12839
12840         * mm-view.el (mm-inline-render-with-function): Use multibyte
12841         buffer; decode html source by charset.
12842
12843         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12844
12845         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12846         Mule-UCS is loaded under XEmacs.
12847         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12848
12849 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12850
12851         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12852
12853 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12854
12855         * mm-util.el (mm-coding-system-p): Return a coding-system.
12856         (mm-mime-mule-charset-alist): Use shift_jis instead of
12857         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12858         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12859         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12860         instead of japanese-shift-jis and iso-latin-1 respectively in
12861         order to share the default value with both Emacs and XEmacs-mule.
12862         (mm-mule-charset-to-mime-charset): Make
12863         mm-coding-system-priorities effective.
12864         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12865         while predicating of candidates upon the priorities.
12866
12867 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12868
12869         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12870         gnus-uu-invert-processable.
12871
12872         * gnus.el: Autoload gnus-uu-invert-processable.
12873
12874 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12875
12876         * mm-util.el (mm-with-multibyte-buffer): New macro.
12877
12878         * rfc2047.el (rfc2047-encode-string): Use it.
12879         (rfc2047-encode-region): Move point to the end of the region after
12880         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12881
12882 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12883
12884         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12885         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12886
12887 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12890         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12891         Karl Chen <quarl@nospam.quarl.org>.
12892
12893 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
12894
12895         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12896         invalid addresses.
12897
12898 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
12899
12900         * spam.el: Change section markers, revise TODO list.
12901         (spam-backends): Make new master list of all installed backends.
12902         (spam-summary-exit-behavior): Add new variable to determine how
12903         messages moves are done at summary exit.
12904         (spam-move-spam-nonspam-groups-only)
12905         (spam-process-ham-in-nonham-groups)
12906         (spam-process-ham-in-spam-groups): Remove variables, the
12907         spam-summary-exit-behavior variable should be used to manage this
12908         behavior.
12909         (spam-old-ham-articles, spam-old-spam-articles): Remove.
12910         (spam-old-articles): Add variable, replacing spam-old-ham-articles
12911         and spam-old-spam-articles.
12912         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12913         Add empty variables, placeholders for the backends they represent.
12914         (spam-set-difference): Move, unchanged.
12915         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12916         unless the user has a processor variable.
12917         (spam-classifications, spam-classification-valid-p)
12918         (spam-backend-properties, spam-backend-property-valid-p)
12919         (spam-backend-function-type-valid-p)
12920         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12921         (spam-report-articles-gmane, spam-report-articles-resend):
12922         Remove functions, they are not needed.
12923         (spam-install-backend-super, spam-backend-list)
12924         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12925         (spam-backend-function, spam-backend-ham-registration-function)
12926         (spam-backend-spam-registration-function)
12927         (spam-backend-ham-unregistration-function)
12928         (spam-backend-spam-unregistration-function)
12929         (spam-backend-statistical-p, spam-backend-mover-p)
12930         (spam-install-backend-alias, spam-install-checkonly-backend)
12931         (spam-install-mover-backend, spam-install-nocheck-backend)
12932         (spam-install-backend, spam-install-statistical-backend)
12933         (spam-install-statistical-checkonly-backend): Add backend installation
12934         support.
12935         (spam-summary-prepare-exit): Rewrite to use the new backend code.
12936         (spam-group-processor-p): Use the new backend code and respect the
12937         summary exit behavior.
12938         (spam-mark-spam-as-expired-and-move-routine): Remove.
12939         (spam-summary-prepare): Change to use the new spam-old-articles
12940         variable.
12941         (spam-copy-or-move-routine, spam-copy-spam-routine)
12942         (spam-move-spam-routine, spam-copy-ham-routine)
12943         (spam-move-ham-routine): Add code to copy/move ham or spam.
12944         (spam-fetch-field-fast): Improve doc and code, plus allow the
12945         'number request.
12946         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12947         variables.
12948         (spam-split, spam-find-spam): Use the new backend code.
12949         (spam-registration-functions): Remove variable.
12950         (spam-unregister-routine): Add convenience wrapper.
12951         (spam-log-undo-registration, spam-register-routine)
12952         (spam-log-processing-to-registry)
12953         (spam-log-unregistration-needed-p): Rename "check" to "backend"
12954         where possible.
12955         (spam-check-gmane-xref, spam-check-regex-headers)
12956         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12957         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12958         (spam-check-bogofilter-headers, spam-check-spamoracle)
12959         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12960         (spam-check-crm114-headers): Use the spam-split-group that
12961         spam-split prepares, no need to determine it every time.
12962
12963         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12964         to the nnheader-parse-naked-head call.
12965
12966         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12967
12968         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12969         the nnheader-nov-read-message-id call.
12970
12971 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12972
12973         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
12974         gnus-activate-group twice.  Suggested by Markus Peter
12975         <warp@spin.de>.
12976
12977 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12978
12979         * gnus-art.el (gnus-article-time-format): Exchange the order of
12980         day and month in the default value; fix customization type.
12981         (article-date-ut): Use add-text-properties.
12982         (article-make-date-line): Use message-make-date instead of
12983         current-time-string.
12984
12985         * message.el (message-fetch-field): Don't use set-text-properties.
12986         (message-make-date): Simplify.
12987
12988         * messagexmas.el (message-xmas-make-date): New function.
12989         (message-xmas-redefine): Defalias message-make-date to it.
12990
12991 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12992
12993         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
12994         (rfc2047-encode-region): Treat text within parentheses as special;
12995         show the original text when error has occurred.
12996
12997         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
12998         already-computed method to gnus-activate-group.
12999
13000         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13001         same select-methods identical Lisp objects.
13002
13003         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13004         object when modifying the info.
13005
13006 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13007
13008         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13009         gnus-opened-servers since it has never been opened with the new
13010         configuration yet.
13011
13012 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13015         arg to nnheader-generate-fake-message-id.
13016
13017 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13018
13019         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13020         number and build a fake message ID localized to a group and
13021         article number (so it's repeatable from that point on).
13022         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13023         ID format.
13024
13025         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13026         nnheader-generate-fake-message-id with the article number.
13027
13028 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13029
13030         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13031         end-of-buffer.
13032
13033 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13034
13035         * message.el (message-ignored-supersedes-headers): Add Approved.
13036
13037 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13038
13039         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13040         goto-char.
13041         (rfc2047-encode): Fold the line before encoding.
13042
13043 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13044
13045         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13046         folding -- not all headers can be folded, and this should be done
13047         by the message composition mode.  Probably.  I think.
13048
13049 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13050
13051         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13052         fast.
13053
13054         * gnus-ems.el (gnus-remove-image): Don't use
13055         message-text-with-property; remove only the image found first.
13056
13057         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13058         found first.
13059
13060 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13061
13062         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13063
13064 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13065
13066         * message.el (message-text-with-property): Make it fast and accept
13067         optional arguments.
13068         (message-strip-forbidden-properties): Use it.
13069         (message-fix-before-sending): Follow the m-t-w-p change.
13070
13071         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13072
13073 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13074
13075         * gnus-art.el (article-hide-headers): Don't change the buffer
13076         mistakenly when performing mml-preview even if
13077         gnus-single-article-buffer is nil.
13078
13079 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13080
13081         * message.el (message-expand-name-databases): New user option.
13082         (message-expand-name): Use it.
13083
13084 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13085
13086         * spam.el (spam-report-articles-resend)
13087         (spam-report-resend-register-routine): Allow ham reporting.
13088         (spam-report-resend-register-ham-routine): Add wrapper.
13089         (spam-registration-functions): Add ham resending functions.
13090         (spam-list-of-processors): Add ham resend processor.
13091
13092         * gnus.el (ham-resend-to): Add new group parameter.
13093         (spam-process): Add ham resend option.
13094
13095         * spam-report.el (spam-report-resend): Allow reporting ham.
13096         (spam-report-resend-ham): Add wrapper.
13097
13098 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13099
13100         * message.el (message-cite-articles-with-x-no-archive): New
13101         variable.
13102         (message-cite-original): Use it.
13103
13104 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13105
13106         * message.el (message-cite-original): Respect X-No-Archive.
13107
13108 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13109
13110         * gnus-art.el (article-hide-headers): Refer to the values for
13111         gnus-ignored-headers and gnus-visible-headers in the summary
13112         buffer since a user may have set them as group parameters.
13113
13114 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13115
13116         * assistant.el (assistant-node-name): Add convenience function.
13117         (assistant-render-text, assistant-render-node): Add error handling,
13118         plus handle multiple next nodes.
13119         (assistant-find-next-node): Comment out for now.
13120         (assistant-find-next-nodes): Add function, returns list of next
13121         nodes.
13122
13123 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13124
13125         * mail-source.el (mail-source-directory): Fix doc-string.
13126
13127 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13128
13129         * assistant.el (assistant-render-text, assistant-eval): Add :set
13130         widget type, which is different because it takes and returns a
13131         list.  Much hilarity ensues.
13132
13133 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13134
13135         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13136
13137         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13138         doc-string.
13139
13140         * gnus-start.el (gnus-activate-group): Added doc-string.
13141
13142 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13143
13144         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13145
13146 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13147
13148         * assistant.el (assistant-render-text): Try to add a :set
13149         widget, more to come.
13150
13151         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13152         strings.
13153         (spam-report-articles-resend)
13154         (spam-register-routine): Do registration iff any articles warrant
13155         it.
13156         (spam-summary-prepare-exit): Change log message for nil group
13157         destinations.
13158
13159 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13160
13161         * spam.el (spam-report-resend-register-routine): Allow
13162         spam-report-resend-to to be a group parameter or a global value.
13163
13164 2004-05-26  Simon Josefsson  <jas@extundo.com>
13165
13166         * starttls.el: Merge with my GNUTLS based starttls.el.
13167         (starttls-gnutls-program, starttls-use-gnutls)
13168         (starttls-extra-arguments, starttls-process-connection-type)
13169         (starttls-connect, starttls-failure, starttls-success): New
13170         variables.
13171         (starttls-program, starttls-extra-args): Doc fix.
13172         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13173         functions.
13174         (starttls-negotiate, starttls-open-stream): Check
13175         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13176         function if it is set.
13177
13178 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13179
13180         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13181         structured fields.
13182
13183 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13184
13185         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13186
13187 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13188
13189         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13190         variable.
13191         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13192         assigning the spam-mark to new messages.
13193
13194 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13195
13196         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13197
13198 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13199
13200         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13201
13202         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13203         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13204         default.
13205
13206 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13207
13208         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13209         correct data.
13210
13211 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13212
13213         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13214         (spam-group-processor-p): Fix function.
13215         (spam-group-processor-multiple-p)
13216         (spam-group-spam-processor-report-gmane-p)
13217         (spam-group-spam-processor-report-resend-p)
13218         (spam-group-spam-processor-bogofilter-p)
13219         (spam-group-spam-processor-blacklist-p)
13220         (spam-group-spam-processor-ifile-p)
13221         (spam-group-ham-processor-ifile-p)
13222         (spam-group-spam-processor-spamoracle-p)
13223         (spam-group-spam-processor-crm114-p)
13224         (spam-group-ham-processor-bogofilter-p)
13225         (spam-group-spam-processor-stat-p)
13226         (spam-group-ham-processor-stat-p)
13227         (spam-group-ham-processor-whitelist-p)
13228         (spam-group-ham-processor-BBDB-p)
13229         (spam-group-ham-processor-spamoracle-p)
13230         (spam-group-ham-processor-copy-p): Remove functions with some
13231         prejudice against unneeded code.
13232         (spam-report-articles-resend)
13233         (spam-report-resend-register-routine): Allow the group/topic
13234         spam-resend-to value to override spam-report-resend-to.
13235         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13236         properly now.
13237
13238         * gnus.el (spam-resend-to): Add group/topic parameter.
13239         (spam-process): Move the OBSOLETE processors to the end of the
13240         choices.
13241
13242 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13243
13244         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13245         with resend-to set to nil, and then ask the user if necessary.
13246         (spam-report-resend): spam-report-resend takes a list of articles, not
13247         separate article numbers.
13248
13249 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13250
13251         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13252         addition to emacs-w3m.
13253
13254 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13255
13256         * assistant.el (assistant-authinfo-data): New function.
13257         (assistant-eval): Eval for entire assistant.
13258
13259         * netrc.el (netrc-services-file): New variable.
13260         (netrc-parse-services): New function.
13261         (netrc-find-service-name): New function.
13262         (netrc-find-service-number): New function.
13263         (netrc-port-equal): New function.
13264         (netrc-machine): Use it.
13265
13266         * nnimap.el (nnimap-open-connection): Use netrc.
13267
13268         * gnus-util.el (gnus-netrc-get): Remove aliases.
13269
13270         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13271
13272         * assistant.el (wid-edit): Fix compilation.
13273
13274         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13275
13276 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13277
13278         * gnus-util.el (gnus-set-file-modes): New function.  (small
13279         patch).
13280
13281 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13282
13283         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13284
13285         * assistant.el (assistant-render-node): Fix up rendering and
13286         read-only text.
13287         (assistant-render-node): Reset.
13288         (assistant-make-read-only): Not sticky.
13289
13290 2004-05-20  Danny Siu  <dsiu@adobe.com>
13291
13292         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13293         centered even when gnus-auto-center-summary is t.
13294
13295 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13296
13297         * dns.el (dns-get-txt-answer): New function.
13298         (dns-read-txt): Ditto.
13299         (query-dns): Use it.
13300
13301 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13302
13303         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13304         active for foreign groups even if the group level is higher than
13305         the specified value.
13306
13307 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13308
13309         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13310         non-active groups.
13311
13312         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13313
13314 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13315
13316         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13317
13318 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13319
13320         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13321         (spam-crm114-header, spam-crm114-spam-switch)
13322         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13323         (spam-crm114-positive-spam-header)
13324         (spam-crm114-database-directory, spam-list-of-processors)
13325         (spam-group-spam-processor-crm114-p)
13326         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13327         (spam-generic-score, spam-list-of-checks)
13328         (spam-list-of-statistical-checks, spam-registration-functions)
13329         (spam-check-crm114-headers, spam-crm114-score)
13330         (spam-check-crm114, spam-crm114-register-with-crm114)
13331         (spam-crm114-register-spam-routine)
13332         (spam-crm114-unregister-spam-routine)
13333         (spam-crm114-register-ham-routine)
13334         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13335         asjo@koldfront.dk (Adam Sjøgren).
13336
13337         * gnus.el: Add spam-use-crm114.
13338
13339         * spam.el (spam-list-of-processors, spam-registration-functions):
13340         Add spam-use-resend.
13341         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13342         (spam-report-articles-gmane): Add doc fix.
13343         (spam-report-articles-resend, spam-report-resend-register-routine):
13344         Add wrappers around spam-report-resend-to.
13345
13346         * spam-report.el (spam-report-resend-to, spam-report-resend):
13347         Add support for resending spam.
13348         (spam-report-gmane): Fix line length >80.
13349
13350         * gnus.el (spam-process): Add spam-use-resend.
13351
13352 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13353
13354         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13355         number of processed spam messages.
13356         (spam-ham-copy-or-move-routine): Return the number of processed
13357         ham messages.
13358         (spam-summary-prepare-exit): Use the above values to decide
13359         whether status messages shouled be displayed.
13360
13361 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13364         `rfc2047-encoding-function-alist' in order to avoid conflicting
13365         with the old version.
13366         (rfc2047-encode-region): Concatenate words containing non-ASCII
13367         characters in structured fields; don't encode space-delimited
13368         ASCII words even in unstructured fields; don't break words at
13369         char-category boundaries.
13370         (rfc2047-encode-1): New function.
13371         (rfc2047-encode): Use it; encode text so that it occupies the
13372         maximum width within 76-column; work correctly on Q encoding for
13373         iso-2022-* charsets.
13374         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13375         sure not to break a line just after the header name.
13376         (rfc2047-b-encode-region): Removed.
13377         (rfc2047-b-encode-string): New function.
13378         (rfc2047-q-encode-region): Removed.
13379         (rfc2047-q-encode-string): New function.
13380
13381         * mm-util.el (mm-replace-in-string): New function.
13382
13383 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13384
13385         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13386         get it right.
13387         (gnus-inews-make-draft): Really.
13388
13389 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13390
13391         * nnmh.el (nnmh-request-list-1): Don't check the link count
13392         before descending.  (small patch)
13393
13394 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13395
13396         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13397         stuff.
13398
13399         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13400         on real group name.
13401
13402         * gnus-art.el (gnus-signature-limit): Doc fix.
13403
13404         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13405
13406         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13407
13408 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13409
13410         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13411         isn't a string.
13412
13413 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13414
13415         * gnus-draft.el (gnus-draft-send): Bind
13416         rfc2047-encode-encoded-words.
13417
13418         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13419         (rfc2047-encodable-p): Say that =? needs encoding.
13420         (rfc2047-encode-encoded-words): New variable.
13421
13422         * gnus-group.el (gnus-group-select-group): Doc fix.
13423
13424         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13425
13426         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13427         to nil.
13428
13429         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13430
13431         * nnheader.el (nnheader-get-lines-and-char): New function.
13432
13433 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13434
13435         * gnus-msg.el (gnus-summary-followup-with-original): Document
13436         yanking of region when active.
13437
13438 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13439
13440         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13441         groups if the group level is higher than the specified value.
13442
13443 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13444
13445         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13446         (gnus-group-jump-to-group): Added prefix argument using
13447         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13448         non-active group.
13449
13450         * compface.el (uncompface): Be verbose when changing
13451         `uncompface-use-external'.
13452
13453         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13454         handle manual section.
13455
13456 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13457
13458         * gnus-art.el (gnus-button-alist): Revert previous change.
13459
13460 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13461
13462         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13463
13464 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13465
13466         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13467         whether backend can accept message.
13468
13469         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13470
13471 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13472
13473         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13474         Avoid creating directory when nntp-marks-is-evil is true.
13475         Reported by Reiner Steib.
13476
13477 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13478
13479         * gnus-picon.el (gnus-picon-style): New variable.
13480         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13481         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13482         Jesper Harder <harder@ifa.au.dk>.
13483
13484 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13485
13486         * message.el (message-fill-field): Return point.
13487         (message-generate-headers): Go to end of field.
13488
13489         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13490         stuff for non-living groups.
13491
13492 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13493
13494         * gnus-art.el (gnus-article-followup-with-original)
13495         (gnus-article-reply-with-original): gnus-mark-active-p ->
13496         gnus-region-active-p.
13497
13498 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13499
13500         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13501         only when there is spam or ham to be processed.
13502
13503 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13504
13505         * mail-source.el (mail-source-delete-crash-box): Refactor.
13506         (mail-source-fetch): Use it.
13507         (mail-source-fetch-file): Ditto.
13508         (mail-source-fetch-directory): Run postscript in loop.
13509         (mail-source-fetch-pop): Delete.
13510         (mail-source-fetch-maildir): Ditto.
13511         (mail-source-fetch-imap): Ditto.
13512
13513         * imap.el (imap-authenticators): Comment out sasl.
13514
13515         * message.el (message-skip-to-next-address): New function.
13516         (message-fill-header-address): Refactor.
13517         (message-fill-address): Use it.
13518         (message-delete-address): Use it.
13519         (message-fill-header-general): Refactor.
13520         (message-fill-field-address): Rename.
13521         (message-narrow-to-field): Find the start of the header.
13522         (message-header-format-alist): Don't pre-fill.
13523         (message-fill-header): Removed.
13524         (message-insert-header): New function.
13525         (message-shorten-references): Use it.
13526
13527         * rfc2047.el (rfc2047-field-value): Strip props.
13528
13529         * mail-parse.el (mail-header-make-address): New alias.
13530
13531         * ietf-drums.el (ietf-drums-make-address): New function.
13532
13533         * imap.el: Add compiler directives.
13534
13535         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13536
13537         * gnus-art.el (article-decode-idna-rhs): Don't use
13538         message-idna-inside-rhs-p.
13539
13540 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13541
13542         * message.el (message-idna-inside-rhs-p): Removed.
13543         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13544
13545         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13546         false positives.
13547
13548 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13549
13550         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13551
13552 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13553
13554         * nneething.el (nneething-file-name): Don't create spurious
13555         files.
13556
13557         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13558         (gnus-inews-do-gcc): Remove sleep.
13559
13560         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13561         part under point.
13562
13563         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13564         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13565
13566 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13567
13568         * spam.el (spam-summary-prepare-exit): Fixed (length).
13569
13570 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13571
13572         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13573         as expired without moving it" message when there are spam
13574         messages left.
13575
13576 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13577
13578         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13579         header is not nil.
13580
13581 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13582
13583         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13584         nntp-possibly-create-directory, not nntp-possibly-change-group.
13585         (nntp-marks-changed-p): New arg SERVER.
13586         (nntp-request-update-info): Adjust caller.
13587
13588 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13589
13590         * nntp.el (nntp-save-marks): Pass missing arg.
13591
13592 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13593
13594         * nntp.el: Support marks.
13595         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13596         (nntp-marks-modtime, nntp-marks-directory): New variables.
13597         (nntp-request-set-mark, nntp-request-update-info)
13598         (nntp-possibly-create-directory, nntp-marks-changed-p)
13599         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13600         functions.
13601
13602 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13603
13604         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13605         (gnus-xmas-redefine): Rename.
13606
13607         * gnus-score.el (gnus-score-insert-help): Use
13608         gnus-select-lowest-window.
13609
13610         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13611         appt-select-lowest-window and rename to gnus-select-lowest-window.
13612
13613         * gnus.el: do.
13614
13615 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13616
13617         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13618         encodings of MIME-encoded words, in order to improve
13619         interoperability with several broken MUAs.
13620
13621 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13622
13623         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13624         tags, only when charsets are not specified in headers.
13625         (mm-inline-text-html-render-with-w3m): Ditto.
13626
13627         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13628         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13629
13630 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13631
13632         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13633         instead of MIME-decoded from fields when checking
13634         `gnus-article-address-banner-alist'.
13635
13636 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13637
13638         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13639         description rather than subject.
13640
13641 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13642
13643         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13644
13645 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13646
13647         * gnus.el (gnus-version-number): Bump.
13648
13649 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13650
13651         * gnus.el: No Gnus v0.2 is released.
13652
13653 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13654
13655         * gnus-agent.el (gnus-agent-read-agentview): Inline
13656         gnus-uncompress-range.
13657
13658 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13659
13660         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13661         `exec-installed-p'.
13662
13663 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13664
13665         * gnus.el (spam-process, spam-autodetect-methods): Add
13666         bsfilter and bsfilter-headers.
13667
13668         * spam.el (spam-bsfilter): New customize group.
13669         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13670         (spam-bsfilter-header, spam-bsfilter-probability-header)
13671         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13672         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13673         (spam-bsfilter-database-directory): New options.
13674         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13675         (spam-list-of-statistical-checks, spam-registration-functions):
13676         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13677         (spam-bsfilter-score): New command.
13678         (spam-check-bsfilter-headers, spam-check-bsfilter)
13679         (spam-bsfilter-register-with-bsfilter)
13680         (spam-bsfilter-register-spam-routine)
13681         (spam-bsfilter-unregister-spam-routine)
13682         (spam-bsfilter-register-ham-routine)
13683         (spam-bsfilter-unregister-ham-routine): New functions.
13684         (spam-generic-score): Support bsfilter; Accept an optional argument
13685         to recalcurate spam score even if scoring header has already been
13686         added.
13687         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13688         optional argument to recalcurate spam score even if scoring header
13689         has already been added.
13690
13691 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13692
13693         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13694         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13695         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13696         link is missing.
13697
13698 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13699
13700         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13701         (html2text-get-attr): Rewrite.
13702
13703         * message.el (message-setup-1): Remove redundant put-text-property
13704         on mail-header-separator.
13705
13706 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13707
13708         * gnus-registry.el (gnus-registry-cache-whitespace)
13709         (gnus-registry-action, gnus-registry-spool-action)
13710         (gnus-registry-split-fancy-with-parent): Change message levels
13711         from 5 to 3 or 7, as needed.
13712
13713         * spam.el (spam-summary-prepare-exit)
13714         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13715         (spam-split, spam-find-spam, spam-log-undo-registration)
13716         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13717         level from 5 to 6.
13718
13719 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13720
13721         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13722         2004-03-04 change).
13723
13724 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13725
13726         * sieve-manage.el (sieve-manage-open):
13727         * nnweb.el (nnweb-insert-html):
13728         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13729         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13730         * nnspool.el (nnspool-request-group):
13731         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13732         * nnml.el (nnml-request-update-info):
13733         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13734         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13735         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13736         (nnimap-request-set-mark):
13737         * nnfolder.el (nnfolder-request-update-info):
13738         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13739         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13740         * gnus-uu.el (gnus-uu-find-articles-matching):
13741         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13742         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13743         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13744         * gnus-nocem.el (gnus-nocem-scan-groups):
13745         * gnus-int.el (gnus-start-news-server):
13746         * gnus-group.el (gnus-group-make-kiboze-group)
13747         (gnus-group-browse-foreign-server):
13748         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13749         Use mapc when appropriate.
13750
13751 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13752
13753         FIXME: Make separate entries for each person.
13754
13755         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13756         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13757         <shields@msrl.com>:
13758
13759         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13760         may need for spam sorting and scoring.
13761         (spam-user-format-function-S): Add user format function suitable for
13762         general use.
13763         (spam-article-sort-by-spam-status): Add sorting function for summary
13764         sorting.
13765         (spam-extra-header-to-number): Add function to get a score from a
13766         header.
13767         (spam-summary-score): Add function to get a numeric score from the
13768         headers.
13769         (spam-generic-score): Fix function doc, was in wrong place.
13770         (spam-initialize): Take symbols when it's run, and install the
13771         extra headers that spam-necessary-extra-headers thinks we need.
13772
13773 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13774
13775         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13776         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
13777
13778 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13779
13780         * gnus-sum.el (gnus-set-global-variables)
13781         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13782         (gnus-article-get-xrefs, gnus-summary-best-group)
13783         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13784         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13785         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13786         Use with-current-buffer.
13787
13788 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13789
13790         * spam.el (spam-summary-prepare-exit): Simplify logic.
13791         (spam-fetch-article-header): Read the article header if it's not
13792         available.
13793         (spam-list-articles): Simplify logic.
13794         (spam-filelist-register-routine): Fix bug with unregister-list.
13795
13796         * gnus-registry.el: Fix comments at beginning.
13797
13798 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13799
13800         * message.el (message-cater-to-broken-inn): Remove.
13801         (message-shorten-references): Make sure the total folded length of
13802         References is shorter than 998 characters to cater to a bug in INN
13803         2.3.  Also, don't pretend that references aren't folded -- this
13804         hasn't worked for a while.
13805
13806 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13807
13808         * gnus-agent.el (gnus-agentize):
13809         gnus-agent-send-mail-real-function no longer set to current value
13810         of message-send-mail-function but rather a lambda that calls
13811         message-send-mail-function.  The change makes the agent real-time
13812         responsive to user changes to message-send-mail-function.
13813
13814 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13815
13816         * legacy-gnus-agent.el
13817         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13818         help from Florian Weimer <fw@deneb.enyo.de>
13819
13820 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13821
13822         * nnmail.el (nnmail-cache-insert): Revert last change.
13823
13824 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13825
13826         * nnmail.el (nnmail-cache-insert): Always check whether
13827         nnmail-cache-ignore-groups matches a group name.
13828
13829 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13830
13831         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13832         (spam-find-spam, spam-log-processing-to-registry)
13833         (spam-log-registered-p, spam-log-unregistration-needed-p)
13834         (spam-log-undo-registration): Use gnus-message instead of
13835         gnus-error, none of these errors are fatal.
13836
13837         * gnus-registry.el (gnus-registry-clean-empty-function)
13838         (gnus-registry-clean-empty): Remove only empty entries without
13839         extra data.
13840
13841 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13842
13843         * spam-stat.el (spam-stat-buffer-change-to-spam)
13844         (spam-stat-buffer-change-to-non-spam): Change (error) to
13845         (gnus-message 8) invocation.
13846
13847 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13848
13849         * nntp.el (nntp-via-netcat-command): New variable.
13850         (nntp-via-netcat-switches): New variable.
13851         (nntp-open-via-rlogin-and-netcat): New function.
13852         (nntp-open-connection-function): Doc fix.
13853         (nntp-telnet-command): Doc fix.
13854         (nntp-end-of-line): Doc fix.
13855         (nntp-via-rlogin-command): Doc fix.
13856         (nntp-via-user-name): Doc fix.
13857         (nntp-via-address): Doc fix.
13858
13859 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13860
13861         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13862         error in Emacs 21.1.
13863
13864 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13865
13866         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13867
13868 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13869
13870         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13871         (gnus-agent-with-refreshed-group): New macro.
13872         (gnus-agent-rename-group): New function.
13873         (gnus-agent-delete-group): New function.
13874         (gnus-agent-save-group-info): Use gnus-command-method when
13875         `method' parameter is nil.  Don't write nil entries into the
13876         active file.
13877         (gnus-agent-get-group-info): New function.
13878         (gnus-agent-fetch-articles): Use
13879         gnus-agent-update-files-total-fetched-for to increment disk space
13880         used.
13881         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13882         gnus-agent-update-view-total-fetched-for to increment disk space
13883         used.
13884         (gnus-agent-get-local): Added optional parameters to avoid calling
13885         gnus-group-real-name and gnus-find-method-for-group.
13886         (gnus-agent-set-local): Delete stored entry if either min, or max,
13887         are nil.
13888         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13889         quit, use gnus-agent-regenerate-group to record existance of any
13890         articles fetched to disk before the quit occurred.
13891         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13892         gnus-agent-update-view-total-fetched-for, and
13893         gnus-agent-update-files-total-fetched-for to decrement disk space
13894         used.
13895         (gnus-agent-retrieve-headers): Use
13896         gnus-agent-update-view-total-fetched-for to increment disk space
13897         used.
13898         (gnus-agent-regenerate-group): Replace gnus-group-update-group
13899         with gnus-agent-update-files-total-fetched-for to decrement disk
13900         space and fresh group buffer.
13901         (gnus-agent-inhibit-update-total-fetched-for): New variable.
13902         (gnus-agent-need-update-total-fetched-for): New variable.
13903         (gnus-agent-update-files-total-fetched-for): New function.
13904         (gnus-agent-update-view-total-fetched-for): New function.
13905         (gnus-agent-total-fetched-for): New function.
13906
13907         * gnus-cache.el (gnus-cache-save-buffers): Use
13908         gnus-cache-update-overview-total-fetched-for to change disk space
13909         used by this group.
13910         (gnus-cache-possibly-enter-article): Use
13911         gnus-cache-update-file-total-fetched-for to increment disk space
13912         used by this group.
13913         (gnus-cache-possibly-remove-article): Use
13914         gnus-cache-update-file-total-fetched-for to decrement disk space
13915         used by this group.
13916         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13917         (gnus-cache-rename-group): New function.
13918         (gnus-cache-delete-group): New function.
13919         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13920         (gnus-cache-need-update-total-fetched-for): New variable.
13921         (gnus-cache-with-refreshed-group): New macro.
13922         (gnus-cache-update-file-total-fetched-for): New function.
13923         (gnus-cache-update-overview-total-fetched-for): New function.
13924         (gnus-cache-rename-group-total-fetched-for): New function.
13925         (gnus-cache-delete-group-total-fetched-for): New function.
13926         (gnus-cache-total-fetched-for): New function.
13927
13928         * gnus-group.el: Require gnus-sum and autoload functions to
13929         resolve warnings when gnus-group.el compiled alone.
13930         (gnus-group-line-format): Documented new %F.
13931         (size of Fetched data) group line format; identifies disk space
13932         used by agent and cache.
13933         (gnus-group-line-format-alist): Defined new F format.
13934         (gnus-total-fetched-for): New function.
13935         (gnus-group-delete-group): No longer update
13936         gnus-cache-active-altered as gnus-request-delete-group now keeps
13937         the cache in sync.
13938         (gnus-group-list-active): Let the agent store a server's active
13939         list if currently plugged.
13940
13941         * gnus-int.el (gnus-request-delete-group):
13942         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13943         local disk in sync with the server.
13944         (gnus-request-rename-group):
13945         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13946         local disk in sync with the server.
13947
13948         * gnus-start.el (gnus-get-unread-articles):
13949         Cosmetic simplification to logic.
13950
13951         * gnus-util.el (gnus-rename-file): New function.
13952
13953 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
13954
13955         * mm-util.el (mm-image-load-path): Handle nil in load-path.
13956
13957 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
13958
13959         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13960         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
13961
13962 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
13963
13964         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13965         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
13966
13967 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
13968
13969         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
13970
13971 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
13972
13973         * spam.el (spam-set-difference): Add function to replace
13974         gnus-set-difference in spam.el.
13975         (spam-summary-prepare-exit): Use spam-set-difference.
13976
13977 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13978
13979         * gnus-registry.el (gnus-registry-cache-file): Update to use
13980         gnus-dribble-directory OR gnus-home-directory OR ~.
13981         (gnus-registry-split-fancy-with-parent): Fix doc.
13982
13983 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13984
13985         * message.el (message-exchange-point-and-mark): Use
13986         message-mark-active-p.  Suggested by Jesper Harder
13987         <harder@ifa.au.dk>.
13988
13989 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13990
13991         * message.el (message-exchange-point-and-mark): Don't activate
13992         region if it was inactive.  Suggested by Hiroshi Fujishima
13993         <pooh@nature.tsukuba.ac.jp>.
13994
13995 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13996
13997         * gnus-art.el (article-display-face): Display Faces in the same
13998         order as X-Faces.
13999
14000 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14001
14002         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14003
14004 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14005
14006         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14007         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14008         (gnus-article-mime-hierarchy): Remove.
14009         (gnus-article-mime-hierarchy-next): Remove.
14010         (gnus-article-mode): Revert 2004-03-19 change.
14011         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14012         (gnus-insert-mime-button): Revert 2004-03-19 change.
14013         (gnus-mime-accumulate-hierarchy): Remove.
14014         (gnus-mime-enter-multipart): Remove.
14015         (gnus-mime-leave-multipart): Remove.
14016         (gnus-mime-display-part): Revert 2004-03-19 change.
14017         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14018
14019         * mml.el (mml-preview): Revert 2004-03-19 change.
14020
14021 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14022
14023         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14024
14025 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14028         t while entering a file name using the mm-with-multibyte macro.
14029         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14030
14031         * mm-util.el (mm-with-multibyte): New macro.
14032
14033 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14036         user option.
14037         (gnus-mime-multipart-functions): Doc and customization fix.
14038         (gnus-article-mime-hierarchy): New variable.
14039         (gnus-article-mime-hierarchy-next): New variable.
14040         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14041         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14042         gnus-article-mime-hierarchy-next to nil.
14043         (gnus-insert-mime-button): Show hierarchy numbers.
14044         (gnus-mime-accumulate-hierarchy): New function.
14045         (gnus-mime-enter-multipart): New function.
14046         (gnus-mime-leave-multipart): New function.
14047         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14048         (gnus-mime-display-alternative): Show hierarchy numbers.
14049
14050         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14051         gnus-article-mime-hierarchy-next to nil.
14052
14053 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14054
14055         * dns.el: Don't require gnus-xmas.
14056
14057 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14058
14059         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14060         inline PGP.
14061         (mml-menu): Disable mml-quote-region if mark is inactive.
14062
14063 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14064
14065         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14066         when the group's active is not available.
14067
14068 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14069
14070         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14071         error.
14072
14073 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14074
14075         * imap.el (imap-store-password): New variable.
14076         (imap-interactive-login): Use it.
14077         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14078
14079 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14080
14081         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14082         window-start and hscroll to summary window.
14083
14084 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14085
14086         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14087         conversion message to newsrc-dribble when an actual conversion is
14088         performed.
14089
14090 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14091
14092         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14093
14094 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14095
14096         * mm-decode.el (mm-complicated-handles): New function reviving
14097         former definition of mm-multiple-handles.
14098
14099         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14100         (gnus-mime-delete-part): Use it.
14101
14102 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14103
14104         * gnus-agent.el (gnus-agent-read-local): Bind
14105         nnheader-file-coding-system to gnus-agent-file-coding-system to
14106         avoid the implicit assumption that they will always be equal.
14107         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14108         coding-system-for-write, as the with-temp-file macro first prints
14109         to a buffer then saves the buffer.
14110
14111 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14112
14113         * gnus-art.el (gnus-article-edit-part): New function.
14114         (gnus-mime-save-part-and-strip): Use it; do query instead of
14115         signaling an error; don't use mm-multiple-handles.
14116         (gnus-mime-delete-part): Ditto.
14117
14118 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14119
14120         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14121         old file versions.
14122         (gnus-group-prepare-hook): Removed function that converted list
14123         form of gnus-agent-expire-days to group properties.
14124
14125         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14126         (gnus-request-accept-article): Re-indented.
14127
14128         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14129         converters to handle old agent file formats.  Added logic for a
14130         "backup before upgrading warning".
14131         (gnus-convert-mark-converter-prompt): Developers can mark
14132         functions as needing (default), or not needing,
14133         gnus-convert-old-newsrc's "backup before upgrading warning".
14134         (gnus-convert-converter-needs-prompt): Tests whether the user
14135         should be protected from potentially irreversable changes by the
14136         function.
14137
14138         * legacy-gnus-agent.el: New.  Provides converters that are only
14139         loaded when gnus-convert-old-newsrc needs to call them.
14140
14141 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14142
14143         * mail-source.el (mail-source-touch-pop): Doc fix.
14144
14145         * message.el (message-smtpmail-send-it): Doc fix.
14146
14147 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14148
14149         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14150
14151         * nnmail.el (nnmail-split-fancy): do.
14152
14153         * gnus-kill.el (gnus-kill, gnus-execute): do.
14154
14155 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14156
14157         * gnus-sum.el (gnus-widget-reversible-match)
14158         (gnus-widget-reversible-to-internal)
14159         (gnus-widget-reversible-to-external): New functions.
14160         (gnus-widget-reversible): New widget.
14161         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14162
14163 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14164
14165         * gnus-sum.el (gnus-thread-sort-functions)
14166         (gnus-article-sort-functions): Document `(not F)' items.
14167
14168 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14169
14170         * spam.el (spam-use-gmane-xref): Add new backend.
14171         (spam-gmane-xref-spam-group): Add variable to control the name of the
14172         Gmane spam group.
14173         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14174         (spam-regex-headers-spam, spam-regex-headers-ham)
14175         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14176         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14177         backends and checks.
14178         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14179
14180         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14181         an autodetect method.
14182
14183 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14184
14185         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14186         articles are being added to a group.
14187         (gnus-request-replace-article): Inform the agent that articles
14188         need to be uncached as the cached contents are no longer valid.
14189
14190 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14191
14192         * binhex.el: Don't autoload executable-find.
14193
14194         * canlock.el: Don't autoload mail-fetch-field.
14195
14196         * dgnushack.el: Autoload c-mode for XEmacs.
14197
14198         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14199
14200         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14201         rmail-dont-reply-to and rmail-output.
14202
14203         * gnus-score.el: Don't autoload ffap-string-at-point.
14204
14205         * gnus-setup.el: Don't autoload sc-cite-original.
14206
14207         * imap.el: Don't autoload base64-decode-string,
14208         base64-encode-string and md5.
14209
14210         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14211         and rmail-msg-restore-non-pruned-header.
14212
14213         * mm-decode.el: Don't autoload executable-find.
14214
14215         * mm-url.el: Don't autoload executable-find.
14216
14217         * mm-view.el: Don't autoload diff-mode.
14218
14219         * nndb.el: Don't autoload news-reply-mode, news-setup,
14220         cancel-timer and telnet.
14221
14222         * password.el: Don't autoload run-at-time for Emacs.
14223
14224         * sha1-el.el: Don't autoload executable-find.
14225
14226         * sieve-mode.el: Don't autoload c-mode.
14227
14228         * uudecode.el: Don't autoload executable-find.
14229
14230 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14231
14232         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14233         (gnus-agent-possibly-alter-active): Avoid null in numeric
14234         comparison.
14235         (gnus-agent-set-local): Refuse to save null in local object table.
14236         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14237         list of articles that will be marked as unread.
14238
14239 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14240
14241         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14242
14243 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14244
14245         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14246         language tags.
14247
14248 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14249
14250         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14251         Don't bind "obarray".
14252
14253         * gnus-sum.el (gnus-thread-sort-functions): Added
14254         `gnus-thread-sort-by-most-recent-number' and
14255         `gnus-thread-sort-by-most-recent-date'.
14256         Reported by Kai Grossjohann <kai@emptydomain.de>.
14257
14258 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14259
14260         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14261
14262 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14263
14264         * gnus-cus.el (gnus-agent-customize-category): Removed
14265         ignore-errors macro reference that required cl to be loaded at
14266         run-time.
14267
14268         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14269         single-interval range of the form (min . max).  Previously the
14270         range had to look like ((min . max)).  Likewise, return
14271         (min . max) rather than ((min . max)).
14272         (gnus-range-map): Use gnus-range-normalize to accept
14273         single-interval range.
14274
14275         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14276         the cache, but not the agent, now appear with their usual face.
14277
14278         * dgnushack.el (loaddir): New variable that is bound to the
14279         directory containing the dgnushack.el file. Use loaddir, rather
14280         than srcdir, to update load-path. Change lets dgnushack compile
14281         code in directories other than GNUS/lisp.
14282
14283 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14284
14285         * lpath.el: Don't bind w3m-safe-url-regexp.
14286
14287         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14288         w3m-safe-url-regexp variable buffer-local.
14289
14290         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14291
14292 2004-02-27  Simon Josefsson  <jas@extundo.com>
14293
14294         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14295         gnus-group-real-prefix.
14296         (gnus-summary-move-article): Use it, instead of
14297         gnus-group-real-prefix.
14298
14299 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * lpath.el: Bind w3m-safe-url-regexp.
14302
14303         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14304         w3m-safe-url-regexp variable buffer-local and set it as the value
14305         of mm-w3m-safe-url-regexp.
14306
14307         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14308
14309         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14310         parsing gnus-posting-styles when the message is not for replying.
14311
14312         * dgnushack.el: Autoload sgml-mode for XEmacs.
14313
14314         * nnrss.el (nnrss-opml-export): Use
14315         mm-set-buffer-file-coding-system instead of
14316         set-buffer-file-coding-system.
14317
14318 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14319
14320         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14321         of checkdoc.el).
14322         * nnrss.el: do.
14323         * gnus-mlspl.el: do.
14324         * gnus-ml.el: do.
14325         * gnus-srvr.el: do.
14326
14327         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14328
14329 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14330
14331         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14332         Corrections to custom-manual links.
14333
14334         * gnus-art.el (gnus-article): Ditto.
14335
14336         * mm-decode.el (mime-display, mime-security): Ditto.
14337
14338 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14339
14340         * flow-fill.el: Typo.
14341
14342 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14343
14344         * spam-wash.el: New file.
14345
14346 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14347
14348         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14349
14350 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14351
14352         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14353         to be run with new-articles as LIST1, not LIST2.
14354         (spam-registration-functions): Add spam-use-ham-copy as a nil
14355         registration backend.
14356
14357 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14358
14359         * spam-stat.el (spam-stat-washing-hook): New option.
14360         (spam-stat-buffer-words): Use it.
14361         (spam-stat-process-directory, spam-stat-test-directory): Use
14362         insert-file-contents-literally.
14363         (spam-stat-coding-system): New variable.
14364         (spam-stat-load, spam-stat-save): Use it.
14365
14366 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14367
14368         * spam-report.el (spam-report-plug-agent): Quote
14369         spam-report-url-to-file and spam-report-url-ping-plain.
14370
14371 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14372
14373         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14374         / in mailto URLs.
14375
14376 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14377
14378         * spam-report.el (spam-report-process-queue): Fix interactive use.
14379         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14380         (spam-report-unplug-agent): Doc fixes.
14381         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14382         (spam-report-agentize, spam-report-deagentize): Autoload.
14383
14384 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14385
14386         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14387
14388         * message.el (message-setup-fill-variables): Add mml tags to
14389         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14390         <ajk@iu.edu>.
14391         (message-mode): Don't modify paragraph-separate there.
14392
14393 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14394
14395         * compface.el (uncompface-use-external): Default to undecided.
14396         (uncompface-use-external-threshold): New variable.
14397         (uncompface-float-time): New macro.
14398         (uncompface): Determine whether to use the external decoder if
14399         uncompface-use-external is undecided.
14400
14401 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14402
14403         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14404         after images.
14405
14406         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14407
14408 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14409
14410         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14411
14412         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14413
14414         * gnus-sum.el (gnus-summary-limit-to-age)
14415         (gnus-summary-limit-children): do.
14416
14417         * gnus-int.el (gnus-request-scan): do.
14418
14419         * gnus-group.el (gnus-group-suspend): do.
14420
14421         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14422
14423         * gnus-cite.el (gnus-cite-parse-attributions): do.
14424
14425         * gnus-agent.el (gnus-summary-set-agent-mark)
14426         (gnus-agent-regenerate-group): do.
14427
14428         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14429
14430         * binhex.el (binhex-decode-region-internal): do.
14431
14432 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14433
14434         * gnus-fun.el (gnus-face-properties-alist): New user option.
14435         (gnus-display-x-face-in-from): Use it.
14436
14437         * gnus-art.el (article-display-face): Ditto.
14438
14439         * compface.el (uncompface-use-external): Default to nil.
14440
14441 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14442
14443         * nntp.el (nntp-erase-buffer): New function.
14444         (nntp-retrieve-data, nntp-send-command)
14445         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14446         (nntp-possibly-change-group): Use it.
14447
14448         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14449         with-current-buffer.
14450
14451 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14452
14453         * compface.el: Merge the ELisp-based uncompface program.
14454         (compface): New customization group.
14455         (uncompface-use-external): New user option.
14456         (uncompface): Call uncompface-internal if uncompface-use-external
14457         is nil.
14458         (uncompface-internal): New function.  Note that there are also
14459         some other functions and variables added for this function.
14460
14461 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14462
14463         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14464         if necessary.
14465
14466 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14467
14468         * spam-report.el (spam-report-unplug-agent)
14469         (spam-report-plug-agent, spam-report-deagentize)
14470         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14471         Add support for the Agent in spam-report: when unplugged, report to a
14472         file; when plugged, submit all the requests.
14473
14474         * spam.el (spam-register-routine): Fix message about
14475         registration.
14476
14477 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14478
14479         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14480         dependencies.
14481         (rfc2047-encode): Use it.
14482
14483         * gnus-art.el (gnus-button-marker-list): Move before first
14484         reference.
14485
14486         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14487         (imap-parse-body): Fix format string mismatch.
14488
14489         * gnus-score.el (gnus-summary-increase-score): do.
14490
14491         * nnrss.el (nnrss-close): New function.
14492
14493 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14494
14495         * nnrss.el (nnrss-make-filename): New function.
14496         (nnrss-request-delete-group, nnrss-read-server-data)
14497         (nnrss-save-server-data, nnrss-read-group-data)
14498         (nnrss-save-group-data): Use it.
14499         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14500         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14501         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14502
14503 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14504
14505         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14506
14507 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14508
14509         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14510         files.
14511
14512         * message.el (message-generate-headers-first): Don't quote nil
14513         and t in docstrings.
14514
14515         * imap.el (imap-id): do.
14516
14517         * gnus-agent.el (gnus-agent-consider-all-articles)
14518         (gnus-agent-queue-mail): do.
14519
14520 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14521
14522         * spam-report.el (spam-report-process-queue): New function.
14523         Process requests from `spam-report-requests-file'.
14524         (spam-report-process-queue): Doc fix.
14525
14526 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14527
14528         * spam.el (spam-register-routine)
14529         (spam-log-processing-to-registry, spam-log-registered-p)
14530         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14531         Change "check" to "spam-check" for semi-clarity.
14532
14533 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14534
14535         * pop3.el: Require nnheader.
14536
14537         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14538
14539         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14540
14541         * gnus-picon.el: Require cl.
14542
14543         * gnus-fun.el: Require gnus-ems and gnus-util.
14544
14545         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14546
14547         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14548
14549         * gnus-art.el (gnus-article-edit-mode): Define before first
14550         reference.
14551
14552 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14553
14554         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14555         (gnus-uu-post-encoded): Use point-at-bol.
14556
14557         * gnus-topic.el (gnus-group-active-topic-p): do.
14558
14559         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14560
14561         * gnus-group.el (gnus-group-kill-region): do.
14562
14563         * gnus-art.el (article-date-ut): do.
14564
14565         * message.el (message-fetch-field): Remove redundant
14566         case-fold-search binding.
14567         (message-narrow-to-field): Simplify.
14568
14569 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14570
14571         * spam.el (spam-directory): Derive from `gnus-directory'.
14572
14573         * spam-report.el (spam-report-url-to-file)
14574         (spam-report-requests-file): New function and variable for offline
14575         reporting.
14576         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14577         and user defined function.
14578         (spam-report-url-ping-mm-url): Remove doubled slash.
14579
14580 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14581
14582         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14583
14584 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14585
14586         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14587         format string mismatch.
14588
14589         * sieve.el (sieve-deactivate-all): do.
14590
14591         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14592
14593         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14594
14595         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14596
14597         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14598
14599 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14600
14601         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14602         the list of checks.
14603
14604 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14605
14606         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14607         padding.
14608
14609 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14610
14611         * mm-view.el (mm-fill-flowed): New variable.
14612         (mm-inline-text): Use it.
14613
14614 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14615
14616         * spam.el (spam-spamassassin-register-ham-routine)
14617         (spam-spamassassin-register-spam-routine): Fix function names.
14618
14619 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14620
14621         * gnus.el (gnus-tmp-grouplens): Remove.
14622         (gnus-summary-line-format): Remove grouplens.
14623
14624         * gnus-group.el (gnus-group-line-format): Ditto.
14625
14626         * gnus-spec.el (gnus-format-specs): Ditto.
14627         (gnus-update-format-specifications): Flush the group format spec
14628         cache if there's the grouplens stuff.
14629         (gnus-parse-simple-format): Replace %l with the empty string.
14630
14631 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14632
14633         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14634         omission.
14635
14636 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14637
14638         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14639         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14640
14641 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14642
14643         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14644         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14645         New macros and functions.
14646         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14647         Handle > NLINK_MAX messages.
14648         * nnmaildir.el (nnmaildir-request-set-mark): Use
14649         nnmaildir--emlink-p and nnmaildir--eexist-p.
14650
14651 2004-01-25  Alex Schroeder  <alex@gnu.org>
14652
14653         * spam-stat.el (spam-stat-process-directory-age): New option.
14654         (spam-stat-process-directory): Use it.
14655
14656 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14657
14658         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14659         (spam-stat-save): Accept prefix argument.
14660
14661 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14662
14663         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14664         links" error.
14665
14666 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14667
14668         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14669         the rest of the and/or forms.
14670
14671 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14672
14673         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14674         compatibility with old .newsrc.eld files.
14675
14676         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14677
14678         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14679
14680         * gnus-start.el (gnus-1): do.
14681
14682         * gnus-group.el (gnus-group-line-format-alist): do.
14683
14684         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14685
14686         * gnus-gl.el: Remove.
14687
14688 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14689
14690         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14691         marks consisting of a single range {for example, (3 . 5)} rather
14692         than a list of a single range { ((3 . 5)) }.
14693
14694 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14695
14696         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14697         with-current-buffer.
14698         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14699         avoid consing a string.
14700
14701         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14702         Remove obsolete entries for big5 and gb2312.
14703
14704 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14705
14706         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14707         uncompressed list.
14708
14709 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14710
14711         * spam-stat.el (spam-stat-strip-xref): New function.
14712         (spam-stat-process-directory): Use it.
14713
14714         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14715         here -- it's done in message-fetch-field.
14716
14717 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14718
14719         * gnus-agent.el (gnus-agent-queue-mail)
14720         (gnus-agent-prompt-send-queue): New variables.
14721         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14722         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14723         "nndraft:queue" along to gnus-draft-send.  Use
14724         gnus-agent-prompt-send-queue.
14725         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14726         is "nndraft:queue".  Suggested by Gaute Strokkenes
14727         <gs234@srcf.ucam.org>
14728
14729         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14730         (agent-enable-undownloaded-faces): Added.
14731         (gnus-agent-cat-groups): Use eval-and-compile, not
14732         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14733         method of gnus-agent-cat-groups even when the buffer has been
14734         evaled.
14735         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14736         delete gnus-agent-save-active-1.
14737         (gnus-agent-save-groups): Deleted.  Identical to
14738         gnus-agent-save-active.
14739         (gnus-agent-write-active): No longer adjust agent's copy of active
14740         file as agent's adjustments are now stored in their own
14741         file.  Removed optional parameter.
14742         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14743         servers.  Add use of min/max range limits from server's local
14744         file.
14745         (gnus-agent-save-alist): Removed unused optional argument.
14746         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14747         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14748         (gnus-agent-set-local): A per-server file that keeps min/max range
14749         limits for articles known to the agent.  Provides a fast mechanism
14750         for altering many active ranges.
14751         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14752         active file (local makes it unnecessary).
14753         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14754
14755         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14756         (agent-enable-undownloaded-faces): Added.
14757
14758         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14759         disable it when sending to "nndraft:queue".
14760         (gnus-group-send-queue): Add safety check to avoid sending queue
14761         when unplugged.
14762
14763         * gnus-group.el (gnus-group-catchup): Use new
14764         gnus-sequence-of-unread-articles, not
14765         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14766         numbers of articles.  Use gnus-range-map to avoid having to
14767         uncompress the unread list.
14768         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14769         Fixed invalid ange-ftp reference.
14770
14771         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14772         (gnus-sorted-range-intersection): Intersection of two ranges
14773         without requiring that they first be uncompressed.
14774
14775         * gnus-start.el (gnus-activate-group): Unless blocked by the
14776         caller, possibly expand the active range to include both cached
14777         and agentized articles.
14778         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14779         multiple version-dependent converters.
14780         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14781         gnus-agent-save-active.
14782         (gnus-save-newsrc-file): Save dirty agent range limits.
14783
14784         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14785         gnus-agent-possibly-alter-active.
14786         (gnus-adjust-marked-articles): Faster handling of simple lists.
14787
14788 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14789
14790         * spam-stat.el (spam-stat-test-directory): New optional argument
14791         displays a list of files detected.  Suggested by Andrew Cohen
14792         <cohen@andy.bu.edu>.
14793         (spam-stat-buffer-words-with-scores): Don't narrow and change
14794         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14795
14796 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14797
14798         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14799         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14800         (spam-spamassassin-arguments)
14801         (spam-spamassassin-spam-flag-header)
14802         (spam-spamassassin-positive-spam-flag-header)
14803         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14804         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14805         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14806         (spam-list-of-processors, spam-list-of-checks)
14807         (spam-list-of-statistical-checks, spam-registration-functions)
14808         (spam-check-spamassassin-headers, spam-check-spamassassin)
14809         (spam-spamassassin-score)
14810         (spam-spamassassin-register-with-sa-learn)
14811         (spam-spamassassin-register-spam-routine)
14812         (spam-spamassassin-register-ham-routine)
14813         (spam-assassin-register-spam-routine)
14814         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14815         (spam-bogofilter-score): Fix to show article before scoring.
14816
14817 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14818
14819         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14820         default scoring function.
14821         (spam-generic-score): Call spam-spamassassin-score if
14822         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14823         spam-bogofilter-score otherwise.
14824
14825         * gnus.el (spam-process, spam-autodetect-methods): Add
14826         spamassassin and spamassassin-headers.
14827
14828 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14829
14830         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14831         Suppress unnecessary messages.
14832
14833 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14834
14835         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14836         make-hash-table.
14837
14838 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14839
14840         * canlock.el (base64-encode-string): Don't autoload it.
14841
14842 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14843
14844         * run-at-time.el: Remove useless (require 'itimer),
14845         eval-and-compile and (featurep 'xemacs).
14846
14847 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14848
14849         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14850         GROUP is a virtual group.
14851
14852 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14853
14854         * gnus.el: Autoload `message-y-or-n-p'.
14855
14856 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14857
14858         * pgg-parse.el: Remove unnecessary (require 'custom).
14859
14860         * pgg-def.el: do.
14861
14862         * nnmail.el: do.
14863
14864         * gnus-undo.el: do.
14865
14866         * gnus-picon.el: do.
14867
14868         * gnus-util.el: do.
14869
14870 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14871
14872         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14873
14874 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14875
14876         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14877         handle, as well as a list.
14878
14879         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14880         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14881         (mm-w3m-cid-retrieve): Simplify.
14882
14883 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
14884
14885         * message.el (message-kill-to-signature): Allow prefix arg to
14886         specify number of lines to keep before signature.
14887
14888 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
14889
14890         * message.el (message-kill-to-signature): Change docstring.
14891
14892 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14893
14894         * canlock.el: Always require sha1-el.
14895         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14896
14897         * message.el: Autoload sha1 only when compiling.
14898
14899         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
14900         eudc-expand-inline for XEmacs.
14901
14902 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14903
14904         * message.el (message-canlock-generate): Require sha1-el.
14905
14906 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
14907
14908         * message.el (message-expand-name): Silence the byte compiler.
14909
14910         * lpath.el: Add detect-coding-system.
14911
14912         * dgnushack.el (dgnushack-compile): Remove obsolete check for
14913         cus-edit.
14914
14915 2004-01-13  Simon Josefsson  <jas@extundo.com>
14916
14917         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14918         Invoke gnus-score-mode.  Reported by
14919         bojohan+news@dd.chalmers.se (Johan Bockgård).
14920
14921         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14922         Jim Blandy <jimb@redhat.com> (tiny change).
14923
14924 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14925
14926         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14927
14928 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
14929
14930         * spam.el (spam-get-article-as-string): Update to use
14931         gnus-request-article-this-buffer, much simpler.
14932         (spam-get-article-as-buffer): Remove.
14933
14934 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
14935
14936         * message.el (message-expand-name): Use EUDC if the user uses that.
14937
14938 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14939
14940         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14941         character for the encoding to avoid consing a string.
14942
14943         * rfc2047.el (rfc2047-decode-string): Don't cons a string
14944         unnecessarily.
14945
14946         * mm-util.el (mm-replace-chars-in-string): Remove.
14947
14948         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14949         of mm-replace-chars-in-string.
14950
14951 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
14952
14953         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14954
14955         * mm-util.el (mm-subst-char-in-string): Support inplace.
14956
14957         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14958         a new string in every iteration.  Use shy groups.
14959
14960 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
14961
14962         * gnus-srvr.el (gnus-browse-unsubscribe-group):
14963         * gnus-soup.el (gnus-soup-group-brew):
14964         * gnus-msg.el (gnus-put-message):
14965         * gnus-move.el (gnus-group-move-group-to-server):
14966         * gnus-kill.el (gnus-batch-score):
14967         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14968         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14969         (gnus-group-update-group, gnus-group-read-group)
14970         (gnus-group-make-group, gnus-group-make-help-group)
14971         (gnus-group-make-archive-group, gnus-group-make-directory-group)
14972         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
14973         (gnus-group-sort-by-unread, gnus-group-catchup)
14974         (gnus-group-unsubscribe-group, gnus-group-kill-group)
14975         (gnus-group-yank-group, gnus-group-set-info)
14976         (gnus-group-list-groups):
14977         * gnus.el (gnus-generate-new-group-name):
14978         * gnus-delay.el (gnus-delay-send-queue):
14979         * nnvirtual.el (nnvirtual-catchup-group):
14980         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
14981         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
14982         (gnus-group-prepare-topics, gnus-topic-check-topology):
14983         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14984         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14985         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
14986         (gnus-group-make-articles-read):
14987         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14988         (gnus-group-change-level, gnus-kill-newsgroup)
14989         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
14990         (gnus-get-unread-articles, gnus-make-articles-unread)
14991         (gnus-make-ascending-articles-unread): Use accessor
14992         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
14993         to get group information for improved readability.
14994
14995
14996 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14997
14998         * gnus-art.el (article-decode-mime-words, article-babel)
14999         (gnus-article-highlight-signature, gnus-article-add-buttons)
15000         (gnus-signature-toggle): Use gnus-with-article-buffer.
15001
15002         * gnus-art.el (gnus-article-highlight-headers)
15003         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15004
15005         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15006         (gnus-article-set-globals, gnus-request-article-this-buffer)
15007         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15008         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15009         (gnus-mime-display-alternative): Use with-current-buffer.
15010
15011 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15012
15013         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15014         also under 80 char limit, and call gnus-error if needed.
15015         (spam-fetch-article-header): Fix - it was a
15016         buffer-local variable (gnus-newsgroup-data).
15017         (spam-find-spam): Use spam-generate-fake-headers, forget about
15018         spam-insert-fake-headers.
15019         (spam-insert-fake-headers): Remove.
15020
15021 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15022
15023         * deuglify.el (gnus-article-outlook-unwrap-lines)
15024         (gnus-outlook-rearrange-article)
15025         (gnus-outlook-repair-attribution-outlook)
15026         (gnus-outlook-repair-attribution-block)
15027         (gnus-outlook-repair-attribution-other): Remove redundant
15028         save-excursion.
15029
15030 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15031
15032         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15033         (spam-fetch-field-subject-fast)
15034         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15035         (spam-fetch-article-header): Add functions to deal with Gnus
15036         internals for fast retrieval of article header data.
15037         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15038
15039 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15040
15041         * pop3.el (pop3-md5): Remove.
15042         (pop3-apop): Replace pop3-md5 with md5.
15043
15044         * mm-bodies.el: base64 is always built-in.
15045
15046         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15047         with-current-buffer.
15048
15049 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15050
15051         * canlock.el (canlock-insert-header): Remove excessive grouping in
15052         regexp.
15053
15054         * gnus-sum.el (gnus-summary-read-document): Ditto.
15055
15056         * gnus-uu.el (gnus-uu-part-number): Ditto.
15057
15058         * html2text.el (html2text-remove-tags): Ditto.
15059         (html2text-format-tags): Ditto.
15060         (html2text-format-single-elements): Ditto.
15061
15062         * mml.el (mml-parse-1): Ditto.
15063
15064 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15065
15066         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15067
15068         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15069
15070         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15071
15072         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15073
15074 2003-11-15  Simon Josefsson  <jas@extundo.com>
15075
15076         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15077         (pgg-gpg-lookup-key): Use regexp match instead of
15078         split-string (split-string is different between emacs 21.2 and
15079         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15080
15081 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15082
15083         * gnus-art.el (gnus-mime-view-all-parts)
15084         (gnus-article-part-wrapper, gnus-article-view-part): Use
15085         with-current-buffer.
15086
15087 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15088
15089         * spam.el (spam-disable-spam-split-during-ham-respool)
15090         (spam-spamoracle-database, spam-cache-lookups)
15091         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15092         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15093         (spam-group-ham-marks, spam-group-spam-marks)
15094         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15095         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15096         also add spam-use-blackholes to the statistical checks.
15097         (spam-fetch-field-fast): Add interface to fetching fields, may
15098         become a macro.
15099         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15100         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15101         (spam-insert-fake-headers): Fake an article when needed.
15102         (spam-find-spam): Fake article when possible.
15103         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15104         (spam-check-bogofilter-headers): Use message-fetch-field instead
15105         of nnmail-fetch-field.
15106
15107 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15108
15109         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15110
15111 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15112
15113         * spam.el (spam-split): Do not require spam-use-CHECK to be
15114         enabled if that check is passed to spam-split explicitly; also
15115         fix so 'spam doesn't get converted to spam-split-group when
15116         spam-split-symbolic-return is t.
15117         (spam-find-spam): Find registrations of the article and use those
15118         instead of re-running spam-split to find the spam/ham
15119         classification of the article.
15120         (spam-log-processing-to-registry, spam-log-registered-p)
15121         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15122         Use gnus-error instead of gnus-message.
15123         (spam-log-registration-type): Add function to determine the
15124         classification of a message based on registry entries; will
15125         return nil if both 'spam and 'ham are found.
15126         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15127         a reasonably fast local cache without the loading errors.
15128         (spam-cache-lookups): Set to t by default.
15129         (spam-find-spam): Don't try to guess spam-cache-lookups.
15130         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15131         spam-caches entry.
15132         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15133         caching of whitelist/blacklist entries.
15134         (spam-check-whitelist, spam-check-blacklist): Invoke
15135         spam-from-listed-p with a type, not a cache variable.
15136         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15137
15138 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15139
15140         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15141
15142         * nnmail.el (nnmail-split-fancy): do.
15143
15144         * mml.el (mml-parse): do.
15145
15146         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15147         (gnus-score-adaptive): do.
15148
15149 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15150
15151         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15152         (gnus-mime-button-map): Don't set keymap parent.
15153         (gnus-button-ctan-directory-regexp): Use shy grouping.
15154         (gnus-prev-page-map): Don't set keymap parent.
15155         (gnus-prev-page-map): Remove duplicated one.
15156         (gnus-next-page-map): Don't set keymap parent.
15157         (gnus-mime-security-button-map): Ditto.
15158
15159         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15160         version number.
15161
15162         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15163
15164 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * canlock.el (canlock-sha1-function): Remove.
15167         (canlock-sha1-function-for-verify): Remove.
15168         (canlock-openssl-program): Remove.
15169         (canlock-openssl-args): Remove.
15170         (canlock-ignore-errors): Remove.
15171         (canlock-sha1-with-openssl): Remove.
15172         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15173         (canlock-verify): Don't use canlock-ignore-errors.
15174
15175         * sha1-el.el (sha1-string-external): Make it can return a string
15176         in binary form.
15177         (sha1-region-external): Ditto.
15178         (sha1-string-internal): Ditto.
15179         (sha1-region-internal): Ditto.
15180         (sha1-region): Ditto.
15181         (sha1-string): Ditto.
15182         (sha1): Ditto.
15183
15184 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15185
15186         * spam.el (spam-report-articles-gmane): New command.
15187
15188 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15189
15190         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15191
15192         * run-at-time.el (run-at-time-saved): Remove.
15193         (run-at-time): Doc fix.
15194
15195 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15196
15197         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15198         (gnus-summary-limit-map): Add it.
15199         (gnus-summary-make-menu-bar): do.
15200
15201 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15202
15203         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15204         Make attempt at some caching support (done for BBDB only now).
15205         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15206         addresses to be checked.
15207         (spam-clear-cache-BBDB): Add function, to be invoked by
15208         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15209         (spam-check-BBDB): Check and use the caches, if
15210         spam-cache-lookups is on, remove superfluous (provide).
15211
15212 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15213
15214         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15215
15216 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15217
15218         * run-at-time.el (run-at-time-saved): Move to after the definition
15219         of `run-at-time'.
15220
15221         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15222
15223 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15224
15225         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15226         mm-w3m-local-map-property.
15227
15228         * mm-view.el (mm-w3m-mode-map): Remove.
15229         (mm-w3m-local-map-property): Remove.
15230         (mm-inline-text-html-render-with-w3m): Don't use
15231         mm-w3m-local-map-property.
15232
15233 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15234
15235         * run-at-time.el: New file.
15236
15237         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15238         under Emacs.
15239
15240         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15241         of gnus-set-text-properties.
15242
15243         * gnus-uu.el (gnus-uu-save-article): Ditto.
15244
15245         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15246
15247         * gnus-cite.el (gnus-cite-parse): Ditto.
15248
15249         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15250         of gnus-.
15251
15252         * gnus-xmas.el (run-at-time): Require run-at-time.
15253
15254         * gnus.el: Changed calls to nnheader-run-at-time and
15255         password-run-at-time throughout to use run-at-time directly.
15256
15257         * password.el: Removed definition of run-at-time.
15258
15259         * nnheaderxm.el: Remove definition of run-at-time.
15260
15261 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15262
15263         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15264         in prompt.
15265
15266 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15267
15268         * messagexmas.el (message-xmas-redefine): Alias
15269         `message-make-caesar-translation-table' to
15270         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15271         version.
15272
15273         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15274         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15275         `gnus-xmas-set-text-properties'.
15276         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15277         `gnus-xmas-completing-read'.
15278         (gnus-xmas-completing-read): Removed.
15279         (gnus-xmas-open-network-stream): Removed.
15280
15281         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15282         XEmacs version.
15283
15284         * dns.el (dns-make-network-process): Use `open-network-stream'
15285         instead of `gnus-xmas-open-network-stream'.
15286
15287         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15288
15289         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15290
15291 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15292
15293         * gnus-art.el (gnus-mime-display-alternative)
15294         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15295         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15296         Don't use gnus-local-map-property.
15297
15298         * gnus-util.el (gnus-local-map-property): Remove.
15299
15300         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15301         gnus-completing-read-maybe-default with completing-read.
15302
15303         * gnus-util.el (gnus-completing-read): do.
15304         (gnus-completing-read-maybe-default): Remove.
15305
15306 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15307
15308         * password.el: Only autoload `run-at-time' if not XEmacs.
15309         Only autoload the itimer functions if XEmacs.
15310
15311 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15312
15313         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15314         XEmacsen.
15315
15316         * dgnushack.el: Autoload executable-find for XEmacs.
15317
15318 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15319
15320         * gnus-art.el (gnus-read-string): Remove.
15321         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15322         read-string.
15323
15324 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15325
15326         * netrc.el: Autoload password-read.
15327         (netrc): Add configuration group.
15328         (netrc-encoding-method, netrc-openssl-path): Add
15329         variables for encoding and decoding of files with symmetric
15330         ciphers.
15331         (netrc-encode): Add assistant function to encode a file with
15332         netrc-encoding-method.
15333         (netrc-parse): Add interactive parameter, added optional
15334         decoding if netrc-encoding-method is non-nil but otherwise
15335         behavior is standard.
15336         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15337         Do s/encode/encrypt/ everywhere.
15338
15339         * spam.el: Remove executable-find autoload.
15340
15341 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15342
15343         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15344
15345         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15346
15347 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15348
15349         * gnus-art.el (gnus-treat-ansi-sequences)
15350         (article-treat-ansi-sequences): New variable and function.
15351         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15352
15353         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15354         Use it.
15355
15356 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15357
15358         * mm-util.el (mm-quote-arg): Remove.
15359
15360         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15361         shell-quote-argument.
15362
15363         * gnus-uu.el (gnus-uu-command): do.
15364
15365         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15366
15367         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15368         with make-char.
15369
15370         * mm-util.el (mm-make-char): Remove.
15371
15372         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15373         add-minor-mode.
15374
15375         * gnus-undo.el (gnus-undo-mode): do.
15376
15377         * gnus-topic.el (gnus-topic-mode): do.
15378
15379         * gnus-sum.el (gnus-dead-summary-mode): do.
15380
15381         * gnus-start.el (gnus-slave-mode): do.
15382
15383         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15384
15385         * gnus-ml.el (gnus-mailing-list-mode): do.
15386
15387         * gnus-gl.el (gnus-grouplens-mode): do.
15388
15389         * gnus-draft.el (gnus-draft-mode): do.
15390
15391         * gnus-dired.el (gnus-dired-mode): do.
15392
15393         * gnus-ems.el (gnus-add-minor-mode): Remove.
15394
15395         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15396         Replace gnus-char-width with char-width.
15397
15398         * gnus-ems.el (gnus-char-width): Remove.
15399
15400         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15401         Replace gnus-char-width with char-width.
15402
15403         * gnus-ems.el (gnus-char-width): Remove.
15404
15405         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15406         definition.
15407         Remove Emacs 20 hash table compatibility code.
15408
15409         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15410         20 compatibility code.
15411
15412         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15413
15414         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15415
15416         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15417         with point-at-{eol,bol}.
15418
15419         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15420
15421         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15422
15423         * flow-fill.el (fill-flowed-point-at-bol)
15424         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15425
15426         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15427         Replace with point-at-{eol,bol} throughout all files.
15428
15429 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15430
15431         * ntlm.el (ntlm-string-as-unibyte): New macro.
15432         (ntlm-build-auth-response): Use it.
15433
15434         Remove Emacs 20 stuff:
15435         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15436         (butlast, mapc, remove): Remove the compiler macros.
15437         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15438         of delq and copy-sequence.
15439         * gnus-art.el (popup-menu): Remove the compiler macro.
15440         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15441         Emacs 20.
15442
15443 2004-01-05  Simon Josefsson  <jas@extundo.com>
15444
15445         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15446         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15447         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15448         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15449         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15450         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15451         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15452         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15453         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15454         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15455         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15456         string-xor into ntlm-string-xor.  Suggested by
15457         Jesper Harder <harder@myrealbox.com>.
15458
15459         * ntlm.el: Don't include poem.
15460
15461         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15462         Jesper Harder <harder@myrealbox.com>.
15463
15464         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15465
15466         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15467         probably breaks emacs with DL patch, but do we care? Is anyone
15468         still using the DL stuff?)
15469
15470         * sieve-manage.el: Use the password package.
15471         (sieve-manage-read-passwd): Remove.
15472         (sieve-manage-interactive-login): Use password.  Re-add
15473         condition-case around loop.
15474
15475         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15476         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15477         the password package.
15478
15479 2003-02-19  Simon Josefsson  <jas@extundo.com>
15480
15481         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15482         token.
15483
15484 2002-08-07  Simon Josefsson  <jas@extundo.com>
15485
15486         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15487         (sieve-manage-authenticators):
15488         (sieve-manage-authenticator-alist): Add some SASL mechs.
15489         (sieve-sasl-auth): New function.
15490         (sieve-manage-cram-md5-auth):
15491         (sieve-manage-plain-auth): Rewrite using SASL library.
15492         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15493         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15494         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15495         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15496
15497 2004-01-05  Simon Josefsson  <jas@extundo.com>
15498
15499         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15500         New files.
15501
15502 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15503
15504         * gnus-group.el (gnus-no-groups-message): Update.
15505
15506         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15507
15508 2003-11-09  Simon Josefsson  <jas@extundo.com>
15509
15510         * imap.el: Support for ID IMAP extension (RFC 2971).
15511         (imap-local-variables): Add imap-id.
15512         (imap-id): New variable.
15513         (imap-id): New function.
15514         (imap-parse-response): Parse untagged ID response.
15515         * nnimap.el (nnimap-id): New variable.
15516         (nnimap-open-connection): Use it.
15517
15518 2003-12-28  Simon Josefsson  <jas@extundo.com>
15519
15520         * gnus-score.el (gnus-score-edit-all-score): New.
15521         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15522
15523 2004-01-04  Simon Josefsson  <jas@extundo.com>
15524
15525         * password.el: Add.
15526
15527 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15528
15529         * dns.el (dns-query-types): Fix typo.
15530         (dns-query-types): New function.
15531         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15532         PTR and SOA replies, see RFC 1035.
15533
15534 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15535
15536         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15537
15538         * Moved to Changelog.2.
15539
15540 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15541
15542         * gnus.el (gnus-version-number): Bump version.
15543
15544 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15545
15546         * gnus.el: No Gnus v0.1 is released.
15547
15548 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15549
15550         * gnus.el: No Gnus v0.0 is released.
15551
15552 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15553
15554         * gnus.el (gnus-version-number): Bump.
15555         (gnus-version): No.
15556
15557 See ChangeLog.2 for earlier changes.
15558
15559     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15560       Free Software Foundation, Inc.
15561
15562   This file is part of GNU Emacs.
15563
15564   GNU Emacs is free software: you can redistribute it and/or modify
15565   it under the terms of the GNU General Public License as published by
15566   the Free Software Foundation, either version 3 of the License, or
15567   (at your option) any later version.
15568
15569   GNU Emacs is distributed in the hope that it will be useful,
15570   but WITHOUT ANY WARRANTY; without even the implied warranty of
15571   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15572   GNU General Public License for more details.
15573
15574   You should have received a copy of the GNU General Public License
15575   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15576
15577 ;; Local Variables:
15578 ;; coding: utf-8
15579 ;; fill-column: 79
15580 ;; add-log-time-zone-rule: t
15581 ;; End:
15582
15583 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4