lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind header-line-format...
[gnus] / lisp / ChangeLog
1 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4         header-line-format for XEmacs 21.4.
5
6         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
7         * gnus.el (gnus-valid-select-methods)
8         * message.el (message-send-mail-partially-limit)
9         * mm-decode.el (mm-text-html-renderer)
10         * mml.el (mml-insert-mime-headers-always)
11         * smiley.el (smiley-regexp-alist): Bump custom version.
12
13 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14
15         * gnus-html.el: require mm-url.
16
17 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18
19         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
20         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
21         bindings, as they aren't useful at all. `w' is moved to `W w'.
22
23         * gnus-move.el: Removed file, since it doesn't really work.
24
25         * gnus-html.el (gnus-article-html): Tell w3m that the input is
26         UTF-8. This seems to fix problems with some German web feeds.
27
28         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
29         at the top so that the proper colours are applied.
30
31         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
32         don't have dots in their names.
33
34         * gnus-art.el (gnus-article-view-part): Doc fix.
35
36         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
37         XEmacs-compatible.
38         (gnus-html-put-image): Don't do images on non-graphic displays.
39
40         * nnslashdot.el: Removed this unused backend.
41
42         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
43         actions.
44         (gnus-undo-register-1): Revert last change.
45
46         * gnus-group.el (gnus-group-completing-read): Protect against not
47         having completion-styles bound.
48
49         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
50         make broken recipients happier.
51
52         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
53
54         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
55         point parameter.
56
57         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
58
59         * gnus-group.el (gnus-group-completing-read): Add 'substring to
60         completion-styles for group selection.
61
62 2009-02-04  Andreas Schwab  <schwab@suse.de>
63
64         * gnus-score.el (gnus-score-string): Fix regex for matching extra
65         headers and regexp-quote the match if necessary.
66
67 2009-03-24  Miles Bader  <miles@gnu.org>
68
69         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
70         the blinking smiley.
71
72 2009-03-24  Simon Josefsson  <simon@josefsson.org>
73
74         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
75         blink smiley.
76
77 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
78
79         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
80         where the dribbel file lives exists.
81
82         * message.el (message-send-mail-partially-limit): Change the default to
83         nil, since most people don't want this.
84
85         * mm-url.el (mm-url-decode-entities): Also decode entities like
86         &#x3212.
87
88 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
89
90         * gnus-sum.el (gnus-summary-idna-message):
91         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
92         Hyperlink urls in docstrings with URL `...'.
93
94 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
95
96         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
97         functions.
98
99 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
100
101         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
102         say what the mouseover text should be.
103
104         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
105         version of the mm-w3m-safe-url-regexp variable to only download images
106         in the groups where we want that to happen.
107
108         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
109
110         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
111         easier debugging.
112         (gnus-article-beginning-of-window): Add kludge to allow spacing past
113         big pictures in the article buffer.
114
115         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
116         gnus-article-html.
117         (mm-text-html-renderer): gnus-article-html needs curl in addition to
118         w3m.
119
120         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
121
122 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
123
124         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
125         which doesn't exist.
126
127         * message.el (message-inhibit-ecomplete): New variable to allow some
128         function to inhibit ecomplete address storage.
129         (message-resend): Disable ecomplete message storage when resending
130         messages.
131
132         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
133
134 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
135
136         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
137         Save excursion while copying, moving, and deleting articles in order to
138         prevent the cursor from jumping to unforeseen place.
139
140 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
141
142         * lpath.el: No need to bind bookmark-current-buffer,
143         bookmark-yank-point and bookmark-make-record-function.
144
145 2010-08-17  Glenn Morris  <rgm@gnu.org>
146
147         * gnus-sync.el: Require gnus components whose functions are used.
148
149         * gnus-art.el (bookmark-make-record-function):
150         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
151         Declare for compiler.
152
153         * mm-url.el (mml-compute-boundary): Autoload.
154
155 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
156
157         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
158
159 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
160
161         Typo fix "hoo4a" -> "hook".
162
163         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
164
165 2010-08-14  Glenn Morris  <rgm@gnu.org>
166
167         * gnus-sync.el (gnus-sync): Fix defgroup version.
168
169 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
170
171         Doc fixes and keep unknown groups (ammended for nunion bug fix).
172
173         * gnus-sync.el: Fix docs.
174         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
175         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
176
177 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
178
179         Optimizations for gnus-sync.el.
180
181         * gnus-sync.el: Add docs about gnus-sync-backend
182         possibilities.
183         (gnus-sync-save): Remove unnecessary message.
184         (gnus-sync-read): Optimize and show what groups were skipped.
185
186 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
187
188         Minor bug fixes for gnus-sync.el.
189
190         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
191         read the sync on get-new-news.
192
193         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
194         quiet.
195
196         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
197
198 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
199
200         Make saving and restoring of hidden threads work with overlays.
201         Patch applied by Ted Zlatanov.
202
203         * gnus-sum.el (gnus-hidden-threads-configuration)
204         (gnus-restore-hidden-threads-configuration): Update to deal with text
205         properties, rather than searching for a magic character.
206
207 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
208
209         New gnus-sync.el library for synchronization of marks.
210
211         * gnus-sync.el: New library for synchronization of marks.
212
213         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
214         renamed from `gnus-registry-grep-in-list'.
215
216         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
217
218         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
219
220 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
221
222         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
223         determining charset of text fails.
224
225 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
226
227         * nnmail.el (nnmail-get-new-mail-1): Revert.
228
229         * nnml.el (nnml-active-number): Make sure names of newly created groups
230         in nnml-group-alist are encoded.
231
232 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
233
234         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
235         containing non-ASCII characters in active file for nnml back end.
236
237 2010-07-24  David Engster  <dengste@eml.cc>
238
239         * mml-smime.el (mml-smime-epg-verify): Also accept the older
240         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
241
242 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
243
244         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
245         tag (Bug#6654).
246
247 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
248
249         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
250         the article buffer, not the summary buffer.
251
252 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
253
254         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
255         Emacs 23 as well.
256
257 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
258
259         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
260         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
261
262 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
263
264         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
265         Patch applied by Karl Fogel.
266
267         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
268         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
269
270 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
271
272         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
273         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
274         C-w still not working correctly from Article buffers; Thierry's
275         patch to fix that will be applied after this.
276
277         * gnus-art.el (bookmark-make-record-function): New local variable.
278
279         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
280         article buffer.
281         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
282
283 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
284
285         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
286         on changes in bookmark.el.
287
288 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
289
290         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
291         `no-log' instead of message not to log prompt string.
292
293 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
294
295         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
296         the *other* type of HTML form submission.
297
298 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
299
300         * auth-source.el (auth-source-pick): If choice does not contain a
301         questioned keyword, set the check to t.
302
303 2010-06-12  Romain Francoise  <romain@orebokech.com>
304
305         * gnus-util.el (gnus-date-get-time): Move up before first use.
306
307 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
308
309         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
310         (gnus-article-edit-part): Bind it to make last part that is substituted
311         or deleted visible.
312         (gnus-mime-display-single): Buttonize part of which id equals to
313         gnus-mime-buttonized-part-id.
314
315 2010-06-10  Dan Christensen  <jdc@uwo.ca>
316
317         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
318         (gnus-dd-mmm): Use gnus-date-get-time.
319         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
320         simplify logic.
321         (gnus-summary-limit-to-age): Use gnus-date-get-time.
322         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
323
324 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
325
326         * auth-source.el (top): Autoload `secrets-list-collections',
327         `secrets-create-item', `secrets-delete-item'.
328         (auth-sources): Fix tag string.
329         (auth-get-source, auth-source-retrieve, auth-source-create)
330         (auth-source-delete): New defuns.
331         (auth-source-pick): Rewrite in order to avoid 2 passes.
332         (auth-source-forget-user-or-password): New parameter USERNAME.
333         (auth-source-user-or-password): New parameters CREATE-MISSING and
334         DELETE-EXISTING.  Retrieve password interactively, if needed.
335
336 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
337
338         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
339         deleting unused directories when gnus-expert-user is t.
340
341 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
342
343         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
344         for each temp file when gnus-article-browse-delete-temp is ask.
345
346 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
347
348         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
349         Lisp calls to delete-backward-char by calls to delete-char.
350
351 2010-05-20  Kevin Ryde  <user42@zip.com.au>
352
353         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
354
355 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
356
357         * password-cache.el (password-cache-remove): Fix docstring.
358
359 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
360
361         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
362         article unless decoding article to be saved.
363
364 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
365
366         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
367         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
368         generated within the mm-with-unibyte-current-buffer macro.
369
370 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
371
372         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
373         to nil when we're in a mml-preview buffer and no group is selected.
374
375 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
376
377         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
378         when catching the `C-g'.  Reported by "Leo".
379
380 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
381
382         * message.el (message-forward-make-body-plain)
383         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
384         multibyte-string-p.
385
386         * lpath.el: Revert.
387
388 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
389
390         * message.el (message-forward-make-body-mml): Assume original message
391         is multibyte string; error on unibyte.
392         (message-forward-make-body-plain): Ditto; don't add excessive newline
393         in body end.
394
395         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
396
397 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
398
399         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
400         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
401
402 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
403
404         * mm-extern.el (mm-extern-url): Don't use
405         mm-with-unibyte-current-buffer.
406         (mm-extern-cache-contents): Use with-current-buffer instead of
407         save-excursion + set-buffer.
408
409 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
410
411         * mm-util.el (mm-emacs-mule): Remove.
412
413 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
414
415         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
416         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
417         change.
418
419 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
420
421         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
422         bind the default value of enable-multibyte-characters to nil.
423
424 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
425
426         * message.el (message-forward-make-body-plain)
427         (message-forward-make-body-mml):
428         Don't use mm-with-unibyte-current-buffer.
429
430 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
431
432         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
433
434 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
435
436         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
437         (Bug#5592).
438
439 2010-05-07  Julien Danjou  <julien@danjou.info>
440
441         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
442         it to mm-pipe-part.
443
444         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
445         it is given.
446
447 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
448
449         * binhex.el (binhex-decode-region-internal)
450         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
451         (dns-query)
452         * nnweb.el (nnweb-gmane-search)
453         * pgg-parse.el (pgg-parse-armor)
454         * pgg.el (pgg-verify-region)
455         * sha1.el (sha1-string-external)
456         * uudecode.el (uudecode-decode-region-internal)
457         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
458         XEmacs.
459
460         * gnus-art.el (gnus-article-browse-html-parts)
461         * gnus-group.el (gnus-read-ephemeral-gmane-group)
462         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
463         make-temp-file.
464
465         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
466         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
467         compiling.
468
469         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
470         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
471         XEmacs when compiling.
472
473         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
474         gnus-pick-mode-off-hook for XEmacs when compiling.
475         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
476         gnus-binary-mode-off-hook for XEmacs when compiling.
477
478         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
479         nil if char-charset is not available.
480
481         * imap.el (imap-disable-multibyte)
482         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
483         macros.
484
485         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
486         instead of encode-coding-string.
487
488         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
489         'xemacs) instead of mm-emacs-mule to switch function definitions.
490         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
491
492         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
493         bind temporary-file-directory for XEmacs;
494         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
495         timer-set-function for XEmacs 21.4 and SXEmacs;
496         bind timer-list for XEmacs 21.4 and SXEmacs;
497         fbind char-charset and find-charset-region for non-Mule XEmacs;
498         fbind decode-coding-region, decode-coding-string, detect-coding-region,
499         encode-coding-region and encode-coding-string for XEmacs having no
500         file-coding feature.
501
502 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
503
504         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
505
506 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
507
508         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
509         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
510
511 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
512
513         * mm-util.el (mm-decompress-buffer): Use `delete-file';
514         alias `jka-compr-delete-temp-file' no longer exists.
515
516 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
517
518         Use define-minor-mode in Gnus where applicable.
519         * mml.el (mml-mode): Use define-minor-mode.
520         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
521         (gnus-undo-mode): Use define-minor-mode.
522         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
523         (gnus-dead-summary-mode): Use define-minor-mode.
524         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
525         Initialize in declaration.
526         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
527         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
528         (gnus-mailing-list-mode): Use define-minor-mode.
529         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
530         (gnus-draft-mode): Use define-minor-mode.
531         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
532         (gnus-dired-mode): Use define-minor-mode.
533
534 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
535
536         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
537         handles on recursive mml-to-mime translation and check them for
538         boundary delimiter collisions.  Reported by Greg Troxel.
539
540 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
541
542         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
543
544 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
545
546         * mm-util.el (mm-find-buffer-file-coding-system):
547         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
548
549 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
550
551         * message.el (message-generate-headers): Record insertion of optional
552         headers as well.  Otherwise the check to prevent repeated insertion of
553         optional headers is a no-op.
554
555 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
556
557         * smime.el: Don't mention CVS.
558
559         * nnrss.el (nnrss-fetch): Don't mention CVS.
560
561         * nnir.el: Don't mention CVS.
562
563 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
564
565         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
566
567 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
568
569         * lpath.el: Fbind bookmark-default-handler,
570         bookmark-get-bookmark-record, bookmark-make-record-default,
571         bookmark-prop-get for Emacs <23 and XEmacs.
572
573 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
574
575         * gnus-sum.el: Add bookmark declarations to silence the compiler.
576         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
577         Use with-current-buffer to silence the byte-compiler.
578         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
579         bother to require `gnus'.
580         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
581
582 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
583
584         * gnus-sum.el (gnus-summary-bookmark-make-record)
585         (gnus-summary-bookmark-jump): New functions.
586         (gnus-summary-mode): Setup bookmark support.
587
588 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
589
590         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
591         if set.
592
593 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
594
595         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
596         gnus-article-browse-html-save-cid-image; make it work recursively for
597         forwarded messages as well.
598         (gnus-article-browse-html-parts): Work when prefix arg is given.
599         (gnus-article-browse-html-article): Doc fix.
600
601 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
602
603         * message.el (message-default-mail-headers):
604         (message-default-headers): Carry the value mail-default-headers over
605         into message-default-mail-headers, rather than message-default-headers.
606
607 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
608
609         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
610         charset.
611
612         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
613         charset into the <meta> tag when the article is encoded to utf-8.
614
615 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
616
617         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
618         directories as well.
619         (gnus-article-browse-html-parts): Work for images that do not specify
620         file names; delete temp directory when quitting; insert header at the
621         right place; use file: scheme for image files.
622
623 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
624
625         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
626         (gnus-article-browse-html-parts): Use it to make temporary cid image
627         files in addition to html file so that browser may display them.
628
629 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
630
631         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
632
633 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
634
635         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
636
637 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
638
639         * auth-source.el (auth-sources): Change default to be simpler.  Explain
640         about Secret Service API sources.  Improve Customize options.
641         (auth-source-pick): Change to accept any number of search parameters.
642         Implement fallbacks iteratively, not recursively.  Add scoring on the
643         second pass and sort by score.  Call Secret Service API when needed.
644         (auth-source-user-or-password): Use it.  Call Secret Service API
645         directly when needed to get the user name and the password.
646
647 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
648
649         * message.el (message-interactive): Doc fix.
650         (message-qmail-inject-args): Reflow.
651         (message-kill-to-signature): Fix typo in docstring.
652
653         * smiley.el (smiley-buffer): Fix typo in docstring.
654
655 2010-03-24  Glenn Morris  <rgm@gnu.org>
656
657         * mail-source.el (gnus-message): Declare.
658         (mail-source-delete-old-incoming): Require gnus-util.
659
660 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
661
662         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
663
664         * message.el (ecomplete-setup): Autoload it for Emacs <23.
665
666         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
667         password-cache's default if it is not bound.
668         (mml-secure-passphrase-cache-expiry): Default to 16 that is
669         password-cache-expiry's default if it is not bound.
670
671         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
672         available in Emacs 21.
673
674         * lpath.el: Suppress compiler warnings for:
675         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
676         XEmacs;
677         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
678         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
679         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
680
681 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
682
683         * auth-source.el (auth-sources): Fix up definition so extra parameters
684         are always inline.
685
686 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
687
688         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
689         wasn't updated after mismatch.  Clear cached mailbox info correctly
690         when uidvalidity changes.
691         (nnimap-group-prefixed-name): New function to avoid some code
692         duplication.
693         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
694         (nnimap-request-group): Use it.
695         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
696         (nnimap-update-unseen): Significantly improved speed of Gnus startup
697         with many imap folders.  This is done by caching the group status from
698         the imap server persistently in a group parameter `imap-status'.  (This
699         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
700         but not persistently, so every Gnus startup was still very slow.)
701
702 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
703
704         * assistant.el (assistant-render-text): Run `widget-setup' and don't
705         delete the extra newline.  Otherwise editing of :string and :number
706         types don't work.
707
708 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
709
710         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
711         secrets.el dependency.
712         (auth-sources): Add optional user name.  Add secrets.el configuration
713         choice (unused right now).
714
715 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
716
717         * gnus-sum.el (gnus-summary-make-menu-bar): Let
718         `gnus-registry-install-shortcuts' fill in the functions.
719
720         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
721         warnings.
722         (gnus-registry-misc-menus): Variable to hold registry mark menus.
723         (gnus-registry-install-shortcuts): Populate and use it in a
724         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
725
726 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
727
728         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
729         In-place substitutions for the group name encoding/decoding.
730         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
731         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
732         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
733         (nnimap-update-unseen, nnimap-request-list)
734         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
735         (nnimap-request-set-mark, nnimap-split-to-groups)
736         (nnimap-split-articles, nnimap-request-newgroups)
737         (nnimap-request-create-group, nnimap-request-accept-article)
738         (nnimap-request-delete-group, nnimap-request-rename-group)
739         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
740         `encoded-mbx' for consistency.
741         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
742         variable `imap-current-mailbox'.
743
744         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
745         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
746
747 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
748
749         * pop3.el (pop3-display-message-size-flag): Display message size byte
750         counts during POP3 download.
751         (pop3-movemail): Use it.
752         (pop3-list): Implement listing of available messages.
753
754 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
755
756         * nnir.el (nnir-get-article-nov-override-function): New function to
757         override the normal NOV retrieval.
758         (nnir-retrieve-headers): Use it.
759
760 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
761
762         * auth-source.el (netrc-machine-user-or-password): Autoload.
763
764 2010-03-19  Glenn Morris  <rgm@gnu.org>
765
766         Stop message.el from loading about 40 libraries it doesn't always need.
767         The general approach is to autoload rather than require, and to
768         require in the specific functions rather than the file.  (Bug#5642)
769
770         * gmm-utils.el: Don't require wid-edit.
771         (widget-create-child-value, widget-convert, widget-default-get):
772         Autoload.
773
774         * gnus-util.el: Don't require time-date, netrc.
775         (message-fetch-field, gnus-group-name-decode): Declare rather than
776         autoloading.
777         (gnus-fetch-field): Require message.
778         (gnus-decode-newsgroups): Require gnus-group.
779
780         * ietf-drums.el: Don't require time-date.
781
782         * message.el: Don't require hashcash, canlock, ecomplete.
783         Do require mail-utils.  Require nnheader only when compiling.
784         (smtpmail-default-smtp-server): Remove declaration.
785         (message-send-mail-function): Check smtpmail-default-smtp-server
786         is bound rather than requiring smtpmail.
787         (message-auto-save-directory, message-insert-signature): Use
788         expand-file-name rather than nnheader-concat.
789         (nnheader-insert-file-contents): Autoload.
790         (hashcash-wait-async): Declare.
791         (message-send-mail): Only call gnus-setup-posting-charset if
792         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
793         (message-send-mail-with-sendmail): Require sendmail.
794         (canlock-password, canlock-password-for-verify): Declare.
795         (message-canlock-password): Require canlock.
796         (nnheader-get-report): Autoload.
797         (gnus-setup-posting-charset): Declare.
798         (message-send-news): Require gnus-msg.
799         (message-make-references, message-make-in-reply-to): Use mail-header-id
800         rather than the alias mail-header-message-id.
801         (ecomplete-add-item, ecomplete-save): Declare.
802         (message-put-addresses-in-ecomplete): Require ecomplete.
803         (ecomplete-display-matches): Autoload.
804
805         * mm-decode.el: Don't require mailcap, gnus-util.
806         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
807         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
808         Autoload.
809         (mailcap-mime-extensions): Declare.
810
811         * mm-encode.el: Don't require mailcap.
812         (mailcap-extension-to-mime): Autoload.
813
814         * mml-sec.el: Don't require password-cache.
815
816         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
817         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
818         (mml-minibuffer-read-type): Require mailcap.
819         (mml-preview): Require gnus-msg.
820
821         * mml1991.el: Require password-cache.
822         (password-cache-expiry): Remove declaration.
823
824         * mml2015.el: Require password-cache.
825         (password-cache-expiry): Remove declaration.
826
827         * nneething.el (mailcap): Require mailcap.
828
829         * nnheader.el (declare-function): Add compatibility stub.
830         (message-remove-header): Declare rather than autoload.
831         (nnheader-replace-header): Require message.
832
833         * nnimap.el (declare-function): Add compatibility stub.
834         (netrc-parse, netrc-machine-user-or-password): Declare.
835         (nnimap-open-connection): Require netrc.
836
837         * nntp.el (declare-function): Add compatibility stub.
838         (netrc-parse, netrc-machine, netrc-get): Declare.
839         (nntp-send-authinfo): Require netrc.
840
841         * rfc2047.el: Don't require qp.
842         (quoted-printable-encode-region, quoted-printable-decode-string):
843         Autoload.
844
845         * sieve-mode.el: Don't require easymenu.
846         (easy-menu-add-item): Autoload it.
847
848         * spam-stat.el (time-to-number-of-days): Autoload it.
849
850 2010-03-19  Glenn Morris  <rgm@gnu.org>
851
852         * password-cache.el (password-cache, password-cache-expiry): Autoload.
853
854 2010-03-18  Glenn Morris  <rgm@gnu.org>
855
856         * hashcash.el (declare-function): Remove duplicate definition.
857
858 2010-03-17  Kevin Ryde  <user42@zip.com.au>
859
860         * mml.el (mml-read-tag): Unquote values with `read' to reverse
861         prin1 in mml-insert-tag (just stripping the quotes gave wrong
862         value if any backslash escapes).
863
864 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
865
866         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
867         if it is available.  (bug#5647)
868
869         * lpath.el: Suppress compiler warning for coding-system-from-name for
870         Emacs 21 and XEmacs.
871
872 2010-03-14  Juri Linkov  <juri@jurta.org>
873
874         * hmac-def.el:
875         * hmac-md5.el:
876         * netrc.el: Fix keywords.
877
878 2010-02-26  Glenn Morris  <rgm@gnu.org>
879
880         * message.el (message-send-mail-function): Change the default, so that
881         it inherits from a customized send-mail-function.  (Bug#5643)
882
883 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
884
885         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
886         shell-command-to-string signals an error (bug#5299).
887
888 2010-02-24  Glenn Morris  <rgm@gnu.org>
889
890         * message.el (message-smtpmail-send-it)
891         (message-send-mail-with-mailclient): Doc fixes.
892
893 2010-02-16  Glenn Morris  <rgm@gnu.org>
894
895         * message.el (message-default-mail-headers): Change the default value
896         to ease the transition from mail-mode to message-mode.  (Bug#5555)
897
898 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
899
900         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
901         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
902
903 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
904
905         * time-date.el (date-to-time): Doc fix (Bug#5408).
906
907 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
908
909         * message.el (message-mail): Just pass yank-action on to message-setup.
910         (message-setup): Handle (FUN . ARGS) form of yank-action.
911         (message-with-reply-buffer, message-widen-reply)
912         (message-yank-original): Handle non-buffer values of
913         message-reply-buffer (Bug#4080).
914         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
915
916 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
917
918         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
919         Fix typo in docstring.
920
921 2010-01-08  Jason Rumney  <jasonr@gnu.org>
922
923         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
924         response.
925
926 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
927
928         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
929
930         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
931
932         * message.el (message-check-news-header-syntax): Protect against a
933         string that `rfc822-addresses' returns when parsing fails.
934
935 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
936
937         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
938         (gnus-previous-char-property-change): New functions.
939
940         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
941
942 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
943
944         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
945         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
946
947 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
948
949         * message.el (message-exchange-point-and-mark): Rework last change to
950         avoid using optional arg of exchange-point-and-mark, for backward
951         compatibility.
952
953 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
954
955         * message.el (message-exchange-point-and-mark): Call
956         exchange-point-and-mark with an argument rather than setting
957         mark-active by hand (Bug#5175).
958
959 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
960
961         * nntp.el (nntp-service-to-port): Work for service expressed with
962         numeric string; replace [:digit:] with [0-9] for XEmacs.
963
964 2009-12-17  Glenn Morris  <rgm@gnu.org>
965
966         * gnus-group.el (gnus-bug-group-download-format-alist):
967         Change emacs entry to debbugs.gnu.org.  Bump :version.
968
969 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
970
971         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
972
973 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
974
975         * message.el (message-info): Explain why we use `Info-goto-node'.
976
977 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
978
979         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
980
981 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
982
983         * message.el (message-completion-in-region): New compatibility function.
984         (message-expand-group): Use it.
985
986 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
987
988         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
989         with no unread article should be listed if the 2nd arg `predicate' is
990         given.
991
992 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
993
994         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
995
996 2009-11-29  Juri Linkov  <juri@jurta.org>
997
998         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
999         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1000         on `gnus-recenter'. (Bug#4698, Bug#4981)
1001
1002 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1003
1004         * sha1.el (sha1-string-external): default-directory "/" in case
1005         otherwise non-existent.  process-connection-type pipe for touch of
1006         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1007
1008 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1009
1010         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1011         it's comms related and sgml-mode.el has "comm" on that basis too.
1012
1013 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1014
1015         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1016         containing tspecial characters if they have been already quoted.
1017
1018 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1019
1020         * dns-mode.el (auto-mode-alist): Purecopy string.
1021
1022 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1023
1024         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1025
1026 2009-10-24  Glenn Morris  <rgm@gnu.org>
1027
1028         * gnus-art.el (help-xref-stack-item): Define for compiler.
1029
1030 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1031
1032         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1033
1034 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1035
1036         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1037
1038 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1039
1040         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1041         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1042
1043 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1044
1045         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1046         (gnus-overlays-in): New alias to overlays-in.
1047
1048         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1049         gnus-overlay-get, and gnus-delete-overlay.
1050         (gnus-summary-show-thread): Make it work as well for systems in which
1051         next-single-char-property-change is not available.
1052         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1053
1054         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1055         (gnus-overlay-get): New alias to extent-property.
1056         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1057
1058         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1059         SXEmacs.
1060
1061         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1062         SXEmacs.
1063
1064 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1065
1066         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1067
1068 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1069
1070         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1071         and XEmacs that don't have `remove-overlays'.
1072
1073 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1074
1075         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1076         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1077         selective display.  Use overlays instead.
1078
1079 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1080
1081         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1082
1083 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1084
1085         * spam-stat.el (spam-stat-load): Fix typo in message.
1086
1087 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1088
1089         * dig.el (dig-invoke): Fix typo in docstring.
1090         (query-dig): Reflow docstring.
1091
1092 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1093
1094         * gnus-art.el (gnus-article-encrypt-body):
1095         * message.el (message-check-recipients):
1096         * mm-util.el (mm-codepage-setup):
1097         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1098         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1099
1100 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1101
1102         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1103         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1104         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1105         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1106         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1107
1108 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1109
1110         * dig.el: Add "Keywords: comm", as per net-utils.el.
1111
1112 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1113
1114         * dig.el (dig-mode): Use define-derived-mode.
1115
1116 2009-09-19  Glenn Morris  <rgm@gnu.org>
1117
1118         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1119
1120 2009-09-18  Glenn Morris  <rgm@gnu.org>
1121
1122         * gnus-diary.el (gnus-diary-check-message):
1123         * message.el (message-insert-formatted-citation-line):
1124         * nnbabyl.el (top-level):
1125         * nndiary.el (nndiary-schedule):
1126         Fix typos in condition-case handlers.
1127
1128 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1129
1130         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1131         configuration that provides the sole article window in a frame;
1132         position point correctly after deleting a part.
1133
1134 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1135
1136         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1137         (spam-resolve-registrations-routine): Use it to unregister articles
1138         that change status.
1139
1140 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1141
1142         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1143         with XEmacs.
1144         (parse-time-string-chars): Use it.
1145
1146 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1147
1148         * imap.el (imap-interactive-login): Better messages.
1149         (imap-open): Fix bug with renamed buffer on reconnect.
1150         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1151         for easier debugging and cleaner code.  On successful (guessed based on
1152         server capabilities) secondary authentication, set imap-state
1153         correctly.
1154         (imap-last-authenticator): Define imap-last-authenticator as a variable
1155         to avoid warnings.
1156
1157 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1158
1159         * nnrss.el (nnrss-request-article): Remove binding of
1160         default-enable-multibyte-characters that has gotten needless by
1161         the 2007-07-13 change in rfc2047-encode-message-header.
1162
1163         * mml.el (mml-insert-multipart): Error on the message header.
1164         (mml-insert-part): Error on the message header; position point at
1165         the end of a MIME tag.
1166
1167 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1168
1169         * time-date.el (autoload): Expand define-obsolete-function-alias into
1170         defalias and make-obsolete for old Emacsen that Gnus supports.
1171         (with-no-warnings): Define it for old Emacsen.
1172         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1173         is available.
1174         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1175         float-time is available; suppress compile warning for time-to-seconds.
1176
1177         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1178         (gnus-float-time): Alias to float-time if it exists.
1179
1180         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1181         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1182         float-time is available; suppress compile warning for time-to-seconds.
1183
1184         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1185         XEmacs.
1186
1187 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1188
1189         * imap.el (imap-message-map): Docstring fix.
1190
1191 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1192
1193         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1194         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1195         Add the optional argument `encoding' that overrides the default.
1196
1197         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1198         mm-encode-buffer.
1199
1200 2009-09-04  Glenn Morris  <rgm@gnu.org>
1201
1202         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1203         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1204         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1205         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1206         * mm-util.el (mm-with-unibyte-current-buffer)
1207         (mm-find-buffer-file-coding-system):
1208         * yenc.el (yenc-decode-region): Use default-value rather than
1209         default-enable-multibyte-characters.
1210
1211 2009-09-03  Glenn Morris  <rgm@gnu.org>
1212
1213         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1214         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1215         than default-enable-multibyte-characters.
1216
1217 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1218
1219         * gnus-art.el (gnus-article-read-summary-keys):
1220         Fix gnus-buffer-configuration's value temporarily used.
1221
1222 2009-09-02  Glenn Morris  <rgm@gnu.org>
1223
1224         * gnus-util.el (gnus-float-time): New function.
1225         * gnus-delay.el (gnus-delay-article):
1226         * gnus-sum.el (gnus-thread-latest-date):
1227         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1228         * nnspool.el (nnspool-request-newgroups):
1229         Use gnus-float-time rather than time-to-seconds.
1230         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1231
1232         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1233         (gnus-header-subject-face, gnus-header-newsgroups-face)
1234         (gnus-header-name-face, gnus-header-content-face):
1235         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1236         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1237         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1238         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1239         (gnus-cite-face-11):
1240         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1241         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1242         (gnus-server-closed-face, gnus-server-denied-face)
1243         (gnus-server-offline-face):
1244         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1245         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1246         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1247         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1248         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1249         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1250         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1251         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1252         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1253         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1254         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1255         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1256         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1257         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1258         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1259         (gnus-summary-high-undownloaded-face)
1260         (gnus-summary-low-undownloaded-face)
1261         (gnus-summary-normal-undownloaded-face)
1262         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1263         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1264         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1265         (gnus-splash-face):
1266         * message.el (message-header-to-face, message-header-cc-face)
1267         (message-header-subject-face, message-header-newsgroups-face)
1268         (message-header-other-face, message-header-name-face)
1269         (message-header-xheader-face, message-separator-face)
1270         (message-cited-text-face, message-mml-face):
1271         * sieve-mode.el (sieve-control-commands-face)
1272         (sieve-action-commands-face, sieve-test-commands-face)
1273         (sieve-tagged-arguments-face):
1274         * spam.el (spam-face):
1275         Mark face aliases with "-face" in the name as obsolete.
1276
1277 2009-09-01  Glenn Morris  <rgm@gnu.org>
1278
1279         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1280         than goto-line.
1281
1282 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1285         Don't move point if the command is invoked inside the message header.
1286
1287 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1288
1289         * imap.el (imap-send-command): Simplify.
1290         (imap-wait-for-tag): point-max -> buffer-size.
1291
1292 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1293
1294         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1295         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1296         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1297         * nnir.el (nnir-swish-e-index-file):
1298         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1299         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1300         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1301         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1302         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1303         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1304
1305 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1306
1307         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1308         Don't save excursion.
1309
1310 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1311
1312         * nnheader.el (nnheader-find-file-noselect):
1313         * mm-util.el (mm-insert-file-contents):
1314         Use (default-value 'major-mode) instead of default-major-mode.
1315
1316 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1317
1318         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1319
1320 2009-08-26  Glenn Morris  <rgm@gnu.org>
1321
1322         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1323         than placing in files.el.
1324
1325 2009-08-25  Glenn Morris  <rgm@gnu.org>
1326
1327         * nnir.el (top-level): Don't require cl at run-time.
1328         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1329         Replace cl-function substitute with gnus-replace-in-string.
1330         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1331         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1332         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1333         simplified expansions.
1334
1335 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1336
1337         * dig.el (dig): Add autoload cookie.
1338
1339 2009-08-22  Glenn Morris  <rgm@gnu.org>
1340
1341         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1342         goto-line.
1343
1344 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1345
1346         * parse-time.el (parse-time-string-chars): Save match data.
1347
1348 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1349
1350         * parse-time.el (parse-time-string-chars): Compute using character
1351         classes, to handle non-ascii characters (Bug#3190).
1352
1353 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1354
1355         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1356
1357         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1358         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1359         (gnus-mm-display-part, gnus-mime-display-single)
1360         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1361         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1362
1363         * gnus-sum.el
1364         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1365         (gnus-summary-move-article): Add expirable mark to articles copied or
1366         moved to group that has auto-expire turned on if the option is non-nil.
1367
1368 2009-07-24  Glenn Morris  <rgm@gnu.org>
1369
1370         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1371         Fix typo.  (Bug#3903)
1372
1373 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1374
1375         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1376         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1377         that should not be used for draft articles.
1378         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1379         that has no concern in minor mode keys.
1380         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1381         Abolish.
1382
1383 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1384
1385         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1386         article without making inquiry to a user for unknown encoding.
1387
1388         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1389         (nnmaildir--scan): Assume i-node and device number that file-attributes
1390         returns might be cons-cell.
1391
1392         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1393
1394         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1395
1396 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1397
1398         * auth-source.el: Remove docs now in auth.texi.  Don't use
1399         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1400         `auth-source-hide-passwords' and use them.
1401
1402 2009-07-15  Glenn Morris  <rgm@gnu.org>
1403
1404         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1405
1406 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1407
1408         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1409         excessive whitespace from the default values of title and description.
1410
1411 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1412
1413         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1414         mail-fetch-field to fetch Content-Description header in order to
1415         exclude newlines.
1416
1417 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1418
1419         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1420         format used by GnuPG 2.0.11.
1421
1422 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1423
1424         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1425         to deleted part.
1426
1427 2009-05-30  David Engster  <dengste@eml.cc>
1428
1429         * nnmairix.el: Remove old documentation in the commentary block.
1430         (nnmairix-request-group): Do not update active file for nnml back ends.
1431         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1432         end so that overview files are ignored.
1433         (nnmairix-update-groups): Make updating the groups more robust by using
1434         marks.
1435         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1436         with dollar characters in message-id.
1437
1438 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1439
1440         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1441         2008-12-25 in dns.el.
1442
1443 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1444
1445         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1446         could happen if the text is only composed of spaces and/or tabs.
1447
1448 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1449
1450         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1451         when sending a queued message to avoid extra mml tags.
1452
1453 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1454
1455         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1456
1457 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1458
1459         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1460         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1461         rmail-toggle-header for XEmacs;
1462         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1463
1464 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1465
1466         * gnus-dired.el: Remove autoload for gnus-setup-message.
1467         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1468         displaying Gnus logo; always use compose-mail.
1469
1470 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1471
1472         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1473
1474 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1477         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1478         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1479         available.
1480         (gnus-nocem-epg-verify): New function.
1481
1482 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1483
1484         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1485
1486 2009-02-15  Glenn Morris  <rgm@gnu.org>
1487
1488         * gnus-util.el (rmail-insert-rmail-file-header)
1489         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1490         autoloads.
1491         (rmail-default-rmail-file): Remove unnecessary declaration.
1492         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1493
1494 2009-02-14  Glenn Morris  <rgm@gnu.org>
1495
1496         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1497         variable (only used in gnus-util, which declares it anyway).
1498         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1499         which was only needed by gnus-art (changed to not use it any more).
1500         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1501         only used in gnus-util, which autoloads it itself.
1502         (rmail-update-summary): Fix autoload.
1503
1504         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1505         rather than rmail-output-to-rmail-file.
1506
1507 2009-02-07  Glenn Morris  <rgm@gnu.org>
1508
1509         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1510         autoload of function that no longer exists.
1511         (rmail-toggle-header): Declare.
1512         (message-forward-rmail-make-body): Handle mbox Rmail.
1513
1514 2009-01-31  Glenn Morris  <rgm@gnu.org>
1515
1516         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1517         2009-01-09 change.
1518
1519 2009-01-31  Dave Love  <fx@gnu.org>
1520
1521         * imap.el (imap-fetch-safe): Bind debug-on-error.
1522         (imap-debug): Add imap-fetch-safe.
1523
1524 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1525
1526         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1527         (auth-source-forget-all-cached): New convenience function.
1528         (auth-source-user-or-password): Accept list of modes or a single mode.
1529
1530         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1531         auth-source modes.
1532
1533         * netrc.el (netrc-machine-user-or-password): Use list of
1534         auth-source modes.
1535
1536         * nnimap.el (nnimap-open-connection): Use list of
1537         auth-source modes.
1538
1539         * nntp.el (nntp-send-authinfo): Use list of
1540         auth-source modes.
1541
1542 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1543
1544         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1545         now.
1546
1547 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1548
1549         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1550         coding system in XEmacs; add a workaround for XEmacs.
1551
1552         * lpath.el: Fbind coding-system-aliasee.
1553
1554 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1555
1556         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1557         of current-language-environment.
1558
1559 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1560
1561         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1562         available at runtime.
1563
1564 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1565
1566         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1567
1568 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1569
1570         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1571         the greatest positive fixnum value doesn't work under an XEmacs with
1572         bignum support; use the most-positive-fixnum constant instead,
1573         available since Emacs 21.1 with cl and XEmacs 21.1.
1574
1575 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1576
1577         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1578         XEmacs gets not to work.
1579
1580 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1581
1582         * mm-util.el (mm-coding-system-priorities): Allow the value like
1583         "Japanese (UTF-8)" of current-language-environment.
1584
1585 2009-01-09  Glenn Morris  <rgm@gnu.org>
1586
1587         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1588         with last-command-event.
1589
1590 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1591
1592         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1593         in the doc string.
1594
1595         * message.el (message-fix-before-sending): Amend comment.
1596
1597 2009-01-08  Dave Love  <fx@gnu.org>
1598
1599         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1600
1601 2009-01-07  David Engster  <dengste@eml.cc>
1602
1603         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1604         simplified server definitions by converting it via
1605         gnus-server-to-method.
1606
1607 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1608
1609         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1610         parameter's operands.
1611
1612 2009-01-06  David Engster  <dengste@eml.cc>
1613
1614         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1615         primary select method (for gnus-group-mark-article-as-read).
1616
1617 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1618
1619         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1620         `(gnus)Face', not `(gnus)X-Face'.
1621
1622 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1623
1624         * mm-util.el (mm-ucs-to-char): New function.
1625
1626         * mm-url.el (mm-url-decode-entities): Use it.
1627
1628         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1629         unicode-to-char.
1630
1631 2009-01-05  Dave Love  <fx@gnu.org>
1632
1633         * time-date.el: Require cl for `declare'.
1634
1635 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1636
1637         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1638         Dave Love.
1639
1640 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1641
1642         * message.el (message-fix-before-sending): Add `eight-bit' to
1643         illegible-text check.
1644
1645 2009-01-03  Michael Olson  <mwolson@gnu.org>
1646
1647         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1648         `headers' is nil.  This can occur if the IMAP server does not have
1649         permissions to read messages from a folder, but can write new messages
1650         to the folder.
1651         (nnimap-request-article-part): Do not insert `data' if it is nil.
1652
1653         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1654         characters which will confuse `read', so skip past them.
1655
1656 2009-01-01  Dave Love  <fx@gnu.org>
1657
1658         * imap.el (imap-string-to-integer): Fix typo.
1659         (imap-fetch-safe): New function.
1660         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1661
1662         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1663
1664         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1665         (imap-parse-greeting): Fix doc strings.
1666         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1667         (imap-parse-flag-list): Make messages unique.
1668         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1669
1670         * nnimap.el: Fix author email.
1671         (nnimap-split-rule): Add FIXME comment.
1672         (nnimap-debug): Fix doc string.
1673
1674 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1675
1676         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1677
1678 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1679
1680         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1681         nslookup if resolv.conf isn't available.
1682         (dns-query): Rename from query-dns.
1683         (dns-query-cached): Rename from query-dns-cached.
1684
1685 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1686
1687         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1688         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1689         to check if those variables exist (first appeared in Emacs 18.50).
1690
1691 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1692
1693         * mm-util.el (mm-line-number-at-pos): New function.
1694
1695         * spam-report.el (spam-report-process-queue): Use it.
1696
1697 2008-12-24  David Engster  <dengste@eml.cc>
1698
1699         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1700         parameters that haven't existed as variables as buffer-local variables.
1701
1702 2008-12-23  Dave Love  <fx@gnu.org>
1703
1704         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1705         cadar.
1706
1707         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1708         imap-starttls-p.
1709         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1710
1711 2008-12-22  Dave Love  <fx@gnu.org>
1712
1713         * imap.el: Fix author email.  Doc fixes.
1714         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1715         reply.
1716
1717 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1718
1719         * spam-report.el (spam-report-gmane-max-requests): New constant.
1720         (spam-report-gmane-wait): New variable.
1721         (spam-report-gmane-ham, spam-report-gmane-spam)
1722         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1723         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1724         the server.
1725
1726         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1727         Add explanations.
1728
1729         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1730         nnheader-accept-process-output and nnheader-read-timeout if available.
1731         (pop3-movemail): Use it.
1732
1733         * message.el (message-check-news-body-syntax): Fix signature check if
1734         there's an attachment.
1735
1736 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1737
1738         * mm-util.el: Add comments to the mm- emulating functions.
1739
1740 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1741
1742         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1743         by Stephen Berman <stephen.berman@gmx.net>.
1744
1745 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1746
1747         * mm-util.el (mm-substring-no-properties): New function.
1748         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1749         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1750         (mm-string-to-multibyte): Doc fix.
1751
1752         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1753
1754 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1755
1756         * mml.el (mml-attach-file): Strip text properties from file name.
1757         (Bug#1574)
1758
1759 2008-12-16  Glenn Morris  <rgm@gnu.org>
1760
1761         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1762
1763 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1764
1765         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1766         knows since the charset specified might be a bogus alias that
1767         mm-charset-synonym-alist provides.
1768
1769 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1770
1771         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1772         "ISO_8859-1".
1773
1774         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1775
1776 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1777
1778         * mm-util.el (mm-charset-eval-alist):
1779         Define it before mm-charset-to-coding-system.
1780         (mm-charset-to-coding-system): Add optional argument `silent';
1781         define it before mm-charset-override-alist.
1782         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1783         default value if it can be used in Emacs currently running;
1784         silence mm-charset-to-coding-system.
1785
1786 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1787
1788         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1789         `allow-override' which says whether to use `mm-charset-override-alist'.
1790         (rfc2047-decode-encoded-words): Use it.
1791
1792         * mm-util.el (mm-charset-override-alist): Fix custom type;
1793         add `(gb2312 . gbk)' to choices.
1794
1795 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1796
1797         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1798         fast.
1799
1800         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1801
1802         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1803
1804 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1805
1806         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1807         on links.
1808
1809         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1810
1811 2008-12-03  Lute Kamstra  <lute@gnu.org>
1812
1813         * sha1.el: Remove leading * from docstrings of defcustoms,
1814         deffaces, defconsts and defuns.
1815
1816 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1817
1818         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1819         users' addresses that don't have domain parts.
1820         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1821         rather than message-narrow-to-head since there will be the message
1822         header separator.
1823
1824 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1825
1826         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1827         since the result is inserted in a unibyte buffer anyway.
1828         (nnimap-demule-use-string-to-multibyte): Remove.
1829         (nnimap-demule): Alias it to mm-string-to-multibyte.
1830
1831 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1832
1833         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1834         variable for debugging bug#464 and bug#1174.
1835         (nnimap-demule): Use it.
1836
1837 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1838
1839         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1840         score calculation correctly.
1841
1842 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1843
1844         * message.el (message-send-mail): Just set the buffer to unibyte
1845         rather than use mm-with-unibyte-current-buffer which does a lot more.
1846         (message-send-mail-partially): Don't bother with
1847         mm-with-unibyte-current-buffer since it's already been made unibyte by
1848         message-send-mail.
1849
1850 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1851
1852         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1853
1854 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1855
1856         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1857
1858 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1861         require itself and to remove `with-no-warnings'.
1862
1863 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1864
1865         * starttls.el (starttls-any-program-available): Get the name of the
1866         available TLS layer program.
1867         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1868         well as the host name in the "opening" message.
1869
1870         * auth-source.el (auth-source-cache, auth-source-do-cache)
1871         (auth-source-user-or-password): Cache passwords and logins by default,
1872         allow override with `auth-source-do-cache'.
1873         (auth-source-forget-user-or-password): Allow users to remove cache
1874         entries if needed.
1875
1876 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1877
1878         * md4.el (md4-buffer): Fix typo in docstring.
1879         (md4, md4-64): Doc fixes.
1880         (md4-pack-int32): Reflow docstring.
1881
1882 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1883
1884         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1885         condition-case to only the forward-sexp call.
1886
1887 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1888
1889         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1890         quotes contained.  Make it more robust regardless by an extra
1891         condition-case wrapper.
1892
1893 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1894
1895         * lpath.el: No need to fbind codepage-setup for Emacs 23.
1896
1897 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1898
1899         * nnml.el (nnml-request-expire-articles): Check if the function set to
1900         `nnmail-expiry-target' returns the symbol `delete'.
1901
1902         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1903
1904         * nnmail.el (nnmail-expiry-target): Fix custom type.
1905
1906 2008-10-02  Glenn Morris  <rgm@gnu.org>
1907
1908         * mm-util.el (mm-codepage-setup): Tweak codepage error.
1909         Silence compiler warning.
1910
1911 2008-10-01  Magnus Henoch  <mange@freemail.hu>
1912
1913         * tls.el (open-tls-stream): Show the actual command being
1914         executed, instead of the format string.
1915
1916 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1917
1918         * lpath.el: Fbind codepage-setup for Emacs 23.
1919
1920 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
1921
1922         * mml.el (mml-menu): Don't assume mml2015 is bound.
1923
1924 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1925
1926         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1927         exists.
1928
1929 2008-09-27  Glenn Morris  <rgm@gnu.org>
1930
1931         * gnus-util.el (mail-header-remove-comments): Autoload it.
1932
1933 2008-09-27  Andreas Schwab  <schwab@suse.de>
1934
1935         * gnus-util.el (gnus-split-references): Strip comments.
1936         (gnus-parent-id): Likewise.
1937
1938 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
1939
1940         * message.el (message-confirm-send): Fix version.
1941
1942 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1943
1944         * message.el (message-idna-to-ascii-rhs-1): Use
1945         mail-extract-address-components rather than mail-header-parse-addresses
1946         that is an alias by default to ietf-drums-parse-addresses that does not
1947         support non-ASCII names in headers' contents.
1948
1949 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1950
1951         * message.el (message-confirm-send): Fixed variable documentation to
1952         avoid the "y/n" wording.
1953
1954 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
1955
1956         * message.el (message-set-auto-save-file-name): Save to a different
1957         filename so multiple messages (especially drafts) can be recovered.
1958
1959 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
1960
1961         * message.el (message-confirm-send): Add appropriate version.
1962
1963 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1964
1965         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1966         defvar.
1967
1968 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
1969
1970         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1971         (mm-pkcs7-enveloped-magic): Ditto.
1972
1973 2008-09-17  Simon Josefsson  <simon@josefsson.org>
1974
1975         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1976         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1977
1978 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
1979
1980         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
1981         default, it's better.
1982
1983 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
1984
1985         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
1986         summary line gnus-number property and ignore them (with a warning
1987         message).
1988
1989 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1990
1991         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1992         macro caddr in the interactive form since it won't be expanded.
1993
1994 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1995
1996         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1997         `charset'; fix name of function called recursively.
1998         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1999
2000 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2001
2002         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2003         (gnus-mime-set-charset-parameters): New function.
2004         (gnus-mime-view-part-as-charset): Use it to correctly display part
2005         specifying wrong charset.
2006
2007 2008-09-08  David Engster  <dengste@eml.cc>
2008
2009         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2010         in completing-read for back end server.
2011
2012 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2013
2014         * message.el (message-confirm-send): New variable to confirm sending a
2015         message.
2016         (message-send): Use it.
2017
2018 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2019
2020         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2021
2022 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2023
2024         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2025
2026 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2027
2028         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2029         prevent tracking too many groups.
2030         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2031         Use it.
2032
2033 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2034
2035         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2036         moving point to the bottom of the window in order to avoid recentering.
2037
2038 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2039
2040         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2041
2042         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2043         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2044         (gnus-article-beginning-of-window): Fix calculation.
2045
2046 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2047
2048         * gnus-msg.el (gnus-summary-supersede-article)
2049         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2050         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2051         message header.
2052
2053 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2054
2055         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2056         pending output coming after the status change.
2057
2058 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2059
2060         * message.el:
2061         * gnus-start.el:
2062         * gnus-registry.el: Remove VMS support.
2063
2064 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2065
2066         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2067         macro.
2068         (rfc2104-hash): Use it.
2069
2070 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2071
2072         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2073         (gnus-summary-sort-by-most-recent-date): New commands.
2074         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2075         and menu entries.
2076
2077 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2078
2079         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2080         don't redisplay article for raw contents; remove plural articles stuff.
2081
2082         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2083         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2084         on gnus-summary-save-article; display results properly.
2085
2086 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2087
2088         * lpath.el: No need to fbind ns-focus-frame.
2089
2090 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2091
2092         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2093
2094 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2095
2096         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2097         gnus-save-all-headers.
2098
2099 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2100
2101         * gnus-util.el (ns-focus-frame): Remove declaration.
2102         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2103         like x.
2104
2105 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2106
2107         * rfc2104.el (rfc2104-zero): Delete defconst.
2108         (rfc2104-hex-alist): Likewise.
2109         (rfc2104-hex-to-int): Delete func.
2110         (rfc2104-hexstring-to-bitstring): Likewise.
2111         (rfc2104-nybbles): New defconst.
2112         (rfc2104-hash): Rewrite for speed.
2113
2114 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2115
2116         * tls.el (open-tls-stream): Make it work with the 2nd argument
2117         BUFFER that is a string but does not exist as a buffer object, as
2118         mentioned in the doc-string.
2119
2120 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2121
2122         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2123         SXEmacs.
2124
2125 2008-07-16  Glenn Morris  <rgm@gnu.org>
2126
2127         * gnus-util.el (ns-focus-frame): Declare for compiler.
2128
2129 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2132         set as a group parameter.
2133         (gnus-summary-save-in-pipe): Work when it is called independently.
2134         (gnus-summary-pipe-to-muttprint): Don't modify
2135         gnus-summary-pipe-output-default-command.
2136
2137 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2138
2139         * message.el (message-send-mail-with-sendmail):
2140         Display the error message.
2141
2142 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2143
2144         * gnus-art.el (gnus-default-article-saver):
2145         Add gnus-summary-save-in-pipe to choices.
2146         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2147         gnus-summary-pipe-output-default-command as the default command.
2148         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2149         instead of gnus-last-shell-command.
2150
2151         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2152         New user option.
2153         (gnus-summary-muttprint-program): Mention the value will be changed.
2154         (gnus-summary-save-article): Force showing of all headers.
2155         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2156
2157 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2158
2159         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2160
2161 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2162
2163         * nnimap.el (nnimap-id):
2164         * sieve-manage.el (sieve-manage-open): Doc fixes.
2165
2166 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2167
2168         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2169         if available.
2170
2171 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2172
2173         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2174
2175         * nnkiboze.el (nnkiboze-generate-group):
2176         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2177
2178         * nnmairix.el: Require CL.
2179
2180 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2181
2182         * dgnushack.el: Autoload get-display-table and put-display-table for
2183         XEmacs 21.5.
2184
2185         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2186         21.4 and SXEmacs.
2187
2188 2008-06-15  David Engster  <dengste@eml.cc>
2189
2190         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2191
2192 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2193
2194         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2195         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2196         runtime choice under XEmacs.
2197
2198         * gnus-sum.el (gnus-summary-set-display-table):
2199         Use `gnus-put-display-table', `gnus-get-display-table',
2200         `gnus-set-display-table' for the display table, instead of `aset'.
2201
2202         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2203         Use `gnus-put-display-table', `gnus-get-display-table',
2204         `gnus-set-display-table' for the display table.
2205
2206 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2207
2208         * nnmairix.el: Add autoloads.
2209
2210 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2211
2212         * nnmairix.el (nnmairix-delete-recreate-group)
2213         (nnmairix-update-and-clear-marks): Fix error messages.
2214
2215 2008-06-14  David Engster  <dengste@eml.cc>
2216
2217         * nnmairix.el: Upgrade to version 0.6.
2218         (nnmairix-group-toggle-propmarks-this-group)
2219         (nnmairix-group-toggle-readmarks-this-group)
2220         (nnmairix-group-delete-recreate-this-group)
2221         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2222         (nnmairix-remove-tick-mark-original-article): New commands.
2223         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2224         (nnmairix-propagate-marks-to-nnmairix-groups)
2225         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2226         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2227         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2228         functions needed for marks propagation and manipulation of read marks.
2229         (nnmairix-update-groups): New function.
2230         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2231         (nnmairix-determine-original-group-from-registry)
2232         (nnmairix-determine-original-group-from-path)
2233         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2234         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2235         New helper functions.
2236         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2237         keystrokes for new commands.
2238         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2239         (nnmairix-request-group): Check allow-fast group parameter.
2240         (nnmairix-request-create-group): Set allow-fast group parameter if
2241         nnmairix-allowfast-default is set.
2242         (nnmairix-close-group): Propagate marks upon closing if needed.
2243         (nnmairix-group-toggle-threads-this-group): Use new.
2244         nnmairix-group-toggle-parameter helper function.
2245         (nnmairix-search): Better check for empty search result.
2246         (nnmairix-goto-original-article): Use new helper functions for
2247         determining original article.
2248         (nnmairix-show-original-article): Make sure message-id is in brackets.
2249         (nnmairix-call-mairix-binary): Change variable name.
2250         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2251         helper function.
2252         (nnmairix-widget-toggle-activate): Fix doc string.
2253
2254 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * nnir.el: Require edmacro when compiling with XEmacs.
2257         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2258         available in Emacs 21.
2259
2260 2008-06-11  Glenn Morris  <rgm@gnu.org>
2261
2262         * gnus-util.el (x-focus-frame):
2263         * gnus.el (image-size):
2264         * mm-decode.el (image-size): Declare.
2265
2266         * gnus-picon.el (declare-function): Add compat definition.
2267         (image-size): Declare.
2268
2269         * gnus-group.el (tool-bar-map):
2270         * gnus-sum.el (tool-bar-map): Define for compiler.
2271
2272         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2273
2274         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2275
2276         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2277         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2278         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2279         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2280         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2281         * sieve-manage.el, spam-report.el, spam.el:
2282         Remove unnecessary eval-and-compile of autoloads.
2283
2284 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2285
2286         * auth-source.el: Precise Tramp doc.
2287
2288 2008-06-07  Glenn Morris  <rgm@gnu.org>
2289
2290         * nnmairix.el: Remove unnecessary eval-when-compile.
2291
2292 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2293
2294         * lpath.el: Fbind propertize for XEmacs 21.4.
2295
2296 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2297
2298         * nnir.el: Move here from ../contrib.
2299
2300 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2301
2302         * gnus-util.el (gnus-read-shell-command): New function.
2303         * mm-decode.el (mm-pipe-part):
2304         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2305
2306 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2307
2308         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2309
2310 2008-06-03  Glenn Morris  <rgm@gnu.org>
2311
2312         * pop3.el (nnheader-accept-process-output): Autoload it.
2313
2314 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2315
2316         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2317         are not 2-digit hexadecimal characters that follow `%'s.
2318
2319 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2320
2321         * message.el (message-bogus-recipient-p): Fix type in doc string.
2322         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2323         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2324         Improve custom options.
2325         (message-bogus-recipient-p): Adjust accordingly.
2326
2327 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2328
2329         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2330         long-form month and day names.
2331
2332 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2333
2334         * dgnushack.el: Autoload debug, eudc-expand-inline and
2335         pgg-snarf-keys-region for XEmacs.
2336
2337         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2338
2339         * nnmairix.el: Require edmacro when compiling with XEmacs.
2340
2341 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2342
2343         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2344         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2345
2346 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2347
2348         * auth-source.el: Add more docs.
2349
2350         * netrc.el (netrc-machine): Always match if the port is not given.
2351
2352 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2353
2354         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2355         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2356         retrieval faster in some cases, but might make CPU usage larger.  If
2357         this has any bad side effects, we might revert this change.
2358
2359         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2360         seems to make mail retrieval much, much faster.
2361         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2362         unconditionally.
2363
2364         * gnus-draft.el (gnus-group-send-queue): Bind
2365         message-send-mail-partially-limit to nil to avoid being prompted.
2366
2367 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2368
2369         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2370
2371         * message.el (message-bogus-address-regexp): Fix and improve custom
2372         type.
2373         (message-setup-hook): Add message-check-recipients as custom option.
2374
2375 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2376
2377         * message.el (message-cite-function): Remove bogus autoload which crept
2378         in during merge from v5-10.
2379
2380 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2381
2382         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2383
2384         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2385
2386         * auth-source.el: Preliminary Tramp docs.
2387         (auth-sources): Change the default auth-sources to use
2388         EPA .gpg files.
2389
2390 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2391
2392         * nntp.el: Autoload `auth-source-user-or-password'.
2393         (nntp-send-authinfo): Use it.
2394
2395         * nnimap.el: Autoload `auth-source-user-or-password'.
2396         (nnimap-open-connection): Use it.
2397
2398         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2399         for the gnus-message function.
2400         (auth-source-user-or-password): Use it.
2401
2402 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2403
2404         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2405         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2406         (rfc2104-hash): Use it.
2407
2408 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2409
2410         * gnus-art.el (gnus-article-toggle-truncate-lines):
2411         Don't use `iff' in docstring.
2412
2413 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2414
2415         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2416
2417         * gnus-util.el (gnus-extract-address-component-name)
2418         (gnus-extract-address-component-email): Convenience functions around
2419         `gnus-extract-address-components'.
2420
2421         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2422         Use `gnus-extract-address-component-email' to fix bug of comparing full
2423         sender name to `user-mail-address'.
2424
2425 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2426
2427         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2428         catch/throw to optimize.
2429         (gnus-registry-find-keywords): Just use member to find a keyword.
2430
2431 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2432
2433         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2434         is current before calling gnus-server-prepare.
2435         (gnus-server-setup-buffer, gnus-server-update-server)
2436         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2437
2438 2008-05-04  Juri Linkov  <juri@jurta.org>
2439
2440         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2441         (mailcap-file-default-commands): Use mailcap-replace-in-string
2442         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2443         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2444
2445 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2446
2447         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2448
2449 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2450
2451         * gnus.el: Bump version to 0.11.
2452
2453 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2454
2455         * gnus.el: No Gnus v0.10 is released.
2456
2457 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2458
2459         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2460         hooks.
2461         (gnus-update-read-articles): Speed up non-marks-using users.
2462         (gnus-use-marks): Define gnus-use-marks.
2463         (gnus-propagate-marks): Rename variable to something more sensible.
2464
2465 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2466
2467         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2468         (gmm-image-load-path-for-library): Fix typos in docstrings.
2469         (gmm-message): Reflow docstring.
2470
2471 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2472
2473         * mail-source.el (mail-source-set-1, mail-source-bind):
2474         Move auth-source code out of the macro to clean it up and fix bugs.
2475
2476 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2477
2478         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2479         by sender if it's equal to user-mail-address, it's likely to be
2480         useless.
2481
2482         * mail-source.el (mail-source-bind): Don't use user or password if they
2483         are not bound.  Unintern them if they are nil.  Don't use server unless
2484         it's bound, and default it to empty string otherwise.
2485
2486 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2487
2488         * mail-source.el: Load auth-source.el.
2489         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2490         get user name or password, if auth-sources is set up.
2491
2492         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2493         strategy of splitting with parent.
2494         (gnus-registry-split-fancy-with-parent)
2495         (gnus-registry-post-process-groups): Use it and fix prior
2496         bug (returning a list as the split result).
2497
2498         * auth-source.el (auth-sources): Remove server parameter.
2499         (auth-source-pick, auth-source-user-or-password)
2500         (auth-source-user-or-password-imap)
2501         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2502         (auth-source-user-or-password-sftp)
2503         (auth-source-user-or-password-smtp): Remove server parameter.
2504
2505 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2506
2507         * smime.el (smime-sign-region, smime-encrypt-region)
2508         (smime-decrypt-region):
2509         Remove redundant calls to `generate-new-buffer-name'.
2510
2511 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2512
2513         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2514         Don't use QP for message/rfc822.
2515         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2516
2517 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2518
2519         * sieve-manage.el (sieve-string-bytes): Remove.
2520         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2521         correct byte-length only if the process's coding-system is the same as
2522         the one used internally by Emacs to represent strings.
2523
2524 2008-04-22  Juri Linkov  <juri@jurta.org>
2525
2526         * mailcap.el (mailcap-file-default-commands): New function.
2527
2528 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2529
2530         * message.el (message-signature-separator, message-cite-function):
2531         Change custom version.
2532
2533 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2534
2535         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2536         commands.
2537         (tls-checktrust): Ditto.
2538
2539 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2540
2541         * mm-decode.el (mm-display-external): Make temp file read-only.
2542
2543 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2544
2545         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2546         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2547         `C-c C-f d'.
2548
2549 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2550
2551         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2552
2553 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2554
2555         * gnus.el: Bump version to 0.9.
2556
2557 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2558
2559         * gnus.el: No Gnus v0.8 is released.
2560
2561 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2562
2563         * mail-source.el (mail-source-value):
2564         Prefer fboundp to functionp so it works with macros as well.
2565
2566 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2567
2568         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2569         Fix last change in case the element is not even a symbol.
2570
2571 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2572
2573         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2574         Prefer fboundp to functionp so it works with macros as well.
2575
2576 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2577
2578         * auth-source.el: Added docs.
2579         (auth-sources): Modify format to support server.
2580         (auth-source-pick, auth-source-user-or-password)
2581         (auth-source-user-or-password-imap)
2582         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2583         (auth-source-user-or-password-sftp)
2584         (auth-source-user-or-password-smtp): Add server parameter.
2585
2586 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2587
2588         * gnus-registry.el: Initialize the registry when gnus-registry-install
2589         is t.
2590
2591 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2592
2593         * compface.el (uncompface): Make buffer unibyte.
2594
2595 2008-04-05  Glenn Morris  <rgm@gnu.org>
2596
2597         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2598
2599 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2600
2601         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2602         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2603
2604         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2605         multibyteness after rather than before erasing it.
2606
2607         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2608         mm-with-multibyte.
2609         (gnus-request-article-this-buffer): Make sure the proper decoding is
2610         used if gnus-original-article-buffer happens to be unibyte.
2611
2612         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2613         default-enable-multibyte-characters.
2614
2615         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2616         default-enable-multibyte-characters.
2617
2618         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2619
2620         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2621
2622 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2623
2624         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2625         (imap-message-copyuid-1): Use it.
2626         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2627         J. Williams in
2628         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2629
2630         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2631         imap-enable-exchange-bug-workaround.
2632         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2633
2634 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2635
2636         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2637         a 100 byte status-checks into a 2-3MB transfer for each group.
2638         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2639         to enable bug workaround or not.
2640         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2641
2642 2008-03-31  Glenn Morris  <rgm@gnu.org>
2643
2644         * message.el (mml2015-use): Declare for compiler.
2645         (message-info): Require mml2015 when appropriate.
2646
2647 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2648
2649         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2650         whitespace.
2651
2652 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2653
2654         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2655         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2656         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2657         (nntp-service-to-port): New function.
2658         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2659         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2660         (nntp-open-netcat-stream): New function.
2661         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2662
2663 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2664
2665         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2666
2667 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2668
2669         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2670
2671 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2672
2673         * dns.el (dns-write): Use set-buffer-multibyte.
2674
2675 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2676
2677         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2678
2679 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2680
2681         * message.el (message-signature-separator): Change default.
2682         Improve custom type.
2683         (message-cite-function): Change default to
2684         message-cite-original-without-signature.
2685
2686         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2687         toggle.
2688
2689         * message.el (message-check-news-body-syntax): Fix signature check.
2690         (message-setup-1): Mark buffer as unmodified _after_ running
2691         message-setup-hook and handling message-alternative-emails.
2692         (message-shorten-references): Be more strict when building list of
2693         valid references to comply with GNKSA.
2694
2695         * gnus-group.el (gnus-read-ephemeral-bug-group)
2696         (gnus-read-ephemeral-debian-bug-group)
2697         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2698
2699         * message.el (message-info): Don't use booleanp which isn't supported
2700         in Emacs 21 and XEmacs.
2701
2702 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2703
2704         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2705         gnus-group-gmane-group-download-format.
2706         (gnus-group-read-ephemeral-gmane-group): Rename from
2707         gnus-group-read-ephemeral-gmane-group.
2708         (gnus-read-ephemeral-gmane-group-url): Rename from
2709         gnus-group-read-ephemeral-gmane-group-url.
2710         (gnus-bug-group-download-format-alist): New variable.
2711         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2712         (gnus-read-ephemeral-emacs-bug-group): New commands.
2713
2714 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2715
2716         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2717         (gnus-visible-headers): Improve custom type.
2718
2719 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2720
2721         * mml.el (mml-menu): Add workarounds for XEmacs.
2722
2723         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2724         X-Boundary header.
2725
2726         * message.el (message-simplify-recipients): Fix previous commit.
2727
2728 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2729
2730         * mm-util.el (mm-set-buffer-multibyte): New function.
2731         * mm-decode.el (mm-copy-to-buffer): Use it.
2732
2733 2008-03-19  Glenn Morris  <rgm@gnu.org>
2734
2735         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2736         Accidentally removed in the sync process with Emacs.
2737
2738 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2739
2740         * message.el (message-alter-recipients-discard-bogus-full-name):
2741         New function.
2742         (message-alter-recipients-function): New variable.
2743         (message-get-reply-headers): Use it.
2744         (message-replace-header): New helper function.
2745         (message-recipients-without-full-name): New variable.
2746         (message-simplify-recipients): New command.
2747
2748         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2749
2750         * message.el (message-info): Handle EasyPG manual.
2751
2752         * mml.el (mml-menu): Add entry for EasyPG.
2753
2754 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2755
2756         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2757         parameter.
2758
2759         * message.el (message-disassociate-draft): Specify drafts group name
2760         fully.
2761
2762 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2763
2764         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2765         unnecessary duplicates from the match list.
2766
2767 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2768
2769         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2770
2771         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2772
2773         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2774         args of `how-many' of which the XEmacs version doesn't take; declare
2775         Info-index-next as function.
2776
2777 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2778
2779         * gnus-score.el (gnus-score-headers): Fix handling of
2780         gnus-inhibit-slow-scoring.
2781
2782         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2783         string.
2784         (gnus-button-url-regexp): Improve handling of parenthesis.
2785         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2786         (gnus-button-handle-info-keystrokes): Handle index entries.
2787
2788 2008-03-15  Glenn Morris  <rgm@gnu.org>
2789
2790         * parse-time.el (parse-time-string): Simplify.
2791
2792 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2793
2794         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2795         Incoming* files.
2796
2797 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2798
2799         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2800         (auth-source-pick): Use it.
2801
2802 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2803
2804         * binhex.el (binhex-decode-region-internal):
2805         * uudecode.el (uudecode-decode-region-internal):
2806         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2807         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2808         setting default-enable-multibyte-characters.
2809
2810 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2811
2812         * auth-source.el (auth-source-protocols)
2813         (auth-source-protocols-customize, auth-source-choices): Added and
2814         modified variable customizations and defaults.
2815         (auth-source-pick, auth-source-user-or-password)
2816         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2817         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2818         (auth-source-user-or-password-sftp)
2819         (auth-source-user-or-password-smtp): Use new variables and provide an
2820         interface to netrc.el.
2821
2822 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2823
2824         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2825         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2826         Make sure the nntp port to specify is a string.
2827
2828 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2829
2830         * nntp.el: Use with-current-buffer.
2831         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2832         dubious mm-with-unibyte-current-buffer.
2833         (nntp-with-open-group-function): New function extracted from
2834         nntp-with-open-group macro.
2835         (nntp-with-open-group): Use the function, so it's easier to debug.
2836         Add indentation and debugging info.
2837         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2838         the use of the netcat alternatives.
2839
2840         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2841         Avoid mm-string-as-multibyte as well.
2842
2843         * nnweb.el (nnweb-insert-html):
2844         Remove use of nnheader-string-as-multibyte.
2845
2846         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2847         (nnheader-string-as-multibyte): Remove.
2848
2849         * mm-view.el: Use inhibit-read-only.
2850         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2851         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2852         or unibyte-string.
2853
2854         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2855         (mm-uu-yenc-extract): Use with-current-buffer.
2856
2857         * gnus-soup.el (gnus-soup-send-packet): Don't use
2858         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2859
2860         * nnmh.el: Use with-current-buffer.
2861         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2862         mm-string-as-multibyte on the output of mm-encode-coding-string.
2863
2864         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2865         (nnimap-request-move-article): Use with-current-buffer.
2866
2867         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2868         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2869         conversion uses string-make-unibyte rather than string-as-unibyte.
2870
2871         * gnus-msg.el: Use with-current-buffer.
2872
2873         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2874
2875 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2876
2877         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2878         string for caching if it is 'PIN.
2879
2880 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2881
2882         * lpath.el: Consider the case without Emacs/W3.
2883
2884 2008-03-08  Glenn Morris  <rgm@gnu.org>
2885
2886         * time-date.el (date-to-time, time-subtract, time-add)
2887         (safe-date-to-time): Doc fixes.
2888
2889 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2890
2891         * mail-source.el (mail-source-delete-old-incoming-confirm):
2892         Change default to nil.
2893         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2894
2895 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2896
2897         * lpath.el: Rearrange.
2898
2899         * gnus-art.el (gnus-narrow-to-page): Position point properly.
2900         (gnus-article-goto-prev-page): Work for articles having ^L's.
2901
2902         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2903
2904         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2905
2906 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2907
2908         * gnus-bookmark.el: Adjust for renames in bookmark.el.
2909         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2910         (gnus-bookmark-jump): Adjust some variable names.
2911
2912 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2913
2914         * auth-source.el: New package.
2915         (auth-source-choices): Add customization entry point variable.
2916
2917         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2918         bug.
2919
2920 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
2921
2922         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2923         (gnus-registry-initialize, gnus-registry-install-p): Use it.
2924         (gnus-registry-install-shortcuts): Rename from
2925         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
2926         the `gnus-registry-mark-map' keymap dynamically from
2927         `gnus-registry-marks'.  The generated functions update the summary line
2928         when a registry mark is added or deleted, and will call
2929         `gnus-registry-install-p' (see the comments in the code).
2930         (gnus-registry-user-format-function-M): Use concat intelligently.
2931
2932         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2933         the registry mark functions.
2934
2935 2008-03-05  Glenn Morris  <rgm@gnu.org>
2936
2937         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2938         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2939         gnus-art.
2940         (top-level): No need to load own source when compiling.
2941
2942 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2943
2944         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2945         Suggested by <chris.anderton@zetnet.co.uk>.
2946
2947 2008-03-04  Glenn Morris  <rgm@gnu.org>
2948
2949         * gnus-sum.el (top-level): No need to require gnus when compiling,
2950         since unconditionally required near start of file.
2951         (gnus-summary-display-while-building): Move definition before use.
2952
2953 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
2954
2955         * gnus-registry.el (gnus-registry-user-format-function-M): Add
2956         formatting function.
2957
2958 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
2959
2960         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2961         with plists.
2962         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2963         Use new format.
2964
2965 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2966
2967         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2968         `where-is-internal' that returns a range of key sequences.
2969
2970 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2971
2972         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2973
2974         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
2975         (gnus-summary-jump-to-group): Consider windows on other displayed
2976         frames as well.  Similar changes might be needed elsewhere, but that's
2977         the one I've bumped into during my use.
2978
2979         * nndoc.el (nndoc-oe-dbx-type-p):
2980         * gnus-msg.el (gnus-debug):
2981         * gnus-group.el (gnus-update-group-mark-positions):
2982         Use mm-string-to-multibyte.
2983
2984 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2985
2986         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
2987         doesn't handle NotDashEscaped.
2988
2989         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
2990         (mml-dnd-attach-options): Fix typo in custom choice.
2991
2992         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2993         nndoc-article-type to mbox.
2994         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2995
2996         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
2997         to nil, instead of html2text.
2998
2999         * imap.el (imap-debug): Add `imap-ping-server'.
3000
3001         * gnus-bookmark.el: Add FIXMEs.
3002
3003         * message.el (message-form-letter-separator)
3004         (message-send-form-letter-delay): New variables.
3005         (message-send-form-letter): Use them.  New command to send form
3006         letters.  Requested by Uwe Siart.
3007         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3008
3009 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3010
3011         * Update copyright years.
3012
3013 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3014
3015         Sync from EMACS_22_BASE.
3016
3017         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3018
3019 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3020
3021         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3022         empty author.
3023
3024 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3025
3026         * gnus-registry.el (gnus-registry-marks): Add variable for
3027         customization of marks and their appearance.
3028         (gnus-registry-read-mark): Use it.
3029         (gnus-registry-do-marks): Add utility function to loop through
3030         `gnus-registry-marks'.
3031         (gnus-registry-install-shortcuts-and-menus): Add function to install
3032         shortcuts and menus.
3033         (gnus-registry-initialize): Use it.
3034         (gnus-registry-default-mark): Clarify documentation.
3035
3036 2008-02-29  Glenn Morris  <rgm@gnu.org>
3037
3038         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3039         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3040         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3041         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3042         Change defcustom :version from 23.0 to 23.1.
3043
3044 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3045
3046         * gnus-registry.el (gnus-registry-follow-group-p)
3047         (gnus-registry-post-process-groups): Add functions to aid registry
3048         splitting and improve logging.  Clarify behavior in function
3049         documentation.
3050         (gnus-registry-split-fancy-with-parent): Use them.
3051
3052 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3053
3054         * gnus-art.el: Use with-current-buffer.
3055
3056 2008-02-27  David Engster  <dengste@eml.cc>
3057
3058         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3059         Express real group name in the response.
3060
3061 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3062
3063         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3064         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3065         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3066         autoload gnus-registry-fetch-group when compiling.
3067         (nnmairix-request-group-with-article-number-correction): Remove
3068         unreferenced argument passed to nnmairix-call-backend.
3069
3070 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3071
3072         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3073         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3074         Wilde.
3075
3076 2008-02-27  Glenn Morris  <rgm@gnu.org>
3077
3078         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3079         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3080         variables to defconsts.  Convert comments to doc-strings.
3081         (nnmairix-last-server, nnmairix-current-server): Convert from free
3082         variables to defvars.  Convert comments to doc-strings.
3083         (gnus-registry-fetch-group): Autoload.
3084         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3085         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3086         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3087         caddr.
3088         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3089         nnmairix-request-group-with-article-number-correction call.
3090         (nnmairix-fast, nnmairix-group): New, less general names, for free
3091         variables passed from nnmairix-request-group to
3092         nnmairix-request-group-with-article-number-correction.  Declare.
3093         (nnmairix-request-group-with-article-number-correction):
3094         Use nnmairix-fast, nnmairix-group rather than fast, group.
3095
3096 2008-02-26  David Engster  <dengste@eml.cc>
3097
3098         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3099         version 0.5.
3100
3101 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3102
3103         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3104         instead of making an extra function call.  Don't add the current group
3105         to articles only when they have the group.  Use
3106         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3107         Reported by David <de_bb@arcor.de>.
3108
3109 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3110
3111         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3112         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3113
3114 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3115
3116         * mail-source.el (mail-source-delete-incoming): Change default.
3117         Supplement doc string.
3118
3119         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3120
3121 2008-02-14  Glenn Morris  <rgm@gnu.org>
3122
3123         * time-date.el (format-seconds): New function.
3124
3125 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3126
3127         * nnmail.el (nnmail-message-id-cache-file): Derive from
3128         `gnus-home-directory'.
3129
3130 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3131
3132         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3133         Document negative prefix.
3134
3135         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3136
3137 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3138
3139         * message.el (message-unsent-separator): Add the Exim bounce
3140         separator.
3141
3142 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3143
3144         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3145         list.
3146         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3147         recipient/signer list.
3148
3149 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3150
3151         * Makefile.in (datarootdir): Define.
3152         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3153         name that might contain whitespace.
3154
3155 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3156
3157         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3158         fbound (Emacs 23 unicode), signal an error.
3159
3160 2008-02-08  Glenn Morris  <rgm@gnu.org>
3161
3162         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3163
3164 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3165
3166         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3167         ports to the calls to `netrc-machine-user-or-password' in addition to
3168         "imap" and "imaps".
3169
3170 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3171
3172         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3173
3174         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3175
3176 2008-02-01  Kenichi Handa  <handa@m17n.org>
3177
3178         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3179         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3180         (rfc2104-hash): Convert the result of concat to unibyte string.
3181
3182 2008-02-01  Dave Love  <fx@gnu.org>
3183
3184         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3185         coding-system-for-read.
3186         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3187
3188 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3189
3190         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3191         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3192         <hanche@math.ntnu.no>.
3193
3194 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3195
3196         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3197
3198         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3199
3200 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3201
3202         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3203         * message.el (message-beginning-of-line): Use featurep instead of bound
3204         tests in order to resolve conditionals at compile time.
3205
3206 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3207
3208         * mail-source.el (mail-sources): Add `group' choice.
3209
3210         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3211         parameter `in-group' to control into which group the articles go.
3212         Add treatment of `group' mail-source.
3213
3214 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3215
3216         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3217
3218         * mm-decode.el (mm-dissect-buffer): Decode description.
3219
3220         * mml.el (mml-to-mime): Encode message header first.
3221
3222 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3223
3224         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3225         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3226
3227         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3228         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3229
3230 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3231
3232         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3233
3234 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3235
3236         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3237         prefix keys.
3238         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3239         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3240         gnus-xmas.el.
3241
3242         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3243         (gnus-xmas-article-describe-bindings): New function.
3244         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3245         gnus-xmas-article-describe-bindings.
3246
3247         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3248
3249 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3250
3251         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3252         Add new variables for article mark management.
3253         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3254         list of extra data entries which, when present, will indicate that the
3255         article ID should not be trimmed from the registry.
3256         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3257         functions.
3258         (gnus-registry-read-mark): New function to read a mark name from the
3259         user.
3260         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3261         (gnus-registry-set-article-mark-internal): New functions to add and
3262         remove marks.
3263         (gnus-registry-get-article-marks): New function to show the marks for
3264         an article, or retrieve them for further use.
3265
3266 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3267
3268         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3269         keys when no argument is given.
3270
3271 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3272
3273         * imap.el (imap-ping-server): New variable.
3274         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3275         (imap-ping-server): Minor doc string fixes.
3276
3277 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3278
3279         * imap.el (imap-ping-server): New function.
3280         (imap-opened): Call imap-ping-server.
3281
3282 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3283
3284         * gnus-sum.el (gnus-article-sort-by-random)
3285         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3286         jidanni@jidanni.org.
3287
3288 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3289
3290         * gnus-art.el (gnus-article-describe-bindings): New function.
3291         (gnus-article-read-summary-keys): Use it.
3292         (gnus-article-mode-map): Bind `C-h b' to it.
3293
3294 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3295
3296         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3297         XEmacs.
3298         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3299         against non-character events.
3300
3301         * lpath.el: Fbind map-keymap for Emacs 21.
3302
3303 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3304
3305         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3306         command.
3307         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3308         instead of END.  Change name of the temp file.
3309         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3310         customizable.
3311
3312 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3313
3314         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3315         bind `S W' to gnus-article-wide-reply-with-original; set default
3316         binding to gnus-article-read-summary-send-keys.
3317         (gnus-article-read-summary-keys): Fix the order of keys; display
3318         continuation keys correctly in the echo area; describe bindings
3319         correctly when keys end with `C-h'.
3320         (gnus-article-read-summary-send-keys): New function.
3321         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3322         for gnus-article-read-summary-send-keys; display continuation keys
3323         correctly in the echo area.
3324         (gnus-article-reply-with-original): Ignore prefix argument.
3325         (gnus-article-wide-reply-with-original): New function.
3326
3327         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3328         Emacs 21.
3329
3330 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3331
3332         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3333         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3334
3335 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3336
3337         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3338         (gnus-group-read-ephemeral-gmane-group): New command.
3339
3340 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3341
3342         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3343
3344 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3345
3346         * message.el (message-send-mail-function): Increase custom version.
3347
3348         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3349         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3350
3351 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3352
3353         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3354         for the cases where imap-authenticate is called with a nil buffer
3355         parameter.
3356
3357 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3358
3359         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3360         html parts correctly; support forwarded messages.
3361         (gnus-article-browse-html-article): Remove work buffers.
3362
3363         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3364         compiling.
3365         (netrc-bound-and-true-p): New macro.
3366         (netrc-parse): Use it instead of bound-and-true-p that is not available
3367         in XEmacs 21.4.
3368
3369 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3370
3371         * gnus-registry.el (gnus-registry-mark-article)
3372         (gnus-registry-article-marks): Add functionality to mark articles
3373         through the Gnus registry.
3374
3375         * encrypt.el: Clarify documentation for the new pgg method.
3376         (encrypt-file-alist): Add PGG option.
3377         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3378         functionality.  Abstract password key and messaging to external
3379         functions.
3380         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3381         (encrypt-message-method-and-cipher): Add new convenience external
3382         functions.
3383         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3384         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3385
3386         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3387         (netrc-parse): Use encrypt-file-alist to determine if
3388         encrypt-find-model or encrypt-insert-file-contents should be used.
3389
3390         * encrypt.el: Clarify documentation.  Load password-cache or
3391         password, whichever one is found first, instead of autoloading.
3392
3393 2007-12-19  Glenn Morris  <rgm@gnu.org>
3394
3395         * mml.el (message-options-set, message-narrow-to-head)
3396         (message-in-body-p, message-mail-p, message-encode-message-body):
3397         Autoload.
3398         (message-remove-header, message-narrow-to-headers-or-head)
3399         (message-subscribed-p, message-make-mail-followup-to)
3400         (message-position-on-field, message-news-p)
3401         (message-options-set-recipient, message-generate-headers)
3402         (message-sort-headers): Declare as functions.
3403
3404 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3405
3406         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3407         convention in doc string.
3408
3409 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3410
3411         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3412         title to html parts.
3413         (gnus-article-browse-html-article): Pass message header to it.
3414
3415         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3416
3417 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3418
3419         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3420         or password compatible with XEmacs.
3421
3422 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3423
3424         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3425         format document.
3426         (gnus-mime-delete-part): Don't write description line if empty.
3427         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3428
3429 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
3430
3431         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3432         (gnus-summary-mark-read-and-unread-as-read)
3433         (gnus-summary-mark-current-read-and-unread-as-read)
3434         (gnus-summary-mark-unread-as-ticked): Doc fix.
3435         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3436
3437 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3438
3439         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3440         Christoph Conrad <christoph.conrad@gmx.de>.
3441
3442 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3443
3444         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3445         yes-or-no-p.
3446
3447 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3448
3449         * mm-decode.el (mm-add-meta-html-tag): New function.
3450         (mm-save-part-to-file, mm-pipe-part): Use it.
3451
3452         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3453         gnus-y-or-n-p instead of y-or-n-p.
3454         (gnus-article-browse-html-parts): Work with message/external-body; use
3455         mm-add-meta-html-tag.
3456
3457 2007-12-11  Glenn Morris  <rgm@gnu.org>
3458
3459         * gnus-cache.el: Require gnus-sum not just when compiling.
3460
3461         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3462
3463         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3464         definitions before use.
3465
3466         * mm-decode.el: Require gnus-util.
3467         (mm-remove-part): Only call delete-annotation on XEmacs.
3468
3469         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3470
3471         * nnmail.el: Require gnus-int.
3472
3473         * spam.el: Move `require's before `eval-when-compile's.
3474
3475         * gnus-ems.el (gnus-alive-p):
3476         * gnus-fun.el (message-goto-eoh):
3477         * gnus-util.el (gnus-group-name-decode):
3478         * mail-source.el (gnus-compress-sequence):
3479         * message.el (Info-goto-node, format-spec):
3480         * mm-bodies.el (message-options-get):
3481         * mm-decode.el (mm-view-pkcs7):
3482         * mm-util.el (gmm-write-region):
3483         * mml-smime.el (mml-compute-boundary)
3484         (gnus-completing-read-with-default):
3485         * mml.el (widget-button-press, gnus-make-hashtable):
3486         * mml1991.el (mm-decode-content-transfer-encoding)
3487         (mm-encode-content-transfer-encoding)
3488         (message-options-get, message-options-set):
3489         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3490         * nnfolder.el (gnus-request-group):
3491         * nnheader.el (ietf-drums-unfold-fws):
3492         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3493         * smime.el (gnus-run-mode-hooks):
3494         * spam-stat.el (gnus-message): Autoload.
3495
3496         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3497         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3498         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3499         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3500         Add declare-function compatibility definition.
3501
3502         * gnus-cache.el (nnvirtual-find-group-art):
3503         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3504         (gnus-add-image, gnus-add-wash-type):
3505         * gnus-group.el (nnkiboze-score-file):
3506         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3507         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3508         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3509         (message-tokenize-header, gnus-get-buffer-create)
3510         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3511         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3512         * gnus.el (gnus-group-decoded-name):
3513         * mail-source.el (imap-capability):
3514         * mm-bodies.el (message-options-set):
3515         * mm-decode.el (gnus-configure-windows):
3516         * mm-extern.el (message-goto-body):
3517         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3518         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3519         (epg-sub-key-validity, message-options-set):
3520         * mml.el (widget-event-point, gnus-configure-windows):
3521         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3522         * mml2015.el (epg-check-configuration, epg-configuration)
3523         (message-options-set):
3524         * nndb.el (nndb-request-article):
3525         * nnfolder.el (gnus-request-create-group):
3526         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3527         * nnmaildir.el (gnus-group-mark-article-read):
3528         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3529         * rfc1843.el (message-fetch-field):
3530         * spam.el (gnus-extract-address-components):
3531         Declare as functions.
3532
3533 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3534
3535         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3536
3537         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3538
3539         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3540         bind show-trailing-whitespace for XEmacs.
3541
3542 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3543
3544         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3545         new no-op macro for backward compatibility.
3546
3547         * imap.el (imap-string-to-integer): New function.
3548
3549 2007-12-09  Glenn Morris  <rgm@gnu.org>
3550
3551         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3552
3553         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3554         * message.el, mm-view.el, sieve-manage.el, smime.el:
3555         Add declare-function compatibility definition.
3556
3557         * gnus-art.el (w3-region, w3m-region, Info-menu):
3558         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3559         * gnus-sum.el (gnus-get-predicate):
3560         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3561         * message.el (mail-abbrev-in-expansion-header-p):
3562         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3563         (w3m-detect-meta-charset, w3m-region):
3564         * sieve-manage.el (password-read, password-cache-add)
3565         (password-cache-remove):
3566         * smime.el (password-read-and-add): Declare as functions.
3567
3568 2007-12-08  David Kastrup  <dak@gnu.org>
3569
3570         * gnus-sum.el (gnus-summary-simplify-subject-query):
3571         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3572         `message'.
3573
3574 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3575
3576         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3577         it to bind idna-program, installation-directory, defined-colors, and
3578         face-attribute for XEmacs of the version that compiles defcustom forms.
3579
3580 2007-12-07  Glenn Morris  <rgm@gnu.org>
3581
3582         * gnus-art.el (article-make-date-line): Revert previous change.
3583
3584 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3585
3586         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3587
3588 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3589
3590         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3591         Call gnus-add-to-range ranges only once with a prepared article-list.
3592
3593 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3594
3595         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3596         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3597         group names with backslashes.  Reported by Tassilo Horn
3598         <tassilo@member.fsf.org>.
3599
3600 2007-12-06  Deepak Goel  <deego3@gmail.com>
3601
3602         * gnus-art.el (article-make-date-line):
3603         * gnus-start.el (gnus-load):
3604         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3605
3606 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3607
3608         * gnus-art.el (gnus-use-idna)
3609         * gnus-start.el (gnus-site-init-file)
3610         * message.el (message-use-idna)
3611         * mm-uu.el (mm-uu-hide-markers)
3612         * smiley.el (smiley-style): Revert changes that suppress warnings.
3613
3614 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3615
3616         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3617         specify charset to html source.  Reported by Christoph Conrad
3618         <christoph.conrad@gmx.de>.
3619
3620 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3621
3622         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3623         idna-program in order to suppress byte compile warning issued by XEmacs
3624         that came to byte compile the default value section of defcustom forms
3625         recently.
3626
3627         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3628         value of installation-directory.
3629
3630         * message.el (message-use-idna): Don't directly refer to the value of
3631         idna-program.
3632
3633         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3634
3635         * smiley.el (smiley-style): Don't directly call face-attribute.
3636
3637 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3638
3639         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3640
3641         * gnus-dired.el: Reduce Gnus dependencies.
3642         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3643         require.  Use autoloads instead.
3644         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3645         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3646         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3647         (gnus-dired-mode): Adjust doc string.
3648         (gnus-dired-mail-mode): New variable.
3649         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3650         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3651         (gnus-dired-mail-buffers): New function.  Return mail or message
3652         composition buffers.
3653         (gnus-dired-attach): Use it.
3654         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3655         NO-DECODE.
3656         (gnus-dired-print): Use `gnus-print-buffer' depending on
3657         `gnus-dired-mail-mode'.
3658
3659 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * rfc2047.el (rfc2047-encoded-word-regexp)
3662         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3663         explaining what regexp patterns are for.
3664
3665 2007-12-04  Glenn Morris  <rgm@gnu.org>
3666
3667         * password.el: Move to password-cache.el.
3668
3669         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3670         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3671         * mml-smime.el (password-read, password-cache-add)
3672         (password-cache-remove):
3673         No need to autoload, since mml-sec requires password.
3674
3675         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3676         * message.el (gnus-extract-address-components):
3677         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3678
3679         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3680         password.
3681
3682 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3683
3684         * mailcap.el: Reduce dependencies.
3685         (mail-header-parse-content-type): Autoload.
3686         (mailcap-delete-duplicates): New alias.
3687         (mailcap-mime-info): Add optional argument NO-DECODE.
3688         (mailcap-mime-types): Use mailcap-delete-duplicates.
3689
3690         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3691
3692 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3693
3694         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3695         (imap-parse-status): Upcase status-att for servers that sends them
3696         lower-case (e.g., MS Exchange 2007).
3697
3698 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3699
3700         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3701         function.
3702
3703         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3704         (gnus-uu-yenc-article): New function.
3705
3706         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3707
3708         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3709         buffer.
3710
3711 2007-12-02  Glenn Morris  <rgm@gnu.org>
3712
3713         * binhex.el (binhex): New custom group.
3714         (binhex-decoder-program, binhex-decoder-switches)
3715         (binhex-use-external): Move to the binhex custom group.
3716
3717         * uudecode.el (uudecode): New custom group.
3718         (uudecode-decoder-program, uudecode-decoder-switches)
3719         (uudecode-use-external): Move to the uudecode custom group.
3720
3721         * netrc.el (top-level): Don't load `encrypt' features.
3722         (netrc-parse): Don't use encrypt.
3723         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3724
3725         * encrypt.el: Remove file.
3726
3727 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3728
3729         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3730         matches on patches.
3731
3732         * gnus-art.el (gnus-article-browse-html-article): Mention
3733         `mm-text-html-renderer' in the doc string.
3734
3735         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3736         string.  Add comments.
3737
3738         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3739         if rhs is ASCII.
3740
3741 2007-12-01  Glenn Morris  <rgm@gnu.org>
3742
3743         * mail-source.el (top-level): Require format-spec before
3744         eval-when-compile.
3745
3746 2007-11-30  Glenn Morris  <rgm@gnu.org>
3747
3748         * encrypt.el: Require password, rather than autoloading password-read.
3749
3750 2007-11-29  Glenn Morris  <rgm@gnu.org>
3751
3752         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3753         (sasl-make-client, sasl-next-step, sasl-step-data)
3754         (sasl-step-set-data): Declare as functions.
3755
3756 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3757
3758         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3759
3760 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3761
3762         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3763         certs should be verified and what is to be done in the event of a
3764         verification failure.
3765
3766         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3767         caller can indicate whether the cache should be disregarded for this
3768         call.  This way the result of the call is reproducible at all times and
3769         can be considered a canonical server name for the supplied method.
3770         (gnus-agent-method-p): Canonicalize server names by pushing their
3771         method through `gnus-method-to-server' using the no-cache argument.
3772
3773         * gnus-srvr.el (gnus-server-insert-server-line): Call
3774         `gnus-method-to-server' with `no-cache' argument.
3775
3776         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3777         gnus-agent-possibly-synchronize-flags as this should be called when the
3778         server is actually being opened.
3779         (gnus-agent-possibly-synchronize-flags)
3780         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3781         flags file of an agentized server to the latter function.
3782
3783         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3784         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3785         after a connection has been established successfully.
3786
3787 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3788
3789         * gnus-art.el (article-display-face): Force to display face if called
3790         interactively; check if gnus-article-x-face-too-ugly matches author.
3791         (article-display-x-face): Display face even if From header is missing
3792         as article-display-face does.
3793
3794 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3795
3796         * hashcash.el (message-narrow-to-headers-or-head)
3797         (message-fetch-field, message-goto-eoh)
3798         (message-narrow-to-headers): Declare as functions.
3799
3800 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3801
3802         * mail-source.el (mail-sources): Default to fetch from file for
3803         compatibility with default of nnmail-spool-file.
3804
3805 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3806
3807         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3808         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3809         to look for encoded word that should be encoded again.
3810         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3811         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3812         encoding pattern.
3813         (rfc2047-decode-region): Switch strict regexp and loose one according
3814         to rfc2047-allow-irregular-q-encoded-words.
3815
3816 2007-11-25  Romain Francoise  <romain@orebokech.com>
3817
3818         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3819
3820 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3821
3822         * tls.el (tls-program): Provide more custom choices from
3823         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3824         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3825
3826 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3827
3828         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3829         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3830
3831         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3832         `nnmail-spool-file'.
3833
3834         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3835         `nnmail-spool-file'.
3836
3837         * gnus-move.el (gnus-change-server): Ditto.
3838
3839         * gnus-kill.el (gnus-batch-score): Ditto.
3840
3841         * gnus-cache.el (gnus-jog-cache): Ditto.
3842
3843         * gnus-msg.el (gnus-summary-reply):
3844         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3845
3846 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3847
3848         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3849         version.  Minor improvement to doc strings.
3850         (tls-program): Add comment.
3851
3852 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3853
3854         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3855         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3856         mismatch between the hostname provided in the certificate and the name
3857         of the host connnecting to.
3858         (open-tls-stream): Use them.  Check certificates against trusted root
3859         certificates.
3860
3861 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3862
3863         * gnus-cache.el (gnus-cache-generate-nov-databases):
3864         Use nnml-generate-nov-databases-directory instead of
3865         nnml-generate-nov-databases-1.
3866
3867 2007-11-24  Glenn Morris  <rgm@gnu.org>
3868
3869         * message.el (message-tool-bar-retro): Update for rename
3870         mail_send.xpm->mail-send.xpm.
3871
3872 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3873
3874         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3875         `smime-ldap-search' for Emacs 22 and up.
3876
3877 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3878
3879         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3880
3881         * message.el (message-send-mail-function): Fix error convention.
3882         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3883         (message-widen-reply, message-send-mail, message-talkative-question)
3884         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3885         (message-clone-locals, message-send-news): Use with-current-buffer.
3886         (message-insert-or-toggle-importance): Remove unused var `valid'.
3887         (message-make-references): Remove unused var `new-references'.
3888         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3889
3890 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3891
3892         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3893         (spam-split-symbolic-return-positive): Reflow docstring.
3894         (spam-backends, spam-summary-exit-behavior)
3895         (spam-mark-ham-unread-before-move-from-spam-group)
3896         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3897         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3898         (spam-clear-cache, spam-backend-check, spam-install-backend)
3899         (spam-install-statistical-backend, spam-list-of-processors)
3900         (spam-group-processor-p, spam-split, spam-bogofilter-score)
3901         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3902         (spam-check-crm114, spam-initialize, spam-unload-hook):
3903         Fix typos in docstrings.
3904
3905 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3906
3907         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3908         been checked if they have never been read and those group levels are
3909         higher than the one that a user specified.
3910
3911 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3914         foreign groups unless a group level is specified by a user.
3915         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3916
3917 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
3918
3919         * message.el (message-send-mail-function): Require sendmail.
3920
3921 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
3922
3923         * message.el (message-send-mail-function): Check for smtpmail too.
3924
3925         * utf7.el (utf7-encode, utf7-decode): Use coding system
3926         `utf-7'/`utf-7-imap' from utf-7.el' if available.
3927
3928         * message.el (message-send-mail-function): New function.
3929         (message-send-mail-function): Set default using
3930         message-send-mail-function.  Adjust doc string.
3931         (message-send-mail-with-mailclient): New function.
3932
3933 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3934
3935         * smime.el (from):
3936         * rfc2047.el (message-posting-charset):
3937         * qp.el (mm-use-ultra-safe-encoding):
3938         * pop3.el (parse-time-months):
3939         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3940         * nnml.el (files):
3941         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3942         (jka-compr-compression-info-list, ange-ftp-path-format)
3943         (efs-path-regexp):
3944         * nndiary.el (files):
3945         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3946         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3947         (epg-digest-algorithm-alist, inhibit-redisplay)
3948         (password-cache-expiry):
3949         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3950         (pgg-output-buffer, password-cache-expiry):
3951         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3952         (efs-path-regexp):
3953         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3954         (inhibit-redisplay):
3955         * mm-uu.el (file-name, start-point, end-point, entry)
3956         (gnus-newsgroup-name, gnus-newsgroup-charset):
3957         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3958         (latin-unity-ucs-list):
3959         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3960         (mm-uu-binhex-decode-function):
3961         * message.el (gnus-message-group-art, gnus-list-identifiers)
3962         (rmail-enable-mime-composing, gnus-local-organization)
3963         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3964         (gnus-read-active-file, facemenu-add-face-function)
3965         (facemenu-remove-face-function, gnus-article-decoded-p)
3966         (tool-bar-mode):
3967         * mail-source.el (display-time-mail-function):
3968         * gnus-util.el (nnmail-pathname-coding-system)
3969         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3970         (gnus-original-article-buffer, gnus-user-agent)
3971         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3972         (xemacs-codename, sxemacs-codename, emacs-program-version):
3973         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3974         * gnus-start.el (gnus-agent-covered-methods)
3975         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3976         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3977         (gnus-newsgroup-headers, gnus-group-list-mode)
3978         (gnus-group-mark-positions, gnus-newsgroup-data)
3979         (gnus-newsgroup-unreads, nnoo-state-alist)
3980         (gnus-current-select-method, mail-sources)
3981         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3982         (nnmail-spool-file, gnus-cache-active-hashtb):
3983         * gnus-mh.el (mh-lib-progs):
3984         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3985         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3986         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3987         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3988         (gnus-group-buffer):
3989         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3990         (font-lock-set-defaults):
3991         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3992         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3993         (gnus-summary-post-menu, total-parts, type, condition, length):
3994         * gnus-agent.el (gnus-agent-read-agentview):
3995         * flow-fill.el (show-trailing-whitespace):
3996         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3997         eval-and-compile wrappers for byte compiler pacifiers.
3998
3999         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4000         (mm-display-inline-fontify): Check for featurep 'xemacs not
4001         extent-list.
4002
4003         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4004         itimer-list.
4005         (mm-create-image-xemacs): Only do something for XEmacs.
4006         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4007
4008         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4009
4010         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4011         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4012
4013 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4014
4015         * nnimap.el (nnimap-split-download-body):
4016         * gnus-demon.el (gnus-demon):
4017         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4018
4019 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4020
4021         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4022         macros.
4023         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4024         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4025         copy data from unibyte buffer to multibyte current buffer.
4026         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4027         to copy data from unibyte current buffer to multibyte buffer.
4028         (nntp-make-process-buffer): Make process buffer unibyte.
4029
4030         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4031
4032 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4033
4034         * pop3.el (pop3-open-server): Accept and process data more robustly at
4035         connexion start to avoid spurious "POP SSL connexion failed" errors.
4036
4037 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4038
4039         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4040         read group names.
4041
4042 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4043
4044         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4045
4046 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4047
4048         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4049         (nnmail-save-active): Use a unibyte buffer when saving active file,
4050         which may contain non-ASCII group names.
4051
4052         * nnml.el (nnml-request-group): Decode group names in messages.
4053
4054 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4055
4056         * message.el (message-citation-line-function)
4057         (message-insert-formatted-citation-line): Fix spelling of
4058         `message-insert-formated-citation-line'.
4059
4060 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4061
4062         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4063
4064 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4065
4066         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4067         nnmail-pathname-coding-system.
4068
4069         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4070         that a user enters; decode group names in messages.
4071
4072         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4073
4074 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4075
4076         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4077
4078         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4079
4080         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4081         risky local variable.
4082
4083         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4084
4085 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4086
4087         * encrypt.el: Improve documentation to fix function name typo.
4088         Reported by Daiki Ueno <ueno@unixuser.org>.
4089
4090 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4091
4092         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4093         even if the point is not in the last page of an article.
4094         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4095         back to the previous page.
4096
4097 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4098
4099         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4100
4101 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4102
4103         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4104
4105 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4106
4107         * message.el (message-check-news-body-syntax): Avoid
4108         mm-string-as-multibyte.
4109         (message-hide-headers): Don't assume (point-min)==1.
4110
4111 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4112
4113         * message.el (message-remove-blank-cited-lines): Fix if remove is
4114         given.
4115         (message-bogus-address-regexp): New variable.
4116         (message-bogus-recipient-p): New function.
4117         (message-check-recipients): New command.
4118         (message-syntax-checks): Add `bogus-recipient'.
4119         (message-fix-before-sending): Add `bogus-recipient'.
4120
4121         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4122         (gnus-treat-body-boundary): Don't test window-system.
4123
4124 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4125
4126         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4127
4128 2007-10-28  Miles Bader  <miles@gnu.org>
4129
4130         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4131         at compile-time too.
4132
4133 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4134
4135         * gnus-msg.el (gnus-message-setup-hook): Add
4136         `message-remove-blank-cited-lines' to options.
4137
4138 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4139
4140         * message.el (message-remove-blank-cited-lines): New function.
4141         Suggested by Karl Plästerer.
4142
4143 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4144
4145         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4146         mapc.
4147
4148         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4149         (top-level): Use mapc to set functions to be traced for debugging.
4150
4151         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4152         called for effect with while loop.
4153
4154         * message.el (message-talkative-question): Replace mapcar called for
4155         effect with mapc.
4156
4157         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4158         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4159         called for effect with dolist.
4160
4161         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4162
4163         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4164         gnus-extra-headers and nnmail-extra-headers.
4165
4166         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4167         called for effect with dolist.
4168         (top-level): Use mapc to set functions to be traced for debugging.
4169
4170         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4171         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4172         dolist.
4173
4174         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4175         Replace mapcar called for effect with mapc.
4176         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4177         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4178         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4179         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4180
4181         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4182         remove-if that's a cl function.
4183
4184         * webmail.el (webmail-debug): Replace mapcar called for effect with
4185         dolist.
4186
4187         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4188         with mapc.
4189
4190 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4193         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4194         with while loop.
4195
4196         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4197         functions from article-* functions.
4198         (gnus-multi-decode-header): Replace mapcar called for effect with
4199         dolist.
4200
4201         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4202         (gnus-bookmark-show-details): Replace mapcar called for effect with
4203         while loop.
4204
4205         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4206         called for effect with while loop.
4207
4208         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4209         with dolist.
4210
4211         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4212         mapcar called for effect with dolist.
4213
4214         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4215
4216         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4217         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4218         Replace mapcar called for effect with dolist.
4219         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4220         mapc.
4221
4222         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4223         Replace mapcar called for effect with dolist.
4224         (gnus-topic-list): Replace mapcar called for effect with mapc.
4225
4226         * gnus.el: Use mapc instead of mapcar to add autoloads.
4227
4228 2007-10-23  Richard Stallman  <rms@gnu.org>
4229
4230         * gnus-group.el (gnus-group-highlight): Mark as risky.
4231
4232 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4233
4234         * gnus.el (gnus-server-to-method): Return method found first in
4235         gnus-newsrc-alist.
4236
4237         * gnus-art.el (gnus-article-highlight-signature)
4238         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4239         button overlay without the front stickiness.
4240
4241 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4242
4243         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4244         overview buffer needed a catch to receive its throw.
4245         (gnus-agent-flush-cache): Declared as interactive to make this function
4246         easier to use.
4247
4248 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4249
4250         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4251         `next-line'.
4252
4253 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4254
4255         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4256         exclude address matching message-dont-reply-to-names.
4257
4258 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4259
4260         * gnus-util.el (gnus-string<): New function.
4261
4262         * gnus-sum.el (gnus-article-sort-by-author)
4263         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4264
4265 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4266
4267         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4268         the frame-focus tag is set in gnus-buffer-configuration.
4269
4270 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4271
4272         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4273         the front stickiness.
4274
4275 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4276
4277         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4278         url pattern; remove duplicate one.
4279         (gnus-article-extend-url-button): New function.
4280         (gnus-article-add-buttons): Use it.
4281         (gnus-button-push): Use concatenated url that it makes.
4282
4283 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4284
4285         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4286
4287 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4288
4289         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4290         Don't hardcode point-min==1.
4291
4292 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4293
4294         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4295         Fix comment about "iso8859-1".
4296
4297 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4298
4299         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4300         ones returned from the verify-function.
4301
4302         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4303         mml2015-extract-cleartext-signature if extraction failed.
4304
4305 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4306
4307         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4308         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4309         failed.
4310
4311 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4312
4313         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4314
4315 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4316
4317         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4318         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4319         recommends to use EasyPG instead of PGG.
4320
4321         * pgg.el: Revert to revision 6.23.2.16.
4322
4323         * pgg-def.el: Revert to revision 6.6.2.14.
4324
4325         * pgg-gpg.el: Revert to revision 6.23.2.34.
4326
4327 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4328
4329         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4330         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4331         thread for both the null and zero (kill/expire thread) universal prefix
4332         cases.
4333         (gnus-summary-expire-thread): Add new function to expire a thread,
4334         using gnus-summary-kill-thread.
4335         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4336         shortcuts for gnus-summary-expire-thread.
4337         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4338         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4339
4340 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4341
4342         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4343         extras value, so an extras entry can be deleted.
4344         (gnus-registry-delete-extra-entry): Use it.
4345         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4346         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4347         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4348         storage through the gnus-registry, and provide an appropriate API for
4349         it.
4350
4351 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4352
4353         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4354         Suggested by Leo <sdl.web@gmail.com>.
4355
4356         * gnus.el: Do.
4357
4358 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4359
4360         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4361         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4362
4363         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4364
4365         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4366         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4367
4368 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4369
4370         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4371         newline.
4372         (nnmbox-request-accept-article): Don't change article in source buffer;
4373         narrow to header to use message-fetch-field rather than
4374         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4375         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4376         as delimiters; make sure article ends with newline.
4377         (nnmbox-delete-mail): Correct last position of article to be deleted;
4378         ignore X-Gnus-Newsgroup header in article body.
4379         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4380         positions; make sure article ends with newline.
4381
4382         * message.el (message-display-abbrev): Don't infloop when a user
4383         inserts SPC in the beginning of header.
4384
4385         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4386         coding-system-for-read and coding-system-for-write for XEmacs having no
4387         file-coding feature.
4388
4389         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4390
4391 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4392
4393         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4394         list of groups not followed by default.  Fix type to be regexp.
4395         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4396
4397 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4398
4399         * hmac-def.el (define-hmac-function): Switch from old-style to
4400         new-style backquotes.
4401
4402         * md4.el (md4-make-step): Likewise.
4403
4404 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4405
4406         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4407         raw-text coding system when saving .newsrc file, which may contain
4408         non-ASCII group names.
4409
4410 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4411
4412         * gnus-cus.el (gnus-score-extra): New widget.
4413         (gnus-score-extra-convert): New function.
4414         (gnus-score-customize): Use it for Extra.
4415
4416 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4417
4418         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4419         (mml2015-mailcrypt-clear-verify): Use it.
4420         (mml2015-gpg-clear-verify): Use it.
4421         (mml2015-pgg-clear-verify): Use it.
4422         (mml2015-epg-clear-verify): Replace the current part with the output
4423         from GnuPG; don't extract the plaintext by itself.
4424
4425         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4426         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4427         mml2015-clear-verify-function; don't touch the armor headers or
4428         dash-escaped text here.
4429
4430 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4431
4432         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4433         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4434         parts, or application/octet-stream as a last resort.
4435         (gnus-mime-view-part-as-type): Don't toggle display.
4436         (gnus-mime-view-part-as-charset): Don't turn off display before
4437         querying charset.
4438
4439         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4440         stuff to undisplayer function in Emacs.
4441         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4442
4443         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4444         text/calendar parts.
4445
4446 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4447
4448         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4449         decoding text/calendar parts.
4450
4451         * message.el (message-forward-make-body-mime): Always mark body as
4452         having no illegible text; remove signed-or-encrypted argument.
4453         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4454
4455         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4456         (mml-generate-mime-1): Don't encode body if it is specified to be in
4457         raw form; don't make buffer be unibyte when inserting multibyte string.
4458
4459 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4460
4461         * sha1.el: Fix up comment style.
4462         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4463         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4464
4465         * hex-util.el: Fix up comment style.
4466         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4467
4468         * gnus-salt.el: Use with-current-buffer.
4469         (gnus-pick-setup-message): Fix long-standing typo.
4470
4471 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4472
4473         * imap.el (imap-logout-timeout): New variable.
4474         (imap-logout, imap-logout-wait): New functions.
4475         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4476
4477         * nnimap.el (nnimap-logout-timeout): New server variable.
4478         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4479         nnimap-logout-timeout.
4480
4481         * gnus-art.el (gnus-article-summary-command-nosave)
4482         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4483
4484 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4485
4486         * gnus.el (gnus-maximum-newsgroup): New variable.
4487
4488         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4489         according to gnus-maximum-newsgroup.
4490
4491         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4492         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4493         Limit the range of articles according to gnus-maximum-newsgroup.
4494
4495 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4496
4497         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4498         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4499         Don't perform gnus-configure-windows here; reuse existing sticky
4500         article buffer.
4501
4502         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4503         it doesn't exist in gnus-article-mode.
4504
4505 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4506
4507         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4508         (gnus-agent-decoded-group-name): New function.
4509         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4510         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4511
4512 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4513
4514         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4515         Add binding for gnus-sticky-article.
4516         (gnus-summary-exit): Don't kill sticky article buffers.
4517
4518         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4519         article buffer.
4520         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4521         (gnus-kill-sticky-article-buffers): New commands.
4522
4523 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4524
4525         * nntp.el (nntp-xref-number-is-evil): New server variable.
4526         (nntp-find-group-and-number): If it is non-nil, don't trust article
4527         numbers in the Xref header.
4528
4529 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4530
4531         * gnus-agent.el (gnus-agent-read-group): New function.
4532         (gnus-agent-flush-group, gnus-agent-expire-group)
4533         (gnus-agent-regenerate-group): Use it.
4534         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4535         nnmail-pathname-coding-system.
4536
4537 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4538
4539         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4540
4541         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4542         that are unread as unread, and also as selected so that information of
4543         marks having been changed by a user may be updated when exiting group.
4544
4545 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4548         calculated ignoring signature parts to gnus-treat-article.
4549
4550 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4551
4552         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4553         a point here in order to keep the window start.
4554         (gnus-insert-mime-security-button): Make a button overlay without the
4555         front stickiness.
4556         (gnus-mime-display-security): Goto the end of a button.
4557
4558         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4559
4560 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4561
4562         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4563         group-name-at-point.
4564         (gnus-group-completing-read): New function that offers decoded
4565         non-ASCII group names for completion.
4566         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4567         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4568         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4569         (gnus-group-fetch-control): Use it.
4570         (gnus-fetch-group): Use group-name-at-point for the initial value
4571         rather than the default value; use gnus-alive-p.
4572
4573         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4574         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4575         (gnus-summary-post-news): Use gnus-group-completing-read.
4576
4577         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4578         (gnus-read-move-group-name): Decode group name for completion.
4579
4580 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4581
4582         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4583         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4584         Yamaoka slightly modified the code).
4585
4586 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4587
4588         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4589         (nnmail-split-incoming): Bind it.
4590
4591         * nnml.el (nnml-group-name-charset): New function.
4592         (nnml-decoded-group-name): Use it; don't decode group name if
4593         nnmail-group-names-not-encoded-p is non-nil.
4594         (nnml-encoded-group-name): New function.
4595         (nnml-group-pathname): Inline nnml-decoded-group-name.
4596         (nnml-request-expire-articles): Decode group name in message.
4597         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4598         nnmail-pathname-coding-system.
4599         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4600         not decoded ones according to nnmail-group-names-not-encoded-p.
4601         (nnml-generate-active-info): Use nnml-encoded-group-name.
4602
4603 2007-08-08  Glenn Morris  <rgm@gnu.org>
4604
4605         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4606         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4607         doc-strings and comments.
4608
4609 2007-07-25  Glenn Morris  <rgm@gnu.org>
4610
4611         * Relicense all FSF files to GPLv3 or later.
4612
4613 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4614
4615         * gnus-sum.el (gnus-summary-move-article): Make
4616         gnus-summary-respool-article work.
4617
4618 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4619
4620         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4621         string.
4622
4623 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4624
4625         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4626         that should be ignored when comparing distant RSS articles with local
4627         ones.
4628         (nnrss-make-hash-index): New function.  Create a hash index according
4629         to the ignored fields.
4630         (nnrss-check-group): Use it.
4631
4632 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4635
4636         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4637
4638         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4639         the new optional argument ENCODED is non-nil.
4640         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4641         coding system for encoding group name.
4642         (gnus-group-make-rss-group): Pass un-encoded group name to
4643         gnus-group-make-group.
4644         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4645         encoded.
4646
4647         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4648         Encode group name to which articles are moved or copied.
4649         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4650         coding system for encoding Newsgroup, Followup-To and Xref headers.
4651
4652         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4653         marks; use nnheader-file-coding-system to write a file.
4654         (nnagent-retrieve-headers): Bind file-name-coding-system to
4655         nnmail-pathname-coding-system.
4656
4657         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4658
4659         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4660         (nnml-request-article, nnml-request-create-group)
4661         (nnml-request-rename-group, nnml-find-id)
4662         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4663         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4664         (nnml-save-marks): Use nnml-group-pathname instead of
4665         nnmail-group-pathname.
4666
4667         (nnml-request-create-group, nnml-request-expire-articles)
4668         (nnml-request-move-article, nnml-request-delete-group)
4669         (nnml-deletable-article-p, nnml-possibly-create-directory)
4670         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4671         (nnml-open-marks): Bind file-name-coding-system to
4672         nnmail-pathname-coding-system.
4673
4674         (nnml-request-article): Pass server argument to nnml-find-group-number.
4675         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4676         server argument to nnml-possibly-create-directory.
4677         (nnml-request-accept-article): Pass server argument to
4678         nnml-active-number and nnml-save-mail.
4679         (nnml-find-group-number): Pass server argument to nnml-find-id.
4680         (nnml-request-update-info): Pass server argument to
4681         nnml-marks-changed-p.
4682
4683         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4684         (nnml-save-mail, nnml-active-number): Add server argument.
4685
4686         (nnml-request-delete-group): Warn if group is missing.
4687         (nnml-get-nov-buffer): Decode group name.
4688         (nnml-generate-active-info): Encode group name.
4689         (nnml-open-marks): Decode group name in messages.
4690
4691 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4692
4693         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4694         if it is not specified.
4695         (gnus-article-pipe-part, gnus-article-save-part)
4696         (gnus-article-interactively-view-part, gnus-article-copy-part)
4697         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4698         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4699         (gnus-article-replace-part, gnus-article-delete-part)
4700         (gnus-article-view-part-as-type): Pass raw prefix argument to
4701         gnus-article-part-wrapper.
4702
4703 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * gnus-agent.el (gnus-agent-save-active): Bind
4706         nnheader-file-coding-system to gnus-agent-file-coding-system.
4707
4708         * gnus-cache.el (gnus-cache-save-buffers)
4709         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4710         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4711         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4712         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4713         (gnus-cache-generate-active, gnus-cache-rename-group)
4714         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4715         (gnus-cache-update-overview-total-fetched-for): Bind
4716         file-name-coding-system to nnmail-pathname-coding-system.
4717         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4718         variables.
4719         (gnus-cache-decoded-group-name): New function.
4720         (gnus-cache-file-name): Use it.
4721         (gnus-cache-generate-active): Use non-decoded group name for active.
4722
4723         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4724         right place.
4725         (gnus-write-active-file): Don't break non-ASCII group names.
4726
4727         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4728         nnmail-pathname-coding-system.
4729
4730         * lpath.el: Bind default-file-name-coding-system,
4731         file-name-coding-system and language-info-alist for XEmacs.
4732
4733         * gnus-uu.el (gnus-uu-decode-save): Typo.
4734
4735 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4736
4737         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4738
4739 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4740
4741         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4742         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4743         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4744         (gnus-agent-flush-group, gnus-agent-flush-cache)
4745         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4746         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4747         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4748         (gnus-agent-regenerate-group)
4749         (gnus-agent-update-files-total-fetched-for)
4750         (gnus-agent-update-view-total-fetched-for): Bind
4751         file-name-coding-system to nnmail-pathname-coding-system.
4752         (gnus-agent-group-pathname): Don't encode file names by
4753         nnmail-pathname-coding-system.
4754         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4755         coding-system-for-write instead of buffer-file-coding-system to
4756         gnus-agent-file-coding-system.
4757
4758         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4759         Decode group name.
4760
4761         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4762
4763         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4764         (gnus-read-newsrc-el-file): Make group names unibyte.
4765
4766         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4767         nnmail-pathname-coding-system.
4768
4769         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4770         (nnrss-request-delete-group): Bind file-name-coding-system to
4771         nnmail-pathname-coding-system.
4772         (nnrss-read-server-data, nnrss-read-group-data): Bind
4773         file-name-coding-system correctly.
4774         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4775
4776         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4777         (nntp-server-to-method-cache): New variable.
4778         (nntp-group-pathname): New function that decodes non-ASCII group names.
4779         (nntp-possibly-create-directory, nntp-marks-changed-p)
4780         (nntp-save-marks, nntp-open-marks): Use it.
4781         (nntp-possibly-create-directory, nntp-open-marks):
4782         Bind file-name-coding-system to nnmail-pathname-coding-system.
4783         (nntp-open-marks): Decode group names when bootstrapping marks.
4784
4785         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4786         Newsgroups and Folowup-To headers.
4787
4788 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4789
4790         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4791         (gnus-server-closed-face, gnus-server-denied-face)
4792         (gnus-server-offline-face): Remove variable.
4793         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4794
4795         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4796         of modifying message-stack directly for XEmacs.
4797
4798         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4799         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4800         if the coding-system argument is nil for XEmacs.
4801
4802         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4803         mm-charset-override-alist.
4804
4805         * rfc2047.el: Don't require base64; require rfc2045 for the function
4806         rfc2045-encode-string.
4807         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4808         to quote the parameter value.
4809
4810 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4811
4812         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4813         form in gnus-group-name-charset-method-alist.
4814
4815         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4816         overrides the default layout edit-form.
4817
4818         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4819
4820         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4821
4822 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4823
4824         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4825         as unfetched articles.
4826
4827 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4828
4829         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4830
4831 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4832
4833         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4834         original back end that keeps marks in the local system.
4835
4836 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4837
4838         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4839         arg of pop-to-buffer for XEmacs.
4840         (gnus-article-read-summary-keys): Ditto; don't restore window
4841         configuration if summary command ends up with neither article buffer
4842         nor summary buffer; describe bindings if summary keys end with C-h.
4843
4844 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4845
4846         * message.el (message-fix-before-sending): Skip raw message part to be
4847         forwarded while checking illegible text.
4848         (message-forward-make-body-mime, message-forward-make-body): Mark
4849         signed or encrypted raw message as having no illegible text.
4850
4851 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4852
4853         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4854         (gnus-message-with-timestamp-1): New macro.
4855         (gnus-message-with-timestamp): New function.
4856         (gnus-message): Use them.
4857
4858         * nnheader.el (nnheader-message): Use them.
4859
4860 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4861
4862         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4863         .newsrc.eld file.
4864
4865 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4866
4867         * gnus-agent.el (gnus-agent-fetch-headers)
4868         (gnus-agent-retrieve-headers): Bind
4869         gnus-decode-encoded-address-function to identity.
4870
4871         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4872         available also when the server returns simply a dot.
4873
4874         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4875
4876 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4877
4878         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4879
4880 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4881
4882         * gnus-ems.el (gnus-x-splash): Make it work.
4883
4884         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4885         from being used.
4886
4887         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
4888
4889 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4890
4891         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
4892         4th and the 5th arguments.
4893
4894         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4895         the front stickiness.
4896         (gnus-article-summary-command-nosave): Correct the order of the
4897         arguments passed to pop-to-buffer.
4898         (gnus-article-read-summary-keys): Ditto; make it work properly when the
4899         summary command ends up with the article buffer.
4900
4901         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4902         the same faces.
4903
4904 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4905
4906         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4907
4908 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4909
4910         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4911         * gnus-sum.el (gnus-summary-highlight):
4912         * pgg.el (pgg-sign-region, pgg-sign):
4913         * mail-source.el (mail-source-delete-old-incoming-confirm):
4914         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4915
4916 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4917
4918         * gnus-art.el (gnus-mime-view-part-externally)
4919         (gnus-mime-view-part-internally): Fix predicate function passed to
4920         completing-read.
4921
4922         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4923
4924         * gnus.el (gnus-update-message-archive-method): Add :version.
4925
4926 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4927
4928         * gnus.el (gnus-update-message-archive-method): New variable.
4929
4930         * gnus-start.el (gnus-setup-news): Update saved "archive" method
4931         according to gnus-message-archive-method if
4932         gnus-update-message-archive-method is non-nil.
4933
4934 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
4937         by Loic Dachary <loic@dachary.org>.
4938         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4939
4940 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4941
4942         * message.el (message-pop-to-buffer): Add switch-function argument.
4943         (message-mail): Pass switch-function argument to it.
4944
4945 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
4946
4947         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4948         Improve doc string.
4949
4950 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4951
4952         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4953         (gnus-header-content)
4954         * gnus-cite.el (gnus-cite-10)
4955         * gnus-srvr.el (gnus-server-closed)
4956         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4957         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4958         (gnus-group-mail-3-empty, gnus-group-mail-low)
4959         (gnus-group-mail-low-empty, gnus-splash)
4960         * message.el (message-header-to, message-header-cc)
4961         (message-header-subject, message-header-other, message-header-name)
4962         (message-header-xheader, message-separator, message-cited-text)
4963         (message-mml): Lighten colors of faces used for dark background.
4964
4965 2007-05-24  Simon Josefsson  <simon@josefsson.org>
4966
4967         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
4968         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
4969
4970 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4971
4972         * message.el (message-narrow-to-headers-or-head):
4973         Ignore mail-header-separator in the body.
4974
4975 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4976
4977         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4978         same as window size.
4979
4980 2007-05-22  Kevin Ryde  <user42@zip.com.au>
4981
4982         * message.el (message-font-lock-keywords): Use message-header-xheader
4983         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
4984         ahead of the anything pattern, to get it recognised.
4985
4986 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4987
4988         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
4989         spam.el loads uses it in the compiled defadvice form.
4990
4991 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
4992
4993         * gnus-sum.el (gnus-articles-to-read)
4994         (gnus-summary-insert-old-articles): Don't truncate group name for
4995         `read-string'.
4996
4997         * gnus-util.el (gnus-limit-string): Delete this function.
4998
4999         * gnus-sum.el (gnus-simplify-subject-fully): Use
5000         `truncate-string-to-width' instead.
5001
5002 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5003
5004         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5005         if, on summary exit, the next group has to be selected.
5006         (gnus-summary-exit): Use it.
5007
5008 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5009
5010         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5011         non-break space.
5012
5013 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5014
5015         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5016         Check if group is not a directory.
5017         (nnfolder-request-expire-articles): Don't delete articles if the target
5018         group is not available.
5019
5020         * nnml.el (nnml-request-create-group): Properly check if group is not a
5021         file.
5022         (nnml-request-expire-articles): Don't delete articles if the target
5023         group is not available.
5024
5025         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5026         Don't quote characters that are within parentheses.
5027
5028 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5029
5030         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5031         (gnus-handle-ephemeral-exit): Select article according to it.
5032
5033 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5034
5035         * message.el (message-insert-formated-citation-line): Remove newline.
5036         (message-citation-line-format): Add final \n here so that the user can
5037         avoid a blank line.
5038
5039 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5040
5041         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5042         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5043         Update lanl/arXiv support.
5044
5045 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5046
5047         * gnus.el: Bump version number.
5048
5049 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5050
5051         * gnus.el (gnus-version-number): Bump version.
5052
5053 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5054
5055         * gnus.el: No Gnus v0.6 is released.
5056
5057 2007-04-27  Didier Verna  <didier@xemacs.org>
5058
5059         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5060         * gmm-utils.el (gmm-regexp-concat): here.
5061         * message.el: Don't require 'gnus-util.
5062         (message-dont-reply-to-names): Handle name change above.
5063         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5064
5065 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5066
5067         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5068         since the initial value varies according to the system.
5069
5070 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5071
5072         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5073
5074 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5075
5076         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5077
5078 2007-04-24  Didier Verna  <didier@xemacs.org>
5079
5080         Improve the type of gnus-ignored-from-addresses.
5081         * gnus-util.el (gnus-orify-regexp): New function.
5082         * message.el (gnus-util): Require it.
5083         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5084         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5085         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5086
5087 2007-04-24  Didier Verna  <didier@xemacs.org>
5088
5089         * gnus-sum.el:
5090         * gnus-utils.el: Fix some trailing whitespaces.
5091
5092 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5093
5094         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5095         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5096         article's Message-ID; refer parent article in summary buffer.
5097
5098         * message.el (message-bounce): Call mime-to-mml.
5099
5100         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5101         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5102         optimize and/or forms properly.
5103
5104 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5105
5106         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5107         URL.
5108
5109 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5110
5111         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5112
5113 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5114
5115         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5116         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5117         displayed of multipart/alternative part if it is invoked from summary
5118         buffer.
5119
5120         * mm-view.el (mm-inline-text-html-render-with-w3m)
5121         (mm-inline-text-html-render-with-w3m-standalone)
5122         (mm-inline-render-with-function): Use mail-parse-charset by default.
5123
5124 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5125
5126         * parse-time.el (parse-time-string-chars): Check if CHAR
5127         is less than the length of parse-time-syntax.
5128
5129 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5130
5131         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5132         from gnus-newsgroup-processable.
5133
5134 2007-04-16  Didier Verna  <didier@xemacs.org>
5135
5136         * gnus-msg.el (gnus-configure-posting-styles): Handle
5137         message-signature-directory properly with :file syntax.  Reported by
5138         "Leo".
5139
5140 2007-04-11  Didier Verna  <didier@xemacs.org>
5141
5142         New user option: message-signature-directory.
5143         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5144         * message.el (message-insert-signature): Ditto.
5145         * message.el (message-signature-file): Doc update.
5146         * message.el (message-signature-directory): New.
5147
5148 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5149
5150         * gnus-msg.el (gnus-inews-yank-articles): Use
5151         message-exchange-point-and-mark instead of exchange-point-and-mark.
5152
5153 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5154
5155         * message.el (message-yank-original): Make sure cited text ends with
5156         newline; don't exchange point and mark.
5157
5158 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5159
5160         * tls.el (open-tls-stream): Properly handle case where there
5161         is no associated buffer.
5162
5163 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5164
5165         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5166         message-yank-original, make sure (< mark TEXT point).
5167
5168 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5169
5170         * message.el (message-fill-column): New variable.
5171         (message-mode): Use it.  Add comment on a possible new hook.
5172
5173         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5174         (nnmail-get-new-mail): Reformat.
5175
5176         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5177
5178         * gmm-utils.el: Fix Commentary.
5179         (gmm-tool-bar-from-list): Fix typo in doc string.
5180
5181 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5182
5183         * message.el (message-yank-original): Don't switch point and mark
5184         unnecessarily to put point and mark as documented.
5185
5186 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5187
5188         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5189         from the message heads.
5190
5191 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5192
5193         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5194         article buffer does not have a window.  This may not be the best
5195         solution but is certainly better than setting the start of the null,
5196         that is the current, window.
5197
5198 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5199
5200         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5201         (gnus-draft-setup): Run it.
5202
5203         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5204         gnus-score-fast-scoring.  Allow regexp.
5205         (gnus-score-headers): Use it.
5206
5207         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5208         XEmacs.
5209
5210         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5211         string.
5212         (gnus-button-alist): Also catch `<f1> k ...'.
5213         (gnus-treat-display-x-face): Fix doc string.
5214
5215 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5216
5217         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5218         evaluation of gnus-extended-version to ensure correct generation of the
5219         User-Agent header when message-generate-headers-first is used.
5220
5221 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5222
5223         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5224         hashcash-path is nil.  Don't call callback with incorrect number of
5225         parameters if val is 0.
5226
5227 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5228
5229         * message.el (message-required-news-headers):
5230         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5231
5232 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5233
5234         * tls.el (open-tls-stream): In handshake-waiting loop,
5235         don't wait more if there is output available to process.
5236
5237 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5238
5239         * tls.el (tls-program): Doc fix.
5240
5241 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5242
5243         * message.el (message-generate-new-buffers): Change the meaning of the
5244         nil value; add `standard' to the choices; treat t as `unique'; improve
5245         doc string.
5246         (gnus-select-frame-set-input-focus): Autoload.
5247         (message-buffer-name): Search for the existing message buffer if
5248         message-generate-new-buffers is nil or `standard'; treat the value t of
5249         message-generate-new-buffers as `unique'.
5250         (message-pop-to-buffer): Raise the frame already displaying the message
5251         buffer; clear the echo area after querying.
5252         (message-setup): Pass the `continue' argument to compose-mail.
5253         (message-mail): Prefer `switch-function' if it is given; search for the
5254         existing message buffer if the `continue' argument is non-nil; pass
5255         continue and switch-function arguments to compose-mail by way of
5256         message-setup.
5257         (message-mail-other-window): Adjust argument of message-setup.
5258         (message-mail-other-frame): Ditto.
5259
5260 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5263         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5264         to turn font-lock on when turning gnus-message-citation-mode on.
5265
5266 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5267
5268         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5269         (mml-smime-function-alist): New variable; add epg as the backend.
5270         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5271         mml-smime- functions instead.
5272         * mm-view.el: Require smime.
5273
5274 2007-03-05  Didier Verna  <didier@xemacs.org>
5275
5276         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5277         instead of just inheritance for posting styles.
5278         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5279
5280 2007-02-24  Chris Moore  <dooglus@gmail.com>
5281
5282         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5283         * pgg-pgp.el (pgg-pgp-encrypt-region):
5284         * pgg-gpg.el (pgg-gpg-encrypt-region):
5285         Check pgg-encrypt-for-me if no other recipients.
5286
5287 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5288
5289         * tls.el (tls-certtool-program): Fix custom type.
5290
5291 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5292
5293         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5294         and point-at-eol instead of line-(beginning|end)-position.
5295
5296         * assistant.el (assistant-parse-buffer): Ditto.
5297
5298         * netrc.el (netrc-parse-services): Ditto.
5299
5300 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5301
5302         * mml2015.el (mml2015-epg-find-usable-key): New function.
5303         (mml2015-epg-sign): Use it.
5304         (mml2015-epg-encrypt): Use it.
5305
5306 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5307
5308         * message.el (message-make-in-reply-to): Quote name containing
5309         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5310         if there are special characters.  Reported by NAKAJI Hiroyuki
5311         <nakaji@jp.freebsd.org>.
5312
5313 2007-02-27  Didier Verna  <didier@xemacs.org>
5314
5315         Include the group parameters as well as the topic ones in the
5316         inheritance filter process.
5317         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5318         argument GROUP-PARAMS-LIST.
5319         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5320
5321 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * nntp.el (nntp-never-echoes-commands)
5324         (nntp-open-connection-functions-never-echo-commands): New variables.
5325         (nntp-send-command): Use them.
5326
5327 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5328
5329         * mml2015.el (mml2015-epg-verify): Simplified.
5330
5331 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5332
5333         * mml.el (mml-content-disposition-alist): New user option.
5334         (mml-content-disposition): New function.
5335         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5336         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5337
5338 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5339
5340         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5341         verification.
5342
5343 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5344
5345         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5346         articles posted in the last 24 hours.
5347
5348 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5349
5350         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5351
5352 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5353
5354         * nntp.el (nntp-send-command): Don't wait for echoes when
5355         nntp-open-ssl-stream is used.
5356
5357 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5358
5359         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5360         (gnus-message-add-citation-keywords)
5361         (gnus-message-remove-citation-keywords): Remove.
5362         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5363         directly, make the variables in font-lock-defaults buffer-local, add
5364         gnus-message-citation-keywords to them and then update the value of
5365         font-lock-keywords.
5366
5367 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5368
5369         * message.el (message-cite-original-1): Don't call
5370         gnus-article-highlight-citation.
5371
5372         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5373         citations; fix line count.
5374
5375 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5376
5377         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5378         (gnus-message-add-citation-keywords)
5379         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5380         versions of font-lock-add-keywords and font-lock-remove-keywords to
5381         work with XEmacs correctly.
5382
5383 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5384
5385         * gnus-cite.el (gnus-cite-face-list): Set the values of
5386         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5387         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5388         (gnus-message-cite-prefix-regexp): New variable.
5389         (gnus-message-search-citation-line): Use it; protect against long
5390         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5391         the 0th match data for Emacs.
5392         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5393         (gnus-message-add-citation-keywords): Append keywords rather than
5394         prepending; emulate font-lock-add-keywords if it is not available.
5395         (gnus-message-remove-citation-keywords): Emulate
5396         font-lock-remove-keywords if it is not available.
5397
5398         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5399
5400         * message.el (message-cite-prefix-regexp): Set the value of
5401         gnus-message-cite-prefix-regexp.
5402
5403 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5404
5405         * nnweb.el (nnweb-google-parse-1): Update parser.
5406
5407 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5408
5409         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5410
5411 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5412
5413         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5414         regexp.
5415
5416 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5417
5418         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5419         string-to-multibyte.
5420         (uudecode-decode-region-internal): Use it.
5421
5422         * lpath.el: Fbind string-as-multibyte for XEmacs.
5423
5424 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5425
5426         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5427         custom choice.
5428
5429         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5430
5431 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5432
5433         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5434
5435         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5436         `write-region' to respect `mm-inhibit-file-name-handlers'.
5437
5438 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5439
5440         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5441         Use gnus-home-directory instead of "~/" or "$HOME".
5442
5443 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5444
5445         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5446         to mention filename.
5447         Add comments at beginning regarding usage.
5448         (encrypt-write-file-contents): Change interactive so a string is
5449         acceptable.  If the file has no associated model, show an error instead
5450         of a nonsense prompt.
5451
5452 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5453
5454         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5455         Thanks to Yoshihiko Yamada for kind notification of this typo.
5456
5457 2007-01-12  Kenichi Handa  <handa@m17n.org>
5458
5459         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5460         multibyte buffer.
5461
5462 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5463
5464         * gnus-score.el (gnus-score-fast-scoring): New variable.
5465         (gnus-score-headers): Use it.
5466
5467         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5468
5469         * message.el (message-cite-original-1): Call
5470         gnus-article-highlight-citation if requested.
5471         (message-make-from): Allow name and address as optional arguments.
5472
5473         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5474
5475         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5476         bugs to doc string.
5477         (gnus-button-alist): Add mid\\|message-id.
5478         (gnus-button-fetch-group): Extend for use in
5479         `browse-url-browser-function'.
5480         (gnus-button-url-regexp): Try to catch paired parentheses like in
5481         Wikipedia URLs.
5482
5483         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5484         Suggested by Simon Krahnke <overlord@gmx.li>.
5485
5486 2007-01-13  Romain Francoise  <romain@orebokech.com>
5487
5488         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5489         Update copyright.
5490
5491 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5492
5493         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5494
5495 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5496
5497         * gnus-registry.el (gnus-registry-unfollowed-groups)
5498         (gnus-registry-split-fancy-with-parent): Fix documentation.
5499
5500 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5501
5502         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5503         from nnweb groups.
5504
5505 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5506
5507         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5508         Xref urls.  Erase buffer before requesting head.
5509
5510 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5511
5512         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5513         customizable.
5514
5515 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5516
5517         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5518         no signing key is found.
5519         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5520         no encrypting and/or signing key is found.
5521
5522 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5523
5524         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5525
5526 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5527
5528         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5529         headers read from disk with the ones newly found in the current search.
5530         This should no longer cause problems, because the article numbers in
5531         Gmane's `nov.php' output are ignored since the previous change.
5532
5533 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5534
5535         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5536
5537 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5538
5539         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5540         replace-regexp-in-string; bind url-version; fbind display-images-p and
5541         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5542         find-face and set-itimer-function for Emacs; bind itimer-list for
5543         Emacs.
5544
5545         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5546
5547 2007-01-01  Romain Francoise  <romain@orebokech.com>
5548
5549         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5550
5551 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5552
5553         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5554         `define-minor-mode' macro definition expanded properly.
5555         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5556         exclude it there.
5557
5558         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5559         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5560         `fboundp' test.
5561         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5562         This is OK to autoload in (S)XEmacs now.
5563
5564 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5565
5566         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5567         keystroke.
5568         (gnus-summary-limit-to-singletons): Fix typo.
5569
5570         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5571         else fails.
5572
5573 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5574
5575         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5576         docstring.
5577
5578         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5579         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5580         (gnus-summary-insert-dormant-articles): Fix typo in message.
5581
5582 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5583
5584         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5585         nil for XEmacs.
5586         (gnus-message-citation-mode): Don't autoload in XEmacs.
5587
5588         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5589
5590 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5591
5592         * nnimap.el (nnimap-expunge-search-string): Mention
5593         nnimap-search-uids-not-since-is-evil in docstring.
5594
5595 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5596
5597         * spam.el: Revert to make-obsolete-variable because
5598         define-obsolete-variable-alias is not supported in Emacs 21.
5599
5600         * spam.el (spam-ifile-path, spam-ifile-database-path)
5601         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5602         make-obsolete-variable.
5603         (spam-bsfilter-path, spam-bsfilter-program)
5604         (spam-spamassassin-path, spam-spamassassin-program)
5605         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5606         use "path" inappropriately.
5607         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5608         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5609         variable names.
5610
5611 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5612
5613         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5614         summary buffer.
5615
5616         * password.el (password-cache-remove): Use clear-string to burn
5617         password, if available.
5618
5619 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5620
5621         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5622
5623         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5624
5625         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5626         (gnus-message-highlight-citation): Move defcustom here from
5627         gnus-cite.el.
5628         (gnus-message-citation-mode): Autoload.
5629
5630         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5631         checks to make it compile with XEmacs.
5632         (gnus-message-citation-mode): New minor mode.
5633         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5634         (gnus-message-highlight-citation): New variables.
5635         (gnus-message-search-citation-line)
5636         (gnus-message-add-citation-keywords)
5637         (gnus-message-remove-citation-keywords)
5638         (turn-on-gnus-message-citation-mode)
5639         (turn-off-gnus-message-citation-mode): New functions.
5640
5641 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5642
5643         * gnus-cite.el: Enable highlighting of different citation levels in
5644         message-mode.
5645
5646 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5647
5648         * message.el (message-make-fqdn): Fix comment.
5649         (message-bogus-system-names): Add ".local".
5650
5651         * spam.el (spam-ifile-path, spam-ifile-program)
5652         (spam-ifile-database-path, spam-ifile-database)
5653         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5654         Don't use "path" inappropriately.
5655         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5656         strings.
5657         (spam-check-ifile, spam-ifile-register-with-ifile)
5658         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5659         new variable names.
5660
5661         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5662         (gnus-treat-display-smileys): Simplify using
5663         gnus-image-type-available-p.
5664
5665         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5666         available.
5667
5668         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5669         `display-images-p' if available.
5670
5671 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5672
5673         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5674         one after turning on the buffer's multibyteness instead of decoding
5675         them directly in the unibyte buffer that causes unexpected conversion
5676         in Emacs 23 (unicode).
5677
5678 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5679
5680         * message.el (message-generate-hashcash): Fix custom type.
5681
5682 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5683
5684         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5685
5686 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5687
5688         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5689         disconnect icons.  Add help text.
5690
5691 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5692
5693         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5694         negated to be consistent with the others we handle.
5695
5696 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5697
5698         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5699         version of gnus-summary-buffer to something, so that we can use two
5700         article buffers at the same time.
5701
5702 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5703
5704         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5705         trigger all the extra headers.
5706         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5707         sorting.
5708
5709 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5710
5711         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5712         solid groups.
5713
5714 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5715
5716         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5717
5718 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5719
5720         * legacy-gnus-agent.el: Add Copyright notice.
5721
5722 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5723
5724         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5725
5726 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5727
5728         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5729
5730         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5731         to make it work reliably in CVS Emacs.
5732         (gnus-summary-limit-strange-charsets-predicate)
5733         (gnus-summary-limit-to-predicate): New functions.
5734
5735 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5736
5737         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5738         specifying array size.
5739         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5740         array if it is too small.
5741         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5742         (gnus-sort-threads-loop): New function.
5743
5744 2006-12-06  Chris Moore  <dooglus@gmail.com>
5745
5746         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5747         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5748
5749 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5750
5751         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5752         options.
5753
5754 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5755
5756         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5757         DOS-ing the recipient.
5758
5759         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5760         the headers when creating the mapping to avoid mismappings.
5761         (nnweb-gmane-create-mapping): Always nix out old mapping.
5762
5763 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5764
5765         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5766         and mm-verify-option to never.
5767
5768 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5769
5770         * message.el (message-signed-or-encrypted-p): New function.
5771         (message-forward-make-body): Use it.
5772
5773         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5774         Replace encode-coding-string with mm-encode-coding-string.
5775
5776 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5777
5778         * nneething.el (nneething-decode-file-name): Replace
5779         decode-coding-string with mm-decode-coding-string.
5780
5781         * gnus-int.el (gnus-open-server): Say failed server's name.
5782
5783 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5784
5785         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5786         strings to a single string.  Quote `errors-file-name'.
5787         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5788         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5789         Adjust calls.  Use `shell-quote-argument'.
5790
5791 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5792
5793         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5794         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5795
5796         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5797         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5798         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5799         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5800         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5801         (gnus-subscribe-newsgroup, gnus-1):
5802         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5803         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5804         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5805         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5806
5807 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5808
5809         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5810         keystroke.
5811         (gnus-summary-limit-to-bodies): Implement headersp.
5812
5813 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5814
5815         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5816
5817 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5818
5819         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5820
5821 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5822
5823         * message.el (message-generate-hashcash): Expand range of values to
5824         include `opportunistic'.
5825         (message-send-mail): Use it.
5826
5827 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5828
5829         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5830         and comment it.
5831
5832         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5833
5834 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5835
5836         * gnus-util.el (gnus-extract-address-components): Improve comment.
5837
5838 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5839
5840         * gnus-util.el (gnus-extract-address-components): Work with address in
5841         which the name portion contains @.
5842
5843         * lpath.el: Fbind custom-autoload.
5844
5845 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5846
5847         * gnus.el (gnus-start): Move custom group up.
5848         (gnus-select-method): Don't autoload, but make it available for
5849         `customize-variable'.
5850         (gnus-getenv-nntpserver): Don't autoload.
5851
5852 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5853
5854         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5855
5856 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5857
5858         * message.el (message-sendmail-extra-arguments): New variable.
5859         (message-send-mail-with-sendmail): Use it.
5860
5861 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5864         mm-with-unibyte-current-buffer to make string unibyte.
5865
5866         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5867         mm-string-as-multibyte.
5868
5869 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5870
5871         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5872         Reported by Werner Koch <wk@gnupg.org>.
5873
5874 2006-11-14  Daiki Ueno  <ueno@p360>
5875
5876         * mml2015.el: Autoload epa-select-keys when compiling.
5877
5878 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5879
5880         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5881         message-options.
5882         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5883
5884 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5885
5886         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5887         EasyPG (< 0.0.6).
5888         (mml2015-always-trust): New user option.
5889         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5890         prompt.
5891
5892 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5893
5894         * nntp.el (nntp-authinfo-force): New variable.
5895         (nntp-send-authinfo): Use it.
5896
5897 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5898
5899         * message.el (message-strip-subject-encoded-words): Allow _not_ to
5900         decode encoded words.  Improve prompt.  Add comment about forwarding.
5901         (message-replacement-char): Move up.
5902
5903 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5904
5905         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5906         instead of gnus-intersection because arguments of gnus-sorted-nunion
5907         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
5908
5909 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
5910
5911         * message.el (message-strip-subject-encoded-words): Reformat prompt.
5912         (message-simplify-subject-functions): Enable
5913         message-strip-subject-encoded-words by default.
5914
5915 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
5916
5917         * message.el (message-strip-subject-encoded-words): New function.
5918         (message-simplify-subject-functions): New variable.
5919         (message-simplify-subject): Use it.  Fix typo in doc string.
5920         Support message-strip-subject-encoded-words.
5921
5922 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5923
5924         * gnus-diary.el (gnus-diary-delay-format-function):
5925         * nndiary.el (nndiary-reminders):
5926         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5927
5928 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5929
5930         * gnus-art.el (article-hide-boring-headers): Fetch date from
5931         gnus-original-article-buffer to avoid problems with localized date
5932         strings.
5933
5934 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5935
5936         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5937
5938 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
5939
5940         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5941         New variables.
5942         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5943         (mm-charset-synonym-alist): Move some entries to
5944         mm-codepage-iso-8859-list.
5945         (mm-charset-synonym-alist, mm-charset-override-alist): Add
5946         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5947
5948 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5949
5950         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5951
5952 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5953
5954         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5955         with Emacs 21 and XEmacs.
5956
5957 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5958
5959         * spam.el (spam-parse-address): New function for better parsing,
5960         catching errors, etc.
5961         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
5962
5963 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5964
5965         * mm-view.el: Add interactive arg to html2text autoload.
5966
5967 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5968
5969         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
5970
5971 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
5972
5973         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
5974         variables.
5975         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5976         (mm-charset-synonym-alist): Move some entries to
5977         mm-codepage-iso-8859-list.
5978
5979         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
5980
5981 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
5982
5983         * message.el (message-citation-line-format)
5984         (message-insert-formated-citation-line): Fix implementation of %E, %N
5985         and %n according to the doc string.
5986
5987 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
5988
5989         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5990         car-safe to avoid bad parses.
5991
5992 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
5995         names.
5996
5997         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
5998
5999 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6000
6001         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6002         header.
6003
6004         * message.el (message-draft-headers): Add Date.
6005         (message-headers-to-generate): Fix typo in docstring.
6006
6007         * nndraft.el (nndraft-required-headers): New variable.
6008         (nndraft-generate-headers): Use it.
6009
6010         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6011
6012 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6013
6014         * gnus-registry.el (gnus-registry-wash-for-keywords)
6015         (gnus-registry-find-keywords): New functions to allow easy searching of
6016         articles that are in the registry.
6017
6018 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6019
6020         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6021         ietf-drums-parse-address instead of gnus-extract-address-components.
6022         Reported by Damien Elmes <damien@repose.cx>.
6023
6024 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6025
6026         * gnus.el (gnus-mime): Remove unused custom group.
6027
6028 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6029
6030         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6031         "blank line" when searching for end of armor headers.
6032
6033 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6034
6035         * gmm-utils.el (gmm-write-region): Fix variable name.
6036
6037 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6038
6039         * gmm-utils.el (gmm-write-region): New function based on compatibility
6040         code from `mm-make-temp-file'.
6041
6042         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6043
6044         * nnmaildir.el (nnmaildir--update-nov)
6045         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6046         Use `gmm-write-region'.
6047
6048 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6049
6050         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6051         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6052
6053         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6054
6055         * message.el (message-replacement-char): New variable.
6056         (message-fix-before-sending): Use it.
6057         (message-simplify-subject): New function to remove duplicate code.
6058         (message-reply, message-followup): Use it.
6059
6060         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6061         gnus-summary-limit-to-articles.
6062
6063 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * gnus-util.el (gnus-with-local-quit): New macro.
6066
6067         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6068
6069 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6070
6071         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6072         ignore non-string data.
6073
6074 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6075
6076         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6077         non-string data (needs to be done in the registry too).
6078
6079 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6080
6081         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6082         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6083         (gnus-registry-split-fancy-with-parent)
6084         (gnus-registry-fetch-simplified-message-subject-fast)
6085         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6086         Remove text properties on ingress into the registry and when it's saved.
6087         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6088         registry from entries with no groups.
6089
6090 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6091
6092         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6093         function to remove string properties.
6094
6095 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6096
6097         * gmm-utils.el (gmm): Adjust custom version.
6098
6099         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6100         custom version.
6101
6102         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6103
6104 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6105
6106         * gnus-art.el (gnus-insert-prev-page-button)
6107         (gnus-insert-next-page-button): Simplify.  Reformat.
6108
6109 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6110
6111         * gnus-art.el (gnus-insert-prev-page-button)
6112         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6113
6114 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6115
6116         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6117
6118 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6119
6120         * gnus-art.el (gnus-insert-mime-button)
6121         (gnus-insert-mime-security-button):
6122         Apply gnus-article-button-face to MIME and security buttons.
6123
6124 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6125
6126         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6127         readable.
6128
6129 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6130
6131         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6132
6133 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6134
6135         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6136         `browse-url-of-file' instead of `browse-url'.
6137
6138 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6139
6140         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6141         regexp.  Articles containing quotation were cut prematurely.
6142
6143 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6144
6145         * message.el (message-cite-original-1): Use nobody by default for the
6146         value of From header.
6147         (message-reply): Ditto.
6148
6149 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6150
6151         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6152         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6153         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6154
6155 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6156
6157         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6158         mails in the doc string.  Add some URLs in comment.
6159         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6160
6161 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6162
6163         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6164         backslashes handling and the way to find boundaries of quoted strings.
6165
6166 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6167
6168         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6169         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6170         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6171         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6172
6173 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6174
6175         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6176         doc string.
6177         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6178
6179 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * lpath.el: Fbind epg-check-configuration.
6182
6183 2006-09-06  Simon Josefsson  <jas@extundo.com>
6184
6185         * mml2015.el (mml2015-use): Doc fix, mention epg.
6186
6187 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6188
6189         * mml2015.el (mml2015-use): Default to epg, if available.
6190
6191 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6192
6193         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6194         message-sender.
6195         (mml1991-epg-encrypt): Ditto.
6196         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6197         message-sender.
6198         (mml2015-epg-encrypt): Ditto.
6199
6200 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6201
6202         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6203         several common directories.
6204
6205 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6206
6207         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6208         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6209
6210 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6211
6212         * gnus-art.el (article-decode-encoded-words): Make it fast.
6213
6214 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6217
6218         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6219         in quoted string into `\'.
6220
6221 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6222
6223         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6224         Use standard-syntax-table.
6225
6226 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6227
6228         * gnus-art.el (gnus-decode-address-function): New variable.
6229         (article-decode-encoded-words): Use it to decode headers which are
6230         assumed to contain addresses.
6231         (gnus-mime-delete-part): Remove useless `or'.
6232
6233         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6234         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6235         (gnus-nov-parse-line): Use it to decode From header.
6236         (gnus-get-newsgroup-headers): Ditto.
6237         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6238
6239         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6240         (mail-decode-encoded-address-string): New alias.
6241
6242         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6243         New function.
6244         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6245         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6246         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6247         (rfc2047-decode-string): Ditto.
6248         (rfc2047-decode-address-region): New function.
6249         (rfc2047-decode-address-string): New function.
6250
6251 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6252
6253         * message.el (message-caesar-buffer-body): Allow rotating headers.
6254
6255         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6256
6257         * message.el (message-insert-formated-citation-line): Fix %f.
6258         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6259
6260 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6261
6262         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6263         (gnus-bookmark-mouse-available-p): New macro.
6264         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6265         (gnus-bookmark-bmenu-show-infos): Use it.
6266         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6267         (gnus-bookmark-bmenu-hide-infos): Ditto.
6268         (gnus-bookmark-remove-properties): New function.
6269         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6270         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6271         (gnus-bookmark-write-file): Bind coding-system-for-write.
6272         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6273         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6274         group before selecting it.
6275         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6276         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6277         quit-window if it is not available; use gnus-mouse-2 and bind it to
6278         gnus-bookmark-bmenu-select-by-mouse.
6279         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6280         (gnus-bookmark-bmenu-select-by-mouse): New function.
6281
6282 2006-08-13  Romain Francoise  <romain@orebokech.com>
6283
6284         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6285         space.
6286
6287 2006-08-10  Romain Francoise  <romain@orebokech.com>
6288
6289         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6290         (dns-mode-soa-auto-increment-serial): New user option.
6291         (dns-mode-soa-maybe-increment-serial): New function.
6292         (dns-mode): Add the latter to `write-contents-functions'.
6293
6294 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6295
6296         * compface.el (uncompface): Use binary rather than raw-text-unix.
6297
6298 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6299
6300         * compface.el (uncompface): Make sure the eol conversion doesn't take
6301         place when communicating with the external programs.  Reported by
6302         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6303
6304 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6305
6306         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6307
6308 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6309
6310         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6311         Make it more robust by parsing author and date independently.
6312
6313 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6314
6315         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6316
6317 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6318
6319         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6320         first matching secret key.
6321         (mml2015-epg-encrypt): Ditto.
6322
6323         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6324         first matching secret key.
6325         (mml1991-epg-encrypt): Ditto.
6326
6327         * mml2015.el (mml2015-encrypt-to-self): New user option.
6328         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6329         mml2015-epg-encrypt-to-self is set.
6330
6331         * mml1991.el (mml1991-encrypt-to-self): New variable.
6332         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6333         mml1991-epg-encrypt-to-self is set.
6334
6335         * mml2015.el (mml2015-signers): New user option.
6336         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6337         (mml2015-epg-encrypt): Allow to select signing keys.
6338
6339         * mml1991.el (mml1991-signers): New variable.
6340         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6341         (mml1991-epg-encrypt): Allow to select signing keys.
6342
6343 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6344
6345         * nnheader.el (nnheader-insert-head): Make it work even if the file
6346         uses CRLF for the line-break code.
6347
6348 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6349
6350         * mml2015.el: Require mml-sec instead of password.
6351         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6352         (mml2015-cache-passphrase): Inherit the default value from
6353         mml-secure-cache-passphrase.
6354         (mml2015-passphrase-cache-expiry): Inherit the default value from
6355         mml-secure-passphrase-cache-expiry.
6356
6357         * mml1991.el: Require mml-sec instead of password.
6358         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6359         (mml1991-cache-passphrase): Inherit the default value from
6360         mml-secure-cache-passphrase.
6361         (mml1991-passphrase-cache-expiry): Inherit the default value from
6362         mml-secure-passphrase-cache-expiry.
6363
6364         * mml-sec.el: Require password.
6365         (mml-secure-verbose): New user option.
6366         (mml-secure-cache-passphrase): New user option.
6367         (mml-secure-passphrase-cache-expiry): New user option.
6368
6369 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6370
6371         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6372         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6373         andreas@altroot.de (Andreas Vögele).
6374
6375         FIXME: Use `tiny change'?
6376
6377 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6378
6379         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6380         workaround for the url package included with Emacs.
6381
6382         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6383
6384 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6387         correctly.  This fixes a bug caused by the 2006-05-12 change.
6388
6389 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6390
6391         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6392         some information about the error when saying that the `bogus' mail
6393         group will be used.
6394
6395 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6396
6397         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6398         string.
6399
6400 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6401
6402         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6403
6404 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6405
6406         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6407
6408 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6409
6410         * mml1991.el (mml1991-function-alist): Add epg.
6411         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6412         (mml1991-epg-encrypt): New functions.
6413
6414 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6415
6416         * mml2015.el (mml2015-verbose): New variable.
6417         (mml2015-cache-passphrase): Ditto.
6418         (mml2015-passphrase-cache-expiry): Ditto.
6419         (mml2015-function-alist): Add epg.
6420         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6421         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6422         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6423         functions.
6424
6425 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6426
6427         * message.el (message-cite-original-1): Preserve region when removing
6428         quoted text due to X-No-Archive in order to avoid bogus attribution
6429         when citing multiple messages.
6430
6431 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6432
6433         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6434         Kenneth Jacker <khj@be.cs.appstate.edu>.
6435
6436 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6437
6438         * gnus-diary.el (gnus-user-format-function-d)
6439         (gnus-user-format-function-D): Autoload.
6440
6441         * imap.el (Commentary): Fix typo.
6442
6443         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6444         2006-04-22 contribution.
6445
6446 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6447
6448         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6449         It didn't really fix the bogosity I'm seeing with solid web groups.
6450
6451 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6452
6453         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6454         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6455         created using server names.  If we use the feature without declaring
6456         it, Gnus does not properly manage server and group state.
6457
6458         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6459         bound.
6460
6461 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6462
6463         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6464         looking up the method using GROUP's prefix before inventing a new one.
6465         It is used on killed/unknown groups in various places where returning
6466         an all-new method isn't expected by the caller.
6467
6468         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6469         and match semantics of gnus-group-real-prefix.
6470
6471 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6472
6473         * nnmail.el (nnmail-broken-references-mailers): New variable.
6474         (nnmail-ignore-broken-references): New function generalizing
6475         nnmail-fix-eudora-headers.
6476         (nnmail-fix-eudora-headers): Now obsolete.
6477
6478         * gnus-art.el (gnus-button-handle-custom): Support
6479         `customize-apropos*'.
6480
6481 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6482
6483         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6484
6485         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6486         articles.
6487
6488 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6489
6490         * message.el (message-cite-reply-above): New variable.
6491         (message-yank-original): Use it.
6492
6493 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6494
6495         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6496
6497 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6498
6499         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6500         as read.
6501
6502         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6503
6504 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6505
6506         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6507         (gnus-bookmark-default-file): Use gnus-directory.
6508         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6509         Remove "*" in doc string.
6510         (gnus-bookmark-write-file): Simplify.
6511         (gnus-bookmark-maybe-sort-alist): Use `when'.
6512         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6513         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6514         FIXME about Emacs 21 and XEmacs compatibility.
6515         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6516         compatibility.
6517         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6518         compatibility.
6519         (gnus-bookmark-menu-heading): Fix version.
6520
6521 2006-06-19  Bastien Guerry  <bzg@altern.org>
6522
6523         * gnus-bookmark.el: New file.
6524
6525 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6526
6527         * message.el (message-syntax-checks): Doc fix.
6528
6529 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6530
6531         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6532         unsubscribed groups as if they were killed ones.  It causes duplicate
6533         entries in gnus-newsrc-alist.
6534
6535 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6536
6537         * message.el (message-syntax-checks): Doc fix.
6538         (message-send-mail): Add check for continuation headers.
6539         (message-check-news-header-syntax): Fix regexp used to check for
6540         continuation headers.
6541
6542 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6543
6544         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6545
6546 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6547
6548         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6549
6550 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6551
6552         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6553         default-truncate-lines.
6554
6555 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6556
6557         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6558         to fill the utf-8 entry.
6559
6560         * lpath.el: Fbind unicode-precedence-list.
6561
6562 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6563
6564         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6565
6566 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6567
6568         * gnus-agent.el (directory-files-and-attributes): Move all the way
6569         forward (the third and final move).
6570         (gnus-agent-read-agentview): Trap reconstruction errors due to
6571         nonexistant directory.  Handle by returning nil.
6572
6573 2006-05-30  Didier Verna  <didier@xemacs.org>
6574
6575         * message.el (message-dont-reply-to-names): Update the custom type.
6576         * message.el (message-dont-reply-to-names): New defsubst: potentially
6577         convert a list of regexps into a single one.
6578         * message.el (message-get-reply-headers): Use it.
6579         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6580
6581 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6582
6583         * gnus-agent.el (directory-files-and-attributes): Move forward.
6584
6585 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6586
6587         * gnus-ml.el (gnus-mailing-list-subscribe)
6588         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6589         (gnus-mailing-list-message): Fix doc strings.
6590
6591 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6592
6593         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6594         of doing it manually.
6595
6596 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6597
6598         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6599         comment.
6600
6601 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6602
6603         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6604         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6605         (gnus-agent-read-local): All symbols allocated in my-obarray.
6606         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6607         (gnus-agent-regenerate-group): Check numeric names to see if they are
6608         messages or groups.
6609         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6610         better way of do this...)
6611
6612         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6613         'dummy.group' (there should be a better way of do this...)
6614
6615 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6616
6617         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6618         (gnus-saved-headers): Ditto.
6619         (gnus-default-article-saver): Mention functions may have properties.
6620         (gnus-article-save): Override gnus-save-all-headers and
6621         gnus-saved-headers by :headers property which saver function may have.
6622         (gnus-summary-save-in-file): Add :headers property.
6623         (gnus-summary-write-to-file): Ditto.
6624
6625         * gnus-sum.el (gnus-summary-save-article): Bind
6626         gnus-prompt-before-saving to t when saving many articles in a file;
6627         always show all headers.
6628
6629         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6630
6631 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6632
6633         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6634         marks.
6635
6636         * message.el (message-indent-citation): Add optional arguments to allow
6637         using it outside of message buffers.
6638
6639         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6640         (gnus-article-treat-unfold-headers): Use it.
6641         (gnus-article-truncate-lines): New variable.
6642         (gnus-article-mode): Use it.
6643         (gnus-article-toggle-truncate-lines): New function.
6644
6645         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6646         gnus-article-toggle-truncate-lines.
6647
6648         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6649         coding system in XEmacs, use binary.
6650
6651 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6652
6653         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6654         after-load-alist.
6655
6656         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6657         this function should save decoded articles.
6658         (gnus-summary-write-to-file): Use property to specify this function
6659         should save decoded articles and specify gnus-summary-save-in-file
6660         should be used to save articles other than the first one when saving
6661         many articles.
6662         (gnus-summary-save-body-in-file): Use property to specify this
6663         function should save decoded articles.
6664         (gnus-summary-write-body-to-file): Use property to specify this
6665         function should save decoded articles and specify
6666         gnus-summary-save-body-in-file should be used to save articles other
6667         than the first one when saving many articles.
6668
6669         * gnus-sum.el (gnus-summary-save-article): Simplify.
6670
6671 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6672
6673         * gnus-art.el (gnus-default-article-saver): Add
6674         gnus-summary-write-body-to-file.
6675         (gnus-article-save-coding-system): Don't use coding system object
6676         in XEmacs.
6677         (gnus-read-save-file-name): Add optional `dir-var' argument which
6678         specifies directory in which files are saved; work even if optional
6679         `variable' argument is not specified.
6680         (gnus-summary-write-to-file): Read file name.
6681         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6682         (gnus-summary-write-body-to-file): New function.
6683
6684         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6685         (gnus-summary-local-variables): Add it.
6686         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6687         (gnus-summary-save-article): Remove optional `decode' argument;
6688         determine whether to decode articles by the value of
6689         gnus-default-article-saver; when saving many files using
6690         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6691         it first and use gnus-summary-save-in-file or
6692         gnus-summary-save-body-in-file thereafter unless
6693         gnus-prompt-before-saving is always; move point to article which
6694         will be saved.
6695         (gnus-summary-save-article-file): Revert.
6696         (gnus-summary-write-article-file): Revert.
6697         (gnus-summary-save-article-body-file): Revert.
6698         (gnus-summary-write-article-body-file): New function.
6699
6700 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6701
6702         * gnus-art.el (gnus-default-article-saver): Doc fix.
6703         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6704         from gnus-summary-save-article-coding-system, and default to a
6705         certain coding system.
6706         (gnus-output-to-file): Add coding cookie and encode text according
6707         to gnus-article-save-coding-system; don't use mm-append-to-file.
6708
6709         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6710         gnus-art.el and rename to gnus-article-save-coding-system.
6711         (gnus-summary-save-article): Require gnus-art; don't show all
6712         headers if it decodes articles; don't add coding cookie here;
6713         don't bind mm-text-coding-system-for-write.
6714         (gnus-summary-save-article-file): Save decoded articles.
6715         (gnus-summary-write-article-file): When saving many files, use
6716         gnus-summary-write-to-file first and gnus-summary-save-in-file
6717         thereafter unless gnus-prompt-before-saving is always.
6718         (gnus-summary-save-article-body-file): Save decoded articles.
6719
6720         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6721
6722 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6723
6724         * nnrss.el (nnrss-check-group): Bind hash-index.
6725
6726 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6727
6728         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6729         its hash index.  Store this hash in `nnrss-group-data'.
6730         (nnrss-read-group-data): Update accordingly.
6731
6732 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6733
6734         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6735         entry.
6736
6737         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6738         gnus-article-browse-html-article.
6739
6740 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6741
6742         * gnus-sum.el (gnus-summary-mime-map): Add
6743         gnus-article-browse-html-article.
6744
6745         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6746
6747 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6748
6749         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6750         suitable coding systems in customize.
6751
6752 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6753
6754         * mail-source.el (mail-sources): Fix custom type.
6755
6756 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6757
6758         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6759         (gnus-summary-expire-articles-now): Shorten prompt.
6760
6761         * gmm-utils.el (wid-edit): Require.
6762         (defun-gmm): Renamed from `gmm-defun-compat'.
6763         (gmm-image-search-load-path): Use it.
6764         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6765
6766 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6767
6768         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6769         variable.
6770         (gnus-summary-save-article): Add optional `decode' argument.  If
6771         it is set and gnus-summary-save-article-coding-system is non-nil,
6772         save decoded article.
6773         (gnus-summary-write-article-file): Save decoded article if
6774         gnus-summary-save-article-coding-system is non-nil.
6775
6776         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6777         type.
6778
6779 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6782
6783 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6784
6785         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6786         first to test gnus-single-article-buffer which may be buffer-local.
6787
6788         * gnus-sum.el (gnus-summary-setup-buffer): Make
6789         gnus-single-article-buffer buffer-local and nil in ephemeral
6790         group; make gnus-article-buffer, gnus-article-current, and
6791         gnus-original-article-buffer always buffer-local.
6792         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6793         group.
6794         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6795
6796 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6797
6798         * nnml.el (nnml-request-compact-group): Compressed files might not
6799         have .gz extension.
6800
6801 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6802
6803         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6804         (mm-copy-to-buffer): Use with-current-buffer.
6805         (mm-display-part): Simplify.
6806         (mm-inlinable-p): Add optional arg `type'.
6807
6808 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6809
6810         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6811         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6812         Try harder to show the attachment internally or externally using
6813         gnus-mime-view-part-as-type.
6814
6815 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6816
6817         * message.el (message-from-style, message-signature-separator)
6818         (message-user-organization-file, message-send-mail-function)
6819         (message-citation-line-function, message-yank-prefix)
6820         (message-indent-citation-function, message-signature)
6821         (message-signature-file, message-signature-insert-empty-line):
6822         Remove autoloads.
6823
6824         * gnus-art.el (gnus-buttonized-mime-types): Remove
6825         "multipart/signed".  Revert 2006-04-26 change.
6826
6827 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6828
6829         * gnus.el (gnus-version-number): Bump version.
6830
6831 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6832
6833         * gnus.el: No Gnus v0.5 is released.
6834
6835 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6836
6837         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6838         fetching articles by message-id.
6839
6840 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6841
6842         * message.el (hashcash): Require hashcash as normal.
6843
6844         * ecomplete.el (ecomplete-highlight-match-line): Use
6845         point-at-eol.
6846         (ecomplete-highlight-match-line): Use `highlight', because that
6847         face exists in both Emacs and XEmacs.
6848
6849         * message.el (message-display-abbrev): Use point-at-bol.
6850
6851         * mail-source.el: Don't require timer/timer-funcs.
6852
6853         * gnus-async.el: Ditto.
6854
6855         * password.el: Ditto.
6856
6857         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6858
6859         * mm-url.el: Ditto.
6860
6861         * gnus-xmas.el: Don't require timer-funcs.
6862
6863         * mm-util.el: Require timer/timer-funcs.
6864
6865 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6866
6867         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6868         Close.
6869
6870 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6873         unibyte after clear-decrypt function runs.
6874
6875         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6876         returns as a unibyte string.
6877
6878 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6879
6880         * lpath.el: Revert.
6881
6882         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
6883         (pgg-gpg-process-sentinel): Revert.
6884
6885         * pgg-pgp.el (pgg-pgp-process-region): Revert.
6886         (pgg-pgp-lookup-key): Revert.
6887
6888         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
6889         (pgg-pgp5-lookup-key): Revert.
6890
6891         * pgg.el (pgg-fetch-key): Revert.
6892
6893 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * lpath.el: Fbind string-as-multibyte for XEmacs.
6896
6897         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6898         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6899         (mml1991-pgg-encrypt): Ditto.
6900
6901         * pgg-gpg.el (pgg-string-to-multibyte): New function.
6902         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
6903         a multibyte buffer.
6904
6905         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
6906         (pgg-pgp-lookup-key): Ditto.
6907
6908         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6909         (pgg-pgp5-lookup-key): Ditto.
6910
6911         * pgg.el (pgg-fetch-key): Ditto.
6912
6913 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6914
6915         * message.el (message-user-organization-file): Check several
6916         locations of the organization file.
6917
6918         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6919         Add gnus-article-view-part-as-type.
6920
6921         * gnus-art.el (gnus-article-view-part-as-type): New function.
6922
6923         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6924         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
6925
6926         * mml.el: Simplify autoload.
6927         (mml-mode): defvar dnd-protocol-alist instead of using
6928         symbol-value.
6929         (mml-default-directory): New variable.
6930         (mml-minibuffer-read-file): Use it.
6931         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6932
6933         * message.el (message-citation-line-format): New variable.
6934         (message-insert-formated-citation-line): New function.
6935         (message-citation-line-function): Add
6936         `message-insert-formated-citation-line' to custom type.
6937
6938         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6939         to doc string.
6940
6941         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6942         depending on mm-verify-option.
6943
6944 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6945
6946         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6947         binding pgg-* variables; reimplement the section which prevents
6948         MIME header from being signed.
6949         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6950         pgg-text-mode; remove a blank line at the top of body.
6951
6952         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6953         lines at the top of body; use gnus-newsgroup-charset if there's no
6954         Charset header.
6955
6956 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * message.el (message-self-insert-commands): Doc fix.
6959
6960         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6961         (mm-uu-pgp-encrypted-test): Ditto.
6962         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6963         between header and body; return application/pgp-encrypted handle
6964         if decryption failed; decode decrypted body by charset.
6965
6966         * mm-decode.el (mm-automatic-display): Don't make application/pgp
6967         element match to application/pgp-*.
6968
6969 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6970
6971         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
6972         HTML.
6973
6974 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6975
6976         * mail-source.el (mail-source-call-script): Message the error
6977         string.
6978
6979 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6980
6981         * gnus-util.el (gnus-byte-compile): Use it.
6982
6983 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
6984
6985         * gnus-util.el (kill-empty-logs): New function.
6986
6987 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6988
6989         * message.el (message-mail-alias-type): Doc fix.
6990         (message-mail-alias-type-p): New function.
6991         (message-send): Use it.
6992         (message-mode): Ditto.
6993         (message-strip-forbidden-properties): Ditto.
6994
6995         * ecomplete.el (ecomplete-database-file-coding-system): New
6996         variable.
6997         (ecomplete-save): Use it.
6998         (ecomplete-setup): Use it.
6999
7000 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7001
7002         * message.el (message-self-insert-commands): New variable.
7003         (message-strip-forbidden-properties): Use it.
7004
7005 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7006
7007         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7008         that doesn't make XEmacs choke.
7009
7010 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7011
7012         * gnus-util.el (gnus-replace-in-string):
7013         Prefer replace-regexp-in-string over of replace-in-string.
7014
7015 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7016
7017         * gnus-util.el (gnus-select-frame-set-input-focus):
7018         Use select-frame-set-input-focus if it is available in XEmacs; use
7019         definition defined in Emacs 22 for old Emacsen.
7020
7021         * dgnushack.el: Autoload unmorse-region for XEmacs.
7022
7023         * lpath.el: Bind cursor-in-non-selected-windows and
7024         select-frame-set-input-focus for XEmacs.
7025
7026 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7027
7028         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7029
7030 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7031
7032         * gnus-registry.el (gnus-registry-cache-save): Remove text
7033         properties when saving via the temp buffer.
7034
7035 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7036
7037         * message.el (message-generate-hashcash): Honor custom type.
7038
7039 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7040
7041         * message.el (message-generate-hashcash): Default to non-nil when
7042         hashcash is found.
7043
7044         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7045         (gnus-refer-thread-limit): Increase default to 500.
7046
7047         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7048
7049         * flow-fill.el (fill-flowed): Allow delete-space.
7050
7051 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7052
7053         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7054         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7055         Remove autoloads.
7056
7057 2006-04-18  Simon Josefsson  <jas@extundo.com>
7058
7059         * message.el (message-generate-hashcash): Default to.
7060
7061 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7064         concatenating segments rather than before concatenating them.
7065
7066 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7067
7068         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7069
7070 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7071
7072         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7073
7074         * message.el (message-forward-make-body-plain): Allow
7075         message-forward-ignored-headers to be a list.
7076         (message-remove-ignored-headers): Factor out into function.
7077         (message-forward-make-body-mml): Use it.
7078
7079         * imap.el (imap-quote-specials): New function.
7080         (imap-login-auth): Quote specials.
7081
7082         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7083         (rfc2231-parse-string): Allow concatanation of parameters that
7084         aren't contiguous.  The test case is
7085           (mail-header-parse-content-type "message/external-body;
7086             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7087             access-type=LOCAL-FILE;
7088             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7089
7090 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7091
7092         * nntp.el (nntp-accept-process-output): Return the value of
7093         `nnheader-accept-process-output'.
7094
7095 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7096
7097         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7098         (gnus-button-alist): Recognize more diff formats.
7099         (gnus-button-patch): Strip directory.
7100
7101 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7102
7103         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7104         Emacs 22 when setting focus.
7105
7106 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7107
7108         * gnus-art.el (gnus-article-treat-types): Do treatment of
7109         text/x-verbatim parts.
7110         (gnus-button-patch): New command.
7111
7112         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7113         addresses that contain invalid characters.
7114
7115 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7116
7117         * message.el (message-put-addresses-in-ecomplete): Use
7118         gnus-replace-in-string.
7119         (message-is-yours-p): Use the more correct
7120         mail-header-parse-address instead of
7121         mail-extract-address-components.
7122         (message-put-addresses-in-ecomplete): Fix typo.
7123
7124         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7125         keystroke.
7126
7127         * gnus-art.el (gnus-treatment-function-alist): Change order of
7128         newsgroups/generic header folding to avoid double-folding.
7129
7130         * message.el (message-hidden-headers): Add X-Draft-From.
7131
7132         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7133         command.
7134         (gnus-summary-repeat-search-article-backward): New command.
7135
7136         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7137         groups in the parent topic.
7138
7139 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7140
7141         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7142         (spam-extra-header-to-number): Return the CRM114 number as a
7143         number instead of a string.
7144
7145 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7146
7147         * gnus-art.el (gnus-face-properties-alist): Moved here from
7148         gnus-fun.
7149
7150         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7151
7152 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7153
7154         * message.el (message-strip-forbidden-properties): Only display on
7155         self-insert-command.
7156
7157         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7158         reindent.
7159         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7160
7161 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7162
7163         * smiley.el (smiley-style): Fix typo.
7164
7165 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7166
7167         * hashcash.el (hashcash-insert-payment-async-2): Use
7168         message-goto-eoh instead of doing it manually.
7169         (mail-add-payment): Use message-narrow-to-header instead of trying
7170         to do the same itself.
7171
7172         * message.el (message-hidden-headers): Add Face.
7173
7174         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7175         reparenting code.
7176         (gnus-summary-reparent-children): Refactored out code.
7177         (gnus-summary-thread-map): New keystroke.
7178         (gnus-summary-reparent-children): Make into command.
7179
7180         * smiley.el (smiley-style): Default to `medium' if using a large
7181         font.
7182
7183         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7184         does it itself.
7185
7186         * message.el (message-point-in-header-p): Simplify definition.
7187
7188 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7189
7190         * nnagent.el (nnagent-request-set-mark): Silence log file
7191         writing.
7192         (nnagent-request-set-mark): Use write-region instead of
7193         append-to-file.
7194
7195         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7196         strange select method.
7197
7198         * ecomplete.el (ecomplete-display-matches): Get highlightling
7199         right.
7200         (ecomplete-display-matches): Use literals.
7201         (ecomplete-display-matches): Disable message logging.
7202
7203         * message.el (message-display-abbrev): Small optimization.
7204
7205         * ecomplete.el (ecomplete-display-matches): Allow automatic
7206         display.
7207
7208         * message.el (message-strip-forbidden-properties): Display
7209         abbrevs.
7210         (message-display-abbrev): Get automatic display right.
7211
7212         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7213         keystrokes.
7214
7215 2006-04-13  Romain Francoise  <romain@orebokech.com>
7216
7217         TODO: Backport to v5-10!
7218
7219         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7220         Moved here (and renamed) from gnus-registry.el.
7221
7222         * gnus-registry.el: Require gnus-util.
7223         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7224
7225 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7226
7227         * gnus-group.el (gnus-group-catchup-current): Change
7228         if-then-else-if-then-else into cond.
7229         (gnus-group-catchup): Indent.
7230         (group-name-at-point): New function.
7231         (gnus-fetch-group): Provide default from thing at point.
7232
7233 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7234
7235         * message.el (message-display-abbrev): Fix regexp.
7236
7237         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7238         choosing.
7239         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7240         dead variables.
7241
7242         * message.el (message-newline-and-indent): Remove debugging.
7243         (message-display-abbrev): Use new implementation.
7244
7245 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7246
7247         * gnus-art.el (gnus-article-mode): Set
7248         cursor-in-non-selected-windows to nil.
7249
7250         * smiley.el: Revert previous change.
7251         (smiley-data-directory): defvar it before using it in the
7252         defcustom of `smiley-style'.
7253
7254 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7255
7256         * message.el (message-newline-and-indent): New function.
7257
7258         * ecomplete.el: Implement more bits.
7259
7260         * message.el (message-put-addresses-in-ecomplete): Clean up the
7261         string.
7262
7263         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7264
7265         * gnus-sum.el (gnus-summary-save-parts): Bind
7266         gnus-summary-save-parts-counter and use it to make unique file
7267         names.
7268
7269         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7270
7271         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7272         parameter to say whether to actually parse the individual
7273         addresses.
7274
7275         * message.el (message-put-addresses-in-ecomplete): New function.
7276         (ecomplete): Require.
7277         (message-mail-alias-type): Add ecomplete as an option.
7278
7279 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7280
7281         * flow-fill.el (fill-flowed): Remove trailing space from blank
7282         quoted lines.
7283
7284 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7285
7286         * smiley.el (smiley-style): Move definition later to avoid a
7287         compilation warning.
7288
7289 2006-04-12  Kenichi Handa  <handa@m17n.org>
7290
7291         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7292         buffer and then decode the buffer text if necessary.
7293         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7294         first, and after mm-encode-body, change the buffer to unibyte.
7295         Use mm-disable-multibyte instead of set-buffer-multibyte.
7296
7297 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7298
7299         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7300         Content-Type header instead of Content-Disposition header.
7301         (gnus-mime-inline-part): Ditto.
7302         (gnus-mime-view-part-as-charset): Ignore charset that the part
7303         specifies.
7304
7305         * mm-decode.el (mm-display-part): Work with external parts and
7306         usual parts similarly.
7307
7308         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7309         instead of gnus-display-mime.
7310
7311         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7312         instead of with-temp-buffer.
7313
7314         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7315         tag to summarized topics part in order to encode non-ASCII text.
7316
7317 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7318
7319         * smiley.el (smiley-style): New variable.
7320         (smiley-directory): New function.
7321         (smiley-data-directory): Derive from `smiley-style' using
7322         `smiley-directory'.
7323         (smiley-regexp-alist): Add new entries.
7324
7325         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7326         (gnus-article-browse-delete-temp): Add :version.
7327
7328 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7329
7330         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7331         the sieve region.
7332
7333 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7334
7335         * gnus.el (gnus-version-number): Bump version.
7336
7337 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7338
7339         * gnus.el: No Gnus v0.4 is released.
7340
7341 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7342
7343         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7344         layout.
7345
7346         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7347         unknown charset.
7348
7349         * message.el (message-header-synonyms): Add Original-To to the
7350         default.
7351
7352         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7353         optional parameter.
7354
7355 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7356
7357         * gnus-fun.el (gnus): Require it for gnus-directory.
7358
7359 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7362
7363 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7364
7365         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7366
7367 2006-04-05  Simon Josefsson  <jas@extundo.com>
7368
7369         * password.el (password-reset): New function.
7370
7371 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7372
7373         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7374         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7375
7376 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7377
7378         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7379         Some whitespace was matched into the url, which broke browsing hits
7380         > 100 when mm-url-use-external was nil.
7381
7382 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7383
7384         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7385         gnus-extra-headers for 'Newsgroups.
7386
7387         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7388         bound.
7389
7390 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7391
7392         * pgg-gpg.el: Clean up process buffers every time gpg processes
7393         complete.
7394
7395 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7396
7397         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7398         doc string.
7399
7400 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7401
7402         * pgg-gpg.el (pgg-gpg-process-filter)
7403         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7404
7405         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7406         lines, temporary fix.
7407
7408 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7409
7410         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7411
7412 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7413
7414         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7415         default-enable-multibyte-characters.  This reverts the change from
7416         revision 6.17 which is no longer necessary because the passphrase
7417         is sent separately now.  GnuPG messages are unreadable under
7418         multibyte locales with default-enable-multibyte-characters set to
7419         nil.
7420
7421 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7422
7423         * message.el (message-tool-bar-gnome): Move "spell".
7424
7425 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7426
7427         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7428         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7429         instead.
7430
7431 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7432
7433         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7434         newsgroups handling for NNTP overviews which don't include
7435         Newsgroups.
7436
7437 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7438
7439         * message.el (message-resend): Bind message-generate-hashcash to nil.
7440
7441 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7442
7443         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7444         when searching for already-paid recipients.
7445
7446 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7447
7448         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7449         passphrases when it is not needed.
7450         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7451         passphrase stuff from gpg, should only be necessary when you use
7452         gpg with a smartcard.
7453
7454 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7455
7456         * mml.el (mml-insert-mime): Ignore cached contents of
7457         message/external-body part.
7458
7459         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7460         (mm-insert-part): Ditto.
7461
7462 2006-03-23  Simon Josefsson  <jas@extundo.com>
7463
7464         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7465         Reiner.
7466         (pgg-gpg-use-agent-p): Use it again.
7467
7468 2006-03-23  Simon Josefsson  <jas@extundo.com>
7469
7470         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7471         older emacsen.
7472         (pgg-gpg-use-agent-p): Don't use it.
7473
7474 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7475
7476         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7477         if we can.
7478
7479 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7480
7481         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7482         (pgg-gpg-update-agent): New function.
7483         (pgg-gpg-use-agent-p): New function.
7484         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7485         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7486         (pgg-gpg-sign-region): Use it.
7487
7488 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7489
7490         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7491         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7492
7493 2006-03-21  Simon Josefsson  <jas@extundo.com>
7494
7495         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7496         <wilde@sha-bang.de>.
7497         (pgg-gpg-use-agent): New variable.
7498         (pgg-gpg-process-region): Use it.
7499         (pgg-gpg-encrypt-region): Likewise.
7500         (pgg-gpg-encrypt-symmetric-region): Likewise.
7501         (pgg-gpg-decrypt-region): Likewise.
7502         (pgg-gpg-sign-region): Likewise.
7503         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7504
7505 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7506
7507         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7508
7509         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7510         Add comment on version.
7511
7512 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7513
7514         * smiley.el: Add missing test smiley.
7515
7516 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * mm-decode.el (mm-with-part): New macro.
7519         (mm-get-part): Use it; work with message/external-body as well.
7520         (mm-save-part): Treat name and filename equally.
7521
7522         * mm-extern.el (mm-extern-cache-contents): New function.
7523         (mm-inline-external-body): Use it; force the part to be displayed;
7524         move undisplayer added to the cached handle to the parent.
7525
7526         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7527         (gnus-mime-view-part-as-type): Work with message/external-body.
7528
7529         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7530
7531 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7532
7533         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7534         images in image-load-path.  [Sync with image.el, revision 1.60, in
7535         Emacs.]
7536
7537 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7538
7539         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7540         path rather than symbol.  Always return list of directories.
7541         Guarantee that image directory comes first.  [Sync with image.el,
7542         revision 1.59, in Emacs.]
7543
7544         * message.el (message-make-tool-bar): Adjust to new API of
7545         `gmm-image-load-path-for-library'.
7546
7547         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7548
7549         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7550
7551 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7552
7553         * gnus-art.el (gnus-article-only-boring-p):
7554         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7555         intangible text.
7556         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7557
7558 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7559
7560         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7561         `defun' instead of `gmm-defun-compat'.
7562
7563 2006-03-14  Simon Josefsson  <jas@extundo.com>
7564
7565         * message.el (message-unique-id): Don't use message-number-base36
7566         if (user-uid) is a float.
7567         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7568
7569 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7570
7571         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7572
7573         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7574         empty line between a part and a message part.
7575
7576 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7577
7578         * smiley.el: Add more test smileys.
7579         (smiley-data-directory, smiley-regexp-alist)
7580         (gnus-smiley-file-types): Fix doc strings.
7581         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7582         adding new elements.
7583         (smiley-mouse-map): Unused code.  Make it a comment.
7584
7585 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7586
7587         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7588         scan latest NoCeM messages instead of old ones.
7589         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7590         delimiters that are recently used.
7591         (gnus-nocem-load-cache): Add autoload cookie.
7592
7593         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7594
7595         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7596         level which is larger than gnus-use-nocem is specified.
7597
7598         * gnus-group.el (gnus-group-get-new-news): Ditto.
7599
7600 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7601
7602         * gnus-util.el (gnus-tool-bar-update): New function.
7603
7604         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7605         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7606
7607         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7608
7609         * gnus-group.el (gnus-group-redraw-when-idle)
7610         (gnus-group-redraw-check): Remove.
7611         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7612
7613 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7614
7615         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7616         if optional last element is specified in splits (FIELD VALUE...).
7617
7618 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7619
7620         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7621         to gmm-image-load-path-for-library.  Call with no-error argument.
7622         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7623
7624         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7625
7626         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7627
7628         * gmm-utils.el (gmm-image-load-path): Remove alias.
7629
7630 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7631
7632         * gmm-utils.el (gmm-image-load-path): Add alias.
7633
7634         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7635         nnml-generate-nov-databases-1.
7636         (nnml-generate-nov-databases): Use it.
7637         (nnml-generate-nov-databases-directory): Document no-active
7638         argument.
7639
7640         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7641         directory if path is t.  Add no-error.
7642
7643         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7644         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7645
7646         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7647         resetting gnus-article-browse-html-temp-list.
7648
7649         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7650         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7651         Add example to docstring.  Rename local variables.  Move error
7652         checks to default case in cond and simplify.
7653
7654 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7657         handle is multipart when calling it recursively.
7658         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7659
7660 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7661
7662         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7663         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7664
7665 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7666
7667         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7668         is loaded.
7669
7670         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7671         loaded.
7672
7673 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7674
7675         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7676         to "Emacs 23 (unicode)" in doc string.
7677
7678         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7679         "Emacs 23 (unicode)" in comment.
7680
7681 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7684
7685         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7686         characters 160 through 255 in Emacs 23.
7687
7688 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7689
7690         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7691         gnus-article-browse-html-temp.
7692         (gnus-article-browse-delete-temp): Make it customizable.  Add
7693         `file'.  Adjust doc string.
7694         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7695         query for each file.  Adjust doc string.
7696         (gnus-article-browse-html-parts): Add
7697         `gnus-article-browse-delete-temp-files' to
7698         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7699
7700 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7701
7702         * gnus-art.el (gnus-article-browse-html-temp)
7703         (gnus-article-browse-delete-temp): New variables.
7704         (gnus-article-browse-delete-temp-files): New function.
7705         (gnus-article-browse-html-parts): Use it.
7706
7707 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7708
7709         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7710
7711         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7712         string.
7713
7714         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7715         gnus-summary-insert-new-articles when unplugged.  Remove
7716         gnus-summary-search-article-forward.
7717
7718         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7719         display-visual-class instead of display-color-cells.
7720
7721 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7722
7723         * dgnushack.el: Autoload customize-group for XEmacs.
7724
7725         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7726         message/* containing non-ASCII text properly.
7727
7728 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7729
7730         * message.el: Require gmm-utils, remove autoloads.
7731         (message-tool-bar): Set default based on
7732         gmm-tool-bar-style.
7733         (message-tool-bar-gnome): Add gmm-customize-mode.
7734
7735         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7736         gmm-tool-bar-style.
7737         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7738
7739         * gnus-group.el (gnus-group-tool-bar): Set default based on
7740         gmm-tool-bar-style.
7741         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7742
7743         * gmm-utils.el (gmm-image-directory): Rename variable from
7744         gmm-image-load-path.
7745         (gmm-image-load-path): Use gmm-image-directory.
7746         (gmm-customize-mode): New function.
7747         (gmm-tool-bar-style): New variable.
7748
7749         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7750         gnus-group-redraw-line-number.
7751         (gnus-group-redraw-check): Simplify.
7752         (gnus-group-tool-bar-update): Remove redraw check.
7753         (gnus-group-make-tool-bar): Add redraw check.
7754
7755 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7756
7757         * gnus-art.el (gnus-button): Add missing parentheses.
7758
7759 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7760
7761         * lpath.el: Fbind line-number-at-pos.
7762
7763 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7764
7765         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7766
7767 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7768
7769         * gnus-art.el (gnus-button): New face.
7770         (gnus-article-button-face): Use it.
7771
7772         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7773         gnus-summary-next-page.  Re-order.
7774
7775         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7776         next-node are now included.
7777         (gnus-group-redraw-line-number): New internal variable.
7778         (gnus-group-redraw-check): Helper function for updating the tool
7779         bar.
7780         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7781
7782         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7783
7784         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7785         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7786         Use it to match format of Spamassassin 3.0 and later.  Reported by
7787         IRIE Tetsuya <irie@t.email.ne.jp>.
7788         (spam-check-bogofilter)
7789         (spam-bogofilter-register-with-bogofilter): Fix args of
7790         `gnus-error' calls.
7791
7792 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7793
7794         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7795         unnecessary interaction when sending queued mails.  Reported by
7796         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7797
7798 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7799
7800         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7801         first or last are nil.
7802
7803 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7804
7805         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7806
7807 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7808
7809         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7810
7811 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7812
7813         * dns.el (query-dns): Protect more against buggy tcp output.
7814
7815 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7816
7817         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7818         nov.php.
7819
7820 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7821
7822         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7823         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7824         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7825         output on the server side.
7826         (nnweb-google-create-mapping): Update regexps and add some
7827         progress indication.
7828
7829 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7830
7831         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7832         gnus-agent-toggle-plugged.  Re-order icons.
7833         (gnus-group-tool-bar-gnome): Add
7834         gnus-group-{prev,next}-unread-group.
7835         (gnus-group-tool-bar-gnome): Re-order icons.
7836
7837         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7838         gnus-summary-insert-new-articles.
7839
7840         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7841         comments.
7842
7843         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7844         also available in Emacs 21.3.
7845
7846         * message.el (message-fix-before-sending): Change "Emacs 22" to
7847         "Emacs 23 (unicode)" in comment.
7848
7849         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7850         "Emacs 23 (unicode)" in comment.
7851
7852         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7853         comment.
7854         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7855
7856         * mm-view.el (mm-fill-flowed): Add :version.
7857
7858 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7859
7860         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7861         and load-path.
7862
7863 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7864
7865         * message.el: Autoload gmm-image-load-path.
7866         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7867         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7868         consitency.
7869
7870         * gmm-utils.el (gmm-image-load-path): Also search in
7871         "../etc/images".  Don't set gmm-image-load-path if we don't find
7872         the image.
7873
7874 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7875
7876         * gmm-utils.el (gmm-image-load-path): Don't make
7877         `gmm-image-load-path' include subdirectories which the second arg
7878         `image' might specify.
7879
7880         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7881         subdirectory to icon file names.
7882
7883         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7884
7885 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7886
7887         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7888         gmm-image-load-path calls.
7889
7890         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7891
7892         * message.el (message-make-tool-bar): Ditto.
7893
7894         * mml.el (mml-preview): Added comment concerning tool bar icons.
7895
7896         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7897         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7898
7899         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7900         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7901
7902         * message.el (message-tool-bar-gnome): Use new icon names.
7903         (message-make-tool-bar): Use `gmm-image-load-path'.
7904
7905         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7906         functions from MH-E.
7907         (gmm-image-load-path): New variable from MH-E.
7908         (gmm-image-load-path): New function from MH-E.  Added arguments
7909         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
7910         *-image-load-path-called-flag.
7911
7912 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
7913
7914         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7915
7916 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
7917
7918         * nnimap.el (nnimap-request-move-article): Change folder back to
7919         source group before deleting.
7920
7921 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
7922
7923         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7924
7925         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7926         mm-url.
7927
7928         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7929
7930 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7931
7932         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7933         coding system which mm-charset-to-coding-system returns for a
7934         given charset is valid.
7935
7936 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
7937
7938         * html2text.el (html2text-remove-tag-list):
7939         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7940
7941 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7942
7943         * gnus-cus.el: Revert 2005-10-17 change.
7944
7945 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * gnus-art.el (article-strip-banner): Call
7948         article-really-strip-banner only when the regexp match is made.
7949
7950 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7951
7952         * gnus-art.el (article-strip-banner): Use
7953         gnus-extract-address-components instead of
7954         mail-header-parse-addresses to make it work with non-ASCII text;
7955         remove mail-encode-encoded-word-string.
7956
7957         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7958         values which are surrounded with \"...\"; make it never cause a
7959         Lisp error; give up parsing of parameters if it failed in
7960         extracting type.
7961
7962 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
7963
7964         * smime.el (smime-cert-by-ldap-1): Fix bug where
7965         `smime-ldap-search' returns results without userCertificates.
7966
7967 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7968
7969         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
7970
7971 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7972
7973         * spam.el (spam-check-spamassassin-headers): Adapt format for
7974         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
7975         <ari@mbf.ocn.ne.jp>.
7976         (spam-list-of-processors): Add spam-use-gmane.
7977
7978 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7979
7980         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
7981         make-temp-file; make it work with XEmacs as well.
7982
7983         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
7984         mm-make-temp-file.
7985
7986         * mm-decode.el (mm-display-external): Use the 3rd arg of
7987         mm-make-temp-file.
7988         (mm-create-image-xemacs): Ditto.
7989
7990 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7991
7992         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
7993         with message-narrow-to-headers.
7994         (gnus-draft-setup): Narrow to header to run message-fetch-field.
7995         (gnus-draft-check-draft-articles): New function.
7996         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
7997
7998 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7999
8000         * gnus-art.el (gnus-article-browse-html-parts):
8001         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8002         Don't use suffix argument for mm-make-temp-file for Emacs 21
8003         compatibility.  Remove useless `format'.
8004
8005 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8006
8007         * nnweb.el (nnweb-google-wash-article): Update regexps.
8008         (nnweb-group-alist): Use defvoo instead of defvar.
8009
8010 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8011
8012         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8013         re-loading nn* modules.
8014
8015 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8016
8017         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8018         for `tool-bar-mode' and don't check it's default-value.
8019
8020         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8021
8022         * message.el (message-make-tool-bar): Ditto.
8023
8024         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8025         `substring'.  Shorten tmp-file name.
8026
8027         * gnus.el: Remove bogus comment.
8028
8029 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8030
8031         * gnus-art.el (gnus-article-browse-html-parts): New function.
8032         (gnus-article-browse-html-article): New function for viewing html
8033         articles with a browser.
8034
8035 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8036
8037         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8038         in elisp.
8039         (pgg-gpg-encrypt-symmetric-region): Ditto.
8040         (pgg-gpg-sign-region): Ditto.
8041
8042         * pgg-def.el (pgg-text-mode): New variable.
8043
8044         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8045         (mml2015-pgg-encrypt): Ditto.
8046
8047         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8048         (mml1991-pgg-encrypt): Ditto.
8049
8050 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8051
8052         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8053         message-make-date instead of current-time-string.
8054
8055         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8056         to gnus-decoded which mm-uu might set.
8057
8058 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8059
8060         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8061         don't decode quoted parameters; remove misimported Emacs code.
8062         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8063         (rfc2231-decode-encoded-string): Don't use split-string which
8064         behaves differently according to Emacs version; use
8065         mm-decode-coding-region to convert charset to coding-system.
8066         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8067         (rfc2231-encode-string): Remove misimported Emacs code.
8068
8069 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8070
8071         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8072         when calling mail-header-parse-content-type.
8073         (article-de-quoted-unreadable): Ditto.
8074         (article-de-base64-unreadable): Ditto.
8075         (article-wash-html): Ditto.
8076
8077         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8078         calling mail-header-parse-content-type and
8079         mail-header-parse-content-disposition.
8080         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8081         mail-header-parse-content-type.
8082
8083         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8084         insert charset and format parameters; encode description after
8085         inserting it to buffer.
8086         (mml-insert-parameter): Fold lines properly even if a parameter is
8087         segmented into two or more lines; change the max column to 76.
8088
8089         * rfc1843.el (rfc1843-decode-article-body): Don't use
8090         ignore-errors when calling mail-header-parse-content-type.
8091
8092         * rfc2231.el (rfc2231-parse-string): Return at least type if
8093         possible; don't cause an error even if it fails in parsing of
8094         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8095         (rfc2231-encode-string): Don't break lines at the beginning, leave
8096         it to mml-insert-parameter.
8097
8098         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8099         calling mail-header-parse-content-type.
8100
8101 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8102
8103         * spam-report.el (spam-report-gmane-use-article-number):
8104         Improve doc string.
8105         (spam-report-gmane-internal): Check if a suitable header was found
8106         in the article.
8107
8108 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8109
8110         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8111         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8112
8113 2006-02-05  Romain Francoise  <romain@orebokech.com>
8114
8115         Update copyright notices of all files in the gnus directory.
8116
8117 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8118
8119         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8120
8121 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8122
8123         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8124         segmented lines of parameter value to cope with Thunderbird 1.5
8125         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8126         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8127         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8128
8129 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8130
8131         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8132         parts.
8133
8134 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8135
8136         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8137         there's only one active file for all servers.
8138         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8139         solid groups.  Gnus might have used a FAST request to select the group.
8140         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8141         and nnweb-search redundantly in the active file.
8142         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8143         (nnweb-request-create-group): Don't use ARGS.
8144         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8145         initialisations.  Let nnoo do the work.
8146
8147 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8148
8149         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8150         Say the part has been decoded.
8151
8152         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8153
8154 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8155
8156         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8157         mailcap-viewer-test-cache when there's no 'test clause, since that
8158         will invert the meaning of a "nil" test previously determined by
8159         mailcap-mailcap-entry-passes-test.
8160
8161 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8162
8163         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8164         compiling.
8165
8166         * gnus-sum.el: Ditto.
8167
8168         * message.el: Don't bind tool-bar-map when compiling.
8169
8170 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8171
8172         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8173
8174 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8175
8176         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8177         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8178         current Google Groups.
8179
8180 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8181
8182         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8183         and tool-bar-mode.
8184
8185         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8186         and tool-bar-mode.
8187
8188         * message.el (message-tool-bar-update): Simplify.
8189         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8190
8191         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8192         gnus-summary-buffer.
8193         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8194         gnus-summary-reply.
8195
8196         * gmm-utils.el (gmm): Add :version.
8197
8198 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8199
8200         * Makefile.in (clean): New rule.
8201         (distclean): Use it.
8202
8203 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8204
8205         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8206         autoload.
8207
8208 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8209
8210         * gmm-utils.el (gmm-verbose): Add :group.
8211
8212 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8213
8214         * message.el: Change some comments WRT tool-bars.
8215
8216         * gnus-sum.el (gnus-summary-tool-bar)
8217         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8218         (gnus-summary-tool-bar-zap-list): New variables.
8219         (gnus-summary-make-tool-bar): Complete rewrite using
8220         `gmm-tool-bar-from-list'.
8221
8222         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8223         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8224         variables.
8225         (gnus-group-make-tool-bar): Complete rewrite using
8226         `gmm-tool-bar-from-list'.
8227         (gnus-group-tool-bar-update): New function.
8228
8229         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8230
8231 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8232
8233         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8234         is dissected into a single part of which the type is the same as
8235         the given one; decode charset.
8236
8237 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8238
8239         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8240         into alists as symbol not string, since that's what
8241         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8242         look for.
8243
8244 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8245
8246         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8247         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8248
8249         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8250
8251 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8252
8253         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8254         (gnus-xmas-mime-security-button-menu): New function.
8255
8256         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8257         (gnus-mime-security-button-menu): New definition.
8258         (gnus-mime-security-button-map): Use them.
8259         (gnus-mime-security-button-menu): New function.
8260         (gnus-insert-mime-security-button): Addition to help echo.
8261         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8262         (gnus-mime-security-pipe-part): New functions.
8263
8264         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8265         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8266
8267         * mm-decode.el (mm-handle-set-disposition): Remove.
8268         (mm-handle-set-description): Remove.
8269
8270 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8273         (mm-w3m-standalone-supports-m17n-p): New function.
8274         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8275         w3m usage.
8276
8277         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8278         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8279
8280 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8281
8282         * message.el (message-tool-bar-zap-list): Use
8283         gmm-tool-bar-zap-list as custom type.
8284         (message-tool-bar-update): New function.
8285         (message-tool-bar, message-tool-bar-gnome)
8286         (message-tool-bar-retro): Add message-tool-bar-update.
8287         (message-tool-bar-gnome): Add flyspell-buffer.
8288
8289         * gnus-util.el (gnus-error): Describe `args'.
8290
8291         * gmm-utils.el (gmm-error): Describe `args'.
8292         (gmm-tool-bar-zap-list): New widget.
8293         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8294
8295 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8296
8297         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8298         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8299         the number of recursive calls.
8300
8301         * mm-decode.el (mm-handle-set-disposition): New macro.
8302         (mm-handle-set-description): New macro.
8303
8304 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8305
8306         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8307         encoding.
8308
8309 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8310
8311         * message.el (message-tool-bar-zap-list, message-tool-bar)
8312         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8313         (message-tool-bar-local-item-from-menu): Remove.
8314         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8315         (message-make-tool-bar): New function.
8316         (message-mode): Use `message-make-tool-bar'.
8317
8318         * gmm-utils.el: New file.
8319         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8320         (gmm-lazy): New widget copied from `nnmail.el'.
8321         (gmm-tool-bar-from-list): New function for creating customizable
8322         tool bars.
8323         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8324         output.
8325         (gmm): Add :prefix to defgroup.
8326
8327 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8328
8329         * gmm-utils.el (gmm-widget-p): New function.
8330
8331 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8332
8333         * mml.el (mml-attach-file): Describe `description' in doc string.
8334         (mml-menu): Add Emacs MIME manual and PGG manual.
8335
8336 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8337
8338         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8339
8340 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8341
8342         * nntp.el (nntp-end-of-line): Doc fix.
8343
8344 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8345
8346         * imap.el (imap-open): Handle case where buffer is a buffer
8347         object.
8348
8349 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8350
8351         * gnus-delay.el (gnus-delay): Don't autoload.
8352         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8353         to be re-loaded when customizing the `gnus-delay' group.
8354
8355 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8356
8357         * message.el (message-insert-citation-line): Use newlines.
8358
8359 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8360
8361         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8362         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8363         these routines, so the passphrase can be managed externally and
8364         passed in to the system.
8365         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8366         pgg-add-passphrase-to-cache function.
8367
8368         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8369         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8370         these routines, so the passphrase can be managed externally and
8371         passed in to the system.
8372         (pgg-pgp5-sign-region): Use new name of
8373         pgg-add-passphrase-to-cache function.
8374
8375 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8376
8377         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8378         part of the decoded armor to find the key-identifier.
8379         (pgg-gpg-lookup-key-owner): New function to return the
8380         human-readable identifier of a key owner.
8381         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8382         itself.
8383         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8384         the key value) if we have a key and can match it against a secret
8385         key.  Also, added a note pointing out fact that the prompt only
8386         indicates the first matching key.
8387
8388         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8389         pgg-decrypt-region.
8390         (pgg-add-passphrase-to-cache): Rename from
8391         `pgg-add-passphrase-cache' to reduce confusion (all callers
8392         changed).
8393         (pgg-remove-passphrase-from-cache): Rename from
8394         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8395         changed).
8396         (pgg-read-passphrase, pgg-add-passphrase-cache)
8397         (pgg-remove-passphrase-cache): Add informative docstrings.
8398         (pgg-decrypt): Convey provided passphrase in subordinate call to
8399         pgg-decrypt-region.
8400
8401 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8402
8403         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8404         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8405         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8406         'passphrase' argument, so the passphrase can be managed externally
8407         and then passed in to the system.
8408
8409         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8410         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8411         so the passphrase cache can be used reliably with identifiers
8412         besides a pgp packet's key id.
8413
8414         * pgg-gpg.el (pgg-gpg-encrypt-region)
8415         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8416         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8417         these routines, so the passphrase can be managed externally and
8418         passed in to the system.
8419
8420         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8421         'notruncate' argument, so the passphrase cache can be used
8422         reliably with identifiers besides a pgp packet's key id.
8423
8424 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8425
8426         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8427         symmetric encryption.
8428         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8429         encrypted session key.
8430         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8431         message ask for the passphrase in a proper way.
8432
8433         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8434         New user commands for symmetric encryption.
8435
8436 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8437
8438         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8439
8440         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8441
8442 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8443
8444         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8445
8446 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8447
8448         * mm-decode.el (mm-inlined-types): Add application/pgp.
8449         (mm-automatic-display): Ditto.
8450
8451         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8452         part as text.
8453
8454 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8455
8456         * nnrss.el: Update copyright.
8457         (nnrss-opml-import): Query whether to subscribe to each entry.
8458
8459         * gnus-art.el:
8460         * gnus-sum.el:
8461         * gnus-xmas.el:
8462         * messagexmas.el:
8463         * mm-uu.el:
8464         * mm-view.el: Update copyright.
8465
8466 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8467
8468         * message.el (message-info): New function.
8469         (message-mode-menu): Add it.
8470         Update copyright.
8471
8472         * ChangeLog: Fix and update copyright.
8473
8474 2006-01-13  Romain Francoise  <romain@orebokech.com>
8475
8476         * message.el (message-forward-subject-name-subject): Prefer the
8477         address to 'nowhere' if the sender has no name.
8478         Fix typo.  Update copyright year.
8479
8480 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8481
8482         * gnus-art.el (article-wash-html): Use
8483         gnus-summary-show-article-charset-alist if a numeric arg is given.
8484         (gnus-article-wash-html-with-w3m-standalone): New function.
8485
8486         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8487         mm-inline-text-html-render-with-w3m-standalone.
8488         (mm-text-html-washer-alist): Map w3m-standalone to
8489         gnus-article-wash-html-with-w3m-standalone.
8490         (mm-inline-text-html-render-with-w3m-standalone): New function.
8491
8492 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8493
8494         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8495         Improve LaTeX.
8496
8497 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8498
8499         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8500         (nnrss-request-article): Render text/plain parts as HTML.
8501
8502         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8503         the buffer.
8504
8505 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8506
8507         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8508         custom definition of `gnus-posting-styles'.
8509
8510         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8511         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8512
8513 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8514
8515         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8516         Use nntp for bug archive.
8517
8518 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8521         parts.
8522         (nnrss-normalize-date): New function converts ISO 8601 date into
8523         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8524         (nnrss-check-group): Use it.
8525
8526 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8527
8528         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8529
8530         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8531         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8532         (nnrss-insert-w3): Ditto.
8533
8534 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8537         the articles to be forwarded including the case where neither a
8538         number of articles nor a region is specified.
8539
8540 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8541
8542         * nnrss.el (nnrss-request-article): Fix last change; fill
8543         text/plain parts.
8544
8545 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8546
8547         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8548         in text/plain part.
8549         (nnrss-check-group): Don't add excessive newline to dc:subject.
8550
8551 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8552
8553         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8554         article.
8555
8556 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8557
8558         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8559         (nnml-use-compressed-files, nnml-save-mail): Support other
8560         comression programs such as bzip2.
8561
8562 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8563
8564         * dns.el (query-dns): Make sure we check the buffer size before
8565         removing tcp headers.
8566
8567 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8568
8569         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8570         remove MIME buttons associated with multipart/alternative parts.
8571         (gnus-mime-display-alternative): Tag buttons using `article-type'
8572         text property.
8573
8574         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8575         associated with multipart/alternative parts.
8576
8577         * gnus-art.el (gnus-signature-separator): Fix custom type.
8578
8579         * mm-decode.el (mm-inlined-types): Fix custom type.
8580         (mm-keep-viewer-alive-types): Ditto.
8581         (mm-automatic-display): Ditto.
8582         (mm-attachment-override-types): Ditto.
8583         (mm-inline-override-types): Ditto.
8584         (mm-automatic-external-display): Ditto.
8585
8586 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8587
8588         * spam-report.el (spam-report-user-mail-address)
8589         (spam-report-user-agent): New variables.
8590         (spam-report-url-ping-plain): Use spam-report-user-agent.
8591
8592 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8593
8594         * gnus-art.el (gnus-button-handle-custom): Do not just use
8595         `customize-apropos' for any "M-x customize-*" button but the
8596         function called for.  Accept both the function name and its
8597         argument in order to achieve this.
8598         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8599         function name to `gnus-button-handle-custom' in case of "M-x
8600         customize-*" buttons.
8601
8602 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8603
8604         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8605         multipart/alternative and add xref to mm-discouraged-alternatives
8606         in doc string.
8607
8608         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8609         gnus-buttonized-mime-types in doc string.
8610
8611 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8612
8613         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8614         Suggest image/.* in the doc string.
8615
8616 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8617
8618         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8619         message-marks (Debian bug #342521).
8620
8621 2005-12-12  Simon Josefsson  <jas@extundo.com>
8622
8623         * password.el (password-read-from-cache): Add.
8624         (password-read): Use it.
8625
8626 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8627
8628         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8629         us-ascii as a MIME charset.
8630
8631         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8632         against the case where the 2nd arg TYPE is nil.
8633
8634 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8635
8636         * pop3.el (pop3-stream-type): Fix custom version.
8637
8638         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8639
8640 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8641
8642         * mm-decode.el (mm-display-external): Add missing cdr.
8643
8644 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8645
8646         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8647         RFC1524) if it is in mailcap or add a suffix according to
8648         mailcap-mime-extensions when generating a temp filename; postpone
8649         deleting a temp file for 2 seconds for some wrappers, shell
8650         scripts, and so on, which might exit right after having started a
8651         viewer command as a background job.
8652
8653 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8654
8655         * nntp.el (nntp-marks-directory): Fix custom group.
8656
8657         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8658         steps when < 10.
8659
8660         * gnus-start.el (gnus-no-server-1): Mention
8661         `gnus-level-default-subscribed' in doc string.
8662
8663 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8664
8665         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8666         parens.
8667
8668 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * gnus-xmas.el (gnus-use-toolbar): Revert.
8671         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8672         gnus-use-toolbar is default.
8673
8674         * messagexmas.el (message-use-toolbar): Revert.
8675         (message-setup-toolbar): Use global default-toolbar if
8676         message-use-toolbar is default.
8677
8678 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8679
8680         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8681         according to default-toolbar-visible-p.
8682
8683         * messagexmas.el (message-use-toolbar): Ditto.
8684
8685 2005-11-26  Dave Love  <fx@gnu.org>
8686
8687         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8688         (tls-program, tls-success): Provide openssl alternative.
8689
8690         * starttls.el: Doc fixes.
8691         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8692         SERVICE to PORT.
8693
8694         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8695         port null or service name.
8696         (starttls-negotiate): Autoload.
8697
8698 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * message.el (message-kill-to-signature): Fix interactive spec.
8701
8702 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8703
8704         * pop3.el (pop3-open-server): Recognize a string as a service name.
8705
8706 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8707
8708         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8709
8710 2005-11-23  Dave Love  <fx@gnu.org>
8711
8712         Add pop3s, pop3/starttls.
8713
8714         * pop3.el (pop3-authentication-scheme): Clarify doc.
8715         (open-tls-stream, starttls-open-stream): Autoload.
8716         (pop3-stream-type): New.
8717         (pop3-open-server): Use it.
8718
8719         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8720         for POP.
8721         (mail-source-keyword-map): Add :stream for POP.
8722         (mail-source-fetch-pop): Use pop3-stream-type.
8723
8724 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8725
8726         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8727         of current-time-string.
8728
8729 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8730
8731         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8732         date header.
8733
8734 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8735
8736         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8737         it can seriously impact performance as it bypasses the agent's
8738         local caches.
8739
8740 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8741
8742         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8743         must be explicitly online rather than "not explicitly offline" for
8744         its flags to be synchronized.
8745
8746         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8747         that gnus-uu-unmark-thread will function correctly.
8748
8749         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8750         1024K is instead displayed as 1M.
8751
8752 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8753
8754         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8755
8756 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8757
8758         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8759
8760 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8761
8762         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8763         error message to display actual error condition.
8764         (gnus-agent-save-local): Avoid saving symbols that are bound to
8765         nil as they simply result in a warning message in
8766         gnus-agent-read-local.
8767
8768 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8769
8770         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8771         rather than make-variable-buffer-local for file-precious-flag.
8772
8773 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8774
8775         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8776         for duplicates which are removed.  The invalid sort check then
8777         triggers a rescan after the sort as sorting may have moved
8778         duplicate entries such that they can be cheaply detected.
8779
8780 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8781
8782         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8783
8784 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8785
8786         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8787         internal variable to a custom variable.  Changed default value
8788         from compressed(2) to uncompressed(1).
8789         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8790         support for uncompressed agentview files.  Taken together, reading
8791         the agentview file should now be 6-7 times faster.
8792
8793 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8794
8795         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8796         as a buffer-local variable.  This avoids creating truncated
8797         dribble files as a result of a hang up, eg.
8798
8799 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8800
8801         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8802         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8803         XEmacs.
8804
8805 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8806
8807         * gnus-start.el (gnus-start-draft-setup): Enforce
8808         `gnus-draft-mode' for nndraft:drafts at startup.
8809
8810         * gnus.el (gnus-splash): Change custom group.
8811         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8812         allow-list argument.
8813
8814         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8815         string.
8816
8817 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8818
8819         * gnus-art.el (gnus-default-article-saver): Add user-defined
8820         `function' to custom type.
8821
8822 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8823
8824         * imap.el (imap-open): Handle case where buffer is a buffer
8825         object.
8826
8827 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8828
8829         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8830         long lines.
8831         (gnus-cache-delete-group): Wrap doc strings.
8832
8833         * gnus-agent.el (gnus-agent-rename-group)
8834         (gnus-agent-delete-group): Wrap doc strings.
8835
8836 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8837
8838         * messagexmas.el (message-use-toolbar): Change the valid values
8839         into default, top, bottom, left, and right.
8840         (message-toolbar-thickness): New variable.
8841         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8842         well.
8843         (message-setup-toolbar): Make it work.
8844
8845         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8846         (gnus-use-toolbar): Change the valid values into default, top,
8847         bottom, left, and right.
8848         (gnus-toolbar-thickness): New variable.
8849         (gnus-xmas-setup-toolbar): New function.
8850         (gnus-xmas-setup-group-toolbar): Use it.
8851         (gnus-xmas-setup-summary-toolbar): Use it.
8852
8853 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8854
8855         * gnus-start.el (gnus-1): Add "native" to
8856         gnus-predefined-server-alist.
8857
8858         * gnus.el (gnus-method-to-server): Don't add "native" to the
8859         lists here, because that leads to problems when
8860         gnus-select-method is bound.
8861
8862 2005-11-09  Simon Josefsson  <jas@extundo.com>
8863
8864         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8865         use (not sort-by-date) instead.
8866
8867 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8868
8869         * gnus-delay.el (gnus-delay-group): Don't autoload.
8870         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8871         to be re-loaded when customizing the `gnus-delay' group.
8872
8873 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8874
8875         * message.el: Revert last changes.
8876         (message-insert-citation-line): Use newlines.
8877
8878 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8879
8880         * message.el (message-courtesy-message)
8881         (message-mark-insert-begin, message-mark-insert-end)
8882         (message-elide-ellipsis, message-cancel-message)
8883         (message-add-header, message-change-subject)
8884         (message-cross-post-followup-to-header)
8885         (message-cross-post-insert-note, message-reduce-to-to-cc)
8886         (message-widen-reply, message-delete-not-region)
8887         (message-kill-to-signature, message-insert-signature)
8888         (message-insert-importance-high, message-insert-importance-low)
8889         (message-insert-or-toggle-importance)
8890         (message-insert-disposition-notification-to)
8891         (message-indent-citation, message-yank-original)
8892         (message-cite-original-without-signature, message-cite-original)
8893         (message-insert-citation-line, message-position-on-field)
8894         (message-fix-before-sending, message-send-mail-partially)
8895         (message-send-mail, message-send-mail-with-sendmail)
8896         (message-send-mail-with-qmail, message-send-news)
8897         (message-check-news-header-syntax, message-generate-headers)
8898         (message-insert-courtesy-copy, message-fill-address)
8899         (message-fill-header, message-shorten-references)
8900         (message-setup-1, message-cancel-news)
8901         (message-forward-make-body-plain, message-forward-make-body-mime)
8902         (message-forward-make-body-mml, message-encode-message-body)
8903         (message-forward-make-body-digest-plain)
8904         (message-forward-make-body-digest-mime)
8905         (message-use-alternative-email-as-from): Insert `hard-newline'
8906         instead of ordinary newlines.
8907
8908 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * message.el (message-generate-headers): Downcase the argument
8911         given to message-check-element.
8912
8913 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
8914
8915         * nntp.el (nntp-authinfo-rejected): New error condition.
8916         (nntp-wait-for): Use new error condition to signal authentication
8917         error.
8918         (nntp-retrieve-data): Rethrow new error condition to break out of
8919         recursive call to nntp-send-authinfo.
8920
8921 2005-11-08  Romain Francoise  <romain@orebokech.com>
8922
8923         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8924         (gnus-summary-exit-map): Bind to `Z p'.
8925         (gnus-summary-make-menu-bar): Add menu item.
8926
8927 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8928
8929         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8930         (gnus-treat-*): Add `first' in all doc strings.
8931
8932         * gnus-group.el (gnus-group-compact-group): Fix typo.
8933
8934 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * gnus.el (gnus-parameters-case-fold-search): New variable.
8937         (gnus-parameters-get-parameter): Use it.
8938
8939         * gnus-score.el (gnus-home-score-file): Doc fix.
8940
8941 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8942
8943         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8944
8945 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * mm-util.el (mm-special-display-p): New function.
8948
8949         * mml.el (mml-preview): Use it; doc fix.
8950
8951 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8952
8953         * imap.el (imap-open): Handle case where buffer is a buffer object.
8954
8955 2005-10-29  Romain Francoise  <romain@orebokech.com>
8956
8957         * message.el (message-fix-before-sending): Fix comment.
8958
8959 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8960
8961         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8962
8963 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8964
8965         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8966         Used in gnus-score.el.
8967
8968 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8969
8970         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8971
8972 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8973
8974         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8975         whitespace removed in revision 7.8.  Use concatenated string to
8976         protect trailing whitespace.
8977
8978 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
8979
8980         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
8981         (nnimap-request-expire-articles): Use it to avoid sending 'UID
8982         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
8983         Courier IMAP ("some version from 2004").  Mostly based on similar
8984         code in the same function.
8985
8986 2005-10-26  Didier Verna  <didier@xemacs.org>
8987
8988         * gnus-group.el (gnus-group-compact-group): Invalidate original
8989         article buffer.
8990         * gnus-srvr.el (gnus-server-compact-server): Ditto.
8991         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
8992         NOV database and in article itself.
8993         Invalidate article backlog.
8994
8995 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8996
8997         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8998
8999 2005-10-26  Simon Josefsson  <jas@extundo.com>
9000
9001         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9002         part of 2004-07-25 change.
9003
9004 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * message.el (message-display-completion-list): New function.
9007         (message-expand-group): Use it; make sure the Completions buffer
9008         is modifiable.
9009 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9010
9011         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9012         user-mail-name is an empty string.
9013
9014 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9015
9016         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9017         depending on gnus-score-decay-constant.
9018
9019         * encrypt.el (encrypt-insert-file-contents)
9020         (encrypt-write-file-contents): Don't use `gnus-message'.
9021
9022         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9023         arguments.
9024         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9025         arguments to mm-uu-verbatim-marks-extract.
9026         (mm-uu-hide-markers): New variable.
9027         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9028
9029         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9030         (gnus-convert-image-to-face-command): Use "convert" by default to
9031         allow other input image formats.
9032         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9033         accordingly.
9034
9035 2005-10-23  Simon Josefsson  <jas@extundo.com>
9036
9037         * imap.el (imap-gssapi-program): Align command line parameters
9038         with latest GNU SASL.
9039         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9040
9041 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9042
9043         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9044         HTML.
9045         (nnslashdot-request-article): Ditto.
9046
9047         * lpath.el (featurep): Add nobreak-char-display.
9048
9049 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9050
9051         * mail-source.el (mail-source-fetch-pop): Require pop3.
9052         (mail-source-check-pop): Ditto.
9053
9054 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9057         errors.
9058
9059 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9060
9061         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9062         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9063
9064         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9065
9066         * mm-bodies.el (mm-decode-string): Call
9067         `mm-charset-to-coding-system' with allow-override argument.
9068
9069 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9070
9071         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9072         (rfc2047-charset-to-coding-system): New function.
9073         (rfc2047-decode-encoded-words): New function.
9074         (rfc2047-decode-region): Use them.
9075         (rfc2047-decode-cte): Remove.
9076         (rfc2047-parse-and-decode): Remove.
9077         (rfc2047-decode): Remove.
9078
9079 2005-10-15  Kenichi Handa  <handa@m17n.org>
9080
9081         * rfc2047.el (rfc2047-decode-cte): New function.
9082         (rfc2047-decode-region): Change the way to decode successive
9083         encoded-words: decode B- or Q-encoding in each encoded-word,
9084         concatenate them, and decode it as charset.
9085
9086 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9087
9088         * lpath.el: Fbind codepage-setup for XEmacs.
9089
9090 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9091
9092         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9093         widget-move-and-invoke.
9094         (gnus-custom-mode): Use gnus-custom-map.
9095
9096 2005-10-15  Bill Wohler  <wohler@newt.com>
9097
9098         * message.el (message-tool-bar-map): Renamed image file from
9099         mail_send to mail/send.
9100
9101 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9102
9103         * message.el (message-expand-group): Pass the common
9104         prefix substring of completion to `display-completion-list'.
9105
9106 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9107
9108         * mml-sec.el (mml-secure-method): New internal variable.
9109         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9110         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9111         functions using mml-secure-method.
9112
9113         * mml.el (mml-mode-map): Add key bindings for those functions.
9114         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9115         Harder <harder@myrealbox.com>.
9116         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9117         end of message if point is the headers of the message.
9118
9119         * message.el (message-in-body-p): New function.
9120
9121         * assistant.el: Autoload gnus-util and netrc.
9122
9123         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9124         Use `mm-charset-override-alist' only when decoding.
9125
9126         * mm-bodies.el (mm-decode-body): Call
9127         `mm-charset-to-coding-system' with allow-override argument.
9128
9129         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9130         `filename' from Content-Disposition if Content-Type doesn't
9131         provide `name'.
9132         (gnus-mime-view-part-as-type): Set default instead of
9133         initial-input.
9134
9135 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9136
9137         * format-spec.el (format-spec): Propagate text properties of % spec.
9138
9139 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9140
9141         * gnus-art.el (gnus-treat-predicate): Add `first'.
9142
9143 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9144
9145         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9146         (mm-charset-override-alist): New variable.
9147         (mm-charset-to-coding-system): Use it.
9148         (mm-codepage-setup): New helper function.
9149         (mm-charset-eval-alist): New variable.
9150         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9151         about unknown charsets.
9152
9153         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9154
9155 2005-10-04  David Hansen  <david.hansen@gmx.net>
9156
9157         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9158         (nnrss-check-group): Ditto.
9159
9160 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9161
9162         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9163         Rename x-gnus-verbatim to x-verbatim.
9164         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9165
9166         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9167         x-verbatim.
9168
9169         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9170
9171         * gnus-util.el (gnus-remove-duplicates): Remove.
9172
9173         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9174         instead of gnus-remove-duplicates.
9175
9176         * message.el (message-remove-duplicates): Remove.
9177         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9178         message-remove-duplicates.
9179
9180         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9181         available, else use implementation from `delete-dups'.
9182
9183         * message.el (message-insert-expires): New function.
9184         (message-mode-map): Add key binding.
9185         (message-mode-field-menu): Add menu entry.
9186         (message-mode): Document it.
9187         (message-make-expires-date): Use `message-make-date'.
9188
9189 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9190
9191         * message.el (message-make-expires-date): New function.
9192
9193 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9194
9195         * Makefile.in (list-installed-shadows): New entry.
9196         (install): Use it.
9197         (remove-installed-shadows): New entry.
9198
9199         * dgnushack.el (dgnushack-default-load-path): New variable.
9200         (dgnushack-find-lisp-shadows): New function.
9201         (dgnushack-remove-lisp-shadows): New function.
9202
9203 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9204
9205         * Makefile.in (install-el-elc): New entry.
9206         (install): Use it so that .el files are necessarily installed.
9207
9208 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9209
9210         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9211
9212 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9213
9214         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9215         function rather than the diff-mode.el package.
9216         (mm-display-external): Use with-current-buffer.
9217         (mm-viewer-completion-map, mm-viewer-completion-map):
9218         Move initialization inside declaration.
9219
9220 2005-09-29  Simon Josefsson  <jas@extundo.com>
9221
9222         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9223         autoload mail-check-payment.
9224         (spam-check-hashcash): Define unconditionally, since hashcash.el
9225         is part of Gnus now.  Ignore errors from payment checking.
9226
9227 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9228
9229         * message.el (message-bold-region, message-unbold-region): Rename
9230         from `bold-region' and `unbold-region'.
9231
9232         * message.el: Remove useless autoloads.
9233
9234 2005-09-28  Simon Josefsson  <jas@extundo.com>
9235
9236         * message.el (message-use-idna): Default to t.
9237         (message-use-idna): Test whether encoding works too.  Doc fix.
9238
9239 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * nntp.el (nntp-warn-about-losing-connection): Remove.
9242
9243 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9244
9245         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9246         customizable.  Change default value.
9247         (mm-uu-diff-groups-regexp): Change default value.
9248         (mm-uu-type-alist): Add doc string.
9249         (mm-uu-configure): Add doc string.  Make it interactive.
9250         (mm-uu-tex-groups-regexp): New variable.
9251         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9252         (mm-uu-type-alist): Add LaTeX documents.
9253         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9254         of "text/verbatim".
9255         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9256
9257         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9258         instead of "text/verbatim".
9259
9260         * message.el (message-mark-inserted-region)
9261         (message-mark-insert-file): Use slrn style marks when called with
9262         prefix argument.
9263
9264 2005-09-27  Simon Josefsson  <jas@extundo.com>
9265
9266         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9267
9268 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9269
9270         * message.el (message-remove-duplicates): New function.
9271         Implementation borrowed from `gnus-remove-duplicates'.
9272         (message-idna-to-ascii-rhs): Also encode idna addresses in
9273         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9274         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9275         only ask about the same idna domain once per header and also tell
9276         in what header to replace the idna domain.
9277
9278         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9279         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9280         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9281         a header is decoded and not just the last one.
9282
9283 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9284
9285         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9286         has been decoded.
9287
9288         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9289         (mm-insert-part): Don't modify text if it has been decoded.
9290
9291         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9292         decoded.
9293
9294         * mm-view.el (mm-inline-text): Don't strip text props unless
9295         decoding enriched or richtext parts.
9296
9297 2005-09-25  Romain Francoise  <romain@orebokech.com>
9298
9299         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9300         * gnus-start.el (gnus-subscribe-interactively):
9301         * gnus-uu.el (gnus-uu-grab-articles):
9302         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9303         space.
9304
9305 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9306
9307         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9308         * mm-view.el (mm-view-pkcs7-decrypt):
9309         * gnus-sum.el (gnus-summary-limit-to-extra)
9310         (gnus-summary-respool-article, gnus-read-move-group-name):
9311         * gnus-score.el (gnus-summary-increase-score):
9312         * gnus-util.el (gnus-completing-read-with-default):
9313         * gnus-art.el (gnus-read-save-file-name)
9314         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9315         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9316         * message.el (message-check-news-header-syntax):
9317         Follow convention for reading with the minibuffer.
9318
9319 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9320
9321         * spam-report.el (spam-report-url-ping-plain):
9322         Use gnus-extended-version as User-Agent.
9323
9324         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9325         default value is nil.
9326
9327         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9328         (mm-uu-verbatim-marks-extract): New function.
9329         (mm-uu-extract): New face.
9330         (mm-uu-copy-to-buffer): Use it.
9331
9332         * spam-report.el (spam-report-gmane-ham): Renamed from
9333         `spam-report-gmane-unspam'.
9334         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9335         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9336
9337         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9338         Autoload.
9339         (spam-report-gmane-unregister-routine): Renamed
9340         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9341
9342 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9343
9344         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9345         (spam-report-gmane-unregister-routine): Add support for gmane
9346         unregistration.
9347
9348         * spam-report.el (spam-report-gmane-unspam)
9349         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9350         (spam-report-gmane): Change to take a single article and do unspam
9351         registration.
9352
9353 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9354
9355         * mm-url.el (mm-url-decode-entities): Fix regexp.
9356
9357 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9358
9359         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9360         default to nil, to be able to use Gnus at all.  If the default
9361         switches to something else, then the function should be fixed not
9362         be exceedingly slow.
9363
9364 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9365
9366         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9367         fail hard.
9368
9369         * spam-report.el: Add better Keywords line.
9370
9371         * spam.el: Add Maintainer and better Keywords line.
9372
9373 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9374
9375         * gnus-art.el (gnus-article-replace-part)
9376         (gnus-mime-replace-part): New functions.
9377         (gnus-mime-action-alist, gnus-mime-button-commands)
9378         (gnus-mime-save-part-and-strip): Added file argument.
9379         (gnus-article-part-wrapper): Added interactive argument.
9380
9381         * gnus-sum.el (gnus-summary-mime-map): Add
9382         `gnus-article-replace-part'.
9383
9384 2005-09-19  Didier Verna  <didier@xemacs.org>
9385
9386         The nnml compaction feature:
9387         * nnml.el (nnml-request-compact-group): New function.
9388         * nnml.el (nnml-request-compact): New function.
9389         * gnus-int.el (gnus-request-compact-group): New function.
9390         * gnus-int.el (gnus-request-compact): New function.
9391         * gnus-group.el (gnus-group-compact-group): New function.
9392         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9393         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9394         * gnus-srvr.el (gnus-server-compact-server): New function.
9395         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9396         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9397
9398 2005-09-18  Deepak Goel  <deego@gnufans.org>
9399
9400         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9401         format spec.
9402
9403 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9404
9405         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9406
9407 2005-09-15  Romain Francoise  <romain@orebokech.com>
9408
9409         * message.el (message-fill-paragraph): Clarify docstring.
9410
9411 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9412
9413         * gnus-art.el (gnus-mime-display-part): Protect against broken
9414         MIME messages.
9415
9416 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9417
9418         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9419         before parsing header.
9420
9421 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9422
9423         * html2text.el (html2text-replace-list): Add new entities.
9424
9425 2005-09-11  Romain Francoise  <romain@orebokech.com>
9426
9427         * message.el (message-alternative-emails): Improve docstring.
9428         (message-setup-1): Call `message-use-alternative-email-as-from'
9429         after `message-setup-hook' to give it precedence over posting
9430         styles, etc.
9431         (message-use-alternative-email-as-from): Add docstring.  Remove
9432         the original From header if present.
9433
9434         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9435         (nnml-save-mail): Use it.
9436
9437         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9438         articles.  Add new argument `silent'.
9439         (gnus-uu-mark-all): Report the total number of marked articles.
9440
9441 2005-09-10  Romain Francoise  <romain@orebokech.com>
9442
9443         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9444         (gnus-uu-mark-series): Likewise.
9445
9446 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9447
9448         * spam-report.el (spam-report-gmane): Fix generation of spam
9449         report URL.
9450
9451 2005-09-10  Simon Josefsson  <jas@extundo.com>
9452
9453         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9454         t, based on discussion on the ding list with Robert Epprecht
9455         <epprecht@solnet.ch>.
9456
9457 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9458
9459         * spam-report.el (spam-report-gmane): Make it work without
9460         X-Report-Spam header.  Gmane now only provides Archived-At.
9461         This is only used if `spam-report-gmane-use-article-number' is nil.
9462         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9463
9464         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9465         make `gnus-summary-sort-by-recipient' work with threading.
9466
9467         * nnweb.el (nnweb-google-wash-article): Print a message if article
9468         is not available.
9469
9470 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9471
9472         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9473         change.  Decode text/* parts content before displaying.
9474
9475 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9476
9477         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9478
9479 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9480
9481         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9482
9483         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9484         url-package-name, url-package-version,
9485         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9486         w3m-display-inline-images, and w3m-minor-mode-map.
9487
9488 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9489
9490         * message.el (message-tab-body-function): Fix mismatched custom type.
9491
9492         * gnus.el (gnus-group-change-level-function): Ditto.
9493
9494         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9495
9496         * gnus-art.el (gnus-signature-limit)
9497         (gnus-article-mime-part-function): Ditto.
9498
9499 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9500
9501         * mml.el (mml-mode): Silence the byte compiler.
9502
9503         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9504         using `(sit-for 0)' before moving the point to the specified part;
9505         skip unbuttonized parts.
9506         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9507         return to the summary window if gnus-auto-select-part is non-nil.
9508
9509 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9510
9511         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9512         variables.
9513         (mml-dnd-attach-file, mml-mode): Use them.
9514
9515         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9516         Make fetching article by MID work again for Google Groups.  Added
9517         FIXME concerning gnus-group-make-web-group.
9518
9519         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9520         Don't depend on Gnus by using mail-extract-address-components if
9521         gnus-extract-address-components is not bound.
9522
9523 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9524
9525         * gnus-art.el (gnus-mime-display-security): Don't display the
9526         signature, but only the signed part.
9527
9528 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9531
9532         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9533         list, not listp.
9534
9535 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9536
9537         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9538         when encoding.
9539
9540         * mm-bodies.el (mm-decode-content-transfer-encoding):
9541         De-canonicalize CRLF for all text content types, not just
9542         text/plain.
9543
9544 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9545
9546         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9547         valid article; point arrow and cursor at the MIME button.
9548
9549 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9552         Suggested by Dan Christensen <jdc@uwo.ca>.
9553
9554         * mm-decode.el (mm-save-part): Enable change of prompt.
9555
9556 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9557
9558         * gnus-msg.el (gnus-inews-add-send-actions): Made
9559         `message-post-method' lambda parameter ARG `&optional'.
9560
9561 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9562
9563         * gnus-sum.el (gnus-summary-mime-map): Added
9564         gnus-article-save-part-and-strip, gnus-article-delete-part and
9565         gnus-article-jump-to-part.
9566
9567         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9568         (gnus-article-edit-part): Use it.
9569         (gnus-article-part-wrapper): Added no-handle argument.
9570         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9571         functions.
9572
9573 2005-08-29  Romain Francoise  <romain@orebokech.com>
9574
9575         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9576         docstring.
9577         (gnus-face-from-file): Likewise.
9578
9579 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9580
9581         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9582         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9583         non-nil.
9584         (gnus-auto-select-part): New variable.
9585         (gnus-article-jump-to-part): New function.
9586         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9587         (gnus-mime-delete-part): Allow selecting specified part after
9588         deleting or stripping parts.
9589         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9590         part if argument is bogus.
9591
9592 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9593
9594         * gnus-art.el (w3m-minor-mode-map):
9595         * gnus-spec.el (gnus-newsrc-file-version):
9596         * gnus-util.el (nnmail-active-file-coding-system)
9597         (gnus-original-article-buffer, gnus-user-agent):
9598         * gnus.el (gnus-ham-process-destinations)
9599         (gnus-parameter-ham-marks-alist)
9600         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9601         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9602         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9603         * mm-decode.el (gnus-current-window-configuration):
9604         * mm-extern.el (gnus-article-mime-handles):
9605         * mm-url.el (url-current-object, url-package-name)
9606         (url-package-version):
9607         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9608         (smime-keys, w3m-cid-retrieve-function-alist)
9609         (w3m-current-buffer, w3m-display-inline-images)
9610         (w3m-minor-mode-map):
9611         * mml-smime.el (gnus-extract-address-components):
9612         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9613         (gnus-newsrc-hashtb, message-default-charset)
9614         (message-deletable-headers, message-options)
9615         (message-posting-charset, message-required-mail-headers)
9616         (message-required-news-headers):
9617         * mml1991.el (mc-pgp-always-sign):
9618         * mml2015.el (mc-pgp-always-sign):
9619         * nnheader.el (nnmail-extra-headers):
9620         * rfc1843.el (gnus-decode-encoded-word-function)
9621         (gnus-decode-header-function, gnus-newsgroup-name):
9622         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9623
9624 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9625
9626         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9627         the end of the date treatments.
9628
9629 2005-08-15  Simon Josefsson  <jas@extundo.com>
9630
9631         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9632         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9633         Capello and Romain Francoise.
9634         (pgg-fetch-key-function): Removed, not used?
9635         (pgg-insert-url-with-w3): Require url, to get
9636         url-insert-file-contents regardless of where it is defined.
9637
9638 2005-08-13  Romain Francoise  <romain@orebokech.com>
9639
9640         * message.el (message-cite-original-1): New function.
9641         (message-cite-original): Use it.
9642         (message-cite-original-without-signature): Ditto.
9643
9644 2005-08-08  Romain Francoise  <romain@orebokech.com>
9645
9646         * message.el (message-yank-empty-prefix): New variable.
9647         (message-indent-citation): Use it.
9648         (message-cite-original-without-signature): Respect X-No-Archive.
9649
9650 2005-08-08  Simon Josefsson  <jas@extundo.com>
9651
9652         * pgg.el: Autoload url-insert-file-contents instead of loading
9653         w3/url.
9654         (pgg-insert-url-with-w3): Don't load url here.
9655
9656 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9657
9658         * message.el (message-kill-to-signature): Don't insert newline at
9659         bol.
9660         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9661
9662 2005-08-06  Romain Francoise  <romain@orebokech.com>
9663
9664         * message.el (message-user-fqdn): Fix typo in docstring.
9665
9666 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9667
9668         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9669
9670         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9671
9672 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9673
9674         * mm-bodies.el (mm-encode-body): Use coding system rather than
9675         charset to encode text.
9676
9677         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9678         number of charsets if utf-8 is available (XEmacs).
9679
9680 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9681
9682         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9683         taken from `gnus-button-mid-or-mail-regexp'.
9684         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9685         (gnus-button-alist): Improve regexp for domain part of the MIDs
9686         for news:localpart@domain buttons.
9687         (gnus-button-ctan-directory-regexp): Update.
9688
9689 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * sieve-manage.el (sieve-manage-interactive-login): Use
9692         make-local-variable rather than make-variable-buffer-local.
9693         (sieve-manage-open): Ditto.
9694         (sieve-manage-authenticate): Ditto.
9695
9696         * mml.el (mml-generate-mime-1): Make the content type default to
9697         text/plain if the filename is not specified.
9698
9699 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9702         instead of insert-buffer.
9703
9704         * message.el (message-yank-original): Ditto; set the mark at the
9705         end of the yanked message.
9706
9707 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9708
9709         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9710         lines to scroll rather than to stop it.
9711
9712         * mml.el (mml-generate-default-type): Add doc string.
9713         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9714         default to application/octet-stream when determining the content
9715         type if it is not specified for the part or the mml contents; add
9716         a comment about mml-generate-default-type.
9717
9718 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9719
9720         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9721         make it default to application/octet-stream when determining the
9722         content type if it is not specified for the external contents.
9723
9724 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9727         segmented parameter but also other parameters might be there.
9728
9729 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9730
9731         * mm-decode.el (mm-display-external): Delete temp file, directory
9732         and buffer immediately if the external process is exited.
9733
9734 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9735
9736         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9737         fewer lines than that of scroll-margin.
9738         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9739
9740 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9741
9742         * gnus-art.el (gnus-article-next-page): Revert.
9743         (gnus-article-beginning-of-window): New macro.
9744         (gnus-article-next-page-1): Use it.
9745         (gnus-article-prev-page): Ditto.
9746         (gnus-article-edit-part): Use insert-buffer-substring instead of
9747         insert-buffer.
9748         (gnus-article-edit-exit): Ditto.
9749
9750         * gnus-util.el (gnus-beginning-of-window): Remove.
9751         (gnus-end-of-window): Remove.
9752
9753         * lpath.el: Don't bind header-line-format and scroll-margin.
9754
9755 2005-07-25  Simon Josefsson  <jas@extundo.com>
9756
9757         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9758         to have the url package without w3.  Reported by Daiki Ueno
9759         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9760
9761 2005-07-20  Didier Verna  <didier@xemacs.org>
9762
9763         * gnus-diary.el: Remove the description comment (nndiary is now
9764         properly documented in the Gnus manual).
9765         Fix the spelling of "Back End".
9766         * nndiary.el: Ditto.
9767         Fix the copyright notice.
9768
9769 2005-07-18  Romain Francoise  <romain@orebokech.com>
9770
9771         * gnus-sum.el (gnus-summary-to-prefix)
9772         (gnus-summary-newsgroup-prefix): New variables.
9773         (gnus-summary-from-or-to-or-newsgroups): Use them.
9774
9775 2005-07-17  Romain Francoise  <romain@orebokech.com>
9776
9777         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9778         space as it's generally not especially interesting to the user.
9779
9780 2005-07-16  Romain Francoise  <romain@orebokech.com>
9781
9782         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9783         nil to avoid prompting and file modification if one of the
9784         messages at the top of the nnfolder file contains a copyright
9785         notice.
9786         Update copyright notice.
9787
9788         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9789         instead of `current-time-string' as the latter creates a time
9790         string that is not RFC 2822 compliant (it lacks the zone).
9791         Update copyright notice.
9792
9793 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9794
9795         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9796         for text/rtf.  Display default in prompt.  Pass default for M-n.
9797
9798         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9799
9800 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9801
9802         * gnus-msg.el (gnus-button-mailto): Remove
9803         save-selected-window-window hackery because it relies on
9804         save-selected-window internals.
9805
9806 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9807
9808         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9809         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9810         (gnus-article-prev-page): Ditto.
9811
9812         * gnus-util.el (gnus-beginning-of-window): New function.
9813         (gnus-end-of-window): New function.
9814
9815         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9816
9817 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9818
9819         * gnus-score.el (gnus-score-edit-all-score): Set
9820         gnus-score-edit-exit-function to gnus-score-edit-done and call
9821         gnus-message.
9822
9823 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9824
9825         * gnus-msg.el (gnus-button-mailto): Remove
9826         save-selected-window-window hackery because it relies on
9827         save-selected-window internals.
9828
9829 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9830
9831         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9832         add-minor-mode.
9833         (gnus-binary-mode): Ditto.
9834
9835         * gnus-topic.el (gnus-topic-mode): Ditto.
9836
9837 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9838
9839         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9840         (gnus-article-prev-page): Take scroll-margin into consideration.
9841
9842 2005-07-04  Lute Kamstra  <lute@gnu.org>
9843
9844         Update FSF's address in GPL notices.
9845
9846 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9847
9848         * gnus.el (gnus-exit):
9849         * gnus-group.el (gnus-group-icons):
9850         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9851
9852         * gnus-nocem.el (gnus-nocem):
9853         * message.el (message-various, message-buffers, message-sending)
9854         (message-interface, message-forwarding, message-insertion)
9855         (message-headers, message-news, message-mail):
9856         * pgg-gpg.el (pgg-gpg):
9857         * pgg-parse.el (pgg-parse):
9858         * pgg-pgp.el (pgg-pgp):
9859         * pgg-pgp5.el (pgg-pgp5):
9860         * pop3.el (pop3): Finish `defgroup' description with period.
9861
9862 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * gnus-art.el (article-display-face): Improve the efficiency.
9865         (article-display-x-face): Ditto; remove grey x-face stuff.
9866
9867 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9868
9869         * gnus-art.el (article-display-face): Correct the position in
9870         which Faces are inserted.
9871
9872 2005-06-29  Didier Verna  <didier@xemacs.org>
9873
9874         * gnus-art.el (article-display-face): Display faces in correct
9875         order.
9876
9877 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9878
9879         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9880         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9881         (gnus-nocem-check-article): Fetch the Type header.
9882         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9883         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9884         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9885         make sure gnus-nocem-hashtb is initialized.
9886         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9887         (gnus-nocem-unwanted-article-p): Ditto.
9888
9889         * pgg.el (pgg-verify): Return the verification result.
9890
9891 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9892
9893         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9894         is ascii.
9895
9896 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9897
9898         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9899         `show-nonbreak-escape'.
9900
9901 2005-06-23  Lute Kamstra  <lute@gnu.org>
9902
9903         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9904
9905         * dig.el (dig-mode):
9906         * smime.el (smime-mode): Use gnus-run-mode-hooks.
9907
9908 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
9909
9910         * nnimap.el (nnimap-split-download-body): Fix spellings.
9911
9912 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
9913
9914         * gnus-art.el (gnus-article-encrypt-body):
9915         * gnus-cus.el (gnus-score-customize):
9916         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9917         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9918
9919 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
9920
9921         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9922         header by looking for magic "MII" at the beginnig.
9923
9924 2005-06-16  Miles Bader  <miles@gnu.org>
9925
9926         * gnus-xmas.el (gnus-xmas-group-startup-message):
9927         Use renamed gnus-splash face.
9928
9929         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9930         (assistant-field-face): New backward-compatibility alias for renamed
9931         face.
9932         (assistant-render-text): Use renamed assistant-field face.
9933
9934         * spam.el (spam): Remove "-face" suffix from face name.
9935         (spam-face): New backward-compatibility alias for renamed face.
9936         (spam-face, spam-initialize): Use renamed spam face.
9937
9938         * message.el (message-header-to, message-header-cc)
9939         (message-header-subject, message-header-newsgroups)
9940         (message-header-other, message-header-name)
9941         (message-header-xheader, message-separator, message-cited-text)
9942         (message-mml): Remove "-face" suffix from face names.
9943         (message-header-to-face, message-header-cc-face)
9944         (message-header-subject-face, message-header-newsgroups-face)
9945         (message-header-other-face, message-header-name-face)
9946         (message-header-xheader-face, message-separator-face)
9947         (message-cited-text-face, message-mml-face):
9948         New backward-compatibility aliases for renamed faces.
9949         (message-font-lock-keywords): Use renamed message faces.
9950
9951         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9952         (sieve-test-commands, sieve-tagged-arguments):
9953         Remove "-face" suffix from face names.
9954         (sieve-control-commands-face, sieve-action-commands-face)
9955         (sieve-test-commands-face, sieve-tagged-arguments-face):
9956         New backward-compatibility aliases for renamed faces.
9957         (sieve-control-commands-face, sieve-action-commands-face)
9958         (sieve-test-commands-face, sieve-tagged-arguments-face):
9959         Use renamed sieve faces.
9960
9961         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9962         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9963         (gnus-group-news-3-empty, gnus-group-news-4)
9964         (gnus-group-news-4-empty, gnus-group-news-5)
9965         (gnus-group-news-5-empty, gnus-group-news-6)
9966         (gnus-group-news-6-empty, gnus-group-news-low)
9967         (gnus-group-news-low-empty, gnus-group-mail-1)
9968         (gnus-group-mail-1-empty, gnus-group-mail-2)
9969         (gnus-group-mail-2-empty, gnus-group-mail-3)
9970         (gnus-group-mail-3-empty, gnus-group-mail-low)
9971         (gnus-group-mail-low-empty, gnus-summary-selected)
9972         (gnus-summary-cancelled, gnus-summary-high-ticked)
9973         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9974         (gnus-summary-high-ancient, gnus-summary-low-ancient)
9975         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
9976         (gnus-summary-low-undownloaded)
9977         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9978         (gnus-summary-low-unread, gnus-summary-normal-unread)
9979         (gnus-summary-high-read, gnus-summary-low-read)
9980         (gnus-summary-normal-read, gnus-splash):
9981         Remove "-face" suffix from face names.
9982         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9983         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9984         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9985         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9986         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9987         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9988         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9989         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9990         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9991         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9992         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9993         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9994         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9995         (gnus-summary-normal-ticked-face)
9996         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9997         (gnus-summary-normal-ancient-face)
9998         (gnus-summary-high-undownloaded-face)
9999         (gnus-summary-low-undownloaded-face)
10000         (gnus-summary-normal-undownloaded-face)
10001         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10002         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10003         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10004         (gnus-splash-face):
10005         New backward-compatibility aliases for renamed faces.
10006         (gnus-group-startup-message): Use renamed gnus faces.
10007
10008         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10009         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10010         (gnus-server-agent): Remove "-face" suffix from face names.
10011         (gnus-server-agent-face, gnus-server-opened-face)
10012         (gnus-server-closed-face, gnus-server-denied-face)
10013         (gnus-server-offline-face):
10014         New backward-compatibility aliases for renamed faces.
10015         (gnus-server-agent-face, gnus-server-opened-face)
10016         (gnus-server-closed-face, gnus-server-denied-face)
10017         (gnus-server-offline-face): Use renamed gnus faces.
10018
10019         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10020         Remove "-face" suffix from face names.
10021         (gnus-picon-xbm-face, gnus-picon-face):
10022         New backward-compatibility aliases for renamed faces.
10023
10024         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10025         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10026         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10027         (gnus-cite-11): Remove "-face" suffix from face names.
10028         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10029         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10030         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10031         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10032         New backward-compatibility aliases for renamed faces.
10033         (gnus-cite-attribution-face, gnus-cite-face-list)
10034         (gnus-article-boring-faces): Use renamed gnus faces.
10035
10036         * gnus-art.el (gnus-signature, gnus-header-from)
10037         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10038         (gnus-header-content): Remove "-face" suffix from face names.
10039         (gnus-signature-face, gnus-header-from-face)
10040         (gnus-header-subject-face, gnus-header-newsgroups-face)
10041         (gnus-header-name-face, gnus-header-content-face):
10042         New backward-compatibility aliases for renamed faces.
10043         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10044
10045         * gnus-sum.el (gnus-summary-selected-face)
10046         (gnus-summary-highlight): Use renamed gnus faces.
10047         * gnus-group.el (gnus-group-highlight): Likewise.
10048
10049 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10050
10051         * gnus-sieve.el (gnus-sieve-article-add-rule):
10052         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10053         * spam-stat.el (spam-stat-buffer-change-to-spam)
10054         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10055
10056         * message.el (message-is-yours-p):
10057         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10058
10059 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10060
10061         * mm-view.el (mm-inline-text): Withdraw the last change.
10062
10063 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10066         executing enriched-decode.
10067
10068 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10069
10070         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10071         charset of tar files.
10072
10073 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10074
10075         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10076
10077 2005-06-04  Lute Kamstra  <lute@gnu.org>
10078
10079         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10080         information is never recorded.
10081
10082 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10083
10084         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10085
10086 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10087
10088         * pop3.el (pop3-apop): Run md5 in the binary mode.
10089
10090         * starttls.el (starttls-set-process-query-on-exit-flag):
10091         Use eval-and-compile.
10092
10093 2005-05-31  Simon Josefsson  <jas@extundo.com>
10094
10095         * smime.el (smime-replace-in-string): Define.
10096         (smime-cert-by-ldap-1): Use it.
10097
10098 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10099
10100         * gnus-art.el (article-display-x-face): Replace
10101         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10102
10103         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10104         set-process-query-on-exit-flag or process-kill-without-query.
10105
10106         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10107         loop instead of replace-regexp.
10108
10109         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10110         instead of process-kill-without-query if it is available.
10111
10112         * lpath.el: Fbind ldap-search-entries.
10113
10114         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10115         instead of find-file-hooks if it is available.
10116
10117         * mml1991.el: Bind pgg-default-user-id when compiling.
10118
10119         * mml2015.el: Bind pgg-default-user-id when compiling.
10120
10121         * nndraft.el (nndraft-request-associate-buffer):
10122         Use write-contents-functions instead of write-contents-hooks if it is
10123         available.
10124
10125         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10126         instead of find-file-hooks if it is available.
10127
10128         * nntp.el (nntp-open-connection): Replace
10129         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10130         (nntp-open-ssl-stream): Ditto.
10131         (nntp-open-tls-stream): Ditto.
10132
10133         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10134         set-process-query-on-exit-flag or process-kill-without-query.
10135         (starttls-open-stream-gnutls): Use it instead of
10136         process-kill-without-query.
10137         (starttls-open-stream): Ditto.
10138
10139 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10140
10141         * smime.el (smime-cert-by-ldap-1): Don't use
10142         replace-regexp-in-string.
10143
10144 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10145
10146         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10147
10148         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10149         in PEM format.  Adjust to the XEmacs compability.
10150
10151 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10152
10153         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10154         by `string-to-number'.
10155         * gnus-agent.el (gnus-agent-regenerate-group)
10156         (gnus-agent-fetch-articles): Ditto.
10157         * gnus-art.el (gnus-button-fetch-group): Ditto.
10158         * gnus-cache.el (gnus-cache-generate-active)
10159         (gnus-cache-articles-in-group): Ditto.
10160         * gnus-group.el (gnus-group-set-current-level)
10161         (gnus-group-insert-group-line): Ditto.
10162         * gnus-score.el (gnus-score-set-expunge-below)
10163         (gnus-score-set-mark-below, gnus-summary-score-effect)
10164         (gnus-summary-score-entry): Ditto.
10165         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10166         (gnus-soup-pack): Ditto.
10167         * gnus-spec.el (gnus-xmas-format): Ditto.
10168         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10169         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10170         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10171         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10172         * nndb.el (nndb-get-remote-expire-response): Ditto.
10173         * nndiary.el (nndiary-parse-schedule-value)
10174         (nndiary-string-to-number, nndiary-request-replace-article)
10175         (nndiary-request-article): Ditto.
10176         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10177         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10178         * nneething.el (nneething-make-head): Ditto.
10179         * nnfolder.el (nnfolder-request-article)
10180         (nnfolder-retrieve-headers): Ditto.
10181         * nnheader.el (nnheader-file-to-number): Ditto.
10182         * nnkiboze.el (nnkiboze-request-article): Ditto.
10183         * nnmail.el (nnmail-process-unix-mail-format)
10184         (nnmail-process-babyl-mail-format): Ditto.
10185         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10186         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10187         (nnmh-request-create-group, nnmh-request-list-1)
10188         (nnmh-request-group, nnmh-request-article): Ditto.
10189         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10190         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10191         * nnsoup.el (nnsoup-make-active): Ditto.
10192         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10193         * nntp.el (nntp-find-group-and-number)
10194         (nntp-retrieve-headers-with-xover): Ditto.
10195         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10196         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10197         (pgg-format-key-identifier): Ditto.
10198         * pop3.el (pop3-last, pop3-stat): Ditto.
10199         * qp.el (quoted-printable-decode-region): Ditto.
10200
10201         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10202         of concat.
10203
10204 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10207
10208         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10209
10210         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10211
10212         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10213
10214         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10215
10216         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10217
10218         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10219         (gnus-carpal-mode): Ditto.
10220
10221         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10222         (gnus-browse-mode): Ditto.
10223
10224         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10225
10226         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10227
10228 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10229
10230         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10231
10232 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10233
10234         * gnus-util.el (gnus-run-mode-hooks): New function.
10235
10236         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10237
10238         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10239         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10240
10241 2005-05-27  Lute Kamstra  <lute@gnu.org>
10242
10243         * dns-mode.el (dns-mode): Specify customization group.
10244
10245 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10246
10247         * gnus-agent.el (gnus-agent-make-mode-line-string):
10248         Use mode-line-highlight as mouse-face.
10249
10250 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10251
10252         * canlock.el (canlock): Change the parent group to news.
10253
10254         * deuglify.el (gnus-outlook-deuglify): Add :group.
10255
10256         * dig.el (dig): Add :group.
10257
10258         * dns-mode.el (dns-mode): Add :group.
10259
10260         * encrypt.el (encrypt): Add :group.
10261
10262         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10263         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10264         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10265         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10266         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10267
10268         * gnus-diary.el (gnus-diary): Add :group.
10269
10270         * gnus.el (gnus-group-news-1-face): Add :group.
10271         (gnus-group-news-1-empty-face): Ditto.
10272         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10273         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10274         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10275         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10276         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10277         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10278         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10279         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10280         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10281         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10282         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10283         (gnus-summary-high-ticked-face): Ditto.
10284         (gnus-summary-low-ticked-face): Ditto.
10285         (gnus-summary-normal-ticked-face): Ditto.
10286         (gnus-summary-high-ancient-face): Ditto.
10287         (gnus-summary-low-ancient-face): Ditto.
10288         (gnus-summary-normal-ancient-face): Ditto.
10289         (gnus-summary-high-undownloaded-face): Ditto.
10290         (gnus-summary-low-undownloaded-face): Ditto.
10291         (gnus-summary-normal-undownloaded-face): Ditto.
10292         (gnus-summary-high-unread-face): Ditto.
10293         (gnus-summary-low-unread-face): Ditto.
10294         (gnus-summary-normal-unread-face): Ditto.
10295         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10296         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10297
10298         * hashcash.el (hashcash): New custom group.
10299         (hashcash-default-payment): Add :group.
10300         (hashcash-payment-alist): Ditto.
10301         (hashcash-default-accept-payment): Ditto.
10302         (hashcash-accept-resources): Ditto.
10303         (hashcash-path): Ditto.
10304         (hashcash-extra-generate-parameters): Ditto.
10305         (hashcash-double-spend-database): Ditto.
10306         (hashcash-in-news): Ditto.
10307
10308         * message.el (message-minibuffer-local-map): Add :group.
10309
10310         * netrc.el (netrc): Add :group.
10311
10312         * sieve-manage.el (sieve-manage-log): Add :group.
10313         (sieve-manage-default-user): Diito.
10314         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10315         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10316         (sieve-manage-authenticators): Ditto.
10317         (sieve-manage-authenticator-alist): Ditto.
10318         (sieve-manage-default-port): Ditto.
10319
10320         * sieve-mode.el (sieve-control-commands-face): Add :group.
10321         (sieve-action-commands-face): Ditto.
10322         (sieve-test-commands-face): Ditto.
10323         (sieve-tagged-arguments-face): Ditto.
10324
10325         * smime.el (smime): Add :group.
10326
10327         * spam-report.el (spam-report): Add :group.
10328
10329         * spam.el (spam, spam-face): Add :group.
10330
10331 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10332
10333         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10334         return \n.\n.\n at the end of articles.  Protect against that.
10335         (nntp-with-open-group): Allow debugging.
10336
10337         * nnheader.el (mail-header-set-extra): Make into a function
10338         because I just could't understand how to quote the list properly.
10339
10340         * dns.el (query-dns-cached): New function.
10341
10342 2005-05-26  Lute Kamstra  <lute@gnu.org>
10343
10344         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10345
10346 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10347
10348         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10349
10350         * gnus-art.el: Don't autoload mail-extract-address-components.
10351
10352         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10353         eval-and-compile to evaluate it.
10354
10355         * hashcash.el: Don't autoload executable-find.
10356
10357         * nndb.el: Don't declare the nndb back end two or more times; don't
10358         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10359
10360         * nntp.el: Autoload format-spec instead of format; use
10361         eval-and-compile to evaluate autoload forms.
10362
10363 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10364
10365         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10366
10367 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10368
10369         * gnus.el (gnus-version-number): Bump version.
10370
10371 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10372
10373         * gnus.el: No Gnus v0.3 is released.
10374
10375 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10376
10377         * lpath.el (featurep): Bind show-nonbreak-escape.
10378
10379 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10380
10381         * gnus-art.el (gnus-article-edit-part): Disable undo.
10382
10383 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10386         gnus-article-date-lapsed-new-header is t if date timer is active;
10387         skip headers in which the original date value is empty.
10388         (gnus-article-save-original-date): Redefine it as a macro.
10389         (gnus-display-mime): Use it.
10390
10391 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10392
10393         * gnus-art.el (article-date-ut): Support converting date in
10394         forwarded parts as well.
10395         (gnus-article-save-original-date): New function.
10396         (gnus-display-mime): Use it.
10397
10398 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10399
10400         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10401         enclosure element of <item>.
10402
10403 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10404
10405         * message.el (message-kill-buffer-query): Renamed from
10406         `message-kill-buffer-query-if-modified'.  Added :version.
10407
10408 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10409
10410         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10411         window layout.
10412
10413 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10414
10415         * mml.el: Autoload dnd when compiling.
10416
10417 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10418
10419         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10420         x-dnd-*.
10421
10422 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10423
10424         * qp.el (quoted-printable-encode-region): Save excursion.
10425
10426 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10427
10428         * message.el (message-kill-buffer-query-if-modified): Add new variable
10429         so the user can kill a modified message buffer quickly.
10430         (message-kill-buffer): Use it.
10431
10432 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10433
10434         * lpath.el: Fbind display-time-event-handler; don't fbind
10435         string-to-multibyte.
10436
10437         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10438
10439 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10442         contained in text because xml.el decodes entities) with LFs.
10443
10444 2005-04-11  Lute Kamstra  <lute@gnu.org>
10445
10446         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10447         differently.
10448
10449 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10450
10451         * mm-util.el (mm-detect-coding-region): Typo.
10452
10453 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10454
10455         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10456
10457 2005-04-06  Deepak Goel  <deego@gnufans.org>
10458
10459         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10460         user-function allow user modifications of the scores.
10461         (spam-stat-score-buffer-user): New function, to allow
10462         user-computed modifications to the score.
10463         (spam-stat-score-buffer-user-functions): List of additional
10464         scoring functions.
10465         (spam-stat-error-holder): Global temporary error holder.
10466         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10467         variable.
10468
10469 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10470
10471         * gnus-registry.el (gnus-registry-clean-empty-function)
10472         (gnus-registry-trim, gnus-registry-fetch-groups)
10473         (gnus-registry-delete-group): Groups that match
10474         `gnus-registry-ignored-groups' are removed from the registry
10475         entries, not just ignored for splitting.  This helps clean up the
10476         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10477         to get all the groups a message ID is in.
10478
10479         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10480         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10481         (spam-stat-score-buffer-user-functions): Add :number custom type.
10482
10483 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10484
10485         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10486         argument in XEmacs.
10487
10488         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10489         (nnrss-request-group): Decode group name first.
10490         (nnrss-request-article): Make a text/plain article if mml-to-mime
10491         failed.
10492         (nnrss-get-encoding): Return a compatible encoding according to
10493         nnrss-compatible-encoding-alist.
10494         (nnrss-find-el): Use consp instead of listp.
10495         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10496
10497 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10498
10499         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10500         which Emacs 20 doesn't support.
10501         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10502
10503 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10504
10505         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10506         silence the byte compiler inside the defun.
10507
10508         * gnus-demon.el (parse-time-string): Add autoload.
10509
10510         * gnus-delay.el (parse-time-string): Add autoload.
10511
10512         * gnus-art.el (parse-time-string): Add autoload.
10513
10514         * nnultimate.el (parse-time): Require for `parse-time-string'.
10515
10516 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10517
10518         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10519
10520         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10521
10522         * smime.el (smime-ldap-host-list): Add :version.
10523
10524 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10525
10526         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10527         pass it to `gnus-browse-read-group'.
10528         (gnus-browse-read-group): Add NUMBER argument and pass it to
10529         `gnus-group-read-ephemeral-group'.
10530
10531         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10532         argument and pass it to `gnus-group-read-group'.
10533
10534 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10535
10536         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10537         mm-xemacs-find-mime-charset-1 if we have the mule feature
10538         available at runtime.
10539
10540 2005-03-25  Werner Lemberg  <wl@gnu.org>
10541
10542         * nnmaildir.el: Replace `illegal' with `invalid'.
10543
10544 2005-03-23  Lute Kamstra  <lute@gnu.org>
10545
10546         * time-date.el: Add comment on time value formats.
10547         Don't require parse-time.
10548         (with-decoded-time-value): New macro.
10549         (encode-time-value): New function.
10550         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10551         (days-to-time): Return a valid time value when arg is huge.
10552         (time-since): Use time-subtract.
10553         (time-to-number-of-days): Use time-to-seconds.
10554
10555 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10556
10557         * gnus-start.el (gnus-display-time-event-handler):
10558         Check display-time-timer at runtime rather than only at load time
10559         in case display-time-mode is turned off in the mean time.
10560
10561 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10562
10563         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10564         used.
10565
10566         * nneething.el (nneething-map-file-directory): Derive from
10567         `gnus-directory'.
10568
10569         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10570         the To/Cc button.
10571
10572 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10573
10574         * nnmaildir.el (nnmaildir-request-accept-article):
10575         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10576
10577 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10578
10579         * gnus-async.el: Require timer-funcs at compile time when in
10580         XEmacs for `run-with-idle-timer'.
10581
10582 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10583
10584         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10585         autoloaded function.
10586
10587 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10588
10589         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10590
10591 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10592
10593         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10594
10595 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10596
10597         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10598         gnus-expert-user to default.
10599
10600 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10601
10602         * nnimap.el (nnimap-open-server): Ditto.
10603
10604         * imap.el (imap-authenticate): Fix typo.
10605
10606 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10607
10608         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10609         buffer (since IMAP server might return FETCH response out of
10610         order, and the nntp buffer must be sorted).
10611
10612 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10613
10614         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10615         comparison on string.
10616
10617         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10618         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10619         (gnus-agent-summary-fetch-series): Modified to protect against
10620         gnus-agent-summary-fetch-group clearing processable flags.
10621         (gnus-agent-synchronize-group-flags): Update live group buffer as
10622         synchronization may occur due to the user toggle the plugged
10623         status.
10624         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10625         successfully downloaded.
10626         (gnus-agent-expire-group-1): Avoid using markers when the overview
10627         is in ascending order; greatly improves performance.
10628         (gnus-agent-regenerate-group): Use
10629         gnus-agent-synchronize-group-flags to reset read status in both
10630         gnus and server.
10631         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10632
10633 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10634
10635         * message.el: Don't autoload former message-utils variables.
10636         (message-strip-subject-trailing-was): Change doc string.
10637
10638         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10639         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10640         (nnweb-google-search): Add "hl=en" here.
10641         (nnweb-google-parse-1, nnweb-google-create-mapping):
10642         Don't hardcode URL.
10643
10644 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10645
10646         * message.el (message-get-reply-headers, message-followup):
10647         Mention related variables `message-use-followup-to' and
10648         `message-use-mail-followup-to', in the information buffer.
10649
10650         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10651         of broken groups(-beta).google.com.
10652
10653 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10654
10655         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10656         parameter to invoked gnus-request-move-article; remove the
10657         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10658         all at once instead of once per article.
10659         (gnus-summary-remove-process-mark): Accept a list of articles as
10660         well as a single article for processing.
10661
10662         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10663         parameter.
10664
10665         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10666
10667         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10668
10669         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10670         parameter.
10671
10672         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10673         parameter.
10674
10675         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10676         parameter and remove the gnus-sum-hint-move-is-internal variable.
10677
10678         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10679         parameter.
10680
10681         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10682         parameter.
10683
10684         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10685         parameter.
10686
10687         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10688
10689         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10690         parameter.
10691
10692         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10693         parameter.
10694
10695 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10696
10697         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10698         a more conservative way.
10699
10700 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10701
10702         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10703         buffer, so it moves the window's cursor.
10704
10705 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10706
10707         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10708         `mm-dissect-multipart' and receive the from field as an (optional)
10709         argument from `mm-dissect-multipart'.
10710         (mm-dissect-multipart): Receive the from field as an argument and
10711         pass it on when we call `mm-dissect-buffer' on MIME parts.
10712         Fixes verification/decryption of signed/encrypted MIME parts.
10713
10714 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10715
10716         * gnus-sum.el (gnus-summary-move-article): Set
10717         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10718         whatever it calls (right now, only nnimap-request-move article
10719         respects it).
10720
10721         * nnimap.el (nnimap-request-move-article): When
10722         gnus-sum-hint-move-is-internal is set, don't do the extra
10723         nnimap-request-article.
10724
10725 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10726
10727         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10728
10729         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10730         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10731
10732         * gnus-sum.el (gnus-summary-caesar-message):
10733         Apply `gnus-treat-article' after rotation.
10734
10735         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10736         doc string.
10737
10738 2005-02-22  Simon Josefsson  <jas@extundo.com>
10739
10740         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10741         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10742         <arne@arnested.dk>.
10743         (encrypt): Add password-cache and password-cache-expiry as group
10744         members.
10745
10746 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10747
10748         * smime.el (smime-ldap-host-list): Doc fix.
10749         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10750         cache) password.
10751         (smime-sign-region): Use it.
10752         (smime-decrypt-region): Use it.
10753         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10754         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10755         fails.
10756         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10757         certificate from DER to PEM format rather than calling openssl.
10758
10759         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10760
10761         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10762         for signing/encryption.
10763
10764         * mml.el (mml-parse-1): Use them.
10765
10766 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10767
10768         * nnrss.el (nnrss-verbose): Removed.
10769         (nnrss-request-group): Use `nnheader-message' instead.
10770
10771 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10772
10773         * nnrss.el (nnrss-verbose): New variable.
10774         (nnrss-request-group): Make it say nnrss is requesting a group.
10775
10776 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10777
10778         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10779         Handle news URL with given port correctly.
10780
10781 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10782
10783         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10784         containing special characters.
10785
10786         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10787
10788         * mml.el (mime-to-mml): Ditto.
10789
10790         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10791         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10792         (rfc2047-decode-region): Quote decoded words containing special
10793         characters when rfc2047-quote-decoded-words-containing-tspecials
10794         is non-nil.
10795
10796 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10797
10798         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10799
10800         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10801
10802 2005-02-15  Simon Josefsson  <jas@extundo.com>
10803
10804         * nnimap.el (nnimap-debug): Doc fix.
10805
10806         * imap.el (imap-debug): Doc fix.
10807
10808 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10809
10810         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10811
10812 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10813
10814         * gnus.el (spam-contents): Improve docs for spam-contents
10815         parameter in its variable incarnation.
10816
10817 2005-02-14  Simon Josefsson  <jas@extundo.com>
10818
10819         * smime-ldap.el: Use require instead of load-library for ldap.
10820         (smime-ldap-search): Indent.
10821         (smime-ldap-search-internal): Shorten line.
10822
10823         * smime.el (smime-cert-by-dns): Add doc-string.
10824         (smime-cert-by-ldap-1): Indent.
10825
10826         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10827         mml-smime-get-dns-ldap.
10828         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10829
10830 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10831
10832         * smime.el: Require smime-ldap.
10833         (smime-ldap-host-list): New variable.
10834         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10835
10836         * mml-smime.el (mml-smime-encrypt-query): New function.
10837         (mml-smime-encrypt-query): Use it.
10838
10839         * smime-ldap.el: New file.
10840
10841 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10842
10843         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10844
10845 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10846
10847         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10848         argument in doc string.  Make query for type more clear.
10849
10850 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10851
10852         * gnus.el (gnus-group-startup-message): Search for gnus images in
10853         etc/images/gnus.
10854         * mm-util.el (mm-image-load-path): Likewise.
10855         * smiley.el (smiley-data-directory): Search for smilies in
10856         etc/images/smilies.
10857
10858 2005-02-09  Kim F. Storm  <storm@cua.dk>
10859
10860         Change Emacs release version from 21.4 to 22.1 throughout.
10861         Change Emacs development version from 21.3.50 to 22.0.50.
10862
10863 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10864
10865         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10866
10867         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10868         non-Mule XEmacs as well.
10869         (mm-decompress-buffer): Signal an error intentionally if it does
10870         not decompress compressed data because auto-compression-mode is
10871         disabled.
10872
10873 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10874
10875         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10876         an ID in the registry even if it has no groups.
10877
10878 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10879
10880         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10881         merge it into mm-decompress-buffer.
10882         (gnus-mime-copy-part): Use the MIME part charset, the value which
10883         a user specified or gnus-newsgroup-charset for decoding, like
10884         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10885         save-buffer what was used.  Suggested by Kevin Ryde
10886         <user42@zip.com.au>.
10887         (gnus-mime-inline-part): Allow the name parameter as well as the
10888         filename parameter; force decompressing of compressed data; always
10889         display contents being not decoded as unibyte.
10890
10891         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10892         as well as the filename parameter.
10893
10894         * mm-util.el (mm-decompress-buffer): Merge
10895         gnus-mime-jka-compr-maybe-uncompress.
10896         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10897         of compressed data.
10898
10899 2005-02-08  Simon Josefsson  <jas@extundo.com>
10900
10901         * imap.el (imap-log): Doc fix.
10902
10903 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10904
10905         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10906         the coding cookies; decompress compressed parts.
10907
10908         * mml.el (mml-generate-mime-1): Add the charset parameter according
10909         to the value which a user specified manually or the coding cookie.
10910
10911         * mm-util.el (mm-string-to-multibyte): New function.
10912         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10913         (mm-coding-system-to-mime-charset): New function.
10914         (mm-decompress-buffer): New function.
10915         (mm-find-buffer-file-coding-system): New function.
10916
10917         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10918         (mm-display-inline-fontify): Rewrite for decoding and decompressing
10919         parts.
10920
10921 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10922
10923         * mm-view.el (mm-display-inline-fontify): Decode a part according
10924         to the charset parameter.
10925
10926 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10927
10928         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10929         prefix arg is neither nil nor a number, as info specifies.
10930
10931 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10932
10933         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10934         timestamps.
10935
10936 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
10937
10938         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10939         groups error checking and notify user.
10940
10941 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
10942
10943         * message.el (message-send-mail-function): Check existence of
10944         sendmail-program first before using default value
10945         `message-send-mail-with-sendmail'.  Otherwise use more generic
10946         `smtpmail-send-it'.
10947
10948 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10949
10950         * nntp.el (nntp-request-update-info): Always return nil.
10951
10952 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10953
10954         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10955
10956 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10957
10958         * message.el (message-beginning-of-line): Change the behavior when
10959         invoked between BOL and : so that it first moves backward.
10960
10961 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10962
10963         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10964         article buffer when editing of the article is discarded.
10965         (gnus-article-prepare): Revert.
10966
10967 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10968
10969         * gnus-art.el (gnus-article-prepare):
10970         Remove message-strip-forbidden-properties from the local hook.
10971
10972 2005-01-27  Simon Josefsson  <jas@extundo.com>
10973
10974         * password.el (password-cache-add): Only start one timer per key.
10975         Reported by Derek Atkins <warlord@MIT.EDU>.
10976
10977 2005-01-26  Steve Youngs  <steve@sxemacs.org>
10978
10979         * run-at-time.el: Removed.  It is no longer needed as
10980         timer-funcs.el in the xemacs-base package has a working version of
10981         `run-at-time'.
10982
10983         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
10984
10985         * password.el: Require timer-funcs instead of run-at-time in
10986         XEmacs.
10987         Remove `password-run-at-time' macro.
10988         (password-cache-add): Use `run-at-time' instead of
10989         `password-run-at-time'.
10990
10991         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
10992         Remove `nnheader-cancel-function-timers' alias,
10993         `cancel-function-timers' exists in XEmacs in timer-funcs.
10994
10995         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10996         for `run-with-idle-timer'.
10997
10998         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10999         for `run-at-time'.
11000
11001         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11002         for `with-timeout'.
11003
11004         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11005         the same as for XEmacs 21.4.
11006         No need to ignore `run-with-idle-timer', this function exists in
11007         XEmacs now in timer-funcs.el in the xemacs-base package.
11008         (dgnushack-compile): No need to delete
11009         run-at-time.el from the list of files to compile because it
11010         doesn't exist anymore.
11011
11012 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11013
11014         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11015         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11016
11017 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11018
11019         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11020         sensitively.
11021
11022 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11023
11024         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11025
11026 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11027
11028         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11029         which will be inserted according to the multibyteness of a buffer
11030         rather than the type of contents.  Suggested by ARISAWA Akihiro
11031         <ari@mbf.ocn.ne.jp>.
11032
11033         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11034         of string which old xml.el may return rather than a string.
11035
11036 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11037
11038         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11039
11040 2005-01-16  Simon Josefsson  <jas@extundo.com>
11041
11042         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11043         idn/idna.el isn't available.
11044         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11045         <michael@waxrat.com>.
11046
11047         * hashcash.el: Remove non-FSF copyright header.
11048
11049         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11050         (hashcash-generate-payment): Use it.
11051         (hashcash-generate-payment-async): Use it.
11052
11053 2005-01-15  Simon Josefsson  <jas@extundo.com>
11054
11055         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11056         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11057
11058         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11059         gnus-summary-idna-message.
11060         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11061         (gnus-summary-idna-message): New function.
11062
11063 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11064
11065         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11066         gnus-novice-user.
11067
11068 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * nnrss.el (nnrss-request-delete-group): Delete entries in
11071         nnrss-group-alist as well.
11072         (nnrss-save-server-data): Insert newline.
11073
11074 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11075
11076         * gnus.el (gnus-user-agent): Use list of symbols instead of
11077         symbols.  Display full version number for (S)XEmacs.  Optionally
11078         display (S)XEmacs codename.
11079
11080         * gnus-util.el (gnus-emacs-version): Update for new
11081         `gnus-user-agent'.
11082
11083         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11084         Gnus version.
11085
11086 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11087
11088         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11089         which is unreadable in some setups.
11090
11091 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11092
11093         * gnus-spec.el (gnus-update-format-specifications): Flush the
11094         group format spec cache if it doesn't support decoded group names.
11095
11096 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11097
11098         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11099         Allow to apply decay on score files matching a regexp.
11100
11101 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11102
11103         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11104         compatibility in %g and %c.
11105
11106 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11107
11108         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11109         name for only %g and %c.
11110         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11111         of gnus-tmp-group to decoded group name.
11112         (gnus-group-make-rss-group): Exclude `/'s from group names.
11113
11114 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11115
11116         * nnrss.el (nnrss-get-encoding): Fix regexp.
11117
11118 2004-12-27  Simon Josefsson  <jas@extundo.com>
11119
11120         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11121         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11122         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11123
11124 2004-12-17  Kim F. Storm  <storm@cua.dk>
11125
11126         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11127
11128         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11129
11130 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11131
11132         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11133
11134 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11135
11136         * nnrss.el: Require rfc2047 and mml.
11137         (nnrss-file-coding-system): New variable.
11138         (nnrss-format-string): Redefine it as an inline function.
11139         (nnrss-decode-group-name): New function.
11140         (nnrss-string-as-multibyte): Remove.
11141         (nnrss-retrieve-headers): Decode group name; don't use
11142         nnrss-format-string.
11143         (nnrss-request-group): Decode group name.
11144         (nnrss-request-article): Decode group name; allow a Message-ID as
11145         well as an article number; don't use nnrss-format-string; encode a
11146         Message-ID string which may contain non-ASCII characters; use
11147         mml-to-mime to compose a MIME article.
11148         (nnrss-request-expire-articles): Decode group name.
11149         (nnrss-request-delete-group): Decode group name.
11150         (nnrss-fetch): Clarify error message.
11151         (nnrss-read-server-data): Use insert-file-contents instead of load;
11152         bind file-name-coding-system; use multibyte buffer.
11153         (nnrss-save-server-data): Bind coding-system-for-write to the
11154         value of nnrss-file-coding-system; bind file-name-coding-system;
11155         add coding cookie.
11156         (nnrss-read-group-data): Use insert-file-contents instead of load;
11157         bind file-name-coding-system; use multibyte buffer.
11158         (nnrss-save-group-data): Bind coding-system-for-write to the
11159         value of nnrss-file-coding-system; bind file-name-coding-system.
11160         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11161         make it work with non-ASCII text.
11162         (nnrss-find-el): Make it work with old xml.el as well.
11163
11164 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11165
11166         * nnrss.el (nnrss-get-encoding): New function.
11167         (nnrss-fetch): Use unibyte buffer initially; bind
11168         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11169         decode contents according to the encoding attribute.
11170         (nnrss-save-group-data): Add coding cookie.
11171         (nnrss-mime-encode-string): New function.
11172         (nnrss-check-group): Use it to encode subject and author.
11173
11174 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11175
11176         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11177         imaginary variable.
11178
11179 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11180
11181         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11182         correctly even if there are wide characters.
11183
11184 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11185
11186         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11187         downcased symbol names; make a new cache instead of reusing
11188         bbdb-hashtable.
11189
11190 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11191
11192         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11193         concatenating segments rather than before concatenating them.
11194         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11195
11196         * message.el (message-get-reply-headers): Bind `extra'.
11197
11198 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11199
11200         * message.el (message-extra-wide-headers): New variable.
11201         (message-get-reply-headers): Use it.
11202
11203 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11204
11205         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11206         (gnus-agent-group-pathname): Ditto.
11207
11208         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11209
11210         * gnus-group.el (gnus-group-make-group): Decode group name.
11211         (gnus-group-make-rss-group): Register the group data after opening
11212         the nnrss group.
11213
11214 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11215
11216         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11217         by expiry now get marked as read.
11218
11219 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11222
11223 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11224
11225         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11226         unify Latin characters in XEmacs.
11227         (mm-find-mime-charset-region): Use it.
11228
11229 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11230
11231         * gnus-util.el (gnus-delete-directory): New function.
11232
11233         * gnus-agent.el (gnus-agent-delete-group): Use it.
11234
11235         * gnus-cache.el (gnus-cache-delete-group): Use it.
11236
11237 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11238
11239         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11240         names.
11241
11242 2004-12-16  Simon Josefsson  <jas@extundo.com>
11243
11244         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11245
11246 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11249
11250         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11251         (gnus-group-set-current-level): Decode group name.
11252
11253 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11254
11255         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11256         failed.
11257
11258 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11259
11260         * gnus-group.el (gnus-group-delete-group): Decode group name.
11261         (gnus-group-make-rss-group): Encode group name.
11262         (gnus-group-catchup-current): Decode group name.
11263         (gnus-group-kill-group): Decode group name.
11264
11265 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11266
11267         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11268
11269 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11270
11271         * gnus-group.el (gnus-group-make-rss-group):
11272         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11273
11274         * gnus-start.el (gnus-setup-news): Honor user's setting to
11275         gnus-message-archive-method.  Suggested by Lute Kamstra
11276         <lute@gnu.org>.
11277
11278 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11279
11280         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11281         global counterparts of the buffer-local variables.
11282
11283 2004-11-16  Romain Francoise  <romain@orebokech.com>
11284
11285         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11286         counterparts of the buffer-local variables.
11287
11288 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11289
11290         * message.el (message-forbidden-properties): Fixed typo in doc
11291         string.
11292
11293 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11294
11295         * gnus-util.el (gnus-replace-in-string): Added doc string.
11296
11297         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11298         to avoid problems when splitting mails with many recipients.
11299
11300 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11301
11302         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11303         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11304
11305 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11306
11307         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11308         if there is no hashtable in memory or file modification time is
11309         newer than cached timestamp.
11310
11311 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11312
11313         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11314         not-matching option.
11315
11316 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11317
11318         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11319         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11320         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11321         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11322         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11323         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11324
11325 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11326
11327         * message.el (message-forward-make-body-mml): Remove headers
11328         according to message-forward-ignored-headers if a message is decoded.
11329
11330 2004-12-02  Romain Francoise  <romain@orebokech.com>
11331
11332         * message.el (message-forward-make-body-plain): Always remove
11333         headers according to message-forward-ignored-headers.
11334
11335 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11336
11337         * spam.el (spam-summary-prepare-exit): Remove the
11338         gnus-summary-limit pop for now, it has problems with ham marks for
11339         me.
11340
11341 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11342
11343         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11344         correctly.
11345
11346 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11347
11348         * format-spec.el (format-spec): Message the char.
11349
11350 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11351
11352         * gnus-art.el (gnus-split-methods): Reformat comments.
11353
11354         * spam.el (spam-summary-prepare-exit): Remove article limits
11355         before exiting the summary buffer.
11356
11357 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11358
11359         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11360         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11361
11362         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11363         order to silence the byte compiler.
11364
11365         * spam.el: Fix the way to silence the byte compiler, which
11366         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11367         bbdb-search-simple, spam-BBDB-register-routine,
11368         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11369         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11370         spam-stat-buffer-is-spam, spam-stat-load,
11371         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11372         spam-stat-save and spam-stat-split-fancy.
11373
11374 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11375
11376         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11377         which may confuse users.
11378         (canlock-password-for-verify): Ditto.
11379
11380         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11381
11382         * gnus-art.el (gnus-emphasis-alist): Ditto.
11383
11384         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11385
11386         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11387
11388         * gnus-start.el (gnus-save-killed-list): Ditto.
11389
11390         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11391         (gnus-sum-thread-tree-root): Ditto.
11392         (gnus-sum-thread-tree-false-root): Ditto.
11393         (gnus-sum-thread-tree-single-indent): Ditto.
11394
11395         * message.el (message-courtesy-message): Ditto.
11396         (message-archive-note): Ditto.
11397         (message-subscribed-address-file): Ditto.
11398         (message-user-fqdn): Ditto.
11399
11400         * spam-report.el (spam-report-gmane-regex): Ditto.
11401
11402         * spam.el (spam-blackhole-good-server-regex): Ditto.
11403
11404 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * mml.el (mml-preview): Widen the message buffer before copying
11407         the contents to the preview buffer; sort headers before previewing.
11408
11409         * message.el (message-hidden-headers): Fix the way to avoid a bug
11410         in the `repeat' widget in Emacs 21.3 or earlier.
11411
11412 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11413
11414         * message.el (message-hidden-headers): Default to "^References:".
11415         Improve customization type.  Suggested by Reiner Steib
11416         <Reiner.Steib@gmx.de>.
11417
11418 2004-11-25  Romain Francoise  <romain@orebokech.com>
11419
11420         * message.el (message-strip-forbidden-properties): Remove check for
11421         obsolete `message-hidden' text property, hidden headers are not
11422         accessible in the buffer anymore.
11423
11424 2004-11-22  Romain Francoise  <romain@orebokech.com>
11425
11426         * message.el (message-header-format-alist): Add `From' in list
11427         so that it can be sorted.
11428         (message-fix-before-sending): Widen and sort headers before
11429         sending.
11430         (message-hide-headers): Use narrowing to hide headers by moving
11431         them to the top of the buffer and narrowing to the region
11432         underneath.
11433
11434 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11435
11436         * message.el (message-strip-forbidden-properties): Bind
11437         buffer-read-only (etc) to nil.
11438
11439 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11440
11441         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11442         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11443
11444 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11445
11446         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11447
11448 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11449
11450         * dns.el (query-dns): Use sit-for to time instead of
11451         accept-process-output, since that doesn't seem to work on udp
11452         sockets.
11453
11454 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11455
11456         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11457
11458 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11459
11460         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11461         doc string.  Improve doc string.
11462
11463 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11464
11465         * nntp.el (nntp-request-update-info): Return nil if
11466         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11467         may not call gnus-activate-group which uselessly issues the GROUP
11468         commands for all nntp groups and wastes time.  Reported by Romain
11469         Francoise <romain@orebokech.com>.
11470
11471         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11472
11473 2004-11-15  Simon Josefsson  <jas@extundo.com>
11474
11475         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11476         headers separately.
11477         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11478         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11479
11480 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11481
11482         * gnus-start.el (gnus-convert-old-newsrc):
11483         Assign legacy-gnus-agent to 5.10.7.
11484
11485 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11486
11487         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11488         start of the lines.
11489
11490 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11491
11492         * hashcash.el (hashcash-default-payment): Change default to 20.
11493         (hashcash-default-accept-payment): Change default to 20.
11494         (hashcash-process-alist): New variable.
11495         (hashcash-generate-payment-async): Add.
11496         (hashcash-already-paid-p): Add.
11497         (hashcash-insert-payment): Don't generate payments twice.
11498         (hashcash-insert-payment-async): Add.
11499         (hashcash-insert-payment-async-2): Add.
11500         (hashcash-cancel-async): Add.
11501         (hashcash-wait-async): Add.
11502         (hashcash-processes-running-p): Add.
11503         (hashcash-wait-or-cancel): Add.
11504         (mail-add-payment): New optional argument.  Conditionally start
11505         asynchronous calculation.
11506         (mail-add-payment-async): Add.
11507
11508         * message.el (message-send-mail): Wait for asynchronous hashcash
11509         results.  Don't clobber existing X-Hashcash headers.
11510         (message-setup-1): Call mail-add-payment-async when
11511         message-generate-hashcash is non-nil.
11512
11513 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11514
11515         * message.el (message-use-alternative-email-as-from): Examine the
11516         From header as well; use message-make-from in order to include a
11517         user's full name.
11518
11519 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11522         default; improve customization type.
11523         (gnus-emphasis-custom-with-format): New macro.
11524         (gnus-emphasis-custom-value-to-external): New function.
11525         (gnus-emphasis-custom-value-to-internal): New function.
11526
11527 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11528
11529         * dns.el (query-dns): Resolve reverse addresses.
11530
11531 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11532
11533         * gnus-group.el (gnus-group-get-new-news): Use it.
11534
11535         * gnus-start.el (gnus-check-reasonable-setup): New function.
11536
11537 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11538
11539         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11540         "Args out of range" error.  Reported by Arnaud Giersch
11541         <arnaud.giersch@free.fr>.
11542
11543 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11544
11545         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11546
11547 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11548
11549         * spam.el (spam group): Add :version.
11550
11551         * pgg-def.el (pgg group): Add :version.
11552
11553 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11554
11555         * gnus-art.el (gnus-article-edit-article): Don't associate the
11556         article buffer with a draft file.  This is a temporary measure
11557         against the 2004-08-22 change to gnus-article-edit-mode.
11558
11559 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11560
11561         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11562         (html2text-format-tags): Remove unused variable `attr'.
11563
11564 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11565
11566         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11567
11568         * tls.el (tls-process-connection-type, tls-success)
11569         (tls-certtool-program): Add :version.
11570
11571         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11572         (starttls-extra-arguments, starttls-process-connection-type)
11573         (starttls-connect, starttls-failure, starttls-success): Add :version.
11574
11575         * spam-stat.el (spam-stat): Add :version.
11576
11577         * sieve.el (sieve): Add :version.
11578
11579         * sha1.el (sha1): Add :version.
11580         (sha1-use-external): Remove redundant version.
11581
11582         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11583         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11584         (nnmail-split-fancy-match-partial-words)
11585         (nnmail-split-lowercase-expanded): Add :version.
11586
11587         * nndiary.el (nndiary): Add :version.
11588
11589         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11590
11591         * mml-sec.el (mml-default-sign-method)
11592         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11593         Add :version.
11594
11595         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11596
11597         * mm-url.el (mm-url-use-external, mm-url-program)
11598         (mm-url-arguments): Add :version.
11599
11600         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11601         (mm-attachment-file-modes, mm-decrypt-option)
11602         (mm-w3m-safe-url-regexp): Add :version.
11603
11604         * message.el (message-cite-prefix-regexp)
11605         (message-sendmail-envelope-from, message-minibuffer-local-map)
11606         (message-user-fqdn, message-completion-alist): Add :version.
11607
11608         * gnus-win.el (gnus-configure-windows-hook)
11609         (gnus-use-frames-on-any-display): Add :version.
11610
11611         * gnus-art.el (gnus-article-address-banner-alist)
11612         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11613         (gnus-treat-from-picon, gnus-treat-mail-picon)
11614         (gnus-treat-x-pgp-sig): Add :version.
11615
11616         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11617         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11618         (gnus-summary-article-delete-hook)
11619         (gnus-summary-display-while-building): Add :version.
11620
11621         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11622         (gnus-get-top-new-news-hook): Add :version.
11623
11624         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11625         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11626
11627         * gnus-registry.el (gnus-registry): Add :version.
11628
11629         * gnus-spec.el (gnus-use-correct-string-widths)
11630         (gnus-make-format-preserve-properties): Add :version.
11631
11632         * gnus.el (gnus-group-charter-alist)
11633         (gnus-group-fetch-control-use-browse-url)
11634         (gnus-install-group-spam-parameters): Add :version.
11635
11636         * gnus-diary.el (gnus-diary): Add :version.
11637
11638         * gnus-delay.el (gnus-delay): Add :version.
11639
11640         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11641         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11642         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11643         Add :version.
11644
11645         * gnus-agent.el (gnus-agent-max-fetch-size)
11646         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11647         (gnus-agent-prompt-send-queue): Add :version.
11648
11649         * deuglify.el (gnus-outlook-deuglify): Add :version.
11650
11651         * html2text.el: Beautify code.  Improve doc strings.  Some
11652         checkdoc cleanup.
11653         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11654
11655 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11656
11657         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11658
11659 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11660
11661         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11662         when package is loaded.
11663
11664         * spam.el (spam-summary-score-preferred-header): Add global preference
11665         for people who want to override the default SpamAssassin over
11666         Bogofilter preference (when both are set).
11667         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11668         (spam-user-format-function-S): Check
11669         spam-summary-score-preferred-header.
11670         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11671         (spam-user-format-function-S): Format the score correctly.
11672
11673 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11674
11675         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11676         signature file.  Suggested by Manoj Srivastava
11677         <srivasta@golden-gryphon.com>.
11678
11679         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11680         iso-2022-jp even in the Japanese language environment.
11681         Suggested by Jason Rumney <jasonr@gnu.org>.
11682
11683 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11684
11685         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11686         use the same characters as the dummy marks; make it free from
11687         getting affected by the language environment.
11688         (gnus-summary-read-group-1): Update mark positions only when the
11689         format spec is updated.
11690
11691         * gnus-spec.el (gnus-update-format-specifications): Return a list
11692         of updated types.
11693
11694 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11695
11696         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11697         of boundp to check if display-warning is available.
11698
11699 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11700
11701         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11702
11703 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11704
11705         * nnspool.el (nnspool-spool-directory): Use news-path if the
11706         news-directory variable is not bound.
11707
11708         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11709         function instead of display-warning if it is not available.
11710
11711 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11712
11713         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11714         v5-10: Use `point-at-bol'.
11715
11716 2004-10-26  Simon Josefsson  <jas@extundo.com>
11717
11718         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11719         <chenggao@gmail.com>.
11720
11721 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11722
11723         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11724         instead.
11725
11726 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11727
11728         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11729         to remove a server from the nnimap-server-buffer-alist.
11730         (nnimap-open-connection, nnimap-close-server): Use it.
11731
11732         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11733
11734 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11735
11736         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11737         running the major-mode function.
11738
11739 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11740
11741         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11742         dummy marks in the right way.
11743
11744 2004-10-18  David Edmondson  <dme@dme.org>
11745
11746         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11747         excessively.
11748
11749 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11750
11751         * gnus-util.el (gnus-split-references): Accept a nil references
11752         string and go on blissfully.
11753
11754         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11755         cases where the references string is non-nil but has no references.
11756
11757         * encrypt.el: Add autoload tags.
11758
11759         * spam.el (spam-resolve-registrations-routine): Remove article
11760         from unregistration list too.  Reported by David Hanak
11761         <dhanak@isis.vanderbilt.edu>
11762
11763 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11764
11765         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11766         nil.  Changed custom type.
11767
11768 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11769
11770         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11771
11772         * gnus-sum.el (gnus-summary-move-article): Use it.
11773
11774 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11775
11776         * encrypt.el: Add autoload cookies.
11777
11778         * spam.el (spam-backend-article-list-property)
11779         (spam-backend-get-article-todo-list)
11780         (spam-backend-put-article-todo-list)
11781         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11782         Resolve registrations separately.
11783         (spam-register-routine): Format comments.
11784         (spam-unregister-routine, spam-register-routine): Always call with
11785         specific-articles, no default list.
11786         (spam-summary-prepare-exit): Use the spam-classifications function.
11787
11788         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11789         gnus-encrypt.el.
11790
11791         * encrypt.el: Copied from gnus-encrypt.el.
11792
11793         * gnus-encrypt.el: Commented that it's obsolete.
11794
11795 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11796
11797         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11798         (gnus-score-save): Use it.
11799
11800         * message.el (message-bury): Use `window-dedicated-p'.
11801
11802 2004-10-15  Simon Josefsson  <jas@extundo.com>
11803
11804         * pop3.el (top-level): Don't require nnheader.
11805         (pop3-read-timeout): Add.
11806         (pop3-accept-process-output): Add.
11807         (pop3-read-response, pop3-retr): Use it.
11808
11809 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11810
11811         * spam.el (spam-register-routine): Move comment.
11812         (spam-verify-bogofilter): Use 'unknown for the initial
11813         spam-bogofilter-valid state, not 'never.
11814
11815         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11816         for netrc-machine.
11817
11818         * nnimap.el (nnimap-open-connection): Use
11819         netrc-machine-user-or-password.
11820
11821 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11822
11823         * gnus-registry.el (gnus-registry-unload-hook):
11824         Set as a variable with add-hook.
11825
11826         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11827         of news-path.
11828
11829         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11830
11831         * spam.el: Delete duplicate `provide'.
11832         (spam-unload-hook): Set as a variable with add-hook.
11833
11834 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11835
11836         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11837         in the doc string.
11838
11839         * message.el (message-ignored-news-headers)
11840         (message-ignored-supersedes-headers)
11841         (message-ignored-resent-headers)
11842         (message-forward-ignored-headers): Improve custom type.
11843
11844 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11845
11846         * message.el (message-tokenize-header): Fix 2004-09-06 change
11847         which used point-min in the wrong place.
11848
11849 2004-10-12  Simon Josefsson  <jas@extundo.com>
11850
11851         * tls.el (tls-certtool-program): New variable.
11852         (tls-certificate-information): New function, based on
11853         ssl-certificate-information.
11854
11855 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11856
11857         * compface.el: Move the version of ELisp-based uncompface program
11858         to the contrib directory because of the copyright problem.
11859
11860 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11861
11862         * message.el (message-kill-buffer): Raise the current frame.
11863
11864 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11865
11866         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11867
11868         * gnus.el (message-y-or-n-p): Autoload.
11869
11870         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11871         (pop3-password-required, pop3-authentication-scheme)
11872         (pop3-leave-mail-on-server): Made customizable.
11873         (pop3): New custom group.
11874         (pop3-retr): Remove `sleep-for' statements.
11875         Suggested by Dave Love <fx@gnu.org>.
11876
11877         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11878         Windows/DOS.
11879
11880         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11881         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11882         Dave Love <fx@gnu.org>.
11883
11884         * mml.el (mml-minibuffer-read-disposition): Require match.
11885         Suggested by Dave Love <fx@gnu.org>.
11886
11887 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11888
11889         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11890         doc string.
11891
11892 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11893
11894         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11895
11896 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11897
11898         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11899         instead of calling `mm-insert-inline', to decode text/* parts
11900         before displaying them.
11901
11902 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11903
11904         * mm-uu.el (mm-uu-text-plain-type): New variable.
11905         (mm-uu-pgp-signed-extract-1): Use it.
11906         (mm-uu-pgp-encrypted-extract-1): Use it.
11907         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11908         bind mm-uu-text-plain-type with that value.
11909         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11910         mm-uu-dissect.
11911
11912 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * gnus-group.el (gnus-update-group-mark-positions):
11915         * gnus-sum.el (gnus-update-summary-mark-positions):
11916         * message.el (message-check-news-body-syntax):
11917         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11918         of string-as-multibyte.
11919
11920 2004-10-05  Juri Linkov  <juri@jurta.org>
11921
11922         * gnus-group.el (gnus-update-group-mark-positions):
11923         * gnus-sum.el (gnus-update-summary-mark-positions):
11924         * message.el (message-check-news-body-syntax):
11925         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11926         8-bit unibyte values to a multibyte string for search functions.
11927
11928 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11931         (mm-uu-dissect-text-parts): New function.
11932
11933         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11934         dissect text parts.
11935
11936         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11937         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11938
11939         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11940
11941         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11942         gnus-current-topics instead of gnus-current-topic.
11943
11944 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
11945
11946         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11947
11948 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
11949
11950         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11951         where approriate.
11952
11953         * nnml.el (nnml-generate-active-info): do.
11954
11955         * nndiary.el (nndiary-generate-active-info): do.
11956
11957         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11958         (gnus-topic-move): do.
11959
11960         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11961         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11962
11963         * gnus-srvr.el (gnus-server-prepare)
11964         (gnus-server-open-all-servers): do.
11965
11966         * gnus-msg.el (gnus-summary-cancel-article)
11967         (gnus-summary-resend-message)
11968         (gnus-summary-mail-crosspost-complaint): do.
11969
11970         * gnus-move.el (gnus-change-server): do.
11971
11972         * gnus-group.el (gnus-group-unmark-all-groups)
11973         (gnus-group-set-current-level): do.
11974
11975 2004-10-04  Simon Josefsson  <jas@extundo.com>
11976
11977         * message.el (message-generate-hashcash): Doc fix.
11978
11979 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
11980
11981         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
11982         avoid infinite recursion via gnus-get-function.
11983
11984 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
11985
11986         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
11987
11988         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
11989
11990         * nnmail.el (nnmail-split-history): do.
11991
11992         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11993         (nnml-request-delete-group): do.
11994
11995         * nnslashdot.el (nnslashdot-read-groups): do.
11996
11997         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11998         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11999
12000         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12001         (nnspool-sift-nov-with-sed): Use last.
12002         (nnspool-retrieve-headers-with-nov): Use mapc.
12003         (nnspool-request-newgroups): Use dolist.
12004         (nnspool-request-group): Use last.
12005
12006         * nntp.el (nntp-read-server-type): Use dolist.
12007
12008         * nnvirtual.el (nnvirtual-create-mapping)
12009         (nnvirtual-update-read-and-marked): Use dolist.
12010         (nnvirtual-convert-headers): Simplify.
12011
12012 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12013
12014         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12015         support for sync'ing tick marks.
12016
12017 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12018
12019         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12020         there's no visible header.
12021
12022 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12023
12024         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12025         necessary, pass full group name to gnus-request-set-marks.
12026
12027 2004-10-01  Simon Josefsson  <jas@extundo.com>
12028
12029         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12030         acroread.
12031
12032 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12033
12034         * spam-report.el (spam-report-gmane): Fix interactive.
12035
12036         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12037
12038         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12039         when writing file.
12040         (gnus-agent-synchronize-flags): Don't default to being
12041         interactive.
12042
12043 2004-09-30  Simon Josefsson  <jas@extundo.com>
12044
12045         * message.el (message-generate-hashcash): Add.
12046         (message-send-mail): Use it, call mail-add-payment.
12047
12048 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12049
12050         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12051
12052 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12053
12054         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12055         gnus-requst-update-info with explicit code to sync the in-memory
12056         info read flags with the marks being sync'd to the backend.
12057
12058         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12059
12060 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12061
12062         * spam.el (spam-verify-bogofilter): Add new function.
12063         (spam-check-bogofilter)
12064         (spam-bogofilter-register-with-bogofilter): Use it.
12065         (spam-verify-bogofilter): Add small fixes.
12066
12067 2004-09-28  Simon Josefsson  <jas@extundo.com>
12068
12069         * hashcash.el (hashcash-generate-payment): Revert.
12070
12071 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12072
12073         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12074         gnus-extract-references instead of gnus-split-references.
12075
12076         * gnus-util.el (gnus-extract-references): Add new function, analogous
12077         to gnus-split-references but extracts only the message-ID without
12078         anything extra.
12079
12080         * hashcash.el (hashcash-generate-payment)
12081         (hashcash-check-payment): Do the right thing if hashcash-path is
12082         nil (because the hashcash program could not be found).
12083
12084         * spam.el (spam-use-hashcash): Remove comment.
12085
12086 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12087
12088         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12089         (gnus-cache-enter-article, gnus-cache-remove-article)
12090         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12091
12092         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12093
12094         * gnus-art.el (article-hide-boring-headers)
12095         (article-translate-strings, article-display-face)
12096         (gnus-article-mime-match-handle-first)
12097         (gnus-article-highlight-headers)
12098         (gnus-article-add-buttons-to-head): do.
12099
12100 2004-09-27  Simon Josefsson  <jas@extundo.com>
12101
12102         * hashcash.el: New version, from
12103         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12104         ../contrib/.
12105
12106 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12107
12108         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12109
12110 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12111
12112         * gnus-dup.el (gnus-dup-open): Use mapc.
12113         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12114
12115         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12116         Reported by Stefan Wiens <s.wi@gmx.net>.
12117
12118         * gnus.el (gnus-shutdown): Use dolist.
12119
12120         * gnus-undo.el (gnus-undo): Use mapc.
12121
12122         * nnrss.el (nnrss-generate-active): do.
12123
12124         * message.el (message-cite-original-without-signature)
12125         (message-cite-original): Use mapc.
12126         (message-do-actions, message-make-forward-subject): Use dolist.
12127
12128 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12129
12130         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12131         deletion to remove entire duplicate line.  Fixes merged article
12132         number bug.
12133
12134 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12135
12136         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12137         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12138         first ask if you want to open a server and then, even when you
12139         responded with no, asking if you want to synchronize the server's
12140         flags.
12141         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12142         multi-line expressions.
12143         (gnus-agent-synchronize-group-flags): New internal function.
12144         Updates marks in memory (in the info structure) AND in the
12145         backend.
12146
12147         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12148
12149         * nnagent.el (nnagent-request-set-mark): Use
12150         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12151         method, to ensure that synchronization updates marks in the
12152         backend and in the info (in memory) structure.
12153
12154 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12155
12156         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12157         convention fully; don't miss the root article of a thread; make
12158         the X-Draft-From header with correct article numbers.
12159
12160 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12161
12162         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12163         unless plugged.  Disable the agent so that an open failure causes
12164         an error.
12165
12166         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12167         Reverted 2004-09-21 change.  The backend must be opened while
12168         synchronizing flags even when the backend stores the flags
12169         locally.
12170
12171 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12172
12173         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12174         in `header' match.  Reported by Svend Tollak Munkejord.
12175
12176         * message.el (message-cite-original): Fix use of
12177         `message-cite-articles-with-x-no-archive'.
12178
12179 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12180
12181         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12182         (gnus-window-to-buffer): Ditto.
12183
12184         * mml.el (mml-preview-buffer): New variable.
12185         (mml-preview): Manage window layout with gnus-buffer-configuration.
12186
12187         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12188         X-Draft-From header even if those articles aren't quoted.
12189
12190 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12191
12192         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12193         (gnus-request-set-mark, gnus-request-update-mark): Use new
12194         g-s-t-u-l-m to decide to use backend even when unplugged.
12195
12196 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12199         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12200
12201 2004-09-20  Simon Josefsson  <jas@extundo.com>
12202
12203         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12204         "utf-16-le".
12205
12206 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12207
12208         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12209
12210 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12211
12212         * uudecode.el (uudecode-use-external): Add :version.
12213
12214         * smime.el (smime-CA-file, smime-encrypt-cipher)
12215         (smime-dns-server): Add :version.
12216
12217         * smiley.el (gnus-smiley-file-types): Add :version.
12218
12219         * sha1.el (sha1-use-external): Add :version.
12220
12221         * pgg-def.el (pgg-query-keyserver): Add :version.
12222
12223         * nnmail.el (nnmail-fancy-expiry-targets)
12224         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12225         Add :version.
12226
12227         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12228         (nnimap-retrieve-groups-asynchronous): Add :version.
12229         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12230
12231         * mml.el (mml-content-disposition-parameters)
12232         (mml-insert-mime-headers-always): Add :version.
12233
12234         * mm-util.el (mm-coding-system-priorities): Add :version.
12235
12236         * mm-decode.el (mm-inline-text-html-with-images)
12237         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12238         (mm-verify-option): Add :version.
12239         (mm-text-html-renderer): Change :version.
12240
12241         * message.el (message-fcc-externalize-attachments)
12242         (message-required-headers, message-draft-headers)
12243         (message-subject-trailing-was-query)
12244         (message-subject-trailing-was-ask-regexp)
12245         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12246         (message-mark-insert-end, message-archive-header)
12247         (message-archive-note, message-cross-post-default)
12248         (message-cross-post-note, message-followup-to-note)
12249         (message-cross-post-note-function, message-use-mail-followup-to)
12250         (message-subscribed-address-functions)
12251         (message-subscribed-address-file, message-subscribed-addresses)
12252         (message-subscribed-regexps, message-allow-no-recipients)
12253         (message-yank-cited-prefix, message-signature-insert-empty-line)
12254         (message-hidden-headers, message-hierarchical-addresses)
12255         (message-mail-user-agent, message-use-idna)
12256         (message-valid-fqdn-regexp)
12257         (message-strip-special-text-properties, message-header-synonyms)
12258         (message-beginning-of-line, message-tab-body-function): Add :version.
12259         (message-insert-canlock, message-wide-reply-confirm-recipients):
12260         Change :version.
12261
12262         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12263         and :version.
12264         (mail-source-delete-old-incoming-confirm)
12265         (mail-source-movemail-program): Add :version.
12266
12267         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12268         (gnus-agent-cache, gnus-agent): Change :version.
12269
12270         * gnus-util.el (gnus-use-byte-compile): Change :version.
12271
12272         * gnus-sum.el (gnus-summary-make-false-root-always)
12273         (gnus-summary-default-high-score)
12274         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12275         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12276         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12277         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12278         (gnus-sum-thread-tree-single-indent)
12279         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12280         (gnus-sum-thread-tree-leaf-with-other)
12281         (gnus-sum-thread-tree-single-leaf): Add :version.
12282         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12283         (gnus-article-loose-mime): Change :version.
12284
12285         * gnus-start.el (gnus-backup-startup-file)
12286         (gnus-save-startup-file-via-temp-buffer): Add :version.
12287
12288         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12289         (gnus-server-offline-face): Add :version.
12290
12291         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12292
12293         * gnus-msg.el (gnus-gcc-externalize-attachments)
12294         (gnus-debug-files, gnus-debug-exclude-variables)
12295         (gnus-discouraged-post-methods): Change :version.
12296         (gnus-confirm-mail-reply-to-news)
12297         (gnus-confirm-treat-mail-like-news): Add :version.
12298
12299         * gnus-int.el (gnus-server-unopen-status): Add :version.
12300
12301         * gnus-group.el (gnus-group-jump-to-group-prompt)
12302         (gnus-large-ephemeral-newsgroup)
12303         (gnus-fetch-old-ephemeral-headers): Add :version.
12304
12305         * gnus-fun.el (gnus-x-face-directory)
12306         (gnus-convert-pbm-to-x-face-command)
12307         (gnus-convert-image-to-x-face-command)
12308         (gnus-convert-image-to-face-command): Add :version.
12309
12310         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12311
12312         * gnus-cite.el (gnus-cite-blank-line-after-header)
12313         (gnus-article-boring-faces): Add :version.
12314
12315         * gnus-art.el (gnus-buttonized-mime-types)
12316         (gnus-inhibit-mime-unbuttonizing)
12317         (gnus-treat-display-face)
12318         (gnus-treat-body-boundary): Change :version.
12319         (gnus-body-boundary-delimiter, gnus-picon-databases)
12320         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12321         (gnus-treat-date-english, gnus-treat-fold-headers)
12322         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12323         (gnus-treat-mail-picon, gnus-treat-wash-html)
12324         (gnus-article-encrypt-protocol)
12325         (gnus-use-idna, gnus-article-over-scroll)
12326         (gnus-mime-display-multipart-alternative-as-mixed)
12327         (gnus-mime-display-multipart-related-as-mixed)
12328         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12329         (gnus-ctan-url, gnus-button-ctan-handler)
12330         (gnus-button-handle-ctan-bogus-regexp)
12331         (gnus-button-ctan-directory-regexp)
12332         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12333         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12334         (gnus-button-man-level, gnus-button-emacs-level)
12335         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12336
12337         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12338         (gnus-agent-go-online): Change :version.
12339         (gnus-agent-expire-unagentized-dirs)
12340         (gnus-agent-auto-agentize-methods): Add :version.
12341
12342         * flow-fill.el (fill-flowed-display-column)
12343         (fill-flowed-encode-column): Add :version.
12344
12345         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12346         (gnus-outlook-deuglify-unwrap-max)
12347         (gnus-outlook-deuglify-cite-marks)
12348         (gnus-outlook-deuglify-unwrap-stop-chars)
12349         (gnus-outlook-deuglify-no-wrap-chars)
12350         (gnus-outlook-deuglify-attrib-cut-regexp)
12351         (gnus-outlook-deuglify-attrib-verb-regexp)
12352         (gnus-outlook-deuglify-attrib-end-regexp)
12353         (gnus-outlook-display-hook): Add :version.
12354
12355         * binhex.el (binhex-use-external): Add :version.
12356
12357 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12358
12359         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12360         and `invisible'.
12361
12362 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12363
12364         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12365         in gnus-registry-trim.
12366
12367 2004-09-13  Simon Josefsson  <jas@extundo.com>
12368
12369         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12370
12371         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12372
12373         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12374         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12375         <yamaoka@jpl.org>.
12376         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12377         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12378         <yamaoka@jpl.org>.
12379
12380         * sieve.el (sieve-manage-mode): Ditto.
12381
12382 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12383
12384         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12385
12386 2004-09-11  Simon Josefsson  <jas@extundo.com>
12387
12388         * dns-mode.el: Add.
12389
12390         * mm-view.el (mm-display-dns-inline): Add.
12391
12392         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12393         (mm-automatic-display): Ditto.
12394
12395         * mailcap.el (mailcap-mime-data): Add text/dns.
12396         (mailcap-mime-extensions): Map .soa to text/dns.
12397
12398 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12399
12400         * gnus-art.el (article-decode-mime-words, article-babel)
12401         (gnus-article-highlight-signature, gnus-article-add-buttons)
12402         (gnus-signature-toggle): Remove unnecessary bindings of
12403         `inhibit-read-only' inherited from v5.10 merge.
12404
12405 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12406
12407         * nntp.el (nntp): New customization group.
12408         (nntp-authinfo-file): Add customization group.
12409
12410         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12411
12412         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12413
12414         * gnus.el (to-address, to-list, subscribed)
12415         (large-newsgroup-initial): Ditto.
12416
12417         * flow-fill.el (fill-flowed-display-column)
12418         (fill-flowed-encode-column): Ditto.
12419
12420 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12421
12422         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12423         Use point-min rather than 1.
12424         (message-send-mail): Use buffer-size rather than point-max.
12425
12426         * gnus-sum.el (gnus-summary-search-article-forward):
12427         Signal a specific `search-failed' rather than a generic `error'.
12428
12429         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12430         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12431         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12432
12433 2004-09-10  Simon Josefsson  <jas@extundo.com>
12434
12435         * nndb.el (require): Remove tcp and duplicate cl.
12436
12437 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * gnus-agent.el (directory-files-and-attributes): Move forward.
12440
12441 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12442
12443         * gnus-agent.el (directory-files-and-attributes): Optionally
12444         defined to support XEmacs.
12445
12446 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12447
12448         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12449         to avoid run-time CL dependencies.
12450         (gnus-agent-unfetch-articles): New function.
12451         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12452         article numbers even when local .overview file is missing.
12453         (gnus-agent-read-article-number): New function.  Only accepts
12454         27-bit article numbers.
12455         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12456         gnus-agent-read-article-number.
12457         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12458         from backend while recognizing that article numbers in .overview
12459         must be valid.
12460         (gnus-agent-update-files-total-fetched-for): Use
12461         directory-files-and-attributes to improve performance.
12462         * gnus-int.el (gnus-request-move-article): Use
12463         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12464         improve performance.
12465
12466         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12467         some users confused by references to .newsrc when they only have a
12468         .newsrc.eld file.
12469         (gnus-convert-mark-converter-prompt)
12470         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12471         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12472         New function.  Used internally to only display 'gnus converting
12473         files' message when actually necessary.
12474
12475         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12476         methods now autoloaded.
12477
12478 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12479
12480         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12481         identifiers.
12482
12483 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12484
12485         * gnus-picon.el: Fix indentation and closing parenthesis.
12486
12487 2004-09-01  Simon Josefsson  <jas@extundo.com>
12488
12489         * message.el (message-canlock-generate): Require sha1, not
12490         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12491         to require within a function.  Sadly, if sha1.el isn't loaded, the
12492         let binding in m-c-g will hide the defcustom definition, which is
12493         bad.)
12494
12495         * canlock.el: Require sha1, not sha1-el.
12496
12497         * message.el: Don't autoload sha1 (there is a autoload cookie in
12498         sha1.el).
12499
12500         * sha1-el.el: Renamed to sha1.el.
12501
12502 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12503
12504         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12505
12506 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12507
12508         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12509
12510 2004-08-30  Kim F. Storm  <storm@cua.dk>
12511
12512         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12513
12514         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12515         Add :group 'nnimap.
12516
12517 2004-08-30  Andreas Schwab  <schwab@suse.de>
12518
12519         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12520         ?* and ?\;.
12521
12522         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12523         and ?\' to symbol instead of whitespace.
12524
12525 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12526
12527         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12528
12529         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12530         instead of re-search-forward.
12531
12532         * gnus-uu.el (gnus-uu-save-article): Ditto.
12533         (gnus-uu-post-encode-uuencode): Ditto.
12534
12535         * html2text.el (html2text-clean-list-items): Ditto.
12536         (html2text-clean-dtdd): Ditto.
12537         (html2text-format-tags): Ditto.
12538
12539         * message.el (message-send-mail-with-sendmail): Fix regexp.
12540         (message-fill-field-general): Use search-forward instead of
12541         re-search-forward.
12542         (unbold-region): Ditto.
12543
12544         * nnrss.el (nnrss-request-article): Ditto.
12545
12546         * nnslashdot.el (nnslashdot-request-article): Ditto.
12547
12548         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12549
12550         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12551         "Unrecognized menu descriptor" error in XEmacs.
12552
12553 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12554
12555         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12556         parent article of a sparse article in the thread hashtb.
12557
12558 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12559
12560         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12561         (nnmail-expand-newtext): Lowercase expanded entries if
12562         nnmail-split-lowercase-expanded is non-nil.
12563
12564 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12567
12568         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12569         of gnus-tmp-news-method into string under XEmacs.  It will be
12570         passed to gnus-correct-length which takes only a string argument.
12571
12572 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12573
12574         * gnus-util.el (gnus-bind-print-variables): New macro.
12575         (gnus-prin1): Use it.
12576         (gnus-prin1-to-string): Use it.
12577         (gnus-pp): New function.
12578         (gnus-pp-to-string): New function.
12579
12580         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12581         Replace pp-to-string with gnus-pp-to-string.
12582         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12583         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12584         * gnus-msg.el (gnus-debug): Ditto.
12585         * gnus-score.el (gnus-score-save): Ditto.
12586         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12587         gnus-pp-to-string.
12588         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12589         with gnus-pp.
12590         * score-mode.el (gnus-score-pretty-print): Ditto.
12591         * webmail.el (webmail-debug): Ditto.
12592
12593 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12594
12595         * gnus-art.el (article-display-face, article-display-x-face):
12596         Use buffer-read-only.
12597
12598 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12599
12600         * gnus-art.el (article-hide-list-identifiers):
12601         Bind inhibit-read-only as t.
12602
12603 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12604
12605         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12606
12607 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12608
12609         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12610         (gnus-narrow-to-page): Don't assume point-min == 1.
12611         (gnus-article-edit-mode): Derive from message-mode.
12612
12613         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12614         point-min == 1.
12615
12616         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12617         Disable incorrect use of `assert'.
12618
12619         * message.el (message-mode): Set comment-start-skip.
12620
12621
12622 2004-08-22  Sam Steingold  <sds@gnu.org>
12623
12624         * pop3.el (pop3-leave-mail-on-server): New user variable.
12625         (pop3-movemail): Delete mail only when it is nil.
12626
12627 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12628
12629         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12630
12631         * mml.el (mml-preview): Use `pop-to-buffer'.
12632
12633         * message.el (message-goto-mail-followup-to): Insert after "To".
12634         (message-carefully-insert-headers): Add comment.
12635
12636         * gnus.el: Remove unused variable `gnus-article-check-size'.
12637
12638         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12639
12640         * gnus-art.el (gnus-button-alist): Improve
12641         `gnus-button-handle-library' entry.
12642
12643 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12644
12645         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12646         downcase, since XEmacs capitalizes error messages differently.
12647
12648 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12649
12650         * nntp.el: Add (require 'gnus) due to reference to
12651         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12652
12653 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12654
12655         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12656         `mm-fill-flowed'.
12657
12658         * mm-decode.el (mm-dissect-singlepart): Check it.
12659
12660 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12661
12662         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12663         'imap' for netrc parsing.
12664
12665 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12666
12667         * mailcap.el (mailcap-mime-data): Mark as risky.
12668
12669 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12672         may be included in the encoded word.
12673         (rfc2047-encode): Don't append a space if the encoded word
12674         includes close parenthesis.
12675
12676 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12677
12678         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12679         of text within parentheses.
12680
12681 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12682
12683         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12684         (gnus-encrypt-write-file-contents): Make the password key the file
12685         name PLUS the cipher, not just the cipher.  Also remove failed
12686         passwords from the cache.
12687
12688 2004-08-06  Simon Josefsson  <jas@extundo.com>
12689
12690         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12691         fix.
12692
12693 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12694
12695         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12696         LWSP.
12697
12698 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12699
12700         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12701         to append in-reply-to: data to the references: header.
12702
12703         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12704         (netrc-parse): Use gnus-encrypt.el functions.
12705
12706         * gnus-encrypt.el: Add new file for encryption support; currently
12707         does only a few GPG ciphers and an internal XOR cipher.
12708
12709         * password.el: Add comments on using password-read-and-add.
12710         (password-read-and-add): Add function to read and add the
12711         password to the cache at once.
12712
12713 2004-07-28  Simon Josefsson  <jas@extundo.com>
12714
12715         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12716         parameter (but don't use it, for now).
12717
12718         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12719         instead of hard coding to nil.
12720
12721 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12722
12723         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12724         as mm-inline-image-xemacs does.
12725
12726 2004-07-26  Simon Josefsson  <jas@extundo.com>
12727
12728         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12729         Revert part of 2004-07-17 change below.
12730
12731 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12732
12733         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12734         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12735
12736 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12737
12738         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12739         quotes that actually start with ">" at the beginning of the
12740         lines.
12741
12742 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12743
12744         * rfc2047.el (rfc2047-encode-region): Fix last change.
12745         (rfc2047-encode-parameter): Remove useless concat.
12746
12747 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12748
12749         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12750         encode special characters; fix some kind of misconfigured headers;
12751         signal a real error if debug-on-quit or debug-on-error is non-nil.
12752         (rfc2047-encode-max-chars): New variable.
12753         (rfc2047-encode-1): Use it.
12754         (rfc2047-encode-parameter): New function.
12755
12756         * mml.el (mml-insert-parameter): Remove an excessive space.
12757
12758 2004-07-17  Simon Josefsson  <jas@extundo.com>
12759
12760         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12761         Kai Grossjohann <kai@emptydomain.de>.
12762         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12763         (gnus-group-make-menu-bar): Ditto.
12764
12765         * gnus-util.el (gnus-group-server): Add.
12766
12767 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12768
12769         * message.el (message-clone-locals): Clone sendmail and smtp
12770         variables.
12771
12772 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12773
12774         * rfc2047.el (rfc2047-encode-region): Fix last change.
12775
12776 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12777
12778         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12779         characters as non-special.
12780
12781 2004-07-09  Simon Josefsson  <jas@extundo.com>
12782
12783         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12784         Users will lose all flag changes made while unplugged with
12785         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12786         good default.  See numerous reports on ding mailing list.
12787
12788 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12789
12790         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12791         add generate-head-function and generate-article-function to the
12792         rfc822-forward entry.
12793         (nndoc-rfc822-forward-generate-article): New function.
12794         (nndoc-rfc822-forward-generate-head): New function.
12795
12796         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12797
12798 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12799
12800         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12801         respect display group parameter and gnus-summary-expunge-below.
12802         (gnus-articles-to-read): Remove unused reference to display group
12803         parameter.
12804
12805 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12806
12807         * nnheader.el (nnheader-uniquify-message-id): New experimental
12808         variable.
12809         (nnheader-nov-read-message-id): Use it.
12810
12811         * spam-report.el (spam-report-gmane): Add interactive.
12812
12813 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12814
12815         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12816         qp-or-base64 for the application/* types.
12817
12818 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12819
12820         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12821
12822 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12823
12824         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12825         trim value.
12826
12827 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12828
12829         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12830         New macro and function.
12831         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12832
12833 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12834
12835         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12836         after-load-alist.
12837
12838 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12839
12840         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12841         update info that isn't there.
12842
12843 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
12844
12845         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12846         entry.
12847
12848 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * mm-view.el (mm-inline-render-with-function): Use multibyte
12851         buffer; decode html source by charset.
12852
12853         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12854
12855         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12856         Mule-UCS is loaded under XEmacs.
12857         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12858
12859 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12860
12861         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12862
12863 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12864
12865         * mm-util.el (mm-coding-system-p): Return a coding-system.
12866         (mm-mime-mule-charset-alist): Use shift_jis instead of
12867         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12868         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12869         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12870         instead of japanese-shift-jis and iso-latin-1 respectively in
12871         order to share the default value with both Emacs and XEmacs-mule.
12872         (mm-mule-charset-to-mime-charset): Make
12873         mm-coding-system-priorities effective.
12874         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12875         while predicating of candidates upon the priorities.
12876
12877 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12878
12879         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12880         gnus-uu-invert-processable.
12881
12882         * gnus.el: Autoload gnus-uu-invert-processable.
12883
12884 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * mm-util.el (mm-with-multibyte-buffer): New macro.
12887
12888         * rfc2047.el (rfc2047-encode-string): Use it.
12889         (rfc2047-encode-region): Move point to the end of the region after
12890         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12891
12892 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12893
12894         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12895         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12896
12897 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12898
12899         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12900         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12901         Karl Chen <quarl@nospam.quarl.org>.
12902
12903 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
12904
12905         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12906         invalid addresses.
12907
12908 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
12909
12910         * spam.el: Change section markers, revise TODO list.
12911         (spam-backends): Make new master list of all installed backends.
12912         (spam-summary-exit-behavior): Add new variable to determine how
12913         messages moves are done at summary exit.
12914         (spam-move-spam-nonspam-groups-only)
12915         (spam-process-ham-in-nonham-groups)
12916         (spam-process-ham-in-spam-groups): Remove variables, the
12917         spam-summary-exit-behavior variable should be used to manage this
12918         behavior.
12919         (spam-old-ham-articles, spam-old-spam-articles): Remove.
12920         (spam-old-articles): Add variable, replacing spam-old-ham-articles
12921         and spam-old-spam-articles.
12922         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12923         Add empty variables, placeholders for the backends they represent.
12924         (spam-set-difference): Move, unchanged.
12925         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12926         unless the user has a processor variable.
12927         (spam-classifications, spam-classification-valid-p)
12928         (spam-backend-properties, spam-backend-property-valid-p)
12929         (spam-backend-function-type-valid-p)
12930         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12931         (spam-report-articles-gmane, spam-report-articles-resend):
12932         Remove functions, they are not needed.
12933         (spam-install-backend-super, spam-backend-list)
12934         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12935         (spam-backend-function, spam-backend-ham-registration-function)
12936         (spam-backend-spam-registration-function)
12937         (spam-backend-ham-unregistration-function)
12938         (spam-backend-spam-unregistration-function)
12939         (spam-backend-statistical-p, spam-backend-mover-p)
12940         (spam-install-backend-alias, spam-install-checkonly-backend)
12941         (spam-install-mover-backend, spam-install-nocheck-backend)
12942         (spam-install-backend, spam-install-statistical-backend)
12943         (spam-install-statistical-checkonly-backend): Add backend installation
12944         support.
12945         (spam-summary-prepare-exit): Rewrite to use the new backend code.
12946         (spam-group-processor-p): Use the new backend code and respect the
12947         summary exit behavior.
12948         (spam-mark-spam-as-expired-and-move-routine): Remove.
12949         (spam-summary-prepare): Change to use the new spam-old-articles
12950         variable.
12951         (spam-copy-or-move-routine, spam-copy-spam-routine)
12952         (spam-move-spam-routine, spam-copy-ham-routine)
12953         (spam-move-ham-routine): Add code to copy/move ham or spam.
12954         (spam-fetch-field-fast): Improve doc and code, plus allow the
12955         'number request.
12956         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12957         variables.
12958         (spam-split, spam-find-spam): Use the new backend code.
12959         (spam-registration-functions): Remove variable.
12960         (spam-unregister-routine): Add convenience wrapper.
12961         (spam-log-undo-registration, spam-register-routine)
12962         (spam-log-processing-to-registry)
12963         (spam-log-unregistration-needed-p): Rename "check" to "backend"
12964         where possible.
12965         (spam-check-gmane-xref, spam-check-regex-headers)
12966         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12967         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12968         (spam-check-bogofilter-headers, spam-check-spamoracle)
12969         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12970         (spam-check-crm114-headers): Use the spam-split-group that
12971         spam-split prepares, no need to determine it every time.
12972
12973         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12974         to the nnheader-parse-naked-head call.
12975
12976         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12977
12978         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12979         the nnheader-nov-read-message-id call.
12980
12981 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12982
12983         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
12984         gnus-activate-group twice.  Suggested by Markus Peter
12985         <warp@spin.de>.
12986
12987 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12988
12989         * gnus-art.el (gnus-article-time-format): Exchange the order of
12990         day and month in the default value; fix customization type.
12991         (article-date-ut): Use add-text-properties.
12992         (article-make-date-line): Use message-make-date instead of
12993         current-time-string.
12994
12995         * message.el (message-fetch-field): Don't use set-text-properties.
12996         (message-make-date): Simplify.
12997
12998         * messagexmas.el (message-xmas-make-date): New function.
12999         (message-xmas-redefine): Defalias message-make-date to it.
13000
13001 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13002
13003         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13004         (rfc2047-encode-region): Treat text within parentheses as special;
13005         show the original text when error has occurred.
13006
13007         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13008         already-computed method to gnus-activate-group.
13009
13010         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13011         same select-methods identical Lisp objects.
13012
13013         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13014         object when modifying the info.
13015
13016 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13017
13018         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13019         gnus-opened-servers since it has never been opened with the new
13020         configuration yet.
13021
13022 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13023
13024         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13025         arg to nnheader-generate-fake-message-id.
13026
13027 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13028
13029         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13030         number and build a fake message ID localized to a group and
13031         article number (so it's repeatable from that point on).
13032         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13033         ID format.
13034
13035         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13036         nnheader-generate-fake-message-id with the article number.
13037
13038 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13039
13040         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13041         end-of-buffer.
13042
13043 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13044
13045         * message.el (message-ignored-supersedes-headers): Add Approved.
13046
13047 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13048
13049         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13050         goto-char.
13051         (rfc2047-encode): Fold the line before encoding.
13052
13053 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13054
13055         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13056         folding -- not all headers can be folded, and this should be done
13057         by the message composition mode.  Probably.  I think.
13058
13059 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13060
13061         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13062         fast.
13063
13064         * gnus-ems.el (gnus-remove-image): Don't use
13065         message-text-with-property; remove only the image found first.
13066
13067         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13068         found first.
13069
13070 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13071
13072         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13073
13074 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13075
13076         * message.el (message-text-with-property): Make it fast and accept
13077         optional arguments.
13078         (message-strip-forbidden-properties): Use it.
13079         (message-fix-before-sending): Follow the m-t-w-p change.
13080
13081         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13082
13083 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13084
13085         * gnus-art.el (article-hide-headers): Don't change the buffer
13086         mistakenly when performing mml-preview even if
13087         gnus-single-article-buffer is nil.
13088
13089 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13090
13091         * message.el (message-expand-name-databases): New user option.
13092         (message-expand-name): Use it.
13093
13094 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13095
13096         * spam.el (spam-report-articles-resend)
13097         (spam-report-resend-register-routine): Allow ham reporting.
13098         (spam-report-resend-register-ham-routine): Add wrapper.
13099         (spam-registration-functions): Add ham resending functions.
13100         (spam-list-of-processors): Add ham resend processor.
13101
13102         * gnus.el (ham-resend-to): Add new group parameter.
13103         (spam-process): Add ham resend option.
13104
13105         * spam-report.el (spam-report-resend): Allow reporting ham.
13106         (spam-report-resend-ham): Add wrapper.
13107
13108 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13109
13110         * message.el (message-cite-articles-with-x-no-archive): New
13111         variable.
13112         (message-cite-original): Use it.
13113
13114 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13115
13116         * message.el (message-cite-original): Respect X-No-Archive.
13117
13118 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13119
13120         * gnus-art.el (article-hide-headers): Refer to the values for
13121         gnus-ignored-headers and gnus-visible-headers in the summary
13122         buffer since a user may have set them as group parameters.
13123
13124 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13125
13126         * assistant.el (assistant-node-name): Add convenience function.
13127         (assistant-render-text, assistant-render-node): Add error handling,
13128         plus handle multiple next nodes.
13129         (assistant-find-next-node): Comment out for now.
13130         (assistant-find-next-nodes): Add function, returns list of next
13131         nodes.
13132
13133 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13134
13135         * mail-source.el (mail-source-directory): Fix doc-string.
13136
13137 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13138
13139         * assistant.el (assistant-render-text, assistant-eval): Add :set
13140         widget type, which is different because it takes and returns a
13141         list.  Much hilarity ensues.
13142
13143 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13144
13145         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13146
13147         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13148         doc-string.
13149
13150         * gnus-start.el (gnus-activate-group): Added doc-string.
13151
13152 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13153
13154         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13155
13156 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13157
13158         * assistant.el (assistant-render-text): Try to add a :set
13159         widget, more to come.
13160
13161         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13162         strings.
13163         (spam-report-articles-resend)
13164         (spam-register-routine): Do registration iff any articles warrant
13165         it.
13166         (spam-summary-prepare-exit): Change log message for nil group
13167         destinations.
13168
13169 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13170
13171         * spam.el (spam-report-resend-register-routine): Allow
13172         spam-report-resend-to to be a group parameter or a global value.
13173
13174 2004-05-26  Simon Josefsson  <jas@extundo.com>
13175
13176         * starttls.el: Merge with my GNUTLS based starttls.el.
13177         (starttls-gnutls-program, starttls-use-gnutls)
13178         (starttls-extra-arguments, starttls-process-connection-type)
13179         (starttls-connect, starttls-failure, starttls-success): New
13180         variables.
13181         (starttls-program, starttls-extra-args): Doc fix.
13182         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13183         functions.
13184         (starttls-negotiate, starttls-open-stream): Check
13185         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13186         function if it is set.
13187
13188 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13189
13190         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13191         structured fields.
13192
13193 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13194
13195         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13196
13197 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13198
13199         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13200         variable.
13201         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13202         assigning the spam-mark to new messages.
13203
13204 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13205
13206         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13207
13208 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13209
13210         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13211
13212         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13213         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13214         default.
13215
13216 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13217
13218         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13219         correct data.
13220
13221 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13222
13223         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13224         (spam-group-processor-p): Fix function.
13225         (spam-group-processor-multiple-p)
13226         (spam-group-spam-processor-report-gmane-p)
13227         (spam-group-spam-processor-report-resend-p)
13228         (spam-group-spam-processor-bogofilter-p)
13229         (spam-group-spam-processor-blacklist-p)
13230         (spam-group-spam-processor-ifile-p)
13231         (spam-group-ham-processor-ifile-p)
13232         (spam-group-spam-processor-spamoracle-p)
13233         (spam-group-spam-processor-crm114-p)
13234         (spam-group-ham-processor-bogofilter-p)
13235         (spam-group-spam-processor-stat-p)
13236         (spam-group-ham-processor-stat-p)
13237         (spam-group-ham-processor-whitelist-p)
13238         (spam-group-ham-processor-BBDB-p)
13239         (spam-group-ham-processor-spamoracle-p)
13240         (spam-group-ham-processor-copy-p): Remove functions with some
13241         prejudice against unneeded code.
13242         (spam-report-articles-resend)
13243         (spam-report-resend-register-routine): Allow the group/topic
13244         spam-resend-to value to override spam-report-resend-to.
13245         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13246         properly now.
13247
13248         * gnus.el (spam-resend-to): Add group/topic parameter.
13249         (spam-process): Move the OBSOLETE processors to the end of the
13250         choices.
13251
13252 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13253
13254         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13255         with resend-to set to nil, and then ask the user if necessary.
13256         (spam-report-resend): spam-report-resend takes a list of articles, not
13257         separate article numbers.
13258
13259 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13260
13261         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13262         addition to emacs-w3m.
13263
13264 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13265
13266         * assistant.el (assistant-authinfo-data): New function.
13267         (assistant-eval): Eval for entire assistant.
13268
13269         * netrc.el (netrc-services-file): New variable.
13270         (netrc-parse-services): New function.
13271         (netrc-find-service-name): New function.
13272         (netrc-find-service-number): New function.
13273         (netrc-port-equal): New function.
13274         (netrc-machine): Use it.
13275
13276         * nnimap.el (nnimap-open-connection): Use netrc.
13277
13278         * gnus-util.el (gnus-netrc-get): Remove aliases.
13279
13280         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13281
13282         * assistant.el (wid-edit): Fix compilation.
13283
13284         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13285
13286 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13287
13288         * gnus-util.el (gnus-set-file-modes): New function.  (small
13289         patch).
13290
13291 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13292
13293         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13294
13295         * assistant.el (assistant-render-node): Fix up rendering and
13296         read-only text.
13297         (assistant-render-node): Reset.
13298         (assistant-make-read-only): Not sticky.
13299
13300 2004-05-20  Danny Siu  <dsiu@adobe.com>
13301
13302         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13303         centered even when gnus-auto-center-summary is t.
13304
13305 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13306
13307         * dns.el (dns-get-txt-answer): New function.
13308         (dns-read-txt): Ditto.
13309         (query-dns): Use it.
13310
13311 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13312
13313         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13314         active for foreign groups even if the group level is higher than
13315         the specified value.
13316
13317 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13318
13319         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13320         non-active groups.
13321
13322         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13323
13324 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13325
13326         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13327
13328 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13329
13330         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13331         (spam-crm114-header, spam-crm114-spam-switch)
13332         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13333         (spam-crm114-positive-spam-header)
13334         (spam-crm114-database-directory, spam-list-of-processors)
13335         (spam-group-spam-processor-crm114-p)
13336         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13337         (spam-generic-score, spam-list-of-checks)
13338         (spam-list-of-statistical-checks, spam-registration-functions)
13339         (spam-check-crm114-headers, spam-crm114-score)
13340         (spam-check-crm114, spam-crm114-register-with-crm114)
13341         (spam-crm114-register-spam-routine)
13342         (spam-crm114-unregister-spam-routine)
13343         (spam-crm114-register-ham-routine)
13344         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13345         asjo@koldfront.dk (Adam Sjøgren).
13346
13347         * gnus.el: Add spam-use-crm114.
13348
13349         * spam.el (spam-list-of-processors, spam-registration-functions):
13350         Add spam-use-resend.
13351         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13352         (spam-report-articles-gmane): Add doc fix.
13353         (spam-report-articles-resend, spam-report-resend-register-routine):
13354         Add wrappers around spam-report-resend-to.
13355
13356         * spam-report.el (spam-report-resend-to, spam-report-resend):
13357         Add support for resending spam.
13358         (spam-report-gmane): Fix line length >80.
13359
13360         * gnus.el (spam-process): Add spam-use-resend.
13361
13362 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13363
13364         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13365         number of processed spam messages.
13366         (spam-ham-copy-or-move-routine): Return the number of processed
13367         ham messages.
13368         (spam-summary-prepare-exit): Use the above values to decide
13369         whether status messages shouled be displayed.
13370
13371 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13374         `rfc2047-encoding-function-alist' in order to avoid conflicting
13375         with the old version.
13376         (rfc2047-encode-region): Concatenate words containing non-ASCII
13377         characters in structured fields; don't encode space-delimited
13378         ASCII words even in unstructured fields; don't break words at
13379         char-category boundaries.
13380         (rfc2047-encode-1): New function.
13381         (rfc2047-encode): Use it; encode text so that it occupies the
13382         maximum width within 76-column; work correctly on Q encoding for
13383         iso-2022-* charsets.
13384         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13385         sure not to break a line just after the header name.
13386         (rfc2047-b-encode-region): Removed.
13387         (rfc2047-b-encode-string): New function.
13388         (rfc2047-q-encode-region): Removed.
13389         (rfc2047-q-encode-string): New function.
13390
13391         * mm-util.el (mm-replace-in-string): New function.
13392
13393 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13394
13395         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13396         get it right.
13397         (gnus-inews-make-draft): Really.
13398
13399 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13400
13401         * nnmh.el (nnmh-request-list-1): Don't check the link count
13402         before descending.  (small patch)
13403
13404 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13405
13406         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13407         stuff.
13408
13409         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13410         on real group name.
13411
13412         * gnus-art.el (gnus-signature-limit): Doc fix.
13413
13414         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13415
13416         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13417
13418 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13419
13420         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13421         isn't a string.
13422
13423 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13424
13425         * gnus-draft.el (gnus-draft-send): Bind
13426         rfc2047-encode-encoded-words.
13427
13428         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13429         (rfc2047-encodable-p): Say that =? needs encoding.
13430         (rfc2047-encode-encoded-words): New variable.
13431
13432         * gnus-group.el (gnus-group-select-group): Doc fix.
13433
13434         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13435
13436         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13437         to nil.
13438
13439         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13440
13441         * nnheader.el (nnheader-get-lines-and-char): New function.
13442
13443 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13444
13445         * gnus-msg.el (gnus-summary-followup-with-original): Document
13446         yanking of region when active.
13447
13448 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13449
13450         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13451         groups if the group level is higher than the specified value.
13452
13453 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13454
13455         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13456         (gnus-group-jump-to-group): Added prefix argument using
13457         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13458         non-active group.
13459
13460         * compface.el (uncompface): Be verbose when changing
13461         `uncompface-use-external'.
13462
13463         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13464         handle manual section.
13465
13466 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13467
13468         * gnus-art.el (gnus-button-alist): Revert previous change.
13469
13470 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13471
13472         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13473
13474 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13475
13476         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13477         whether backend can accept message.
13478
13479         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13480
13481 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13482
13483         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13484         Avoid creating directory when nntp-marks-is-evil is true.
13485         Reported by Reiner Steib.
13486
13487 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13488
13489         * gnus-picon.el (gnus-picon-style): New variable.
13490         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13491         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13492         Jesper Harder <harder@ifa.au.dk>.
13493
13494 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13495
13496         * message.el (message-fill-field): Return point.
13497         (message-generate-headers): Go to end of field.
13498
13499         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13500         stuff for non-living groups.
13501
13502 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13503
13504         * gnus-art.el (gnus-article-followup-with-original)
13505         (gnus-article-reply-with-original): gnus-mark-active-p ->
13506         gnus-region-active-p.
13507
13508 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13509
13510         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13511         only when there is spam or ham to be processed.
13512
13513 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13514
13515         * mail-source.el (mail-source-delete-crash-box): Refactor.
13516         (mail-source-fetch): Use it.
13517         (mail-source-fetch-file): Ditto.
13518         (mail-source-fetch-directory): Run postscript in loop.
13519         (mail-source-fetch-pop): Delete.
13520         (mail-source-fetch-maildir): Ditto.
13521         (mail-source-fetch-imap): Ditto.
13522
13523         * imap.el (imap-authenticators): Comment out sasl.
13524
13525         * message.el (message-skip-to-next-address): New function.
13526         (message-fill-header-address): Refactor.
13527         (message-fill-address): Use it.
13528         (message-delete-address): Use it.
13529         (message-fill-header-general): Refactor.
13530         (message-fill-field-address): Rename.
13531         (message-narrow-to-field): Find the start of the header.
13532         (message-header-format-alist): Don't pre-fill.
13533         (message-fill-header): Removed.
13534         (message-insert-header): New function.
13535         (message-shorten-references): Use it.
13536
13537         * rfc2047.el (rfc2047-field-value): Strip props.
13538
13539         * mail-parse.el (mail-header-make-address): New alias.
13540
13541         * ietf-drums.el (ietf-drums-make-address): New function.
13542
13543         * imap.el: Add compiler directives.
13544
13545         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13546
13547         * gnus-art.el (article-decode-idna-rhs): Don't use
13548         message-idna-inside-rhs-p.
13549
13550 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13551
13552         * message.el (message-idna-inside-rhs-p): Removed.
13553         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13554
13555         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13556         false positives.
13557
13558 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13559
13560         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13561
13562 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13563
13564         * nneething.el (nneething-file-name): Don't create spurious
13565         files.
13566
13567         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13568         (gnus-inews-do-gcc): Remove sleep.
13569
13570         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13571         part under point.
13572
13573         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13574         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13575
13576 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13577
13578         * spam.el (spam-summary-prepare-exit): Fixed (length).
13579
13580 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13581
13582         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13583         as expired without moving it" message when there are spam
13584         messages left.
13585
13586 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13587
13588         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13589         header is not nil.
13590
13591 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13592
13593         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13594         nntp-possibly-create-directory, not nntp-possibly-change-group.
13595         (nntp-marks-changed-p): New arg SERVER.
13596         (nntp-request-update-info): Adjust caller.
13597
13598 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13599
13600         * nntp.el (nntp-save-marks): Pass missing arg.
13601
13602 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13603
13604         * nntp.el: Support marks.
13605         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13606         (nntp-marks-modtime, nntp-marks-directory): New variables.
13607         (nntp-request-set-mark, nntp-request-update-info)
13608         (nntp-possibly-create-directory, nntp-marks-changed-p)
13609         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13610         functions.
13611
13612 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13613
13614         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13615         (gnus-xmas-redefine): Rename.
13616
13617         * gnus-score.el (gnus-score-insert-help): Use
13618         gnus-select-lowest-window.
13619
13620         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13621         appt-select-lowest-window and rename to gnus-select-lowest-window.
13622
13623         * gnus.el: do.
13624
13625 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13626
13627         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13628         encodings of MIME-encoded words, in order to improve
13629         interoperability with several broken MUAs.
13630
13631 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13632
13633         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13634         tags, only when charsets are not specified in headers.
13635         (mm-inline-text-html-render-with-w3m): Ditto.
13636
13637         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13638         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13639
13640 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13641
13642         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13643         instead of MIME-decoded from fields when checking
13644         `gnus-article-address-banner-alist'.
13645
13646 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13647
13648         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13649         description rather than subject.
13650
13651 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13652
13653         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13654
13655 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13656
13657         * gnus.el (gnus-version-number): Bump.
13658
13659 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13660
13661         * gnus.el: No Gnus v0.2 is released.
13662
13663 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13664
13665         * gnus-agent.el (gnus-agent-read-agentview): Inline
13666         gnus-uncompress-range.
13667
13668 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13669
13670         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13671         `exec-installed-p'.
13672
13673 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13674
13675         * gnus.el (spam-process, spam-autodetect-methods): Add
13676         bsfilter and bsfilter-headers.
13677
13678         * spam.el (spam-bsfilter): New customize group.
13679         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13680         (spam-bsfilter-header, spam-bsfilter-probability-header)
13681         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13682         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13683         (spam-bsfilter-database-directory): New options.
13684         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13685         (spam-list-of-statistical-checks, spam-registration-functions):
13686         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13687         (spam-bsfilter-score): New command.
13688         (spam-check-bsfilter-headers, spam-check-bsfilter)
13689         (spam-bsfilter-register-with-bsfilter)
13690         (spam-bsfilter-register-spam-routine)
13691         (spam-bsfilter-unregister-spam-routine)
13692         (spam-bsfilter-register-ham-routine)
13693         (spam-bsfilter-unregister-ham-routine): New functions.
13694         (spam-generic-score): Support bsfilter; Accept an optional argument
13695         to recalcurate spam score even if scoring header has already been
13696         added.
13697         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13698         optional argument to recalcurate spam score even if scoring header
13699         has already been added.
13700
13701 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13702
13703         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13704         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13705         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13706         link is missing.
13707
13708 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13709
13710         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13711         (html2text-get-attr): Rewrite.
13712
13713         * message.el (message-setup-1): Remove redundant put-text-property
13714         on mail-header-separator.
13715
13716 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13717
13718         * gnus-registry.el (gnus-registry-cache-whitespace)
13719         (gnus-registry-action, gnus-registry-spool-action)
13720         (gnus-registry-split-fancy-with-parent): Change message levels
13721         from 5 to 3 or 7, as needed.
13722
13723         * spam.el (spam-summary-prepare-exit)
13724         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13725         (spam-split, spam-find-spam, spam-log-undo-registration)
13726         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13727         level from 5 to 6.
13728
13729 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13732         2004-03-04 change).
13733
13734 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13735
13736         * sieve-manage.el (sieve-manage-open):
13737         * nnweb.el (nnweb-insert-html):
13738         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13739         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13740         * nnspool.el (nnspool-request-group):
13741         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13742         * nnml.el (nnml-request-update-info):
13743         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13744         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13745         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13746         (nnimap-request-set-mark):
13747         * nnfolder.el (nnfolder-request-update-info):
13748         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13749         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13750         * gnus-uu.el (gnus-uu-find-articles-matching):
13751         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13752         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13753         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13754         * gnus-nocem.el (gnus-nocem-scan-groups):
13755         * gnus-int.el (gnus-start-news-server):
13756         * gnus-group.el (gnus-group-make-kiboze-group)
13757         (gnus-group-browse-foreign-server):
13758         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13759         Use mapc when appropriate.
13760
13761 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13762
13763         FIXME: Make separate entries for each person.
13764
13765         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13766         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13767         <shields@msrl.com>:
13768
13769         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13770         may need for spam sorting and scoring.
13771         (spam-user-format-function-S): Add user format function suitable for
13772         general use.
13773         (spam-article-sort-by-spam-status): Add sorting function for summary
13774         sorting.
13775         (spam-extra-header-to-number): Add function to get a score from a
13776         header.
13777         (spam-summary-score): Add function to get a numeric score from the
13778         headers.
13779         (spam-generic-score): Fix function doc, was in wrong place.
13780         (spam-initialize): Take symbols when it's run, and install the
13781         extra headers that spam-necessary-extra-headers thinks we need.
13782
13783 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13784
13785         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13786         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
13787
13788 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13789
13790         * gnus-sum.el (gnus-set-global-variables)
13791         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13792         (gnus-article-get-xrefs, gnus-summary-best-group)
13793         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13794         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13795         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13796         Use with-current-buffer.
13797
13798 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13799
13800         * spam.el (spam-summary-prepare-exit): Simplify logic.
13801         (spam-fetch-article-header): Read the article header if it's not
13802         available.
13803         (spam-list-articles): Simplify logic.
13804         (spam-filelist-register-routine): Fix bug with unregister-list.
13805
13806         * gnus-registry.el: Fix comments at beginning.
13807
13808 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13809
13810         * message.el (message-cater-to-broken-inn): Remove.
13811         (message-shorten-references): Make sure the total folded length of
13812         References is shorter than 998 characters to cater to a bug in INN
13813         2.3.  Also, don't pretend that references aren't folded -- this
13814         hasn't worked for a while.
13815
13816 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13817
13818         * gnus-agent.el (gnus-agentize):
13819         gnus-agent-send-mail-real-function no longer set to current value
13820         of message-send-mail-function but rather a lambda that calls
13821         message-send-mail-function.  The change makes the agent real-time
13822         responsive to user changes to message-send-mail-function.
13823
13824 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13825
13826         * legacy-gnus-agent.el
13827         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13828         help from Florian Weimer <fw@deneb.enyo.de>
13829
13830 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13831
13832         * nnmail.el (nnmail-cache-insert): Revert last change.
13833
13834 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13835
13836         * nnmail.el (nnmail-cache-insert): Always check whether
13837         nnmail-cache-ignore-groups matches a group name.
13838
13839 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13840
13841         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13842         (spam-find-spam, spam-log-processing-to-registry)
13843         (spam-log-registered-p, spam-log-unregistration-needed-p)
13844         (spam-log-undo-registration): Use gnus-message instead of
13845         gnus-error, none of these errors are fatal.
13846
13847         * gnus-registry.el (gnus-registry-clean-empty-function)
13848         (gnus-registry-clean-empty): Remove only empty entries without
13849         extra data.
13850
13851 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13852
13853         * spam-stat.el (spam-stat-buffer-change-to-spam)
13854         (spam-stat-buffer-change-to-non-spam): Change (error) to
13855         (gnus-message 8) invocation.
13856
13857 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13858
13859         * nntp.el (nntp-via-netcat-command): New variable.
13860         (nntp-via-netcat-switches): New variable.
13861         (nntp-open-via-rlogin-and-netcat): New function.
13862         (nntp-open-connection-function): Doc fix.
13863         (nntp-telnet-command): Doc fix.
13864         (nntp-end-of-line): Doc fix.
13865         (nntp-via-rlogin-command): Doc fix.
13866         (nntp-via-user-name): Doc fix.
13867         (nntp-via-address): Doc fix.
13868
13869 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13870
13871         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13872         error in Emacs 21.1.
13873
13874 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13875
13876         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13877
13878 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13879
13880         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13881         (gnus-agent-with-refreshed-group): New macro.
13882         (gnus-agent-rename-group): New function.
13883         (gnus-agent-delete-group): New function.
13884         (gnus-agent-save-group-info): Use gnus-command-method when
13885         `method' parameter is nil.  Don't write nil entries into the
13886         active file.
13887         (gnus-agent-get-group-info): New function.
13888         (gnus-agent-fetch-articles): Use
13889         gnus-agent-update-files-total-fetched-for to increment disk space
13890         used.
13891         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13892         gnus-agent-update-view-total-fetched-for to increment disk space
13893         used.
13894         (gnus-agent-get-local): Added optional parameters to avoid calling
13895         gnus-group-real-name and gnus-find-method-for-group.
13896         (gnus-agent-set-local): Delete stored entry if either min, or max,
13897         are nil.
13898         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13899         quit, use gnus-agent-regenerate-group to record existance of any
13900         articles fetched to disk before the quit occurred.
13901         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13902         gnus-agent-update-view-total-fetched-for, and
13903         gnus-agent-update-files-total-fetched-for to decrement disk space
13904         used.
13905         (gnus-agent-retrieve-headers): Use
13906         gnus-agent-update-view-total-fetched-for to increment disk space
13907         used.
13908         (gnus-agent-regenerate-group): Replace gnus-group-update-group
13909         with gnus-agent-update-files-total-fetched-for to decrement disk
13910         space and fresh group buffer.
13911         (gnus-agent-inhibit-update-total-fetched-for): New variable.
13912         (gnus-agent-need-update-total-fetched-for): New variable.
13913         (gnus-agent-update-files-total-fetched-for): New function.
13914         (gnus-agent-update-view-total-fetched-for): New function.
13915         (gnus-agent-total-fetched-for): New function.
13916
13917         * gnus-cache.el (gnus-cache-save-buffers): Use
13918         gnus-cache-update-overview-total-fetched-for to change disk space
13919         used by this group.
13920         (gnus-cache-possibly-enter-article): Use
13921         gnus-cache-update-file-total-fetched-for to increment disk space
13922         used by this group.
13923         (gnus-cache-possibly-remove-article): Use
13924         gnus-cache-update-file-total-fetched-for to decrement disk space
13925         used by this group.
13926         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13927         (gnus-cache-rename-group): New function.
13928         (gnus-cache-delete-group): New function.
13929         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13930         (gnus-cache-need-update-total-fetched-for): New variable.
13931         (gnus-cache-with-refreshed-group): New macro.
13932         (gnus-cache-update-file-total-fetched-for): New function.
13933         (gnus-cache-update-overview-total-fetched-for): New function.
13934         (gnus-cache-rename-group-total-fetched-for): New function.
13935         (gnus-cache-delete-group-total-fetched-for): New function.
13936         (gnus-cache-total-fetched-for): New function.
13937
13938         * gnus-group.el: Require gnus-sum and autoload functions to
13939         resolve warnings when gnus-group.el compiled alone.
13940         (gnus-group-line-format): Documented new %F.
13941         (size of Fetched data) group line format; identifies disk space
13942         used by agent and cache.
13943         (gnus-group-line-format-alist): Defined new F format.
13944         (gnus-total-fetched-for): New function.
13945         (gnus-group-delete-group): No longer update
13946         gnus-cache-active-altered as gnus-request-delete-group now keeps
13947         the cache in sync.
13948         (gnus-group-list-active): Let the agent store a server's active
13949         list if currently plugged.
13950
13951         * gnus-int.el (gnus-request-delete-group):
13952         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13953         local disk in sync with the server.
13954         (gnus-request-rename-group):
13955         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13956         local disk in sync with the server.
13957
13958         * gnus-start.el (gnus-get-unread-articles):
13959         Cosmetic simplification to logic.
13960
13961         * gnus-util.el (gnus-rename-file): New function.
13962
13963 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
13964
13965         * mm-util.el (mm-image-load-path): Handle nil in load-path.
13966
13967 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
13968
13969         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13970         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
13971
13972 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
13973
13974         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13975         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
13976
13977 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
13978
13979         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
13980
13981 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
13982
13983         * spam.el (spam-set-difference): Add function to replace
13984         gnus-set-difference in spam.el.
13985         (spam-summary-prepare-exit): Use spam-set-difference.
13986
13987 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13988
13989         * gnus-registry.el (gnus-registry-cache-file): Update to use
13990         gnus-dribble-directory OR gnus-home-directory OR ~.
13991         (gnus-registry-split-fancy-with-parent): Fix doc.
13992
13993 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13994
13995         * message.el (message-exchange-point-and-mark): Use
13996         message-mark-active-p.  Suggested by Jesper Harder
13997         <harder@ifa.au.dk>.
13998
13999 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14000
14001         * message.el (message-exchange-point-and-mark): Don't activate
14002         region if it was inactive.  Suggested by Hiroshi Fujishima
14003         <pooh@nature.tsukuba.ac.jp>.
14004
14005 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14006
14007         * gnus-art.el (article-display-face): Display Faces in the same
14008         order as X-Faces.
14009
14010 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14011
14012         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14013
14014 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14015
14016         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14017         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14018         (gnus-article-mime-hierarchy): Remove.
14019         (gnus-article-mime-hierarchy-next): Remove.
14020         (gnus-article-mode): Revert 2004-03-19 change.
14021         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14022         (gnus-insert-mime-button): Revert 2004-03-19 change.
14023         (gnus-mime-accumulate-hierarchy): Remove.
14024         (gnus-mime-enter-multipart): Remove.
14025         (gnus-mime-leave-multipart): Remove.
14026         (gnus-mime-display-part): Revert 2004-03-19 change.
14027         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14028
14029         * mml.el (mml-preview): Revert 2004-03-19 change.
14030
14031 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14032
14033         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14034
14035 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14036
14037         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14038         t while entering a file name using the mm-with-multibyte macro.
14039         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14040
14041         * mm-util.el (mm-with-multibyte): New macro.
14042
14043 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14046         user option.
14047         (gnus-mime-multipart-functions): Doc and customization fix.
14048         (gnus-article-mime-hierarchy): New variable.
14049         (gnus-article-mime-hierarchy-next): New variable.
14050         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14051         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14052         gnus-article-mime-hierarchy-next to nil.
14053         (gnus-insert-mime-button): Show hierarchy numbers.
14054         (gnus-mime-accumulate-hierarchy): New function.
14055         (gnus-mime-enter-multipart): New function.
14056         (gnus-mime-leave-multipart): New function.
14057         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14058         (gnus-mime-display-alternative): Show hierarchy numbers.
14059
14060         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14061         gnus-article-mime-hierarchy-next to nil.
14062
14063 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14064
14065         * dns.el: Don't require gnus-xmas.
14066
14067 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14068
14069         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14070         inline PGP.
14071         (mml-menu): Disable mml-quote-region if mark is inactive.
14072
14073 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14074
14075         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14076         when the group's active is not available.
14077
14078 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14079
14080         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14081         error.
14082
14083 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14084
14085         * imap.el (imap-store-password): New variable.
14086         (imap-interactive-login): Use it.
14087         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14088
14089 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14092         window-start and hscroll to summary window.
14093
14094 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14095
14096         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14097         conversion message to newsrc-dribble when an actual conversion is
14098         performed.
14099
14100 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14101
14102         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14103
14104 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14105
14106         * mm-decode.el (mm-complicated-handles): New function reviving
14107         former definition of mm-multiple-handles.
14108
14109         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14110         (gnus-mime-delete-part): Use it.
14111
14112 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14113
14114         * gnus-agent.el (gnus-agent-read-local): Bind
14115         nnheader-file-coding-system to gnus-agent-file-coding-system to
14116         avoid the implicit assumption that they will always be equal.
14117         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14118         coding-system-for-write, as the with-temp-file macro first prints
14119         to a buffer then saves the buffer.
14120
14121 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * gnus-art.el (gnus-article-edit-part): New function.
14124         (gnus-mime-save-part-and-strip): Use it; do query instead of
14125         signaling an error; don't use mm-multiple-handles.
14126         (gnus-mime-delete-part): Ditto.
14127
14128 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14129
14130         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14131         old file versions.
14132         (gnus-group-prepare-hook): Removed function that converted list
14133         form of gnus-agent-expire-days to group properties.
14134
14135         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14136         (gnus-request-accept-article): Re-indented.
14137
14138         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14139         converters to handle old agent file formats.  Added logic for a
14140         "backup before upgrading warning".
14141         (gnus-convert-mark-converter-prompt): Developers can mark
14142         functions as needing (default), or not needing,
14143         gnus-convert-old-newsrc's "backup before upgrading warning".
14144         (gnus-convert-converter-needs-prompt): Tests whether the user
14145         should be protected from potentially irreversable changes by the
14146         function.
14147
14148         * legacy-gnus-agent.el: New.  Provides converters that are only
14149         loaded when gnus-convert-old-newsrc needs to call them.
14150
14151 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14152
14153         * mail-source.el (mail-source-touch-pop): Doc fix.
14154
14155         * message.el (message-smtpmail-send-it): Doc fix.
14156
14157 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14158
14159         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14160
14161         * nnmail.el (nnmail-split-fancy): do.
14162
14163         * gnus-kill.el (gnus-kill, gnus-execute): do.
14164
14165 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14166
14167         * gnus-sum.el (gnus-widget-reversible-match)
14168         (gnus-widget-reversible-to-internal)
14169         (gnus-widget-reversible-to-external): New functions.
14170         (gnus-widget-reversible): New widget.
14171         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14172
14173 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14174
14175         * gnus-sum.el (gnus-thread-sort-functions)
14176         (gnus-article-sort-functions): Document `(not F)' items.
14177
14178 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14179
14180         * spam.el (spam-use-gmane-xref): Add new backend.
14181         (spam-gmane-xref-spam-group): Add variable to control the name of the
14182         Gmane spam group.
14183         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14184         (spam-regex-headers-spam, spam-regex-headers-ham)
14185         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14186         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14187         backends and checks.
14188         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14189
14190         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14191         an autodetect method.
14192
14193 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14194
14195         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14196         articles are being added to a group.
14197         (gnus-request-replace-article): Inform the agent that articles
14198         need to be uncached as the cached contents are no longer valid.
14199
14200 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14201
14202         * binhex.el: Don't autoload executable-find.
14203
14204         * canlock.el: Don't autoload mail-fetch-field.
14205
14206         * dgnushack.el: Autoload c-mode for XEmacs.
14207
14208         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14209
14210         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14211         rmail-dont-reply-to and rmail-output.
14212
14213         * gnus-score.el: Don't autoload ffap-string-at-point.
14214
14215         * gnus-setup.el: Don't autoload sc-cite-original.
14216
14217         * imap.el: Don't autoload base64-decode-string,
14218         base64-encode-string and md5.
14219
14220         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14221         and rmail-msg-restore-non-pruned-header.
14222
14223         * mm-decode.el: Don't autoload executable-find.
14224
14225         * mm-url.el: Don't autoload executable-find.
14226
14227         * mm-view.el: Don't autoload diff-mode.
14228
14229         * nndb.el: Don't autoload news-reply-mode, news-setup,
14230         cancel-timer and telnet.
14231
14232         * password.el: Don't autoload run-at-time for Emacs.
14233
14234         * sha1-el.el: Don't autoload executable-find.
14235
14236         * sieve-mode.el: Don't autoload c-mode.
14237
14238         * uudecode.el: Don't autoload executable-find.
14239
14240 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14241
14242         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14243         (gnus-agent-possibly-alter-active): Avoid null in numeric
14244         comparison.
14245         (gnus-agent-set-local): Refuse to save null in local object table.
14246         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14247         list of articles that will be marked as unread.
14248
14249 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14250
14251         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14252
14253 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14254
14255         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14256         language tags.
14257
14258 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14259
14260         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14261         Don't bind "obarray".
14262
14263         * gnus-sum.el (gnus-thread-sort-functions): Added
14264         `gnus-thread-sort-by-most-recent-number' and
14265         `gnus-thread-sort-by-most-recent-date'.
14266         Reported by Kai Grossjohann <kai@emptydomain.de>.
14267
14268 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14269
14270         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14271
14272 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14273
14274         * gnus-cus.el (gnus-agent-customize-category): Removed
14275         ignore-errors macro reference that required cl to be loaded at
14276         run-time.
14277
14278         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14279         single-interval range of the form (min . max).  Previously the
14280         range had to look like ((min . max)).  Likewise, return
14281         (min . max) rather than ((min . max)).
14282         (gnus-range-map): Use gnus-range-normalize to accept
14283         single-interval range.
14284
14285         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14286         the cache, but not the agent, now appear with their usual face.
14287
14288         * dgnushack.el (loaddir): New variable that is bound to the
14289         directory containing the dgnushack.el file. Use loaddir, rather
14290         than srcdir, to update load-path. Change lets dgnushack compile
14291         code in directories other than GNUS/lisp.
14292
14293 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14294
14295         * lpath.el: Don't bind w3m-safe-url-regexp.
14296
14297         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14298         w3m-safe-url-regexp variable buffer-local.
14299
14300         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14301
14302 2004-02-27  Simon Josefsson  <jas@extundo.com>
14303
14304         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14305         gnus-group-real-prefix.
14306         (gnus-summary-move-article): Use it, instead of
14307         gnus-group-real-prefix.
14308
14309 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14310
14311         * lpath.el: Bind w3m-safe-url-regexp.
14312
14313         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14314         w3m-safe-url-regexp variable buffer-local and set it as the value
14315         of mm-w3m-safe-url-regexp.
14316
14317         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14318
14319         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14320         parsing gnus-posting-styles when the message is not for replying.
14321
14322         * dgnushack.el: Autoload sgml-mode for XEmacs.
14323
14324         * nnrss.el (nnrss-opml-export): Use
14325         mm-set-buffer-file-coding-system instead of
14326         set-buffer-file-coding-system.
14327
14328 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14329
14330         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14331         of checkdoc.el).
14332         * nnrss.el: do.
14333         * gnus-mlspl.el: do.
14334         * gnus-ml.el: do.
14335         * gnus-srvr.el: do.
14336
14337         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14338
14339 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14340
14341         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14342         Corrections to custom-manual links.
14343
14344         * gnus-art.el (gnus-article): Ditto.
14345
14346         * mm-decode.el (mime-display, mime-security): Ditto.
14347
14348 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14349
14350         * flow-fill.el: Typo.
14351
14352 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14353
14354         * spam-wash.el: New file.
14355
14356 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14357
14358         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14359
14360 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14361
14362         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14363         to be run with new-articles as LIST1, not LIST2.
14364         (spam-registration-functions): Add spam-use-ham-copy as a nil
14365         registration backend.
14366
14367 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14368
14369         * spam-stat.el (spam-stat-washing-hook): New option.
14370         (spam-stat-buffer-words): Use it.
14371         (spam-stat-process-directory, spam-stat-test-directory): Use
14372         insert-file-contents-literally.
14373         (spam-stat-coding-system): New variable.
14374         (spam-stat-load, spam-stat-save): Use it.
14375
14376 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14377
14378         * spam-report.el (spam-report-plug-agent): Quote
14379         spam-report-url-to-file and spam-report-url-ping-plain.
14380
14381 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14382
14383         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14384         / in mailto URLs.
14385
14386 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14387
14388         * spam-report.el (spam-report-process-queue): Fix interactive use.
14389         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14390         (spam-report-unplug-agent): Doc fixes.
14391         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14392         (spam-report-agentize, spam-report-deagentize): Autoload.
14393
14394 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14395
14396         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14397
14398         * message.el (message-setup-fill-variables): Add mml tags to
14399         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14400         <ajk@iu.edu>.
14401         (message-mode): Don't modify paragraph-separate there.
14402
14403 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14404
14405         * compface.el (uncompface-use-external): Default to undecided.
14406         (uncompface-use-external-threshold): New variable.
14407         (uncompface-float-time): New macro.
14408         (uncompface): Determine whether to use the external decoder if
14409         uncompface-use-external is undecided.
14410
14411 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14412
14413         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14414         after images.
14415
14416         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14417
14418 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14419
14420         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14421
14422         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14423
14424         * gnus-sum.el (gnus-summary-limit-to-age)
14425         (gnus-summary-limit-children): do.
14426
14427         * gnus-int.el (gnus-request-scan): do.
14428
14429         * gnus-group.el (gnus-group-suspend): do.
14430
14431         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14432
14433         * gnus-cite.el (gnus-cite-parse-attributions): do.
14434
14435         * gnus-agent.el (gnus-summary-set-agent-mark)
14436         (gnus-agent-regenerate-group): do.
14437
14438         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14439
14440         * binhex.el (binhex-decode-region-internal): do.
14441
14442 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14443
14444         * gnus-fun.el (gnus-face-properties-alist): New user option.
14445         (gnus-display-x-face-in-from): Use it.
14446
14447         * gnus-art.el (article-display-face): Ditto.
14448
14449         * compface.el (uncompface-use-external): Default to nil.
14450
14451 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14452
14453         * nntp.el (nntp-erase-buffer): New function.
14454         (nntp-retrieve-data, nntp-send-command)
14455         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14456         (nntp-possibly-change-group): Use it.
14457
14458         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14459         with-current-buffer.
14460
14461 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14462
14463         * compface.el: Merge the ELisp-based uncompface program.
14464         (compface): New customization group.
14465         (uncompface-use-external): New user option.
14466         (uncompface): Call uncompface-internal if uncompface-use-external
14467         is nil.
14468         (uncompface-internal): New function.  Note that there are also
14469         some other functions and variables added for this function.
14470
14471 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14472
14473         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14474         if necessary.
14475
14476 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14477
14478         * spam-report.el (spam-report-unplug-agent)
14479         (spam-report-plug-agent, spam-report-deagentize)
14480         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14481         Add support for the Agent in spam-report: when unplugged, report to a
14482         file; when plugged, submit all the requests.
14483
14484         * spam.el (spam-register-routine): Fix message about
14485         registration.
14486
14487 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14488
14489         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14490         dependencies.
14491         (rfc2047-encode): Use it.
14492
14493         * gnus-art.el (gnus-button-marker-list): Move before first
14494         reference.
14495
14496         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14497         (imap-parse-body): Fix format string mismatch.
14498
14499         * gnus-score.el (gnus-summary-increase-score): do.
14500
14501         * nnrss.el (nnrss-close): New function.
14502
14503 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14504
14505         * nnrss.el (nnrss-make-filename): New function.
14506         (nnrss-request-delete-group, nnrss-read-server-data)
14507         (nnrss-save-server-data, nnrss-read-group-data)
14508         (nnrss-save-group-data): Use it.
14509         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14510         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14511         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14512
14513 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14514
14515         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14516
14517 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14518
14519         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14520         files.
14521
14522         * message.el (message-generate-headers-first): Don't quote nil
14523         and t in docstrings.
14524
14525         * imap.el (imap-id): do.
14526
14527         * gnus-agent.el (gnus-agent-consider-all-articles)
14528         (gnus-agent-queue-mail): do.
14529
14530 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14531
14532         * spam-report.el (spam-report-process-queue): New function.
14533         Process requests from `spam-report-requests-file'.
14534         (spam-report-process-queue): Doc fix.
14535
14536 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14537
14538         * spam.el (spam-register-routine)
14539         (spam-log-processing-to-registry, spam-log-registered-p)
14540         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14541         Change "check" to "spam-check" for semi-clarity.
14542
14543 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14544
14545         * pop3.el: Require nnheader.
14546
14547         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14548
14549         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14550
14551         * gnus-picon.el: Require cl.
14552
14553         * gnus-fun.el: Require gnus-ems and gnus-util.
14554
14555         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14556
14557         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14558
14559         * gnus-art.el (gnus-article-edit-mode): Define before first
14560         reference.
14561
14562 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14563
14564         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14565         (gnus-uu-post-encoded): Use point-at-bol.
14566
14567         * gnus-topic.el (gnus-group-active-topic-p): do.
14568
14569         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14570
14571         * gnus-group.el (gnus-group-kill-region): do.
14572
14573         * gnus-art.el (article-date-ut): do.
14574
14575         * message.el (message-fetch-field): Remove redundant
14576         case-fold-search binding.
14577         (message-narrow-to-field): Simplify.
14578
14579 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14580
14581         * spam.el (spam-directory): Derive from `gnus-directory'.
14582
14583         * spam-report.el (spam-report-url-to-file)
14584         (spam-report-requests-file): New function and variable for offline
14585         reporting.
14586         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14587         and user defined function.
14588         (spam-report-url-ping-mm-url): Remove doubled slash.
14589
14590 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14591
14592         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14593
14594 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14595
14596         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14597         format string mismatch.
14598
14599         * sieve.el (sieve-deactivate-all): do.
14600
14601         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14602
14603         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14604
14605         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14606
14607         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14608
14609 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14610
14611         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14612         the list of checks.
14613
14614 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14615
14616         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14617         padding.
14618
14619 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14620
14621         * mm-view.el (mm-fill-flowed): New variable.
14622         (mm-inline-text): Use it.
14623
14624 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14625
14626         * spam.el (spam-spamassassin-register-ham-routine)
14627         (spam-spamassassin-register-spam-routine): Fix function names.
14628
14629 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14630
14631         * gnus.el (gnus-tmp-grouplens): Remove.
14632         (gnus-summary-line-format): Remove grouplens.
14633
14634         * gnus-group.el (gnus-group-line-format): Ditto.
14635
14636         * gnus-spec.el (gnus-format-specs): Ditto.
14637         (gnus-update-format-specifications): Flush the group format spec
14638         cache if there's the grouplens stuff.
14639         (gnus-parse-simple-format): Replace %l with the empty string.
14640
14641 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14642
14643         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14644         omission.
14645
14646 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14649         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14650
14651 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14652
14653         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14654         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14655         New macros and functions.
14656         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14657         Handle > NLINK_MAX messages.
14658         * nnmaildir.el (nnmaildir-request-set-mark): Use
14659         nnmaildir--emlink-p and nnmaildir--eexist-p.
14660
14661 2004-01-25  Alex Schroeder  <alex@gnu.org>
14662
14663         * spam-stat.el (spam-stat-process-directory-age): New option.
14664         (spam-stat-process-directory): Use it.
14665
14666 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14667
14668         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14669         (spam-stat-save): Accept prefix argument.
14670
14671 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14672
14673         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14674         links" error.
14675
14676 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14677
14678         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14679         the rest of the and/or forms.
14680
14681 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14682
14683         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14684         compatibility with old .newsrc.eld files.
14685
14686         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14687
14688         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14689
14690         * gnus-start.el (gnus-1): do.
14691
14692         * gnus-group.el (gnus-group-line-format-alist): do.
14693
14694         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14695
14696         * gnus-gl.el: Remove.
14697
14698 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14699
14700         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14701         marks consisting of a single range {for example, (3 . 5)} rather
14702         than a list of a single range { ((3 . 5)) }.
14703
14704 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14705
14706         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14707         with-current-buffer.
14708         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14709         avoid consing a string.
14710
14711         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14712         Remove obsolete entries for big5 and gb2312.
14713
14714 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14715
14716         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14717         uncompressed list.
14718
14719 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14720
14721         * spam-stat.el (spam-stat-strip-xref): New function.
14722         (spam-stat-process-directory): Use it.
14723
14724         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14725         here -- it's done in message-fetch-field.
14726
14727 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14728
14729         * gnus-agent.el (gnus-agent-queue-mail)
14730         (gnus-agent-prompt-send-queue): New variables.
14731         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14732         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14733         "nndraft:queue" along to gnus-draft-send.  Use
14734         gnus-agent-prompt-send-queue.
14735         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14736         is "nndraft:queue".  Suggested by Gaute Strokkenes
14737         <gs234@srcf.ucam.org>
14738
14739         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14740         (agent-enable-undownloaded-faces): Added.
14741         (gnus-agent-cat-groups): Use eval-and-compile, not
14742         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14743         method of gnus-agent-cat-groups even when the buffer has been
14744         evaled.
14745         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14746         delete gnus-agent-save-active-1.
14747         (gnus-agent-save-groups): Deleted.  Identical to
14748         gnus-agent-save-active.
14749         (gnus-agent-write-active): No longer adjust agent's copy of active
14750         file as agent's adjustments are now stored in their own
14751         file.  Removed optional parameter.
14752         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14753         servers.  Add use of min/max range limits from server's local
14754         file.
14755         (gnus-agent-save-alist): Removed unused optional argument.
14756         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14757         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14758         (gnus-agent-set-local): A per-server file that keeps min/max range
14759         limits for articles known to the agent.  Provides a fast mechanism
14760         for altering many active ranges.
14761         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14762         active file (local makes it unnecessary).
14763         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14764
14765         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14766         (agent-enable-undownloaded-faces): Added.
14767
14768         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14769         disable it when sending to "nndraft:queue".
14770         (gnus-group-send-queue): Add safety check to avoid sending queue
14771         when unplugged.
14772
14773         * gnus-group.el (gnus-group-catchup): Use new
14774         gnus-sequence-of-unread-articles, not
14775         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14776         numbers of articles.  Use gnus-range-map to avoid having to
14777         uncompress the unread list.
14778         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14779         Fixed invalid ange-ftp reference.
14780
14781         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14782         (gnus-sorted-range-intersection): Intersection of two ranges
14783         without requiring that they first be uncompressed.
14784
14785         * gnus-start.el (gnus-activate-group): Unless blocked by the
14786         caller, possibly expand the active range to include both cached
14787         and agentized articles.
14788         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14789         multiple version-dependent converters.
14790         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14791         gnus-agent-save-active.
14792         (gnus-save-newsrc-file): Save dirty agent range limits.
14793
14794         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14795         gnus-agent-possibly-alter-active.
14796         (gnus-adjust-marked-articles): Faster handling of simple lists.
14797
14798 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14799
14800         * spam-stat.el (spam-stat-test-directory): New optional argument
14801         displays a list of files detected.  Suggested by Andrew Cohen
14802         <cohen@andy.bu.edu>.
14803         (spam-stat-buffer-words-with-scores): Don't narrow and change
14804         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14805
14806 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14807
14808         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14809         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14810         (spam-spamassassin-arguments)
14811         (spam-spamassassin-spam-flag-header)
14812         (spam-spamassassin-positive-spam-flag-header)
14813         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14814         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14815         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14816         (spam-list-of-processors, spam-list-of-checks)
14817         (spam-list-of-statistical-checks, spam-registration-functions)
14818         (spam-check-spamassassin-headers, spam-check-spamassassin)
14819         (spam-spamassassin-score)
14820         (spam-spamassassin-register-with-sa-learn)
14821         (spam-spamassassin-register-spam-routine)
14822         (spam-spamassassin-register-ham-routine)
14823         (spam-assassin-register-spam-routine)
14824         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14825         (spam-bogofilter-score): Fix to show article before scoring.
14826
14827 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14828
14829         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14830         default scoring function.
14831         (spam-generic-score): Call spam-spamassassin-score if
14832         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14833         spam-bogofilter-score otherwise.
14834
14835         * gnus.el (spam-process, spam-autodetect-methods): Add
14836         spamassassin and spamassassin-headers.
14837
14838 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14839
14840         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14841         Suppress unnecessary messages.
14842
14843 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14844
14845         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14846         make-hash-table.
14847
14848 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14849
14850         * canlock.el (base64-encode-string): Don't autoload it.
14851
14852 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14853
14854         * run-at-time.el: Remove useless (require 'itimer),
14855         eval-and-compile and (featurep 'xemacs).
14856
14857 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14858
14859         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14860         GROUP is a virtual group.
14861
14862 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14863
14864         * gnus.el: Autoload `message-y-or-n-p'.
14865
14866 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14867
14868         * pgg-parse.el: Remove unnecessary (require 'custom).
14869
14870         * pgg-def.el: do.
14871
14872         * nnmail.el: do.
14873
14874         * gnus-undo.el: do.
14875
14876         * gnus-picon.el: do.
14877
14878         * gnus-util.el: do.
14879
14880 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14881
14882         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14883
14884 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14885
14886         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14887         handle, as well as a list.
14888
14889         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14890         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14891         (mm-w3m-cid-retrieve): Simplify.
14892
14893 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
14894
14895         * message.el (message-kill-to-signature): Allow prefix arg to
14896         specify number of lines to keep before signature.
14897
14898 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
14899
14900         * message.el (message-kill-to-signature): Change docstring.
14901
14902 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14903
14904         * canlock.el: Always require sha1-el.
14905         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14906
14907         * message.el: Autoload sha1 only when compiling.
14908
14909         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
14910         eudc-expand-inline for XEmacs.
14911
14912 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14913
14914         * message.el (message-canlock-generate): Require sha1-el.
14915
14916 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
14917
14918         * message.el (message-expand-name): Silence the byte compiler.
14919
14920         * lpath.el: Add detect-coding-system.
14921
14922         * dgnushack.el (dgnushack-compile): Remove obsolete check for
14923         cus-edit.
14924
14925 2004-01-13  Simon Josefsson  <jas@extundo.com>
14926
14927         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14928         Invoke gnus-score-mode.  Reported by
14929         bojohan+news@dd.chalmers.se (Johan Bockgård).
14930
14931         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14932         Jim Blandy <jimb@redhat.com> (tiny change).
14933
14934 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14935
14936         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14937
14938 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
14939
14940         * spam.el (spam-get-article-as-string): Update to use
14941         gnus-request-article-this-buffer, much simpler.
14942         (spam-get-article-as-buffer): Remove.
14943
14944 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
14945
14946         * message.el (message-expand-name): Use EUDC if the user uses that.
14947
14948 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14949
14950         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14951         character for the encoding to avoid consing a string.
14952
14953         * rfc2047.el (rfc2047-decode-string): Don't cons a string
14954         unnecessarily.
14955
14956         * mm-util.el (mm-replace-chars-in-string): Remove.
14957
14958         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14959         of mm-replace-chars-in-string.
14960
14961 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
14962
14963         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14964
14965         * mm-util.el (mm-subst-char-in-string): Support inplace.
14966
14967         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14968         a new string in every iteration.  Use shy groups.
14969
14970 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
14971
14972         * gnus-srvr.el (gnus-browse-unsubscribe-group):
14973         * gnus-soup.el (gnus-soup-group-brew):
14974         * gnus-msg.el (gnus-put-message):
14975         * gnus-move.el (gnus-group-move-group-to-server):
14976         * gnus-kill.el (gnus-batch-score):
14977         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14978         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14979         (gnus-group-update-group, gnus-group-read-group)
14980         (gnus-group-make-group, gnus-group-make-help-group)
14981         (gnus-group-make-archive-group, gnus-group-make-directory-group)
14982         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
14983         (gnus-group-sort-by-unread, gnus-group-catchup)
14984         (gnus-group-unsubscribe-group, gnus-group-kill-group)
14985         (gnus-group-yank-group, gnus-group-set-info)
14986         (gnus-group-list-groups):
14987         * gnus.el (gnus-generate-new-group-name):
14988         * gnus-delay.el (gnus-delay-send-queue):
14989         * nnvirtual.el (nnvirtual-catchup-group):
14990         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
14991         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
14992         (gnus-group-prepare-topics, gnus-topic-check-topology):
14993         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14994         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14995         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
14996         (gnus-group-make-articles-read):
14997         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14998         (gnus-group-change-level, gnus-kill-newsgroup)
14999         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15000         (gnus-get-unread-articles, gnus-make-articles-unread)
15001         (gnus-make-ascending-articles-unread): Use accessor
15002         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15003         to get group information for improved readability.
15004
15005
15006 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15007
15008         * gnus-art.el (article-decode-mime-words, article-babel)
15009         (gnus-article-highlight-signature, gnus-article-add-buttons)
15010         (gnus-signature-toggle): Use gnus-with-article-buffer.
15011
15012         * gnus-art.el (gnus-article-highlight-headers)
15013         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15014
15015         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15016         (gnus-article-set-globals, gnus-request-article-this-buffer)
15017         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15018         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15019         (gnus-mime-display-alternative): Use with-current-buffer.
15020
15021 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15022
15023         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15024         also under 80 char limit, and call gnus-error if needed.
15025         (spam-fetch-article-header): Fix - it was a
15026         buffer-local variable (gnus-newsgroup-data).
15027         (spam-find-spam): Use spam-generate-fake-headers, forget about
15028         spam-insert-fake-headers.
15029         (spam-insert-fake-headers): Remove.
15030
15031 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15032
15033         * deuglify.el (gnus-article-outlook-unwrap-lines)
15034         (gnus-outlook-rearrange-article)
15035         (gnus-outlook-repair-attribution-outlook)
15036         (gnus-outlook-repair-attribution-block)
15037         (gnus-outlook-repair-attribution-other): Remove redundant
15038         save-excursion.
15039
15040 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15041
15042         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15043         (spam-fetch-field-subject-fast)
15044         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15045         (spam-fetch-article-header): Add functions to deal with Gnus
15046         internals for fast retrieval of article header data.
15047         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15048
15049 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15050
15051         * pop3.el (pop3-md5): Remove.
15052         (pop3-apop): Replace pop3-md5 with md5.
15053
15054         * mm-bodies.el: base64 is always built-in.
15055
15056         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15057         with-current-buffer.
15058
15059 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15060
15061         * canlock.el (canlock-insert-header): Remove excessive grouping in
15062         regexp.
15063
15064         * gnus-sum.el (gnus-summary-read-document): Ditto.
15065
15066         * gnus-uu.el (gnus-uu-part-number): Ditto.
15067
15068         * html2text.el (html2text-remove-tags): Ditto.
15069         (html2text-format-tags): Ditto.
15070         (html2text-format-single-elements): Ditto.
15071
15072         * mml.el (mml-parse-1): Ditto.
15073
15074 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15075
15076         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15077
15078         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15079
15080         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15081
15082         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15083
15084 2003-11-15  Simon Josefsson  <jas@extundo.com>
15085
15086         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15087         (pgg-gpg-lookup-key): Use regexp match instead of
15088         split-string (split-string is different between emacs 21.2 and
15089         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15090
15091 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15092
15093         * gnus-art.el (gnus-mime-view-all-parts)
15094         (gnus-article-part-wrapper, gnus-article-view-part): Use
15095         with-current-buffer.
15096
15097 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15098
15099         * spam.el (spam-disable-spam-split-during-ham-respool)
15100         (spam-spamoracle-database, spam-cache-lookups)
15101         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15102         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15103         (spam-group-ham-marks, spam-group-spam-marks)
15104         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15105         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15106         also add spam-use-blackholes to the statistical checks.
15107         (spam-fetch-field-fast): Add interface to fetching fields, may
15108         become a macro.
15109         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15110         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15111         (spam-insert-fake-headers): Fake an article when needed.
15112         (spam-find-spam): Fake article when possible.
15113         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15114         (spam-check-bogofilter-headers): Use message-fetch-field instead
15115         of nnmail-fetch-field.
15116
15117 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15118
15119         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15120
15121 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15122
15123         * spam.el (spam-split): Do not require spam-use-CHECK to be
15124         enabled if that check is passed to spam-split explicitly; also
15125         fix so 'spam doesn't get converted to spam-split-group when
15126         spam-split-symbolic-return is t.
15127         (spam-find-spam): Find registrations of the article and use those
15128         instead of re-running spam-split to find the spam/ham
15129         classification of the article.
15130         (spam-log-processing-to-registry, spam-log-registered-p)
15131         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15132         Use gnus-error instead of gnus-message.
15133         (spam-log-registration-type): Add function to determine the
15134         classification of a message based on registry entries; will
15135         return nil if both 'spam and 'ham are found.
15136         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15137         a reasonably fast local cache without the loading errors.
15138         (spam-cache-lookups): Set to t by default.
15139         (spam-find-spam): Don't try to guess spam-cache-lookups.
15140         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15141         spam-caches entry.
15142         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15143         caching of whitelist/blacklist entries.
15144         (spam-check-whitelist, spam-check-blacklist): Invoke
15145         spam-from-listed-p with a type, not a cache variable.
15146         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15147
15148 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15149
15150         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15151
15152         * nnmail.el (nnmail-split-fancy): do.
15153
15154         * mml.el (mml-parse): do.
15155
15156         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15157         (gnus-score-adaptive): do.
15158
15159 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15160
15161         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15162         (gnus-mime-button-map): Don't set keymap parent.
15163         (gnus-button-ctan-directory-regexp): Use shy grouping.
15164         (gnus-prev-page-map): Don't set keymap parent.
15165         (gnus-prev-page-map): Remove duplicated one.
15166         (gnus-next-page-map): Don't set keymap parent.
15167         (gnus-mime-security-button-map): Ditto.
15168
15169         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15170         version number.
15171
15172         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15173
15174 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15175
15176         * canlock.el (canlock-sha1-function): Remove.
15177         (canlock-sha1-function-for-verify): Remove.
15178         (canlock-openssl-program): Remove.
15179         (canlock-openssl-args): Remove.
15180         (canlock-ignore-errors): Remove.
15181         (canlock-sha1-with-openssl): Remove.
15182         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15183         (canlock-verify): Don't use canlock-ignore-errors.
15184
15185         * sha1-el.el (sha1-string-external): Make it can return a string
15186         in binary form.
15187         (sha1-region-external): Ditto.
15188         (sha1-string-internal): Ditto.
15189         (sha1-region-internal): Ditto.
15190         (sha1-region): Ditto.
15191         (sha1-string): Ditto.
15192         (sha1): Ditto.
15193
15194 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15195
15196         * spam.el (spam-report-articles-gmane): New command.
15197
15198 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15199
15200         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15201
15202         * run-at-time.el (run-at-time-saved): Remove.
15203         (run-at-time): Doc fix.
15204
15205 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15206
15207         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15208         (gnus-summary-limit-map): Add it.
15209         (gnus-summary-make-menu-bar): do.
15210
15211 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15212
15213         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15214         Make attempt at some caching support (done for BBDB only now).
15215         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15216         addresses to be checked.
15217         (spam-clear-cache-BBDB): Add function, to be invoked by
15218         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15219         (spam-check-BBDB): Check and use the caches, if
15220         spam-cache-lookups is on, remove superfluous (provide).
15221
15222 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15223
15224         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15225
15226 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15227
15228         * run-at-time.el (run-at-time-saved): Move to after the definition
15229         of `run-at-time'.
15230
15231         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15232
15233 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15234
15235         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15236         mm-w3m-local-map-property.
15237
15238         * mm-view.el (mm-w3m-mode-map): Remove.
15239         (mm-w3m-local-map-property): Remove.
15240         (mm-inline-text-html-render-with-w3m): Don't use
15241         mm-w3m-local-map-property.
15242
15243 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15244
15245         * run-at-time.el: New file.
15246
15247         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15248         under Emacs.
15249
15250         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15251         of gnus-set-text-properties.
15252
15253         * gnus-uu.el (gnus-uu-save-article): Ditto.
15254
15255         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15256
15257         * gnus-cite.el (gnus-cite-parse): Ditto.
15258
15259         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15260         of gnus-.
15261
15262         * gnus-xmas.el (run-at-time): Require run-at-time.
15263
15264         * gnus.el: Changed calls to nnheader-run-at-time and
15265         password-run-at-time throughout to use run-at-time directly.
15266
15267         * password.el: Removed definition of run-at-time.
15268
15269         * nnheaderxm.el: Remove definition of run-at-time.
15270
15271 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15272
15273         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15274         in prompt.
15275
15276 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15277
15278         * messagexmas.el (message-xmas-redefine): Alias
15279         `message-make-caesar-translation-table' to
15280         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15281         version.
15282
15283         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15284         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15285         `gnus-xmas-set-text-properties'.
15286         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15287         `gnus-xmas-completing-read'.
15288         (gnus-xmas-completing-read): Removed.
15289         (gnus-xmas-open-network-stream): Removed.
15290
15291         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15292         XEmacs version.
15293
15294         * dns.el (dns-make-network-process): Use `open-network-stream'
15295         instead of `gnus-xmas-open-network-stream'.
15296
15297         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15298
15299         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15300
15301 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15302
15303         * gnus-art.el (gnus-mime-display-alternative)
15304         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15305         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15306         Don't use gnus-local-map-property.
15307
15308         * gnus-util.el (gnus-local-map-property): Remove.
15309
15310         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15311         gnus-completing-read-maybe-default with completing-read.
15312
15313         * gnus-util.el (gnus-completing-read): do.
15314         (gnus-completing-read-maybe-default): Remove.
15315
15316 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15317
15318         * password.el: Only autoload `run-at-time' if not XEmacs.
15319         Only autoload the itimer functions if XEmacs.
15320
15321 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15322
15323         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15324         XEmacsen.
15325
15326         * dgnushack.el: Autoload executable-find for XEmacs.
15327
15328 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15329
15330         * gnus-art.el (gnus-read-string): Remove.
15331         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15332         read-string.
15333
15334 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15335
15336         * netrc.el: Autoload password-read.
15337         (netrc): Add configuration group.
15338         (netrc-encoding-method, netrc-openssl-path): Add
15339         variables for encoding and decoding of files with symmetric
15340         ciphers.
15341         (netrc-encode): Add assistant function to encode a file with
15342         netrc-encoding-method.
15343         (netrc-parse): Add interactive parameter, added optional
15344         decoding if netrc-encoding-method is non-nil but otherwise
15345         behavior is standard.
15346         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15347         Do s/encode/encrypt/ everywhere.
15348
15349         * spam.el: Remove executable-find autoload.
15350
15351 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15352
15353         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15354
15355         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15356
15357 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15358
15359         * gnus-art.el (gnus-treat-ansi-sequences)
15360         (article-treat-ansi-sequences): New variable and function.
15361         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15362
15363         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15364         Use it.
15365
15366 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15367
15368         * mm-util.el (mm-quote-arg): Remove.
15369
15370         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15371         shell-quote-argument.
15372
15373         * gnus-uu.el (gnus-uu-command): do.
15374
15375         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15376
15377         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15378         with make-char.
15379
15380         * mm-util.el (mm-make-char): Remove.
15381
15382         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15383         add-minor-mode.
15384
15385         * gnus-undo.el (gnus-undo-mode): do.
15386
15387         * gnus-topic.el (gnus-topic-mode): do.
15388
15389         * gnus-sum.el (gnus-dead-summary-mode): do.
15390
15391         * gnus-start.el (gnus-slave-mode): do.
15392
15393         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15394
15395         * gnus-ml.el (gnus-mailing-list-mode): do.
15396
15397         * gnus-gl.el (gnus-grouplens-mode): do.
15398
15399         * gnus-draft.el (gnus-draft-mode): do.
15400
15401         * gnus-dired.el (gnus-dired-mode): do.
15402
15403         * gnus-ems.el (gnus-add-minor-mode): Remove.
15404
15405         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15406         Replace gnus-char-width with char-width.
15407
15408         * gnus-ems.el (gnus-char-width): Remove.
15409
15410         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15411         Replace gnus-char-width with char-width.
15412
15413         * gnus-ems.el (gnus-char-width): Remove.
15414
15415         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15416         definition.
15417         Remove Emacs 20 hash table compatibility code.
15418
15419         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15420         20 compatibility code.
15421
15422         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15423
15424         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15425
15426         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15427         with point-at-{eol,bol}.
15428
15429         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15430
15431         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15432
15433         * flow-fill.el (fill-flowed-point-at-bol)
15434         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15435
15436         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15437         Replace with point-at-{eol,bol} throughout all files.
15438
15439 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15440
15441         * ntlm.el (ntlm-string-as-unibyte): New macro.
15442         (ntlm-build-auth-response): Use it.
15443
15444         Remove Emacs 20 stuff:
15445         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15446         (butlast, mapc, remove): Remove the compiler macros.
15447         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15448         of delq and copy-sequence.
15449         * gnus-art.el (popup-menu): Remove the compiler macro.
15450         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15451         Emacs 20.
15452
15453 2004-01-05  Simon Josefsson  <jas@extundo.com>
15454
15455         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15456         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15457         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15458         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15459         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15460         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15461         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15462         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15463         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15464         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15465         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15466         string-xor into ntlm-string-xor.  Suggested by
15467         Jesper Harder <harder@myrealbox.com>.
15468
15469         * ntlm.el: Don't include poem.
15470
15471         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15472         Jesper Harder <harder@myrealbox.com>.
15473
15474         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15475
15476         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15477         probably breaks emacs with DL patch, but do we care? Is anyone
15478         still using the DL stuff?)
15479
15480         * sieve-manage.el: Use the password package.
15481         (sieve-manage-read-passwd): Remove.
15482         (sieve-manage-interactive-login): Use password.  Re-add
15483         condition-case around loop.
15484
15485         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15486         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15487         the password package.
15488
15489 2003-02-19  Simon Josefsson  <jas@extundo.com>
15490
15491         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15492         token.
15493
15494 2002-08-07  Simon Josefsson  <jas@extundo.com>
15495
15496         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15497         (sieve-manage-authenticators):
15498         (sieve-manage-authenticator-alist): Add some SASL mechs.
15499         (sieve-sasl-auth): New function.
15500         (sieve-manage-cram-md5-auth):
15501         (sieve-manage-plain-auth): Rewrite using SASL library.
15502         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15503         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15504         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15505         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15506
15507 2004-01-05  Simon Josefsson  <jas@extundo.com>
15508
15509         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15510         New files.
15511
15512 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15513
15514         * gnus-group.el (gnus-no-groups-message): Update.
15515
15516         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15517
15518 2003-11-09  Simon Josefsson  <jas@extundo.com>
15519
15520         * imap.el: Support for ID IMAP extension (RFC 2971).
15521         (imap-local-variables): Add imap-id.
15522         (imap-id): New variable.
15523         (imap-id): New function.
15524         (imap-parse-response): Parse untagged ID response.
15525         * nnimap.el (nnimap-id): New variable.
15526         (nnimap-open-connection): Use it.
15527
15528 2003-12-28  Simon Josefsson  <jas@extundo.com>
15529
15530         * gnus-score.el (gnus-score-edit-all-score): New.
15531         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15532
15533 2004-01-04  Simon Josefsson  <jas@extundo.com>
15534
15535         * password.el: Add.
15536
15537 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15538
15539         * dns.el (dns-query-types): Fix typo.
15540         (dns-query-types): New function.
15541         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15542         PTR and SOA replies, see RFC 1035.
15543
15544 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15545
15546         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15547
15548         * Moved to Changelog.2.
15549
15550 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15551
15552         * gnus.el (gnus-version-number): Bump version.
15553
15554 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15555
15556         * gnus.el: No Gnus v0.1 is released.
15557
15558 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15559
15560         * gnus.el: No Gnus v0.0 is released.
15561
15562 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15563
15564         * gnus.el (gnus-version-number): Bump.
15565         (gnus-version): No.
15566
15567 See ChangeLog.2 for earlier changes.
15568
15569     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15570       Free Software Foundation, Inc.
15571
15572   This file is part of GNU Emacs.
15573
15574   GNU Emacs is free software: you can redistribute it and/or modify
15575   it under the terms of the GNU General Public License as published by
15576   the Free Software Foundation, either version 3 of the License, or
15577   (at your option) any later version.
15578
15579   GNU Emacs is distributed in the hope that it will be useful,
15580   but WITHOUT ANY WARRANTY; without even the implied warranty of
15581   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15582   GNU General Public License for more details.
15583
15584   You should have received a copy of the GNU General Public License
15585   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15586
15587 ;; Local Variables:
15588 ;; coding: utf-8
15589 ;; fill-column: 79
15590 ;; add-log-time-zone-rule: t
15591 ;; End:
15592
15593 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4