0fdd89d8723f1251e97082b6ba7ede56f865301b
[gnus] / lisp / ChangeLog
1 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4         functions.
5
6 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
7
8         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9         instead of lsub directly.
10
11 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12
13         * nnwarchive.el: Removed.
14
15         * gnus-soup.el: Removed.
16
17         * nnsoup.el: Removed.
18
19         * nnultimate.el: Removed.
20
21         * gnus-html.el (gnus-blocked-images): New variable.
22
23         * message.el (message-prune-recipients): New function.
24         (message-prune-recipient-rules): New variable.
25
26         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
27         guess whether a long line is natural text or not.
28
29         * gnus-html.el (gnus-html-schedule-image-fetching): Use
30         gnus-process-plist and friends for compatibility.
31
32 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
33
34         * gnus-html.el: Require packages that define macros used in this file.
35         (gnus-article-mouse-face): Declare to silence byte-compiler.
36         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
37         process-get.
38         (gnus-html-put-image): Use plist-get to avoid getf.
39         (gnus-html-prefetch-images): Use with-current-buffer.
40
41 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
42
43         * gnus-ems.el: Provide compatibility functions for
44         gnus-set-process-plist.
45
46         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
47         header-line-format for XEmacs 21.4.
48
49         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
50         * gnus.el (gnus-valid-select-methods)
51         * message.el (message-send-mail-partially-limit)
52         * mm-decode.el (mm-text-html-renderer)
53         * mml.el (mml-insert-mime-headers-always)
54         * smiley.el (smiley-regexp-alist): Bump custom version.
55
56 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
57
58         * gnus-html.el: require mm-url.
59         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
60         with the url to `url'.
61         (gnus-html-wash-tags): Support cid: URLs/images.
62
63 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
64
65         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
66         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
67         bindings, as they aren't useful at all. `w' is moved to `W w'.
68
69         * gnus-move.el: Removed file, since it doesn't really work.
70
71         * gnus-html.el (gnus-article-html): Tell w3m that the input is
72         UTF-8. This seems to fix problems with some German web feeds.
73
74         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
75         at the top so that the proper colours are applied.
76
77         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
78         don't have dots in their names.
79
80         * gnus-art.el (gnus-article-view-part): Doc fix.
81
82         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
83         XEmacs-compatible.
84         (gnus-html-put-image): Don't do images on non-graphic displays.
85
86         * nnslashdot.el: Removed this unused backend.
87
88         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
89         actions.
90         (gnus-undo-register-1): Revert last change.
91
92         * gnus-group.el (gnus-group-completing-read): Protect against not
93         having completion-styles bound.
94
95         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
96         make broken recipients happier.
97
98         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
99
100         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
101         point parameter.
102
103         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
104
105         * gnus-group.el (gnus-group-completing-read): Add 'substring to
106         completion-styles for group selection.
107
108 2009-02-04  Andreas Schwab  <schwab@suse.de>
109
110         * gnus-score.el (gnus-score-string): Fix regex for matching extra
111         headers and regexp-quote the match if necessary.
112
113 2009-03-24  Miles Bader  <miles@gnu.org>
114
115         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
116         the blinking smiley.
117
118 2009-03-24  Simon Josefsson  <simon@josefsson.org>
119
120         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
121         blink smiley.
122
123 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
124
125         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
126         where the dribbel file lives exists.
127
128         * message.el (message-send-mail-partially-limit): Change the default to
129         nil, since most people don't want this.
130
131         * mm-url.el (mm-url-decode-entities): Also decode entities like
132         &#x3212.
133
134 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
135
136         * gnus-sum.el (gnus-summary-idna-message):
137         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
138         Hyperlink urls in docstrings with URL `...'.
139
140 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
141
142         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
143         functions.
144
145 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
146
147         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
148         say what the mouseover text should be.
149
150         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
151         version of the mm-w3m-safe-url-regexp variable to only download images
152         in the groups where we want that to happen.
153
154         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
155
156         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
157         easier debugging.
158         (gnus-article-beginning-of-window): Add kludge to allow spacing past
159         big pictures in the article buffer.
160
161         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
162         gnus-article-html.
163         (mm-text-html-renderer): gnus-article-html needs curl in addition to
164         w3m.
165
166         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
167
168 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
169
170         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
171         which doesn't exist.
172
173         * message.el (message-inhibit-ecomplete): New variable to allow some
174         function to inhibit ecomplete address storage.
175         (message-resend): Disable ecomplete message storage when resending
176         messages.
177
178         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
179
180 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
181
182         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
183         Save excursion while copying, moving, and deleting articles in order to
184         prevent the cursor from jumping to unforeseen place.
185
186 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
187
188         * lpath.el: No need to bind bookmark-current-buffer,
189         bookmark-yank-point and bookmark-make-record-function.
190
191 2010-08-17  Glenn Morris  <rgm@gnu.org>
192
193         * gnus-sync.el: Require gnus components whose functions are used.
194
195         * gnus-art.el (bookmark-make-record-function):
196         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
197         Declare for compiler.
198
199         * mm-url.el (mml-compute-boundary): Autoload.
200
201 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
202
203         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
204
205 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
206
207         Typo fix "hoo4a" -> "hook".
208
209         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
210
211 2010-08-14  Glenn Morris  <rgm@gnu.org>
212
213         * gnus-sync.el (gnus-sync): Fix defgroup version.
214
215 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
216
217         Doc fixes and keep unknown groups (ammended for nunion bug fix).
218
219         * gnus-sync.el: Fix docs.
220         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
221         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
222
223 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
224
225         Optimizations for gnus-sync.el.
226
227         * gnus-sync.el: Add docs about gnus-sync-backend
228         possibilities.
229         (gnus-sync-save): Remove unnecessary message.
230         (gnus-sync-read): Optimize and show what groups were skipped.
231
232 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
233
234         Minor bug fixes for gnus-sync.el.
235
236         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
237         read the sync on get-new-news.
238
239         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
240         quiet.
241
242         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
243
244 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
245
246         Make saving and restoring of hidden threads work with overlays.
247         Patch applied by Ted Zlatanov.
248
249         * gnus-sum.el (gnus-hidden-threads-configuration)
250         (gnus-restore-hidden-threads-configuration): Update to deal with text
251         properties, rather than searching for a magic character.
252
253 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
254
255         New gnus-sync.el library for synchronization of marks.
256
257         * gnus-sync.el: New library for synchronization of marks.
258
259         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
260         renamed from `gnus-registry-grep-in-list'.
261
262         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
263
264         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
265
266 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
267
268         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
269         determining charset of text fails.
270
271 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
272
273         * nnmail.el (nnmail-get-new-mail-1): Revert.
274
275         * nnml.el (nnml-active-number): Make sure names of newly created groups
276         in nnml-group-alist are encoded.
277
278 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
279
280         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
281         containing non-ASCII characters in active file for nnml back end.
282
283 2010-07-24  David Engster  <dengste@eml.cc>
284
285         * mml-smime.el (mml-smime-epg-verify): Also accept the older
286         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
287
288 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
289
290         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
291         tag (Bug#6654).
292
293 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
294
295         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
296         the article buffer, not the summary buffer.
297
298 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
299
300         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
301         Emacs 23 as well.
302
303 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
304
305         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
306         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
307
308 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
309
310         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
311         Patch applied by Karl Fogel.
312
313         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
314         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
315
316 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
317
318         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
319         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
320         C-w still not working correctly from Article buffers; Thierry's
321         patch to fix that will be applied after this.
322
323         * gnus-art.el (bookmark-make-record-function): New local variable.
324
325         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
326         article buffer.
327         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
328
329 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
330
331         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
332         on changes in bookmark.el.
333
334 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
335
336         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
337         `no-log' instead of message not to log prompt string.
338
339 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
340
341         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
342         the *other* type of HTML form submission.
343
344 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
345
346         * auth-source.el (auth-source-pick): If choice does not contain a
347         questioned keyword, set the check to t.
348
349 2010-06-12  Romain Francoise  <romain@orebokech.com>
350
351         * gnus-util.el (gnus-date-get-time): Move up before first use.
352
353 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
354
355         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
356         (gnus-article-edit-part): Bind it to make last part that is substituted
357         or deleted visible.
358         (gnus-mime-display-single): Buttonize part of which id equals to
359         gnus-mime-buttonized-part-id.
360
361 2010-06-10  Dan Christensen  <jdc@uwo.ca>
362
363         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
364         (gnus-dd-mmm): Use gnus-date-get-time.
365         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
366         simplify logic.
367         (gnus-summary-limit-to-age): Use gnus-date-get-time.
368         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
369
370 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
371
372         * auth-source.el (top): Autoload `secrets-list-collections',
373         `secrets-create-item', `secrets-delete-item'.
374         (auth-sources): Fix tag string.
375         (auth-get-source, auth-source-retrieve, auth-source-create)
376         (auth-source-delete): New defuns.
377         (auth-source-pick): Rewrite in order to avoid 2 passes.
378         (auth-source-forget-user-or-password): New parameter USERNAME.
379         (auth-source-user-or-password): New parameters CREATE-MISSING and
380         DELETE-EXISTING.  Retrieve password interactively, if needed.
381
382 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
383
384         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
385         deleting unused directories when gnus-expert-user is t.
386
387 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
388
389         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
390         for each temp file when gnus-article-browse-delete-temp is ask.
391
392 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
393
394         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
395         Lisp calls to delete-backward-char by calls to delete-char.
396
397 2010-05-20  Kevin Ryde  <user42@zip.com.au>
398
399         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
400
401 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
402
403         * password-cache.el (password-cache-remove): Fix docstring.
404
405 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
406
407         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
408         article unless decoding article to be saved.
409
410 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
411
412         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
413         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
414         generated within the mm-with-unibyte-current-buffer macro.
415
416 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
417
418         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
419         to nil when we're in a mml-preview buffer and no group is selected.
420
421 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
422
423         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
424         when catching the `C-g'.  Reported by "Leo".
425
426 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
427
428         * message.el (message-forward-make-body-plain)
429         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
430         multibyte-string-p.
431
432         * lpath.el: Revert.
433
434 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
435
436         * message.el (message-forward-make-body-mml): Assume original message
437         is multibyte string; error on unibyte.
438         (message-forward-make-body-plain): Ditto; don't add excessive newline
439         in body end.
440
441         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
442
443 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
444
445         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
446         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
447
448 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
449
450         * mm-extern.el (mm-extern-url): Don't use
451         mm-with-unibyte-current-buffer.
452         (mm-extern-cache-contents): Use with-current-buffer instead of
453         save-excursion + set-buffer.
454
455 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
456
457         * mm-util.el (mm-emacs-mule): Remove.
458
459 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
460
461         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
462         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
463         change.
464
465 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
466
467         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
468         bind the default value of enable-multibyte-characters to nil.
469
470 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
471
472         * message.el (message-forward-make-body-plain)
473         (message-forward-make-body-mml):
474         Don't use mm-with-unibyte-current-buffer.
475
476 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
477
478         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
479
480 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
481
482         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
483         (Bug#5592).
484
485 2010-05-07  Julien Danjou  <julien@danjou.info>
486
487         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
488         it to mm-pipe-part.
489
490         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
491         it is given.
492
493 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
494
495         * binhex.el (binhex-decode-region-internal)
496         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
497         (dns-query)
498         * nnweb.el (nnweb-gmane-search)
499         * pgg-parse.el (pgg-parse-armor)
500         * pgg.el (pgg-verify-region)
501         * sha1.el (sha1-string-external)
502         * uudecode.el (uudecode-decode-region-internal)
503         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
504         XEmacs.
505
506         * gnus-art.el (gnus-article-browse-html-parts)
507         * gnus-group.el (gnus-read-ephemeral-gmane-group)
508         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
509         make-temp-file.
510
511         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
512         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
513         compiling.
514
515         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
516         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
517         XEmacs when compiling.
518
519         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
520         gnus-pick-mode-off-hook for XEmacs when compiling.
521         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
522         gnus-binary-mode-off-hook for XEmacs when compiling.
523
524         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
525         nil if char-charset is not available.
526
527         * imap.el (imap-disable-multibyte)
528         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
529         macros.
530
531         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
532         instead of encode-coding-string.
533
534         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
535         'xemacs) instead of mm-emacs-mule to switch function definitions.
536         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
537
538         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
539         bind temporary-file-directory for XEmacs;
540         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
541         timer-set-function for XEmacs 21.4 and SXEmacs;
542         bind timer-list for XEmacs 21.4 and SXEmacs;
543         fbind char-charset and find-charset-region for non-Mule XEmacs;
544         fbind decode-coding-region, decode-coding-string, detect-coding-region,
545         encode-coding-region and encode-coding-string for XEmacs having no
546         file-coding feature.
547
548 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
549
550         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
551
552 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
553
554         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
555         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
556
557 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
558
559         * mm-util.el (mm-decompress-buffer): Use `delete-file';
560         alias `jka-compr-delete-temp-file' no longer exists.
561
562 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
563
564         Use define-minor-mode in Gnus where applicable.
565         * mml.el (mml-mode): Use define-minor-mode.
566         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
567         (gnus-undo-mode): Use define-minor-mode.
568         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
569         (gnus-dead-summary-mode): Use define-minor-mode.
570         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
571         Initialize in declaration.
572         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
573         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
574         (gnus-mailing-list-mode): Use define-minor-mode.
575         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
576         (gnus-draft-mode): Use define-minor-mode.
577         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
578         (gnus-dired-mode): Use define-minor-mode.
579
580 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
581
582         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
583         handles on recursive mml-to-mime translation and check them for
584         boundary delimiter collisions.  Reported by Greg Troxel.
585
586 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
587
588         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
589
590 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
591
592         * mm-util.el (mm-find-buffer-file-coding-system):
593         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
594
595 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
596
597         * message.el (message-generate-headers): Record insertion of optional
598         headers as well.  Otherwise the check to prevent repeated insertion of
599         optional headers is a no-op.
600
601 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
602
603         * smime.el: Don't mention CVS.
604
605         * nnrss.el (nnrss-fetch): Don't mention CVS.
606
607         * nnir.el: Don't mention CVS.
608
609 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
610
611         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
612
613 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
614
615         * lpath.el: Fbind bookmark-default-handler,
616         bookmark-get-bookmark-record, bookmark-make-record-default,
617         bookmark-prop-get for Emacs <23 and XEmacs.
618
619 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
620
621         * gnus-sum.el: Add bookmark declarations to silence the compiler.
622         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
623         Use with-current-buffer to silence the byte-compiler.
624         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
625         bother to require `gnus'.
626         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
627
628 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
629
630         * gnus-sum.el (gnus-summary-bookmark-make-record)
631         (gnus-summary-bookmark-jump): New functions.
632         (gnus-summary-mode): Setup bookmark support.
633
634 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
635
636         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
637         if set.
638
639 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
640
641         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
642         gnus-article-browse-html-save-cid-image; make it work recursively for
643         forwarded messages as well.
644         (gnus-article-browse-html-parts): Work when prefix arg is given.
645         (gnus-article-browse-html-article): Doc fix.
646
647 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
648
649         * message.el (message-default-mail-headers):
650         (message-default-headers): Carry the value mail-default-headers over
651         into message-default-mail-headers, rather than message-default-headers.
652
653 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
654
655         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
656         charset.
657
658         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
659         charset into the <meta> tag when the article is encoded to utf-8.
660
661 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
662
663         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
664         directories as well.
665         (gnus-article-browse-html-parts): Work for images that do not specify
666         file names; delete temp directory when quitting; insert header at the
667         right place; use file: scheme for image files.
668
669 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
670
671         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
672         (gnus-article-browse-html-parts): Use it to make temporary cid image
673         files in addition to html file so that browser may display them.
674
675 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
676
677         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
678
679 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
680
681         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
682
683 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
684
685         * auth-source.el (auth-sources): Change default to be simpler.  Explain
686         about Secret Service API sources.  Improve Customize options.
687         (auth-source-pick): Change to accept any number of search parameters.
688         Implement fallbacks iteratively, not recursively.  Add scoring on the
689         second pass and sort by score.  Call Secret Service API when needed.
690         (auth-source-user-or-password): Use it.  Call Secret Service API
691         directly when needed to get the user name and the password.
692
693 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
694
695         * message.el (message-interactive): Doc fix.
696         (message-qmail-inject-args): Reflow.
697         (message-kill-to-signature): Fix typo in docstring.
698
699         * smiley.el (smiley-buffer): Fix typo in docstring.
700
701 2010-03-24  Glenn Morris  <rgm@gnu.org>
702
703         * mail-source.el (gnus-message): Declare.
704         (mail-source-delete-old-incoming): Require gnus-util.
705
706 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
707
708         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
709
710         * message.el (ecomplete-setup): Autoload it for Emacs <23.
711
712         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
713         password-cache's default if it is not bound.
714         (mml-secure-passphrase-cache-expiry): Default to 16 that is
715         password-cache-expiry's default if it is not bound.
716
717         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
718         available in Emacs 21.
719
720         * lpath.el: Suppress compiler warnings for:
721         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
722         XEmacs;
723         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
724         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
725         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
726
727 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
728
729         * auth-source.el (auth-sources): Fix up definition so extra parameters
730         are always inline.
731
732 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
733
734         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
735         wasn't updated after mismatch.  Clear cached mailbox info correctly
736         when uidvalidity changes.
737         (nnimap-group-prefixed-name): New function to avoid some code
738         duplication.
739         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
740         (nnimap-request-group): Use it.
741         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
742         (nnimap-update-unseen): Significantly improved speed of Gnus startup
743         with many imap folders.  This is done by caching the group status from
744         the imap server persistently in a group parameter `imap-status'.  (This
745         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
746         but not persistently, so every Gnus startup was still very slow.)
747
748 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
749
750         * assistant.el (assistant-render-text): Run `widget-setup' and don't
751         delete the extra newline.  Otherwise editing of :string and :number
752         types don't work.
753
754 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
755
756         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
757         secrets.el dependency.
758         (auth-sources): Add optional user name.  Add secrets.el configuration
759         choice (unused right now).
760
761 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
762
763         * gnus-sum.el (gnus-summary-make-menu-bar): Let
764         `gnus-registry-install-shortcuts' fill in the functions.
765
766         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
767         warnings.
768         (gnus-registry-misc-menus): Variable to hold registry mark menus.
769         (gnus-registry-install-shortcuts): Populate and use it in a
770         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
771
772 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
773
774         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
775         In-place substitutions for the group name encoding/decoding.
776         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
777         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
778         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
779         (nnimap-update-unseen, nnimap-request-list)
780         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
781         (nnimap-request-set-mark, nnimap-split-to-groups)
782         (nnimap-split-articles, nnimap-request-newgroups)
783         (nnimap-request-create-group, nnimap-request-accept-article)
784         (nnimap-request-delete-group, nnimap-request-rename-group)
785         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
786         `encoded-mbx' for consistency.
787         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
788         variable `imap-current-mailbox'.
789
790         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
791         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
792
793 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
794
795         * pop3.el (pop3-display-message-size-flag): Display message size byte
796         counts during POP3 download.
797         (pop3-movemail): Use it.
798         (pop3-list): Implement listing of available messages.
799
800 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
801
802         * nnir.el (nnir-get-article-nov-override-function): New function to
803         override the normal NOV retrieval.
804         (nnir-retrieve-headers): Use it.
805
806 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
807
808         * auth-source.el (netrc-machine-user-or-password): Autoload.
809
810 2010-03-19  Glenn Morris  <rgm@gnu.org>
811
812         Stop message.el from loading about 40 libraries it doesn't always need.
813         The general approach is to autoload rather than require, and to
814         require in the specific functions rather than the file.  (Bug#5642)
815
816         * gmm-utils.el: Don't require wid-edit.
817         (widget-create-child-value, widget-convert, widget-default-get):
818         Autoload.
819
820         * gnus-util.el: Don't require time-date, netrc.
821         (message-fetch-field, gnus-group-name-decode): Declare rather than
822         autoloading.
823         (gnus-fetch-field): Require message.
824         (gnus-decode-newsgroups): Require gnus-group.
825
826         * ietf-drums.el: Don't require time-date.
827
828         * message.el: Don't require hashcash, canlock, ecomplete.
829         Do require mail-utils.  Require nnheader only when compiling.
830         (smtpmail-default-smtp-server): Remove declaration.
831         (message-send-mail-function): Check smtpmail-default-smtp-server
832         is bound rather than requiring smtpmail.
833         (message-auto-save-directory, message-insert-signature): Use
834         expand-file-name rather than nnheader-concat.
835         (nnheader-insert-file-contents): Autoload.
836         (hashcash-wait-async): Declare.
837         (message-send-mail): Only call gnus-setup-posting-charset if
838         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
839         (message-send-mail-with-sendmail): Require sendmail.
840         (canlock-password, canlock-password-for-verify): Declare.
841         (message-canlock-password): Require canlock.
842         (nnheader-get-report): Autoload.
843         (gnus-setup-posting-charset): Declare.
844         (message-send-news): Require gnus-msg.
845         (message-make-references, message-make-in-reply-to): Use mail-header-id
846         rather than the alias mail-header-message-id.
847         (ecomplete-add-item, ecomplete-save): Declare.
848         (message-put-addresses-in-ecomplete): Require ecomplete.
849         (ecomplete-display-matches): Autoload.
850
851         * mm-decode.el: Don't require mailcap, gnus-util.
852         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
853         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
854         Autoload.
855         (mailcap-mime-extensions): Declare.
856
857         * mm-encode.el: Don't require mailcap.
858         (mailcap-extension-to-mime): Autoload.
859
860         * mml-sec.el: Don't require password-cache.
861
862         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
863         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
864         (mml-minibuffer-read-type): Require mailcap.
865         (mml-preview): Require gnus-msg.
866
867         * mml1991.el: Require password-cache.
868         (password-cache-expiry): Remove declaration.
869
870         * mml2015.el: Require password-cache.
871         (password-cache-expiry): Remove declaration.
872
873         * nneething.el (mailcap): Require mailcap.
874
875         * nnheader.el (declare-function): Add compatibility stub.
876         (message-remove-header): Declare rather than autoload.
877         (nnheader-replace-header): Require message.
878
879         * nnimap.el (declare-function): Add compatibility stub.
880         (netrc-parse, netrc-machine-user-or-password): Declare.
881         (nnimap-open-connection): Require netrc.
882
883         * nntp.el (declare-function): Add compatibility stub.
884         (netrc-parse, netrc-machine, netrc-get): Declare.
885         (nntp-send-authinfo): Require netrc.
886
887         * rfc2047.el: Don't require qp.
888         (quoted-printable-encode-region, quoted-printable-decode-string):
889         Autoload.
890
891         * sieve-mode.el: Don't require easymenu.
892         (easy-menu-add-item): Autoload it.
893
894         * spam-stat.el (time-to-number-of-days): Autoload it.
895
896 2010-03-19  Glenn Morris  <rgm@gnu.org>
897
898         * password-cache.el (password-cache, password-cache-expiry): Autoload.
899
900 2010-03-18  Glenn Morris  <rgm@gnu.org>
901
902         * hashcash.el (declare-function): Remove duplicate definition.
903
904 2010-03-17  Kevin Ryde  <user42@zip.com.au>
905
906         * mml.el (mml-read-tag): Unquote values with `read' to reverse
907         prin1 in mml-insert-tag (just stripping the quotes gave wrong
908         value if any backslash escapes).
909
910 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
911
912         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
913         if it is available.  (bug#5647)
914
915         * lpath.el: Suppress compiler warning for coding-system-from-name for
916         Emacs 21 and XEmacs.
917
918 2010-03-14  Juri Linkov  <juri@jurta.org>
919
920         * hmac-def.el:
921         * hmac-md5.el:
922         * netrc.el: Fix keywords.
923
924 2010-02-26  Glenn Morris  <rgm@gnu.org>
925
926         * message.el (message-send-mail-function): Change the default, so that
927         it inherits from a customized send-mail-function.  (Bug#5643)
928
929 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
930
931         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
932         shell-command-to-string signals an error (bug#5299).
933
934 2010-02-24  Glenn Morris  <rgm@gnu.org>
935
936         * message.el (message-smtpmail-send-it)
937         (message-send-mail-with-mailclient): Doc fixes.
938
939 2010-02-16  Glenn Morris  <rgm@gnu.org>
940
941         * message.el (message-default-mail-headers): Change the default value
942         to ease the transition from mail-mode to message-mode.  (Bug#5555)
943
944 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
945
946         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
947         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
948
949 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
950
951         * time-date.el (date-to-time): Doc fix (Bug#5408).
952
953 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
954
955         * message.el (message-mail): Just pass yank-action on to message-setup.
956         (message-setup): Handle (FUN . ARGS) form of yank-action.
957         (message-with-reply-buffer, message-widen-reply)
958         (message-yank-original): Handle non-buffer values of
959         message-reply-buffer (Bug#4080).
960         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
961
962 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
963
964         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
965         Fix typo in docstring.
966
967 2010-01-08  Jason Rumney  <jasonr@gnu.org>
968
969         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
970         response.
971
972 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
973
974         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
975
976         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
977
978         * message.el (message-check-news-header-syntax): Protect against a
979         string that `rfc822-addresses' returns when parsing fails.
980
981 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
982
983         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
984         (gnus-previous-char-property-change): New functions.
985
986         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
987
988 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
989
990         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
991         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
992
993 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
994
995         * message.el (message-exchange-point-and-mark): Rework last change to
996         avoid using optional arg of exchange-point-and-mark, for backward
997         compatibility.
998
999 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1000
1001         * message.el (message-exchange-point-and-mark): Call
1002         exchange-point-and-mark with an argument rather than setting
1003         mark-active by hand (Bug#5175).
1004
1005 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1006
1007         * nntp.el (nntp-service-to-port): Work for service expressed with
1008         numeric string; replace [:digit:] with [0-9] for XEmacs.
1009
1010 2009-12-17  Glenn Morris  <rgm@gnu.org>
1011
1012         * gnus-group.el (gnus-bug-group-download-format-alist):
1013         Change emacs entry to debbugs.gnu.org.  Bump :version.
1014
1015 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1016
1017         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1018
1019 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1020
1021         * message.el (message-info): Explain why we use `Info-goto-node'.
1022
1023 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1024
1025         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1026
1027 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1028
1029         * message.el (message-completion-in-region): New compatibility function.
1030         (message-expand-group): Use it.
1031
1032 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1033
1034         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1035         with no unread article should be listed if the 2nd arg `predicate' is
1036         given.
1037
1038 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1039
1040         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1041
1042 2009-11-29  Juri Linkov  <juri@jurta.org>
1043
1044         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1045         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1046         on `gnus-recenter'. (Bug#4698, Bug#4981)
1047
1048 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1049
1050         * sha1.el (sha1-string-external): default-directory "/" in case
1051         otherwise non-existent.  process-connection-type pipe for touch of
1052         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1053
1054 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1055
1056         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1057         it's comms related and sgml-mode.el has "comm" on that basis too.
1058
1059 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1060
1061         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1062         containing tspecial characters if they have been already quoted.
1063
1064 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1065
1066         * dns-mode.el (auto-mode-alist): Purecopy string.
1067
1068 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1069
1070         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1071
1072 2009-10-24  Glenn Morris  <rgm@gnu.org>
1073
1074         * gnus-art.el (help-xref-stack-item): Define for compiler.
1075
1076 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1077
1078         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1079
1080 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1081
1082         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1083
1084 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1085
1086         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1087         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1088
1089 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1090
1091         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1092         (gnus-overlays-in): New alias to overlays-in.
1093
1094         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1095         gnus-overlay-get, and gnus-delete-overlay.
1096         (gnus-summary-show-thread): Make it work as well for systems in which
1097         next-single-char-property-change is not available.
1098         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1099
1100         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1101         (gnus-overlay-get): New alias to extent-property.
1102         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1103
1104         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1105         SXEmacs.
1106
1107         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1108         SXEmacs.
1109
1110 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1111
1112         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1113
1114 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1115
1116         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1117         and XEmacs that don't have `remove-overlays'.
1118
1119 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1120
1121         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1122         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1123         selective display.  Use overlays instead.
1124
1125 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1126
1127         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1128
1129 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1130
1131         * spam-stat.el (spam-stat-load): Fix typo in message.
1132
1133 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1134
1135         * dig.el (dig-invoke): Fix typo in docstring.
1136         (query-dig): Reflow docstring.
1137
1138 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1139
1140         * gnus-art.el (gnus-article-encrypt-body):
1141         * message.el (message-check-recipients):
1142         * mm-util.el (mm-codepage-setup):
1143         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1144         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1145
1146 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1147
1148         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1149         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1150         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1151         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1152         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1153
1154 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1155
1156         * dig.el: Add "Keywords: comm", as per net-utils.el.
1157
1158 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1159
1160         * dig.el (dig-mode): Use define-derived-mode.
1161
1162 2009-09-19  Glenn Morris  <rgm@gnu.org>
1163
1164         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1165
1166 2009-09-18  Glenn Morris  <rgm@gnu.org>
1167
1168         * gnus-diary.el (gnus-diary-check-message):
1169         * message.el (message-insert-formatted-citation-line):
1170         * nnbabyl.el (top-level):
1171         * nndiary.el (nndiary-schedule):
1172         Fix typos in condition-case handlers.
1173
1174 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1175
1176         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1177         configuration that provides the sole article window in a frame;
1178         position point correctly after deleting a part.
1179
1180 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1181
1182         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1183         (spam-resolve-registrations-routine): Use it to unregister articles
1184         that change status.
1185
1186 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1187
1188         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1189         with XEmacs.
1190         (parse-time-string-chars): Use it.
1191
1192 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1193
1194         * imap.el (imap-interactive-login): Better messages.
1195         (imap-open): Fix bug with renamed buffer on reconnect.
1196         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1197         for easier debugging and cleaner code.  On successful (guessed based on
1198         server capabilities) secondary authentication, set imap-state
1199         correctly.
1200         (imap-last-authenticator): Define imap-last-authenticator as a variable
1201         to avoid warnings.
1202
1203 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1204
1205         * nnrss.el (nnrss-request-article): Remove binding of
1206         default-enable-multibyte-characters that has gotten needless by
1207         the 2007-07-13 change in rfc2047-encode-message-header.
1208
1209         * mml.el (mml-insert-multipart): Error on the message header.
1210         (mml-insert-part): Error on the message header; position point at
1211         the end of a MIME tag.
1212
1213 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1214
1215         * time-date.el (autoload): Expand define-obsolete-function-alias into
1216         defalias and make-obsolete for old Emacsen that Gnus supports.
1217         (with-no-warnings): Define it for old Emacsen.
1218         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1219         is available.
1220         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1221         float-time is available; suppress compile warning for time-to-seconds.
1222
1223         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1224         (gnus-float-time): Alias to float-time if it exists.
1225
1226         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1227         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1228         float-time is available; suppress compile warning for time-to-seconds.
1229
1230         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1231         XEmacs.
1232
1233 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1234
1235         * imap.el (imap-message-map): Docstring fix.
1236
1237 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1238
1239         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1240         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1241         Add the optional argument `encoding' that overrides the default.
1242
1243         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1244         mm-encode-buffer.
1245
1246 2009-09-04  Glenn Morris  <rgm@gnu.org>
1247
1248         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1249         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1250         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1251         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1252         * mm-util.el (mm-with-unibyte-current-buffer)
1253         (mm-find-buffer-file-coding-system):
1254         * yenc.el (yenc-decode-region): Use default-value rather than
1255         default-enable-multibyte-characters.
1256
1257 2009-09-03  Glenn Morris  <rgm@gnu.org>
1258
1259         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1260         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1261         than default-enable-multibyte-characters.
1262
1263 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1264
1265         * gnus-art.el (gnus-article-read-summary-keys):
1266         Fix gnus-buffer-configuration's value temporarily used.
1267
1268 2009-09-02  Glenn Morris  <rgm@gnu.org>
1269
1270         * gnus-util.el (gnus-float-time): New function.
1271         * gnus-delay.el (gnus-delay-article):
1272         * gnus-sum.el (gnus-thread-latest-date):
1273         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1274         * nnspool.el (nnspool-request-newgroups):
1275         Use gnus-float-time rather than time-to-seconds.
1276         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1277
1278         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1279         (gnus-header-subject-face, gnus-header-newsgroups-face)
1280         (gnus-header-name-face, gnus-header-content-face):
1281         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1282         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1283         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1284         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1285         (gnus-cite-face-11):
1286         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1287         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1288         (gnus-server-closed-face, gnus-server-denied-face)
1289         (gnus-server-offline-face):
1290         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1291         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1292         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1293         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1294         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1295         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1296         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1297         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1298         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1299         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1300         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1301         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1302         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1303         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1304         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1305         (gnus-summary-high-undownloaded-face)
1306         (gnus-summary-low-undownloaded-face)
1307         (gnus-summary-normal-undownloaded-face)
1308         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1309         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1310         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1311         (gnus-splash-face):
1312         * message.el (message-header-to-face, message-header-cc-face)
1313         (message-header-subject-face, message-header-newsgroups-face)
1314         (message-header-other-face, message-header-name-face)
1315         (message-header-xheader-face, message-separator-face)
1316         (message-cited-text-face, message-mml-face):
1317         * sieve-mode.el (sieve-control-commands-face)
1318         (sieve-action-commands-face, sieve-test-commands-face)
1319         (sieve-tagged-arguments-face):
1320         * spam.el (spam-face):
1321         Mark face aliases with "-face" in the name as obsolete.
1322
1323 2009-09-01  Glenn Morris  <rgm@gnu.org>
1324
1325         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1326         than goto-line.
1327
1328 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1329
1330         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1331         Don't move point if the command is invoked inside the message header.
1332
1333 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1334
1335         * imap.el (imap-send-command): Simplify.
1336         (imap-wait-for-tag): point-max -> buffer-size.
1337
1338 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1339
1340         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1341         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1342         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1343         * nnir.el (nnir-swish-e-index-file):
1344         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1345         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1346         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1347         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1348         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1349         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1350
1351 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1352
1353         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1354         Don't save excursion.
1355
1356 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1357
1358         * nnheader.el (nnheader-find-file-noselect):
1359         * mm-util.el (mm-insert-file-contents):
1360         Use (default-value 'major-mode) instead of default-major-mode.
1361
1362 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1363
1364         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1365
1366 2009-08-26  Glenn Morris  <rgm@gnu.org>
1367
1368         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1369         than placing in files.el.
1370
1371 2009-08-25  Glenn Morris  <rgm@gnu.org>
1372
1373         * nnir.el (top-level): Don't require cl at run-time.
1374         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1375         Replace cl-function substitute with gnus-replace-in-string.
1376         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1377         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1378         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1379         simplified expansions.
1380
1381 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1382
1383         * dig.el (dig): Add autoload cookie.
1384
1385 2009-08-22  Glenn Morris  <rgm@gnu.org>
1386
1387         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1388         goto-line.
1389
1390 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1391
1392         * parse-time.el (parse-time-string-chars): Save match data.
1393
1394 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1395
1396         * parse-time.el (parse-time-string-chars): Compute using character
1397         classes, to handle non-ascii characters (Bug#3190).
1398
1399 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1400
1401         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1402
1403         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1404         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1405         (gnus-mm-display-part, gnus-mime-display-single)
1406         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1407         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1408
1409         * gnus-sum.el
1410         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1411         (gnus-summary-move-article): Add expirable mark to articles copied or
1412         moved to group that has auto-expire turned on if the option is non-nil.
1413
1414 2009-07-24  Glenn Morris  <rgm@gnu.org>
1415
1416         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1417         Fix typo.  (Bug#3903)
1418
1419 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1420
1421         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1422         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1423         that should not be used for draft articles.
1424         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1425         that has no concern in minor mode keys.
1426         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1427         Abolish.
1428
1429 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1430
1431         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1432         article without making inquiry to a user for unknown encoding.
1433
1434         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1435         (nnmaildir--scan): Assume i-node and device number that file-attributes
1436         returns might be cons-cell.
1437
1438         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1439
1440         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1441
1442 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1443
1444         * auth-source.el: Remove docs now in auth.texi.  Don't use
1445         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1446         `auth-source-hide-passwords' and use them.
1447
1448 2009-07-15  Glenn Morris  <rgm@gnu.org>
1449
1450         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1451
1452 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1453
1454         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1455         excessive whitespace from the default values of title and description.
1456
1457 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1458
1459         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1460         mail-fetch-field to fetch Content-Description header in order to
1461         exclude newlines.
1462
1463 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1464
1465         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1466         format used by GnuPG 2.0.11.
1467
1468 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1469
1470         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1471         to deleted part.
1472
1473 2009-05-30  David Engster  <dengste@eml.cc>
1474
1475         * nnmairix.el: Remove old documentation in the commentary block.
1476         (nnmairix-request-group): Do not update active file for nnml back ends.
1477         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1478         end so that overview files are ignored.
1479         (nnmairix-update-groups): Make updating the groups more robust by using
1480         marks.
1481         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1482         with dollar characters in message-id.
1483
1484 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1485
1486         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1487         2008-12-25 in dns.el.
1488
1489 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1490
1491         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1492         could happen if the text is only composed of spaces and/or tabs.
1493
1494 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1495
1496         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1497         when sending a queued message to avoid extra mml tags.
1498
1499 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1500
1501         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1502
1503 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1504
1505         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1506         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1507         rmail-toggle-header for XEmacs;
1508         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1509
1510 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1511
1512         * gnus-dired.el: Remove autoload for gnus-setup-message.
1513         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1514         displaying Gnus logo; always use compose-mail.
1515
1516 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1517
1518         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1519
1520 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1521
1522         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1523         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1524         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1525         available.
1526         (gnus-nocem-epg-verify): New function.
1527
1528 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1529
1530         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1531
1532 2009-02-15  Glenn Morris  <rgm@gnu.org>
1533
1534         * gnus-util.el (rmail-insert-rmail-file-header)
1535         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1536         autoloads.
1537         (rmail-default-rmail-file): Remove unnecessary declaration.
1538         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1539
1540 2009-02-14  Glenn Morris  <rgm@gnu.org>
1541
1542         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1543         variable (only used in gnus-util, which declares it anyway).
1544         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1545         which was only needed by gnus-art (changed to not use it any more).
1546         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1547         only used in gnus-util, which autoloads it itself.
1548         (rmail-update-summary): Fix autoload.
1549
1550         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1551         rather than rmail-output-to-rmail-file.
1552
1553 2009-02-07  Glenn Morris  <rgm@gnu.org>
1554
1555         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1556         autoload of function that no longer exists.
1557         (rmail-toggle-header): Declare.
1558         (message-forward-rmail-make-body): Handle mbox Rmail.
1559
1560 2009-01-31  Glenn Morris  <rgm@gnu.org>
1561
1562         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1563         2009-01-09 change.
1564
1565 2009-01-31  Dave Love  <fx@gnu.org>
1566
1567         * imap.el (imap-fetch-safe): Bind debug-on-error.
1568         (imap-debug): Add imap-fetch-safe.
1569
1570 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1571
1572         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1573         (auth-source-forget-all-cached): New convenience function.
1574         (auth-source-user-or-password): Accept list of modes or a single mode.
1575
1576         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1577         auth-source modes.
1578
1579         * netrc.el (netrc-machine-user-or-password): Use list of
1580         auth-source modes.
1581
1582         * nnimap.el (nnimap-open-connection): Use list of
1583         auth-source modes.
1584
1585         * nntp.el (nntp-send-authinfo): Use list of
1586         auth-source modes.
1587
1588 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1589
1590         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1591         now.
1592
1593 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1594
1595         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1596         coding system in XEmacs; add a workaround for XEmacs.
1597
1598         * lpath.el: Fbind coding-system-aliasee.
1599
1600 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1603         of current-language-environment.
1604
1605 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1606
1607         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1608         available at runtime.
1609
1610 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1611
1612         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1613
1614 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1615
1616         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1617         the greatest positive fixnum value doesn't work under an XEmacs with
1618         bignum support; use the most-positive-fixnum constant instead,
1619         available since Emacs 21.1 with cl and XEmacs 21.1.
1620
1621 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1622
1623         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1624         XEmacs gets not to work.
1625
1626 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1627
1628         * mm-util.el (mm-coding-system-priorities): Allow the value like
1629         "Japanese (UTF-8)" of current-language-environment.
1630
1631 2009-01-09  Glenn Morris  <rgm@gnu.org>
1632
1633         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1634         with last-command-event.
1635
1636 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1637
1638         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1639         in the doc string.
1640
1641         * message.el (message-fix-before-sending): Amend comment.
1642
1643 2009-01-08  Dave Love  <fx@gnu.org>
1644
1645         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1646
1647 2009-01-07  David Engster  <dengste@eml.cc>
1648
1649         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1650         simplified server definitions by converting it via
1651         gnus-server-to-method.
1652
1653 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1654
1655         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1656         parameter's operands.
1657
1658 2009-01-06  David Engster  <dengste@eml.cc>
1659
1660         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1661         primary select method (for gnus-group-mark-article-as-read).
1662
1663 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1664
1665         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1666         `(gnus)Face', not `(gnus)X-Face'.
1667
1668 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1669
1670         * mm-util.el (mm-ucs-to-char): New function.
1671
1672         * mm-url.el (mm-url-decode-entities): Use it.
1673
1674         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1675         unicode-to-char.
1676
1677 2009-01-05  Dave Love  <fx@gnu.org>
1678
1679         * time-date.el: Require cl for `declare'.
1680
1681 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1682
1683         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1684         Dave Love.
1685
1686 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1687
1688         * message.el (message-fix-before-sending): Add `eight-bit' to
1689         illegible-text check.
1690
1691 2009-01-03  Michael Olson  <mwolson@gnu.org>
1692
1693         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1694         `headers' is nil.  This can occur if the IMAP server does not have
1695         permissions to read messages from a folder, but can write new messages
1696         to the folder.
1697         (nnimap-request-article-part): Do not insert `data' if it is nil.
1698
1699         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1700         characters which will confuse `read', so skip past them.
1701
1702 2009-01-01  Dave Love  <fx@gnu.org>
1703
1704         * imap.el (imap-string-to-integer): Fix typo.
1705         (imap-fetch-safe): New function.
1706         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1707
1708         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1709
1710         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1711         (imap-parse-greeting): Fix doc strings.
1712         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1713         (imap-parse-flag-list): Make messages unique.
1714         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1715
1716         * nnimap.el: Fix author email.
1717         (nnimap-split-rule): Add FIXME comment.
1718         (nnimap-debug): Fix doc string.
1719
1720 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1721
1722         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1723
1724 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1725
1726         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1727         nslookup if resolv.conf isn't available.
1728         (dns-query): Rename from query-dns.
1729         (dns-query-cached): Rename from query-dns-cached.
1730
1731 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1732
1733         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1734         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1735         to check if those variables exist (first appeared in Emacs 18.50).
1736
1737 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1738
1739         * mm-util.el (mm-line-number-at-pos): New function.
1740
1741         * spam-report.el (spam-report-process-queue): Use it.
1742
1743 2008-12-24  David Engster  <dengste@eml.cc>
1744
1745         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1746         parameters that haven't existed as variables as buffer-local variables.
1747
1748 2008-12-23  Dave Love  <fx@gnu.org>
1749
1750         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1751         cadar.
1752
1753         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1754         imap-starttls-p.
1755         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1756
1757 2008-12-22  Dave Love  <fx@gnu.org>
1758
1759         * imap.el: Fix author email.  Doc fixes.
1760         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1761         reply.
1762
1763 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1764
1765         * spam-report.el (spam-report-gmane-max-requests): New constant.
1766         (spam-report-gmane-wait): New variable.
1767         (spam-report-gmane-ham, spam-report-gmane-spam)
1768         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1769         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1770         the server.
1771
1772         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1773         Add explanations.
1774
1775         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1776         nnheader-accept-process-output and nnheader-read-timeout if available.
1777         (pop3-movemail): Use it.
1778
1779         * message.el (message-check-news-body-syntax): Fix signature check if
1780         there's an attachment.
1781
1782 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1783
1784         * mm-util.el: Add comments to the mm- emulating functions.
1785
1786 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1787
1788         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1789         by Stephen Berman <stephen.berman@gmx.net>.
1790
1791 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1792
1793         * mm-util.el (mm-substring-no-properties): New function.
1794         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1795         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1796         (mm-string-to-multibyte): Doc fix.
1797
1798         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1799
1800 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1801
1802         * mml.el (mml-attach-file): Strip text properties from file name.
1803         (Bug#1574)
1804
1805 2008-12-16  Glenn Morris  <rgm@gnu.org>
1806
1807         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1808
1809 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1810
1811         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1812         knows since the charset specified might be a bogus alias that
1813         mm-charset-synonym-alist provides.
1814
1815 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1816
1817         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1818         "ISO_8859-1".
1819
1820         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1821
1822 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1823
1824         * mm-util.el (mm-charset-eval-alist):
1825         Define it before mm-charset-to-coding-system.
1826         (mm-charset-to-coding-system): Add optional argument `silent';
1827         define it before mm-charset-override-alist.
1828         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1829         default value if it can be used in Emacs currently running;
1830         silence mm-charset-to-coding-system.
1831
1832 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1833
1834         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1835         `allow-override' which says whether to use `mm-charset-override-alist'.
1836         (rfc2047-decode-encoded-words): Use it.
1837
1838         * mm-util.el (mm-charset-override-alist): Fix custom type;
1839         add `(gb2312 . gbk)' to choices.
1840
1841 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1844         fast.
1845
1846         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1847
1848         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1849
1850 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1851
1852         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1853         on links.
1854
1855         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1856
1857 2008-12-03  Lute Kamstra  <lute@gnu.org>
1858
1859         * sha1.el: Remove leading * from docstrings of defcustoms,
1860         deffaces, defconsts and defuns.
1861
1862 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1863
1864         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1865         users' addresses that don't have domain parts.
1866         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1867         rather than message-narrow-to-head since there will be the message
1868         header separator.
1869
1870 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1871
1872         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1873         since the result is inserted in a unibyte buffer anyway.
1874         (nnimap-demule-use-string-to-multibyte): Remove.
1875         (nnimap-demule): Alias it to mm-string-to-multibyte.
1876
1877 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1878
1879         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1880         variable for debugging bug#464 and bug#1174.
1881         (nnimap-demule): Use it.
1882
1883 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1884
1885         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1886         score calculation correctly.
1887
1888 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1889
1890         * message.el (message-send-mail): Just set the buffer to unibyte
1891         rather than use mm-with-unibyte-current-buffer which does a lot more.
1892         (message-send-mail-partially): Don't bother with
1893         mm-with-unibyte-current-buffer since it's already been made unibyte by
1894         message-send-mail.
1895
1896 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1897
1898         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1899
1900 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1901
1902         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1903
1904 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1905
1906         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1907         require itself and to remove `with-no-warnings'.
1908
1909 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1910
1911         * starttls.el (starttls-any-program-available): Get the name of the
1912         available TLS layer program.
1913         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1914         well as the host name in the "opening" message.
1915
1916         * auth-source.el (auth-source-cache, auth-source-do-cache)
1917         (auth-source-user-or-password): Cache passwords and logins by default,
1918         allow override with `auth-source-do-cache'.
1919         (auth-source-forget-user-or-password): Allow users to remove cache
1920         entries if needed.
1921
1922 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1923
1924         * md4.el (md4-buffer): Fix typo in docstring.
1925         (md4, md4-64): Doc fixes.
1926         (md4-pack-int32): Reflow docstring.
1927
1928 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1929
1930         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1931         condition-case to only the forward-sexp call.
1932
1933 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1934
1935         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1936         quotes contained.  Make it more robust regardless by an extra
1937         condition-case wrapper.
1938
1939 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1940
1941         * lpath.el: No need to fbind codepage-setup for Emacs 23.
1942
1943 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1944
1945         * nnml.el (nnml-request-expire-articles): Check if the function set to
1946         `nnmail-expiry-target' returns the symbol `delete'.
1947
1948         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1949
1950         * nnmail.el (nnmail-expiry-target): Fix custom type.
1951
1952 2008-10-02  Glenn Morris  <rgm@gnu.org>
1953
1954         * mm-util.el (mm-codepage-setup): Tweak codepage error.
1955         Silence compiler warning.
1956
1957 2008-10-01  Magnus Henoch  <mange@freemail.hu>
1958
1959         * tls.el (open-tls-stream): Show the actual command being
1960         executed, instead of the format string.
1961
1962 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1963
1964         * lpath.el: Fbind codepage-setup for Emacs 23.
1965
1966 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
1967
1968         * mml.el (mml-menu): Don't assume mml2015 is bound.
1969
1970 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1971
1972         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1973         exists.
1974
1975 2008-09-27  Glenn Morris  <rgm@gnu.org>
1976
1977         * gnus-util.el (mail-header-remove-comments): Autoload it.
1978
1979 2008-09-27  Andreas Schwab  <schwab@suse.de>
1980
1981         * gnus-util.el (gnus-split-references): Strip comments.
1982         (gnus-parent-id): Likewise.
1983
1984 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
1985
1986         * message.el (message-confirm-send): Fix version.
1987
1988 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1989
1990         * message.el (message-idna-to-ascii-rhs-1): Use
1991         mail-extract-address-components rather than mail-header-parse-addresses
1992         that is an alias by default to ietf-drums-parse-addresses that does not
1993         support non-ASCII names in headers' contents.
1994
1995 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1996
1997         * message.el (message-confirm-send): Fixed variable documentation to
1998         avoid the "y/n" wording.
1999
2000 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2001
2002         * message.el (message-set-auto-save-file-name): Save to a different
2003         filename so multiple messages (especially drafts) can be recovered.
2004
2005 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2006
2007         * message.el (message-confirm-send): Add appropriate version.
2008
2009 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2010
2011         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2012         defvar.
2013
2014 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2015
2016         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2017         (mm-pkcs7-enveloped-magic): Ditto.
2018
2019 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2020
2021         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2022         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2023
2024 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2025
2026         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2027         default, it's better.
2028
2029 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2030
2031         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2032         summary line gnus-number property and ignore them (with a warning
2033         message).
2034
2035 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2036
2037         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2038         macro caddr in the interactive form since it won't be expanded.
2039
2040 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2041
2042         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2043         `charset'; fix name of function called recursively.
2044         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2045
2046 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2047
2048         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2049         (gnus-mime-set-charset-parameters): New function.
2050         (gnus-mime-view-part-as-charset): Use it to correctly display part
2051         specifying wrong charset.
2052
2053 2008-09-08  David Engster  <dengste@eml.cc>
2054
2055         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2056         in completing-read for back end server.
2057
2058 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2059
2060         * message.el (message-confirm-send): New variable to confirm sending a
2061         message.
2062         (message-send): Use it.
2063
2064 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2065
2066         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2067
2068 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2069
2070         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2071
2072 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2073
2074         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2075         prevent tracking too many groups.
2076         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2077         Use it.
2078
2079 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2080
2081         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2082         moving point to the bottom of the window in order to avoid recentering.
2083
2084 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2085
2086         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2087
2088         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2089         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2090         (gnus-article-beginning-of-window): Fix calculation.
2091
2092 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2093
2094         * gnus-msg.el (gnus-summary-supersede-article)
2095         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2096         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2097         message header.
2098
2099 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2100
2101         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2102         pending output coming after the status change.
2103
2104 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2105
2106         * message.el:
2107         * gnus-start.el:
2108         * gnus-registry.el: Remove VMS support.
2109
2110 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2111
2112         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2113         macro.
2114         (rfc2104-hash): Use it.
2115
2116 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2117
2118         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2119         (gnus-summary-sort-by-most-recent-date): New commands.
2120         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2121         and menu entries.
2122
2123 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2124
2125         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2126         don't redisplay article for raw contents; remove plural articles stuff.
2127
2128         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2129         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2130         on gnus-summary-save-article; display results properly.
2131
2132 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2133
2134         * lpath.el: No need to fbind ns-focus-frame.
2135
2136 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2137
2138         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2139
2140 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2141
2142         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2143         gnus-save-all-headers.
2144
2145 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2146
2147         * gnus-util.el (ns-focus-frame): Remove declaration.
2148         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2149         like x.
2150
2151 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2152
2153         * rfc2104.el (rfc2104-zero): Delete defconst.
2154         (rfc2104-hex-alist): Likewise.
2155         (rfc2104-hex-to-int): Delete func.
2156         (rfc2104-hexstring-to-bitstring): Likewise.
2157         (rfc2104-nybbles): New defconst.
2158         (rfc2104-hash): Rewrite for speed.
2159
2160 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2161
2162         * tls.el (open-tls-stream): Make it work with the 2nd argument
2163         BUFFER that is a string but does not exist as a buffer object, as
2164         mentioned in the doc-string.
2165
2166 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2167
2168         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2169         SXEmacs.
2170
2171 2008-07-16  Glenn Morris  <rgm@gnu.org>
2172
2173         * gnus-util.el (ns-focus-frame): Declare for compiler.
2174
2175 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2176
2177         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2178         set as a group parameter.
2179         (gnus-summary-save-in-pipe): Work when it is called independently.
2180         (gnus-summary-pipe-to-muttprint): Don't modify
2181         gnus-summary-pipe-output-default-command.
2182
2183 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2184
2185         * message.el (message-send-mail-with-sendmail):
2186         Display the error message.
2187
2188 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2189
2190         * gnus-art.el (gnus-default-article-saver):
2191         Add gnus-summary-save-in-pipe to choices.
2192         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2193         gnus-summary-pipe-output-default-command as the default command.
2194         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2195         instead of gnus-last-shell-command.
2196
2197         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2198         New user option.
2199         (gnus-summary-muttprint-program): Mention the value will be changed.
2200         (gnus-summary-save-article): Force showing of all headers.
2201         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2202
2203 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2204
2205         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2206
2207 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2208
2209         * nnimap.el (nnimap-id):
2210         * sieve-manage.el (sieve-manage-open): Doc fixes.
2211
2212 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2213
2214         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2215         if available.
2216
2217 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2218
2219         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2220
2221         * nnkiboze.el (nnkiboze-generate-group):
2222         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2223
2224         * nnmairix.el: Require CL.
2225
2226 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2227
2228         * dgnushack.el: Autoload get-display-table and put-display-table for
2229         XEmacs 21.5.
2230
2231         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2232         21.4 and SXEmacs.
2233
2234 2008-06-15  David Engster  <dengste@eml.cc>
2235
2236         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2237
2238 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2239
2240         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2241         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2242         runtime choice under XEmacs.
2243
2244         * gnus-sum.el (gnus-summary-set-display-table):
2245         Use `gnus-put-display-table', `gnus-get-display-table',
2246         `gnus-set-display-table' for the display table, instead of `aset'.
2247
2248         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2249         Use `gnus-put-display-table', `gnus-get-display-table',
2250         `gnus-set-display-table' for the display table.
2251
2252 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2253
2254         * nnmairix.el: Add autoloads.
2255
2256 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2257
2258         * nnmairix.el (nnmairix-delete-recreate-group)
2259         (nnmairix-update-and-clear-marks): Fix error messages.
2260
2261 2008-06-14  David Engster  <dengste@eml.cc>
2262
2263         * nnmairix.el: Upgrade to version 0.6.
2264         (nnmairix-group-toggle-propmarks-this-group)
2265         (nnmairix-group-toggle-readmarks-this-group)
2266         (nnmairix-group-delete-recreate-this-group)
2267         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2268         (nnmairix-remove-tick-mark-original-article): New commands.
2269         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2270         (nnmairix-propagate-marks-to-nnmairix-groups)
2271         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2272         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2273         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2274         functions needed for marks propagation and manipulation of read marks.
2275         (nnmairix-update-groups): New function.
2276         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2277         (nnmairix-determine-original-group-from-registry)
2278         (nnmairix-determine-original-group-from-path)
2279         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2280         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2281         New helper functions.
2282         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2283         keystrokes for new commands.
2284         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2285         (nnmairix-request-group): Check allow-fast group parameter.
2286         (nnmairix-request-create-group): Set allow-fast group parameter if
2287         nnmairix-allowfast-default is set.
2288         (nnmairix-close-group): Propagate marks upon closing if needed.
2289         (nnmairix-group-toggle-threads-this-group): Use new.
2290         nnmairix-group-toggle-parameter helper function.
2291         (nnmairix-search): Better check for empty search result.
2292         (nnmairix-goto-original-article): Use new helper functions for
2293         determining original article.
2294         (nnmairix-show-original-article): Make sure message-id is in brackets.
2295         (nnmairix-call-mairix-binary): Change variable name.
2296         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2297         helper function.
2298         (nnmairix-widget-toggle-activate): Fix doc string.
2299
2300 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2301
2302         * nnir.el: Require edmacro when compiling with XEmacs.
2303         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2304         available in Emacs 21.
2305
2306 2008-06-11  Glenn Morris  <rgm@gnu.org>
2307
2308         * gnus-util.el (x-focus-frame):
2309         * gnus.el (image-size):
2310         * mm-decode.el (image-size): Declare.
2311
2312         * gnus-picon.el (declare-function): Add compat definition.
2313         (image-size): Declare.
2314
2315         * gnus-group.el (tool-bar-map):
2316         * gnus-sum.el (tool-bar-map): Define for compiler.
2317
2318         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2319
2320         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2321
2322         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2323         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2324         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2325         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2326         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2327         * sieve-manage.el, spam-report.el, spam.el:
2328         Remove unnecessary eval-and-compile of autoloads.
2329
2330 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2331
2332         * auth-source.el: Precise Tramp doc.
2333
2334 2008-06-07  Glenn Morris  <rgm@gnu.org>
2335
2336         * nnmairix.el: Remove unnecessary eval-when-compile.
2337
2338 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2339
2340         * lpath.el: Fbind propertize for XEmacs 21.4.
2341
2342 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2343
2344         * nnir.el: Move here from ../contrib.
2345
2346 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2347
2348         * gnus-util.el (gnus-read-shell-command): New function.
2349         * mm-decode.el (mm-pipe-part):
2350         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2351
2352 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2353
2354         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2355
2356 2008-06-03  Glenn Morris  <rgm@gnu.org>
2357
2358         * pop3.el (nnheader-accept-process-output): Autoload it.
2359
2360 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2361
2362         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2363         are not 2-digit hexadecimal characters that follow `%'s.
2364
2365 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2366
2367         * message.el (message-bogus-recipient-p): Fix type in doc string.
2368         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2369         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2370         Improve custom options.
2371         (message-bogus-recipient-p): Adjust accordingly.
2372
2373 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2374
2375         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2376         long-form month and day names.
2377
2378 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2379
2380         * dgnushack.el: Autoload debug, eudc-expand-inline and
2381         pgg-snarf-keys-region for XEmacs.
2382
2383         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2384
2385         * nnmairix.el: Require edmacro when compiling with XEmacs.
2386
2387 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2388
2389         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2390         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2391
2392 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2393
2394         * auth-source.el: Add more docs.
2395
2396         * netrc.el (netrc-machine): Always match if the port is not given.
2397
2398 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2399
2400         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2401         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2402         retrieval faster in some cases, but might make CPU usage larger.  If
2403         this has any bad side effects, we might revert this change.
2404
2405         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2406         seems to make mail retrieval much, much faster.
2407         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2408         unconditionally.
2409
2410         * gnus-draft.el (gnus-group-send-queue): Bind
2411         message-send-mail-partially-limit to nil to avoid being prompted.
2412
2413 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2414
2415         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2416
2417         * message.el (message-bogus-address-regexp): Fix and improve custom
2418         type.
2419         (message-setup-hook): Add message-check-recipients as custom option.
2420
2421 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2422
2423         * message.el (message-cite-function): Remove bogus autoload which crept
2424         in during merge from v5-10.
2425
2426 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2427
2428         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2429
2430         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2431
2432         * auth-source.el: Preliminary Tramp docs.
2433         (auth-sources): Change the default auth-sources to use
2434         EPA .gpg files.
2435
2436 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2437
2438         * nntp.el: Autoload `auth-source-user-or-password'.
2439         (nntp-send-authinfo): Use it.
2440
2441         * nnimap.el: Autoload `auth-source-user-or-password'.
2442         (nnimap-open-connection): Use it.
2443
2444         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2445         for the gnus-message function.
2446         (auth-source-user-or-password): Use it.
2447
2448 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2449
2450         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2451         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2452         (rfc2104-hash): Use it.
2453
2454 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2455
2456         * gnus-art.el (gnus-article-toggle-truncate-lines):
2457         Don't use `iff' in docstring.
2458
2459 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2460
2461         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2462
2463         * gnus-util.el (gnus-extract-address-component-name)
2464         (gnus-extract-address-component-email): Convenience functions around
2465         `gnus-extract-address-components'.
2466
2467         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2468         Use `gnus-extract-address-component-email' to fix bug of comparing full
2469         sender name to `user-mail-address'.
2470
2471 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2472
2473         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2474         catch/throw to optimize.
2475         (gnus-registry-find-keywords): Just use member to find a keyword.
2476
2477 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2478
2479         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2480         is current before calling gnus-server-prepare.
2481         (gnus-server-setup-buffer, gnus-server-update-server)
2482         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2483
2484 2008-05-04  Juri Linkov  <juri@jurta.org>
2485
2486         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2487         (mailcap-file-default-commands): Use mailcap-replace-in-string
2488         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2489         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2490
2491 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2492
2493         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2494
2495 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2496
2497         * gnus.el: Bump version to 0.11.
2498
2499 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2500
2501         * gnus.el: No Gnus v0.10 is released.
2502
2503 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2504
2505         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2506         hooks.
2507         (gnus-update-read-articles): Speed up non-marks-using users.
2508         (gnus-use-marks): Define gnus-use-marks.
2509         (gnus-propagate-marks): Rename variable to something more sensible.
2510
2511 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2512
2513         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2514         (gmm-image-load-path-for-library): Fix typos in docstrings.
2515         (gmm-message): Reflow docstring.
2516
2517 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2518
2519         * mail-source.el (mail-source-set-1, mail-source-bind):
2520         Move auth-source code out of the macro to clean it up and fix bugs.
2521
2522 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2523
2524         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2525         by sender if it's equal to user-mail-address, it's likely to be
2526         useless.
2527
2528         * mail-source.el (mail-source-bind): Don't use user or password if they
2529         are not bound.  Unintern them if they are nil.  Don't use server unless
2530         it's bound, and default it to empty string otherwise.
2531
2532 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2533
2534         * mail-source.el: Load auth-source.el.
2535         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2536         get user name or password, if auth-sources is set up.
2537
2538         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2539         strategy of splitting with parent.
2540         (gnus-registry-split-fancy-with-parent)
2541         (gnus-registry-post-process-groups): Use it and fix prior
2542         bug (returning a list as the split result).
2543
2544         * auth-source.el (auth-sources): Remove server parameter.
2545         (auth-source-pick, auth-source-user-or-password)
2546         (auth-source-user-or-password-imap)
2547         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2548         (auth-source-user-or-password-sftp)
2549         (auth-source-user-or-password-smtp): Remove server parameter.
2550
2551 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2552
2553         * smime.el (smime-sign-region, smime-encrypt-region)
2554         (smime-decrypt-region):
2555         Remove redundant calls to `generate-new-buffer-name'.
2556
2557 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2558
2559         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2560         Don't use QP for message/rfc822.
2561         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2562
2563 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2564
2565         * sieve-manage.el (sieve-string-bytes): Remove.
2566         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2567         correct byte-length only if the process's coding-system is the same as
2568         the one used internally by Emacs to represent strings.
2569
2570 2008-04-22  Juri Linkov  <juri@jurta.org>
2571
2572         * mailcap.el (mailcap-file-default-commands): New function.
2573
2574 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2575
2576         * message.el (message-signature-separator, message-cite-function):
2577         Change custom version.
2578
2579 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2580
2581         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2582         commands.
2583         (tls-checktrust): Ditto.
2584
2585 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2586
2587         * mm-decode.el (mm-display-external): Make temp file read-only.
2588
2589 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2590
2591         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2592         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2593         `C-c C-f d'.
2594
2595 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2596
2597         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2598
2599 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2600
2601         * gnus.el: Bump version to 0.9.
2602
2603 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2604
2605         * gnus.el: No Gnus v0.8 is released.
2606
2607 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2608
2609         * mail-source.el (mail-source-value):
2610         Prefer fboundp to functionp so it works with macros as well.
2611
2612 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2613
2614         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2615         Fix last change in case the element is not even a symbol.
2616
2617 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2618
2619         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2620         Prefer fboundp to functionp so it works with macros as well.
2621
2622 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2623
2624         * auth-source.el: Added docs.
2625         (auth-sources): Modify format to support server.
2626         (auth-source-pick, auth-source-user-or-password)
2627         (auth-source-user-or-password-imap)
2628         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2629         (auth-source-user-or-password-sftp)
2630         (auth-source-user-or-password-smtp): Add server parameter.
2631
2632 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2633
2634         * gnus-registry.el: Initialize the registry when gnus-registry-install
2635         is t.
2636
2637 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2638
2639         * compface.el (uncompface): Make buffer unibyte.
2640
2641 2008-04-05  Glenn Morris  <rgm@gnu.org>
2642
2643         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2644
2645 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2646
2647         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2648         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2649
2650         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2651         multibyteness after rather than before erasing it.
2652
2653         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2654         mm-with-multibyte.
2655         (gnus-request-article-this-buffer): Make sure the proper decoding is
2656         used if gnus-original-article-buffer happens to be unibyte.
2657
2658         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2659         default-enable-multibyte-characters.
2660
2661         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2662         default-enable-multibyte-characters.
2663
2664         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2665
2666         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2667
2668 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2669
2670         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2671         (imap-message-copyuid-1): Use it.
2672         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2673         J. Williams in
2674         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2675
2676         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2677         imap-enable-exchange-bug-workaround.
2678         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2679
2680 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2681
2682         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2683         a 100 byte status-checks into a 2-3MB transfer for each group.
2684         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2685         to enable bug workaround or not.
2686         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2687
2688 2008-03-31  Glenn Morris  <rgm@gnu.org>
2689
2690         * message.el (mml2015-use): Declare for compiler.
2691         (message-info): Require mml2015 when appropriate.
2692
2693 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2694
2695         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2696         whitespace.
2697
2698 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2699
2700         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2701         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2702         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2703         (nntp-service-to-port): New function.
2704         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2705         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2706         (nntp-open-netcat-stream): New function.
2707         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2708
2709 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2710
2711         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2712
2713 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2714
2715         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2716
2717 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2718
2719         * dns.el (dns-write): Use set-buffer-multibyte.
2720
2721 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2722
2723         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2724
2725 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2726
2727         * message.el (message-signature-separator): Change default.
2728         Improve custom type.
2729         (message-cite-function): Change default to
2730         message-cite-original-without-signature.
2731
2732         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2733         toggle.
2734
2735         * message.el (message-check-news-body-syntax): Fix signature check.
2736         (message-setup-1): Mark buffer as unmodified _after_ running
2737         message-setup-hook and handling message-alternative-emails.
2738         (message-shorten-references): Be more strict when building list of
2739         valid references to comply with GNKSA.
2740
2741         * gnus-group.el (gnus-read-ephemeral-bug-group)
2742         (gnus-read-ephemeral-debian-bug-group)
2743         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2744
2745         * message.el (message-info): Don't use booleanp which isn't supported
2746         in Emacs 21 and XEmacs.
2747
2748 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2749
2750         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2751         gnus-group-gmane-group-download-format.
2752         (gnus-group-read-ephemeral-gmane-group): Rename from
2753         gnus-group-read-ephemeral-gmane-group.
2754         (gnus-read-ephemeral-gmane-group-url): Rename from
2755         gnus-group-read-ephemeral-gmane-group-url.
2756         (gnus-bug-group-download-format-alist): New variable.
2757         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2758         (gnus-read-ephemeral-emacs-bug-group): New commands.
2759
2760 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2761
2762         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2763         (gnus-visible-headers): Improve custom type.
2764
2765 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2766
2767         * mml.el (mml-menu): Add workarounds for XEmacs.
2768
2769         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2770         X-Boundary header.
2771
2772         * message.el (message-simplify-recipients): Fix previous commit.
2773
2774 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2775
2776         * mm-util.el (mm-set-buffer-multibyte): New function.
2777         * mm-decode.el (mm-copy-to-buffer): Use it.
2778
2779 2008-03-19  Glenn Morris  <rgm@gnu.org>
2780
2781         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2782         Accidentally removed in the sync process with Emacs.
2783
2784 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2785
2786         * message.el (message-alter-recipients-discard-bogus-full-name):
2787         New function.
2788         (message-alter-recipients-function): New variable.
2789         (message-get-reply-headers): Use it.
2790         (message-replace-header): New helper function.
2791         (message-recipients-without-full-name): New variable.
2792         (message-simplify-recipients): New command.
2793
2794         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2795
2796         * message.el (message-info): Handle EasyPG manual.
2797
2798         * mml.el (mml-menu): Add entry for EasyPG.
2799
2800 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2801
2802         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2803         parameter.
2804
2805         * message.el (message-disassociate-draft): Specify drafts group name
2806         fully.
2807
2808 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2809
2810         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2811         unnecessary duplicates from the match list.
2812
2813 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2814
2815         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2816
2817         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2818
2819         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2820         args of `how-many' of which the XEmacs version doesn't take; declare
2821         Info-index-next as function.
2822
2823 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2824
2825         * gnus-score.el (gnus-score-headers): Fix handling of
2826         gnus-inhibit-slow-scoring.
2827
2828         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2829         string.
2830         (gnus-button-url-regexp): Improve handling of parenthesis.
2831         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2832         (gnus-button-handle-info-keystrokes): Handle index entries.
2833
2834 2008-03-15  Glenn Morris  <rgm@gnu.org>
2835
2836         * parse-time.el (parse-time-string): Simplify.
2837
2838 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2839
2840         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2841         Incoming* files.
2842
2843 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2844
2845         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2846         (auth-source-pick): Use it.
2847
2848 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2849
2850         * binhex.el (binhex-decode-region-internal):
2851         * uudecode.el (uudecode-decode-region-internal):
2852         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2853         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2854         setting default-enable-multibyte-characters.
2855
2856 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2857
2858         * auth-source.el (auth-source-protocols)
2859         (auth-source-protocols-customize, auth-source-choices): Added and
2860         modified variable customizations and defaults.
2861         (auth-source-pick, auth-source-user-or-password)
2862         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2863         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2864         (auth-source-user-or-password-sftp)
2865         (auth-source-user-or-password-smtp): Use new variables and provide an
2866         interface to netrc.el.
2867
2868 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2869
2870         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2871         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2872         Make sure the nntp port to specify is a string.
2873
2874 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2875
2876         * nntp.el: Use with-current-buffer.
2877         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2878         dubious mm-with-unibyte-current-buffer.
2879         (nntp-with-open-group-function): New function extracted from
2880         nntp-with-open-group macro.
2881         (nntp-with-open-group): Use the function, so it's easier to debug.
2882         Add indentation and debugging info.
2883         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2884         the use of the netcat alternatives.
2885
2886         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2887         Avoid mm-string-as-multibyte as well.
2888
2889         * nnweb.el (nnweb-insert-html):
2890         Remove use of nnheader-string-as-multibyte.
2891
2892         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2893         (nnheader-string-as-multibyte): Remove.
2894
2895         * mm-view.el: Use inhibit-read-only.
2896         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2897         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2898         or unibyte-string.
2899
2900         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2901         (mm-uu-yenc-extract): Use with-current-buffer.
2902
2903         * gnus-soup.el (gnus-soup-send-packet): Don't use
2904         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2905
2906         * nnmh.el: Use with-current-buffer.
2907         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2908         mm-string-as-multibyte on the output of mm-encode-coding-string.
2909
2910         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2911         (nnimap-request-move-article): Use with-current-buffer.
2912
2913         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2914         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2915         conversion uses string-make-unibyte rather than string-as-unibyte.
2916
2917         * gnus-msg.el: Use with-current-buffer.
2918
2919         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2920
2921 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2922
2923         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2924         string for caching if it is 'PIN.
2925
2926 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2927
2928         * lpath.el: Consider the case without Emacs/W3.
2929
2930 2008-03-08  Glenn Morris  <rgm@gnu.org>
2931
2932         * time-date.el (date-to-time, time-subtract, time-add)
2933         (safe-date-to-time): Doc fixes.
2934
2935 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2936
2937         * mail-source.el (mail-source-delete-old-incoming-confirm):
2938         Change default to nil.
2939         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2940
2941 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2942
2943         * lpath.el: Rearrange.
2944
2945         * gnus-art.el (gnus-narrow-to-page): Position point properly.
2946         (gnus-article-goto-prev-page): Work for articles having ^L's.
2947
2948         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2949
2950         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2951
2952 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2953
2954         * gnus-bookmark.el: Adjust for renames in bookmark.el.
2955         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2956         (gnus-bookmark-jump): Adjust some variable names.
2957
2958 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2959
2960         * auth-source.el: New package.
2961         (auth-source-choices): Add customization entry point variable.
2962
2963         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2964         bug.
2965
2966 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
2967
2968         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2969         (gnus-registry-initialize, gnus-registry-install-p): Use it.
2970         (gnus-registry-install-shortcuts): Rename from
2971         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
2972         the `gnus-registry-mark-map' keymap dynamically from
2973         `gnus-registry-marks'.  The generated functions update the summary line
2974         when a registry mark is added or deleted, and will call
2975         `gnus-registry-install-p' (see the comments in the code).
2976         (gnus-registry-user-format-function-M): Use concat intelligently.
2977
2978         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2979         the registry mark functions.
2980
2981 2008-03-05  Glenn Morris  <rgm@gnu.org>
2982
2983         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2984         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2985         gnus-art.
2986         (top-level): No need to load own source when compiling.
2987
2988 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2989
2990         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2991         Suggested by <chris.anderton@zetnet.co.uk>.
2992
2993 2008-03-04  Glenn Morris  <rgm@gnu.org>
2994
2995         * gnus-sum.el (top-level): No need to require gnus when compiling,
2996         since unconditionally required near start of file.
2997         (gnus-summary-display-while-building): Move definition before use.
2998
2999 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3000
3001         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3002         formatting function.
3003
3004 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3005
3006         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3007         with plists.
3008         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3009         Use new format.
3010
3011 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3012
3013         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3014         `where-is-internal' that returns a range of key sequences.
3015
3016 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3017
3018         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3019
3020         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3021         (gnus-summary-jump-to-group): Consider windows on other displayed
3022         frames as well.  Similar changes might be needed elsewhere, but that's
3023         the one I've bumped into during my use.
3024
3025         * nndoc.el (nndoc-oe-dbx-type-p):
3026         * gnus-msg.el (gnus-debug):
3027         * gnus-group.el (gnus-update-group-mark-positions):
3028         Use mm-string-to-multibyte.
3029
3030 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3031
3032         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3033         doesn't handle NotDashEscaped.
3034
3035         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3036         (mml-dnd-attach-options): Fix typo in custom choice.
3037
3038         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3039         nndoc-article-type to mbox.
3040         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3041
3042         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3043         to nil, instead of html2text.
3044
3045         * imap.el (imap-debug): Add `imap-ping-server'.
3046
3047         * gnus-bookmark.el: Add FIXMEs.
3048
3049         * message.el (message-form-letter-separator)
3050         (message-send-form-letter-delay): New variables.
3051         (message-send-form-letter): Use them.  New command to send form
3052         letters.  Requested by Uwe Siart.
3053         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3054
3055 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3056
3057         * Update copyright years.
3058
3059 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3060
3061         Sync from EMACS_22_BASE.
3062
3063         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3064
3065 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3066
3067         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3068         empty author.
3069
3070 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3071
3072         * gnus-registry.el (gnus-registry-marks): Add variable for
3073         customization of marks and their appearance.
3074         (gnus-registry-read-mark): Use it.
3075         (gnus-registry-do-marks): Add utility function to loop through
3076         `gnus-registry-marks'.
3077         (gnus-registry-install-shortcuts-and-menus): Add function to install
3078         shortcuts and menus.
3079         (gnus-registry-initialize): Use it.
3080         (gnus-registry-default-mark): Clarify documentation.
3081
3082 2008-02-29  Glenn Morris  <rgm@gnu.org>
3083
3084         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3085         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3086         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3087         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3088         Change defcustom :version from 23.0 to 23.1.
3089
3090 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3091
3092         * gnus-registry.el (gnus-registry-follow-group-p)
3093         (gnus-registry-post-process-groups): Add functions to aid registry
3094         splitting and improve logging.  Clarify behavior in function
3095         documentation.
3096         (gnus-registry-split-fancy-with-parent): Use them.
3097
3098 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3099
3100         * gnus-art.el: Use with-current-buffer.
3101
3102 2008-02-27  David Engster  <dengste@eml.cc>
3103
3104         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3105         Express real group name in the response.
3106
3107 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3108
3109         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3110         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3111         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3112         autoload gnus-registry-fetch-group when compiling.
3113         (nnmairix-request-group-with-article-number-correction): Remove
3114         unreferenced argument passed to nnmairix-call-backend.
3115
3116 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3117
3118         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3119         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3120         Wilde.
3121
3122 2008-02-27  Glenn Morris  <rgm@gnu.org>
3123
3124         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3125         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3126         variables to defconsts.  Convert comments to doc-strings.
3127         (nnmairix-last-server, nnmairix-current-server): Convert from free
3128         variables to defvars.  Convert comments to doc-strings.
3129         (gnus-registry-fetch-group): Autoload.
3130         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3131         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3132         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3133         caddr.
3134         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3135         nnmairix-request-group-with-article-number-correction call.
3136         (nnmairix-fast, nnmairix-group): New, less general names, for free
3137         variables passed from nnmairix-request-group to
3138         nnmairix-request-group-with-article-number-correction.  Declare.
3139         (nnmairix-request-group-with-article-number-correction):
3140         Use nnmairix-fast, nnmairix-group rather than fast, group.
3141
3142 2008-02-26  David Engster  <dengste@eml.cc>
3143
3144         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3145         version 0.5.
3146
3147 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3148
3149         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3150         instead of making an extra function call.  Don't add the current group
3151         to articles only when they have the group.  Use
3152         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3153         Reported by David <de_bb@arcor.de>.
3154
3155 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3156
3157         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3158         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3159
3160 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3161
3162         * mail-source.el (mail-source-delete-incoming): Change default.
3163         Supplement doc string.
3164
3165         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3166
3167 2008-02-14  Glenn Morris  <rgm@gnu.org>
3168
3169         * time-date.el (format-seconds): New function.
3170
3171 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3172
3173         * nnmail.el (nnmail-message-id-cache-file): Derive from
3174         `gnus-home-directory'.
3175
3176 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3177
3178         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3179         Document negative prefix.
3180
3181         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3182
3183 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3184
3185         * message.el (message-unsent-separator): Add the Exim bounce
3186         separator.
3187
3188 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3189
3190         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3191         list.
3192         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3193         recipient/signer list.
3194
3195 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3196
3197         * Makefile.in (datarootdir): Define.
3198         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3199         name that might contain whitespace.
3200
3201 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3202
3203         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3204         fbound (Emacs 23 unicode), signal an error.
3205
3206 2008-02-08  Glenn Morris  <rgm@gnu.org>
3207
3208         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3209
3210 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3211
3212         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3213         ports to the calls to `netrc-machine-user-or-password' in addition to
3214         "imap" and "imaps".
3215
3216 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3217
3218         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3219
3220         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3221
3222 2008-02-01  Kenichi Handa  <handa@m17n.org>
3223
3224         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3225         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3226         (rfc2104-hash): Convert the result of concat to unibyte string.
3227
3228 2008-02-01  Dave Love  <fx@gnu.org>
3229
3230         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3231         coding-system-for-read.
3232         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3233
3234 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3235
3236         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3237         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3238         <hanche@math.ntnu.no>.
3239
3240 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3241
3242         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3243
3244         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3245
3246 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3247
3248         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3249         * message.el (message-beginning-of-line): Use featurep instead of bound
3250         tests in order to resolve conditionals at compile time.
3251
3252 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3253
3254         * mail-source.el (mail-sources): Add `group' choice.
3255
3256         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3257         parameter `in-group' to control into which group the articles go.
3258         Add treatment of `group' mail-source.
3259
3260 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3261
3262         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3263
3264         * mm-decode.el (mm-dissect-buffer): Decode description.
3265
3266         * mml.el (mml-to-mime): Encode message header first.
3267
3268 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3269
3270         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3271         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3272
3273         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3274         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3275
3276 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3277
3278         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3279
3280 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3281
3282         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3283         prefix keys.
3284         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3285         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3286         gnus-xmas.el.
3287
3288         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3289         (gnus-xmas-article-describe-bindings): New function.
3290         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3291         gnus-xmas-article-describe-bindings.
3292
3293         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3294
3295 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3296
3297         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3298         Add new variables for article mark management.
3299         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3300         list of extra data entries which, when present, will indicate that the
3301         article ID should not be trimmed from the registry.
3302         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3303         functions.
3304         (gnus-registry-read-mark): New function to read a mark name from the
3305         user.
3306         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3307         (gnus-registry-set-article-mark-internal): New functions to add and
3308         remove marks.
3309         (gnus-registry-get-article-marks): New function to show the marks for
3310         an article, or retrieve them for further use.
3311
3312 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3313
3314         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3315         keys when no argument is given.
3316
3317 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3318
3319         * imap.el (imap-ping-server): New variable.
3320         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3321         (imap-ping-server): Minor doc string fixes.
3322
3323 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3324
3325         * imap.el (imap-ping-server): New function.
3326         (imap-opened): Call imap-ping-server.
3327
3328 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3329
3330         * gnus-sum.el (gnus-article-sort-by-random)
3331         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3332         jidanni@jidanni.org.
3333
3334 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3335
3336         * gnus-art.el (gnus-article-describe-bindings): New function.
3337         (gnus-article-read-summary-keys): Use it.
3338         (gnus-article-mode-map): Bind `C-h b' to it.
3339
3340 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3341
3342         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3343         XEmacs.
3344         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3345         against non-character events.
3346
3347         * lpath.el: Fbind map-keymap for Emacs 21.
3348
3349 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3350
3351         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3352         command.
3353         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3354         instead of END.  Change name of the temp file.
3355         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3356         customizable.
3357
3358 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3359
3360         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3361         bind `S W' to gnus-article-wide-reply-with-original; set default
3362         binding to gnus-article-read-summary-send-keys.
3363         (gnus-article-read-summary-keys): Fix the order of keys; display
3364         continuation keys correctly in the echo area; describe bindings
3365         correctly when keys end with `C-h'.
3366         (gnus-article-read-summary-send-keys): New function.
3367         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3368         for gnus-article-read-summary-send-keys; display continuation keys
3369         correctly in the echo area.
3370         (gnus-article-reply-with-original): Ignore prefix argument.
3371         (gnus-article-wide-reply-with-original): New function.
3372
3373         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3374         Emacs 21.
3375
3376 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3377
3378         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3379         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3380
3381 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3382
3383         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3384         (gnus-group-read-ephemeral-gmane-group): New command.
3385
3386 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3387
3388         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3389
3390 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3391
3392         * message.el (message-send-mail-function): Increase custom version.
3393
3394         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3395         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3396
3397 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3398
3399         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3400         for the cases where imap-authenticate is called with a nil buffer
3401         parameter.
3402
3403 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3404
3405         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3406         html parts correctly; support forwarded messages.
3407         (gnus-article-browse-html-article): Remove work buffers.
3408
3409         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3410         compiling.
3411         (netrc-bound-and-true-p): New macro.
3412         (netrc-parse): Use it instead of bound-and-true-p that is not available
3413         in XEmacs 21.4.
3414
3415 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3416
3417         * gnus-registry.el (gnus-registry-mark-article)
3418         (gnus-registry-article-marks): Add functionality to mark articles
3419         through the Gnus registry.
3420
3421         * encrypt.el: Clarify documentation for the new pgg method.
3422         (encrypt-file-alist): Add PGG option.
3423         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3424         functionality.  Abstract password key and messaging to external
3425         functions.
3426         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3427         (encrypt-message-method-and-cipher): Add new convenience external
3428         functions.
3429         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3430         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3431
3432         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3433         (netrc-parse): Use encrypt-file-alist to determine if
3434         encrypt-find-model or encrypt-insert-file-contents should be used.
3435
3436         * encrypt.el: Clarify documentation.  Load password-cache or
3437         password, whichever one is found first, instead of autoloading.
3438
3439 2007-12-19  Glenn Morris  <rgm@gnu.org>
3440
3441         * mml.el (message-options-set, message-narrow-to-head)
3442         (message-in-body-p, message-mail-p, message-encode-message-body):
3443         Autoload.
3444         (message-remove-header, message-narrow-to-headers-or-head)
3445         (message-subscribed-p, message-make-mail-followup-to)
3446         (message-position-on-field, message-news-p)
3447         (message-options-set-recipient, message-generate-headers)
3448         (message-sort-headers): Declare as functions.
3449
3450 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3451
3452         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3453         convention in doc string.
3454
3455 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3456
3457         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3458         title to html parts.
3459         (gnus-article-browse-html-article): Pass message header to it.
3460
3461         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3462
3463 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3464
3465         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3466         or password compatible with XEmacs.
3467
3468 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3469
3470         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3471         format document.
3472         (gnus-mime-delete-part): Don't write description line if empty.
3473         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3474
3475 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
3476
3477         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3478         (gnus-summary-mark-read-and-unread-as-read)
3479         (gnus-summary-mark-current-read-and-unread-as-read)
3480         (gnus-summary-mark-unread-as-ticked): Doc fix.
3481         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3482
3483 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3484
3485         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3486         Christoph Conrad <christoph.conrad@gmx.de>.
3487
3488 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3489
3490         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3491         yes-or-no-p.
3492
3493 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3494
3495         * mm-decode.el (mm-add-meta-html-tag): New function.
3496         (mm-save-part-to-file, mm-pipe-part): Use it.
3497
3498         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3499         gnus-y-or-n-p instead of y-or-n-p.
3500         (gnus-article-browse-html-parts): Work with message/external-body; use
3501         mm-add-meta-html-tag.
3502
3503 2007-12-11  Glenn Morris  <rgm@gnu.org>
3504
3505         * gnus-cache.el: Require gnus-sum not just when compiling.
3506
3507         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3508
3509         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3510         definitions before use.
3511
3512         * mm-decode.el: Require gnus-util.
3513         (mm-remove-part): Only call delete-annotation on XEmacs.
3514
3515         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3516
3517         * nnmail.el: Require gnus-int.
3518
3519         * spam.el: Move `require's before `eval-when-compile's.
3520
3521         * gnus-ems.el (gnus-alive-p):
3522         * gnus-fun.el (message-goto-eoh):
3523         * gnus-util.el (gnus-group-name-decode):
3524         * mail-source.el (gnus-compress-sequence):
3525         * message.el (Info-goto-node, format-spec):
3526         * mm-bodies.el (message-options-get):
3527         * mm-decode.el (mm-view-pkcs7):
3528         * mm-util.el (gmm-write-region):
3529         * mml-smime.el (mml-compute-boundary)
3530         (gnus-completing-read-with-default):
3531         * mml.el (widget-button-press, gnus-make-hashtable):
3532         * mml1991.el (mm-decode-content-transfer-encoding)
3533         (mm-encode-content-transfer-encoding)
3534         (message-options-get, message-options-set):
3535         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3536         * nnfolder.el (gnus-request-group):
3537         * nnheader.el (ietf-drums-unfold-fws):
3538         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3539         * smime.el (gnus-run-mode-hooks):
3540         * spam-stat.el (gnus-message): Autoload.
3541
3542         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3543         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3544         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3545         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3546         Add declare-function compatibility definition.
3547
3548         * gnus-cache.el (nnvirtual-find-group-art):
3549         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3550         (gnus-add-image, gnus-add-wash-type):
3551         * gnus-group.el (nnkiboze-score-file):
3552         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3553         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3554         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3555         (message-tokenize-header, gnus-get-buffer-create)
3556         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3557         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3558         * gnus.el (gnus-group-decoded-name):
3559         * mail-source.el (imap-capability):
3560         * mm-bodies.el (message-options-set):
3561         * mm-decode.el (gnus-configure-windows):
3562         * mm-extern.el (message-goto-body):
3563         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3564         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3565         (epg-sub-key-validity, message-options-set):
3566         * mml.el (widget-event-point, gnus-configure-windows):
3567         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3568         * mml2015.el (epg-check-configuration, epg-configuration)
3569         (message-options-set):
3570         * nndb.el (nndb-request-article):
3571         * nnfolder.el (gnus-request-create-group):
3572         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3573         * nnmaildir.el (gnus-group-mark-article-read):
3574         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3575         * rfc1843.el (message-fetch-field):
3576         * spam.el (gnus-extract-address-components):
3577         Declare as functions.
3578
3579 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3580
3581         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3582
3583         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3584
3585         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3586         bind show-trailing-whitespace for XEmacs.
3587
3588 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3589
3590         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3591         new no-op macro for backward compatibility.
3592
3593         * imap.el (imap-string-to-integer): New function.
3594
3595 2007-12-09  Glenn Morris  <rgm@gnu.org>
3596
3597         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3598
3599         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3600         * message.el, mm-view.el, sieve-manage.el, smime.el:
3601         Add declare-function compatibility definition.
3602
3603         * gnus-art.el (w3-region, w3m-region, Info-menu):
3604         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3605         * gnus-sum.el (gnus-get-predicate):
3606         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3607         * message.el (mail-abbrev-in-expansion-header-p):
3608         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3609         (w3m-detect-meta-charset, w3m-region):
3610         * sieve-manage.el (password-read, password-cache-add)
3611         (password-cache-remove):
3612         * smime.el (password-read-and-add): Declare as functions.
3613
3614 2007-12-08  David Kastrup  <dak@gnu.org>
3615
3616         * gnus-sum.el (gnus-summary-simplify-subject-query):
3617         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3618         `message'.
3619
3620 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3621
3622         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3623         it to bind idna-program, installation-directory, defined-colors, and
3624         face-attribute for XEmacs of the version that compiles defcustom forms.
3625
3626 2007-12-07  Glenn Morris  <rgm@gnu.org>
3627
3628         * gnus-art.el (article-make-date-line): Revert previous change.
3629
3630 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3631
3632         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3633
3634 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3635
3636         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3637         Call gnus-add-to-range ranges only once with a prepared article-list.
3638
3639 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3640
3641         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3642         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3643         group names with backslashes.  Reported by Tassilo Horn
3644         <tassilo@member.fsf.org>.
3645
3646 2007-12-06  Deepak Goel  <deego3@gmail.com>
3647
3648         * gnus-art.el (article-make-date-line):
3649         * gnus-start.el (gnus-load):
3650         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3651
3652 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3653
3654         * gnus-art.el (gnus-use-idna)
3655         * gnus-start.el (gnus-site-init-file)
3656         * message.el (message-use-idna)
3657         * mm-uu.el (mm-uu-hide-markers)
3658         * smiley.el (smiley-style): Revert changes that suppress warnings.
3659
3660 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3661
3662         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3663         specify charset to html source.  Reported by Christoph Conrad
3664         <christoph.conrad@gmx.de>.
3665
3666 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3667
3668         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3669         idna-program in order to suppress byte compile warning issued by XEmacs
3670         that came to byte compile the default value section of defcustom forms
3671         recently.
3672
3673         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3674         value of installation-directory.
3675
3676         * message.el (message-use-idna): Don't directly refer to the value of
3677         idna-program.
3678
3679         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3680
3681         * smiley.el (smiley-style): Don't directly call face-attribute.
3682
3683 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3684
3685         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3686
3687         * gnus-dired.el: Reduce Gnus dependencies.
3688         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3689         require.  Use autoloads instead.
3690         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3691         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3692         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3693         (gnus-dired-mode): Adjust doc string.
3694         (gnus-dired-mail-mode): New variable.
3695         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3696         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3697         (gnus-dired-mail-buffers): New function.  Return mail or message
3698         composition buffers.
3699         (gnus-dired-attach): Use it.
3700         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3701         NO-DECODE.
3702         (gnus-dired-print): Use `gnus-print-buffer' depending on
3703         `gnus-dired-mail-mode'.
3704
3705 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3706
3707         * rfc2047.el (rfc2047-encoded-word-regexp)
3708         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3709         explaining what regexp patterns are for.
3710
3711 2007-12-04  Glenn Morris  <rgm@gnu.org>
3712
3713         * password.el: Move to password-cache.el.
3714
3715         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3716         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3717         * mml-smime.el (password-read, password-cache-add)
3718         (password-cache-remove):
3719         No need to autoload, since mml-sec requires password.
3720
3721         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3722         * message.el (gnus-extract-address-components):
3723         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3724
3725         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3726         password.
3727
3728 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3729
3730         * mailcap.el: Reduce dependencies.
3731         (mail-header-parse-content-type): Autoload.
3732         (mailcap-delete-duplicates): New alias.
3733         (mailcap-mime-info): Add optional argument NO-DECODE.
3734         (mailcap-mime-types): Use mailcap-delete-duplicates.
3735
3736         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3737
3738 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3739
3740         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3741         (imap-parse-status): Upcase status-att for servers that sends them
3742         lower-case (e.g., MS Exchange 2007).
3743
3744 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3745
3746         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3747         function.
3748
3749         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3750         (gnus-uu-yenc-article): New function.
3751
3752         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3753
3754         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3755         buffer.
3756
3757 2007-12-02  Glenn Morris  <rgm@gnu.org>
3758
3759         * binhex.el (binhex): New custom group.
3760         (binhex-decoder-program, binhex-decoder-switches)
3761         (binhex-use-external): Move to the binhex custom group.
3762
3763         * uudecode.el (uudecode): New custom group.
3764         (uudecode-decoder-program, uudecode-decoder-switches)
3765         (uudecode-use-external): Move to the uudecode custom group.
3766
3767         * netrc.el (top-level): Don't load `encrypt' features.
3768         (netrc-parse): Don't use encrypt.
3769         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3770
3771         * encrypt.el: Remove file.
3772
3773 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3774
3775         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3776         matches on patches.
3777
3778         * gnus-art.el (gnus-article-browse-html-article): Mention
3779         `mm-text-html-renderer' in the doc string.
3780
3781         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3782         string.  Add comments.
3783
3784         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3785         if rhs is ASCII.
3786
3787 2007-12-01  Glenn Morris  <rgm@gnu.org>
3788
3789         * mail-source.el (top-level): Require format-spec before
3790         eval-when-compile.
3791
3792 2007-11-30  Glenn Morris  <rgm@gnu.org>
3793
3794         * encrypt.el: Require password, rather than autoloading password-read.
3795
3796 2007-11-29  Glenn Morris  <rgm@gnu.org>
3797
3798         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3799         (sasl-make-client, sasl-next-step, sasl-step-data)
3800         (sasl-step-set-data): Declare as functions.
3801
3802 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3803
3804         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3805
3806 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3807
3808         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3809         certs should be verified and what is to be done in the event of a
3810         verification failure.
3811
3812         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3813         caller can indicate whether the cache should be disregarded for this
3814         call.  This way the result of the call is reproducible at all times and
3815         can be considered a canonical server name for the supplied method.
3816         (gnus-agent-method-p): Canonicalize server names by pushing their
3817         method through `gnus-method-to-server' using the no-cache argument.
3818
3819         * gnus-srvr.el (gnus-server-insert-server-line): Call
3820         `gnus-method-to-server' with `no-cache' argument.
3821
3822         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3823         gnus-agent-possibly-synchronize-flags as this should be called when the
3824         server is actually being opened.
3825         (gnus-agent-possibly-synchronize-flags)
3826         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3827         flags file of an agentized server to the latter function.
3828
3829         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3830         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3831         after a connection has been established successfully.
3832
3833 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3834
3835         * gnus-art.el (article-display-face): Force to display face if called
3836         interactively; check if gnus-article-x-face-too-ugly matches author.
3837         (article-display-x-face): Display face even if From header is missing
3838         as article-display-face does.
3839
3840 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3841
3842         * hashcash.el (message-narrow-to-headers-or-head)
3843         (message-fetch-field, message-goto-eoh)
3844         (message-narrow-to-headers): Declare as functions.
3845
3846 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3847
3848         * mail-source.el (mail-sources): Default to fetch from file for
3849         compatibility with default of nnmail-spool-file.
3850
3851 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3852
3853         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3854         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3855         to look for encoded word that should be encoded again.
3856         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3857         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3858         encoding pattern.
3859         (rfc2047-decode-region): Switch strict regexp and loose one according
3860         to rfc2047-allow-irregular-q-encoded-words.
3861
3862 2007-11-25  Romain Francoise  <romain@orebokech.com>
3863
3864         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3865
3866 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3867
3868         * tls.el (tls-program): Provide more custom choices from
3869         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3870         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3871
3872 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3873
3874         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3875         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3876
3877         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3878         `nnmail-spool-file'.
3879
3880         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3881         `nnmail-spool-file'.
3882
3883         * gnus-move.el (gnus-change-server): Ditto.
3884
3885         * gnus-kill.el (gnus-batch-score): Ditto.
3886
3887         * gnus-cache.el (gnus-jog-cache): Ditto.
3888
3889         * gnus-msg.el (gnus-summary-reply):
3890         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3891
3892 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3893
3894         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3895         version.  Minor improvement to doc strings.
3896         (tls-program): Add comment.
3897
3898 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3899
3900         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3901         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3902         mismatch between the hostname provided in the certificate and the name
3903         of the host connnecting to.
3904         (open-tls-stream): Use them.  Check certificates against trusted root
3905         certificates.
3906
3907 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3908
3909         * gnus-cache.el (gnus-cache-generate-nov-databases):
3910         Use nnml-generate-nov-databases-directory instead of
3911         nnml-generate-nov-databases-1.
3912
3913 2007-11-24  Glenn Morris  <rgm@gnu.org>
3914
3915         * message.el (message-tool-bar-retro): Update for rename
3916         mail_send.xpm->mail-send.xpm.
3917
3918 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3919
3920         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3921         `smime-ldap-search' for Emacs 22 and up.
3922
3923 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3924
3925         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3926
3927         * message.el (message-send-mail-function): Fix error convention.
3928         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3929         (message-widen-reply, message-send-mail, message-talkative-question)
3930         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3931         (message-clone-locals, message-send-news): Use with-current-buffer.
3932         (message-insert-or-toggle-importance): Remove unused var `valid'.
3933         (message-make-references): Remove unused var `new-references'.
3934         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3935
3936 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3937
3938         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3939         (spam-split-symbolic-return-positive): Reflow docstring.
3940         (spam-backends, spam-summary-exit-behavior)
3941         (spam-mark-ham-unread-before-move-from-spam-group)
3942         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3943         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3944         (spam-clear-cache, spam-backend-check, spam-install-backend)
3945         (spam-install-statistical-backend, spam-list-of-processors)
3946         (spam-group-processor-p, spam-split, spam-bogofilter-score)
3947         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3948         (spam-check-crm114, spam-initialize, spam-unload-hook):
3949         Fix typos in docstrings.
3950
3951 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3952
3953         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3954         been checked if they have never been read and those group levels are
3955         higher than the one that a user specified.
3956
3957 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3958
3959         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3960         foreign groups unless a group level is specified by a user.
3961         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3962
3963 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
3964
3965         * message.el (message-send-mail-function): Require sendmail.
3966
3967 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
3968
3969         * message.el (message-send-mail-function): Check for smtpmail too.
3970
3971         * utf7.el (utf7-encode, utf7-decode): Use coding system
3972         `utf-7'/`utf-7-imap' from utf-7.el' if available.
3973
3974         * message.el (message-send-mail-function): New function.
3975         (message-send-mail-function): Set default using
3976         message-send-mail-function.  Adjust doc string.
3977         (message-send-mail-with-mailclient): New function.
3978
3979 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3980
3981         * smime.el (from):
3982         * rfc2047.el (message-posting-charset):
3983         * qp.el (mm-use-ultra-safe-encoding):
3984         * pop3.el (parse-time-months):
3985         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3986         * nnml.el (files):
3987         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3988         (jka-compr-compression-info-list, ange-ftp-path-format)
3989         (efs-path-regexp):
3990         * nndiary.el (files):
3991         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3992         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3993         (epg-digest-algorithm-alist, inhibit-redisplay)
3994         (password-cache-expiry):
3995         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3996         (pgg-output-buffer, password-cache-expiry):
3997         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3998         (efs-path-regexp):
3999         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4000         (inhibit-redisplay):
4001         * mm-uu.el (file-name, start-point, end-point, entry)
4002         (gnus-newsgroup-name, gnus-newsgroup-charset):
4003         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4004         (latin-unity-ucs-list):
4005         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4006         (mm-uu-binhex-decode-function):
4007         * message.el (gnus-message-group-art, gnus-list-identifiers)
4008         (rmail-enable-mime-composing, gnus-local-organization)
4009         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4010         (gnus-read-active-file, facemenu-add-face-function)
4011         (facemenu-remove-face-function, gnus-article-decoded-p)
4012         (tool-bar-mode):
4013         * mail-source.el (display-time-mail-function):
4014         * gnus-util.el (nnmail-pathname-coding-system)
4015         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4016         (gnus-original-article-buffer, gnus-user-agent)
4017         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4018         (xemacs-codename, sxemacs-codename, emacs-program-version):
4019         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4020         * gnus-start.el (gnus-agent-covered-methods)
4021         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4022         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4023         (gnus-newsgroup-headers, gnus-group-list-mode)
4024         (gnus-group-mark-positions, gnus-newsgroup-data)
4025         (gnus-newsgroup-unreads, nnoo-state-alist)
4026         (gnus-current-select-method, mail-sources)
4027         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4028         (nnmail-spool-file, gnus-cache-active-hashtb):
4029         * gnus-mh.el (mh-lib-progs):
4030         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4031         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4032         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4033         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4034         (gnus-group-buffer):
4035         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4036         (font-lock-set-defaults):
4037         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4038         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4039         (gnus-summary-post-menu, total-parts, type, condition, length):
4040         * gnus-agent.el (gnus-agent-read-agentview):
4041         * flow-fill.el (show-trailing-whitespace):
4042         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4043         eval-and-compile wrappers for byte compiler pacifiers.
4044
4045         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4046         (mm-display-inline-fontify): Check for featurep 'xemacs not
4047         extent-list.
4048
4049         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4050         itimer-list.
4051         (mm-create-image-xemacs): Only do something for XEmacs.
4052         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4053
4054         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4055
4056         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4057         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4058
4059 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4060
4061         * nnimap.el (nnimap-split-download-body):
4062         * gnus-demon.el (gnus-demon):
4063         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4064
4065 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4066
4067         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4068         macros.
4069         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4070         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4071         copy data from unibyte buffer to multibyte current buffer.
4072         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4073         to copy data from unibyte current buffer to multibyte buffer.
4074         (nntp-make-process-buffer): Make process buffer unibyte.
4075
4076         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4077
4078 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4079
4080         * pop3.el (pop3-open-server): Accept and process data more robustly at
4081         connexion start to avoid spurious "POP SSL connexion failed" errors.
4082
4083 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4084
4085         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4086         read group names.
4087
4088 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4089
4090         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4091
4092 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4093
4094         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4095         (nnmail-save-active): Use a unibyte buffer when saving active file,
4096         which may contain non-ASCII group names.
4097
4098         * nnml.el (nnml-request-group): Decode group names in messages.
4099
4100 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4101
4102         * message.el (message-citation-line-function)
4103         (message-insert-formatted-citation-line): Fix spelling of
4104         `message-insert-formated-citation-line'.
4105
4106 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4107
4108         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4109
4110 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4111
4112         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4113         nnmail-pathname-coding-system.
4114
4115         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4116         that a user enters; decode group names in messages.
4117
4118         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4119
4120 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4121
4122         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4123
4124         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4125
4126         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4127         risky local variable.
4128
4129         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4130
4131 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4132
4133         * encrypt.el: Improve documentation to fix function name typo.
4134         Reported by Daiki Ueno <ueno@unixuser.org>.
4135
4136 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4139         even if the point is not in the last page of an article.
4140         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4141         back to the previous page.
4142
4143 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4144
4145         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4146
4147 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4148
4149         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4150
4151 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4152
4153         * message.el (message-check-news-body-syntax): Avoid
4154         mm-string-as-multibyte.
4155         (message-hide-headers): Don't assume (point-min)==1.
4156
4157 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4158
4159         * message.el (message-remove-blank-cited-lines): Fix if remove is
4160         given.
4161         (message-bogus-address-regexp): New variable.
4162         (message-bogus-recipient-p): New function.
4163         (message-check-recipients): New command.
4164         (message-syntax-checks): Add `bogus-recipient'.
4165         (message-fix-before-sending): Add `bogus-recipient'.
4166
4167         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4168         (gnus-treat-body-boundary): Don't test window-system.
4169
4170 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4171
4172         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4173
4174 2007-10-28  Miles Bader  <miles@gnu.org>
4175
4176         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4177         at compile-time too.
4178
4179 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4180
4181         * gnus-msg.el (gnus-message-setup-hook): Add
4182         `message-remove-blank-cited-lines' to options.
4183
4184 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4185
4186         * message.el (message-remove-blank-cited-lines): New function.
4187         Suggested by Karl Plästerer.
4188
4189 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4192         mapc.
4193
4194         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4195         (top-level): Use mapc to set functions to be traced for debugging.
4196
4197         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4198         called for effect with while loop.
4199
4200         * message.el (message-talkative-question): Replace mapcar called for
4201         effect with mapc.
4202
4203         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4204         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4205         called for effect with dolist.
4206
4207         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4208
4209         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4210         gnus-extra-headers and nnmail-extra-headers.
4211
4212         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4213         called for effect with dolist.
4214         (top-level): Use mapc to set functions to be traced for debugging.
4215
4216         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4217         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4218         dolist.
4219
4220         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4221         Replace mapcar called for effect with mapc.
4222         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4223         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4224         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4225         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4226
4227         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4228         remove-if that's a cl function.
4229
4230         * webmail.el (webmail-debug): Replace mapcar called for effect with
4231         dolist.
4232
4233         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4234         with mapc.
4235
4236 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4237
4238         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4239         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4240         with while loop.
4241
4242         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4243         functions from article-* functions.
4244         (gnus-multi-decode-header): Replace mapcar called for effect with
4245         dolist.
4246
4247         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4248         (gnus-bookmark-show-details): Replace mapcar called for effect with
4249         while loop.
4250
4251         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4252         called for effect with while loop.
4253
4254         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4255         with dolist.
4256
4257         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4258         mapcar called for effect with dolist.
4259
4260         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4261
4262         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4263         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4264         Replace mapcar called for effect with dolist.
4265         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4266         mapc.
4267
4268         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4269         Replace mapcar called for effect with dolist.
4270         (gnus-topic-list): Replace mapcar called for effect with mapc.
4271
4272         * gnus.el: Use mapc instead of mapcar to add autoloads.
4273
4274 2007-10-23  Richard Stallman  <rms@gnu.org>
4275
4276         * gnus-group.el (gnus-group-highlight): Mark as risky.
4277
4278 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4279
4280         * gnus.el (gnus-server-to-method): Return method found first in
4281         gnus-newsrc-alist.
4282
4283         * gnus-art.el (gnus-article-highlight-signature)
4284         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4285         button overlay without the front stickiness.
4286
4287 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4288
4289         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4290         overview buffer needed a catch to receive its throw.
4291         (gnus-agent-flush-cache): Declared as interactive to make this function
4292         easier to use.
4293
4294 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4295
4296         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4297         `next-line'.
4298
4299 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4302         exclude address matching message-dont-reply-to-names.
4303
4304 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4305
4306         * gnus-util.el (gnus-string<): New function.
4307
4308         * gnus-sum.el (gnus-article-sort-by-author)
4309         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4310
4311 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4312
4313         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4314         the frame-focus tag is set in gnus-buffer-configuration.
4315
4316 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4319         the front stickiness.
4320
4321 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4322
4323         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4324         url pattern; remove duplicate one.
4325         (gnus-article-extend-url-button): New function.
4326         (gnus-article-add-buttons): Use it.
4327         (gnus-button-push): Use concatenated url that it makes.
4328
4329 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4330
4331         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4332
4333 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4334
4335         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4336         Don't hardcode point-min==1.
4337
4338 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4339
4340         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4341         Fix comment about "iso8859-1".
4342
4343 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4344
4345         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4346         ones returned from the verify-function.
4347
4348         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4349         mml2015-extract-cleartext-signature if extraction failed.
4350
4351 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4352
4353         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4354         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4355         failed.
4356
4357 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4358
4359         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4360
4361 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4362
4363         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4364         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4365         recommends to use EasyPG instead of PGG.
4366
4367         * pgg.el: Revert to revision 6.23.2.16.
4368
4369         * pgg-def.el: Revert to revision 6.6.2.14.
4370
4371         * pgg-gpg.el: Revert to revision 6.23.2.34.
4372
4373 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4374
4375         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4376         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4377         thread for both the null and zero (kill/expire thread) universal prefix
4378         cases.
4379         (gnus-summary-expire-thread): Add new function to expire a thread,
4380         using gnus-summary-kill-thread.
4381         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4382         shortcuts for gnus-summary-expire-thread.
4383         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4384         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4385
4386 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4387
4388         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4389         extras value, so an extras entry can be deleted.
4390         (gnus-registry-delete-extra-entry): Use it.
4391         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4392         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4393         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4394         storage through the gnus-registry, and provide an appropriate API for
4395         it.
4396
4397 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4400         Suggested by Leo <sdl.web@gmail.com>.
4401
4402         * gnus.el: Do.
4403
4404 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4405
4406         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4407         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4408
4409         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4410
4411         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4412         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4413
4414 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4415
4416         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4417         newline.
4418         (nnmbox-request-accept-article): Don't change article in source buffer;
4419         narrow to header to use message-fetch-field rather than
4420         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4421         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4422         as delimiters; make sure article ends with newline.
4423         (nnmbox-delete-mail): Correct last position of article to be deleted;
4424         ignore X-Gnus-Newsgroup header in article body.
4425         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4426         positions; make sure article ends with newline.
4427
4428         * message.el (message-display-abbrev): Don't infloop when a user
4429         inserts SPC in the beginning of header.
4430
4431         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4432         coding-system-for-read and coding-system-for-write for XEmacs having no
4433         file-coding feature.
4434
4435         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4436
4437 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4438
4439         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4440         list of groups not followed by default.  Fix type to be regexp.
4441         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4442
4443 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4444
4445         * hmac-def.el (define-hmac-function): Switch from old-style to
4446         new-style backquotes.
4447
4448         * md4.el (md4-make-step): Likewise.
4449
4450 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4451
4452         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4453         raw-text coding system when saving .newsrc file, which may contain
4454         non-ASCII group names.
4455
4456 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4457
4458         * gnus-cus.el (gnus-score-extra): New widget.
4459         (gnus-score-extra-convert): New function.
4460         (gnus-score-customize): Use it for Extra.
4461
4462 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4463
4464         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4465         (mml2015-mailcrypt-clear-verify): Use it.
4466         (mml2015-gpg-clear-verify): Use it.
4467         (mml2015-pgg-clear-verify): Use it.
4468         (mml2015-epg-clear-verify): Replace the current part with the output
4469         from GnuPG; don't extract the plaintext by itself.
4470
4471         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4472         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4473         mml2015-clear-verify-function; don't touch the armor headers or
4474         dash-escaped text here.
4475
4476 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4477
4478         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4479         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4480         parts, or application/octet-stream as a last resort.
4481         (gnus-mime-view-part-as-type): Don't toggle display.
4482         (gnus-mime-view-part-as-charset): Don't turn off display before
4483         querying charset.
4484
4485         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4486         stuff to undisplayer function in Emacs.
4487         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4488
4489         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4490         text/calendar parts.
4491
4492 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4493
4494         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4495         decoding text/calendar parts.
4496
4497         * message.el (message-forward-make-body-mime): Always mark body as
4498         having no illegible text; remove signed-or-encrypted argument.
4499         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4500
4501         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4502         (mml-generate-mime-1): Don't encode body if it is specified to be in
4503         raw form; don't make buffer be unibyte when inserting multibyte string.
4504
4505 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4506
4507         * sha1.el: Fix up comment style.
4508         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4509         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4510
4511         * hex-util.el: Fix up comment style.
4512         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4513
4514         * gnus-salt.el: Use with-current-buffer.
4515         (gnus-pick-setup-message): Fix long-standing typo.
4516
4517 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4518
4519         * imap.el (imap-logout-timeout): New variable.
4520         (imap-logout, imap-logout-wait): New functions.
4521         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4522
4523         * nnimap.el (nnimap-logout-timeout): New server variable.
4524         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4525         nnimap-logout-timeout.
4526
4527         * gnus-art.el (gnus-article-summary-command-nosave)
4528         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4529
4530 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4531
4532         * gnus.el (gnus-maximum-newsgroup): New variable.
4533
4534         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4535         according to gnus-maximum-newsgroup.
4536
4537         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4538         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4539         Limit the range of articles according to gnus-maximum-newsgroup.
4540
4541 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4542
4543         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4544         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4545         Don't perform gnus-configure-windows here; reuse existing sticky
4546         article buffer.
4547
4548         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4549         it doesn't exist in gnus-article-mode.
4550
4551 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4552
4553         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4554         (gnus-agent-decoded-group-name): New function.
4555         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4556         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4557
4558 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4559
4560         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4561         Add binding for gnus-sticky-article.
4562         (gnus-summary-exit): Don't kill sticky article buffers.
4563
4564         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4565         article buffer.
4566         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4567         (gnus-kill-sticky-article-buffers): New commands.
4568
4569 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * nntp.el (nntp-xref-number-is-evil): New server variable.
4572         (nntp-find-group-and-number): If it is non-nil, don't trust article
4573         numbers in the Xref header.
4574
4575 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4576
4577         * gnus-agent.el (gnus-agent-read-group): New function.
4578         (gnus-agent-flush-group, gnus-agent-expire-group)
4579         (gnus-agent-regenerate-group): Use it.
4580         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4581         nnmail-pathname-coding-system.
4582
4583 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4584
4585         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4586
4587         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4588         that are unread as unread, and also as selected so that information of
4589         marks having been changed by a user may be updated when exiting group.
4590
4591 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4592
4593         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4594         calculated ignoring signature parts to gnus-treat-article.
4595
4596 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4597
4598         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4599         a point here in order to keep the window start.
4600         (gnus-insert-mime-security-button): Make a button overlay without the
4601         front stickiness.
4602         (gnus-mime-display-security): Goto the end of a button.
4603
4604         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4605
4606 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4607
4608         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4609         group-name-at-point.
4610         (gnus-group-completing-read): New function that offers decoded
4611         non-ASCII group names for completion.
4612         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4613         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4614         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4615         (gnus-group-fetch-control): Use it.
4616         (gnus-fetch-group): Use group-name-at-point for the initial value
4617         rather than the default value; use gnus-alive-p.
4618
4619         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4620         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4621         (gnus-summary-post-news): Use gnus-group-completing-read.
4622
4623         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4624         (gnus-read-move-group-name): Decode group name for completion.
4625
4626 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4627
4628         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4629         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4630         Yamaoka slightly modified the code).
4631
4632 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4635         (nnmail-split-incoming): Bind it.
4636
4637         * nnml.el (nnml-group-name-charset): New function.
4638         (nnml-decoded-group-name): Use it; don't decode group name if
4639         nnmail-group-names-not-encoded-p is non-nil.
4640         (nnml-encoded-group-name): New function.
4641         (nnml-group-pathname): Inline nnml-decoded-group-name.
4642         (nnml-request-expire-articles): Decode group name in message.
4643         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4644         nnmail-pathname-coding-system.
4645         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4646         not decoded ones according to nnmail-group-names-not-encoded-p.
4647         (nnml-generate-active-info): Use nnml-encoded-group-name.
4648
4649 2007-08-08  Glenn Morris  <rgm@gnu.org>
4650
4651         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4652         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4653         doc-strings and comments.
4654
4655 2007-07-25  Glenn Morris  <rgm@gnu.org>
4656
4657         * Relicense all FSF files to GPLv3 or later.
4658
4659 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4660
4661         * gnus-sum.el (gnus-summary-move-article): Make
4662         gnus-summary-respool-article work.
4663
4664 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4665
4666         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4667         string.
4668
4669 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4670
4671         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4672         that should be ignored when comparing distant RSS articles with local
4673         ones.
4674         (nnrss-make-hash-index): New function.  Create a hash index according
4675         to the ignored fields.
4676         (nnrss-check-group): Use it.
4677
4678 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4679
4680         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4681
4682         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4683
4684         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4685         the new optional argument ENCODED is non-nil.
4686         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4687         coding system for encoding group name.
4688         (gnus-group-make-rss-group): Pass un-encoded group name to
4689         gnus-group-make-group.
4690         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4691         encoded.
4692
4693         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4694         Encode group name to which articles are moved or copied.
4695         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4696         coding system for encoding Newsgroup, Followup-To and Xref headers.
4697
4698         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4699         marks; use nnheader-file-coding-system to write a file.
4700         (nnagent-retrieve-headers): Bind file-name-coding-system to
4701         nnmail-pathname-coding-system.
4702
4703         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4704
4705         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4706         (nnml-request-article, nnml-request-create-group)
4707         (nnml-request-rename-group, nnml-find-id)
4708         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4709         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4710         (nnml-save-marks): Use nnml-group-pathname instead of
4711         nnmail-group-pathname.
4712
4713         (nnml-request-create-group, nnml-request-expire-articles)
4714         (nnml-request-move-article, nnml-request-delete-group)
4715         (nnml-deletable-article-p, nnml-possibly-create-directory)
4716         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4717         (nnml-open-marks): Bind file-name-coding-system to
4718         nnmail-pathname-coding-system.
4719
4720         (nnml-request-article): Pass server argument to nnml-find-group-number.
4721         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4722         server argument to nnml-possibly-create-directory.
4723         (nnml-request-accept-article): Pass server argument to
4724         nnml-active-number and nnml-save-mail.
4725         (nnml-find-group-number): Pass server argument to nnml-find-id.
4726         (nnml-request-update-info): Pass server argument to
4727         nnml-marks-changed-p.
4728
4729         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4730         (nnml-save-mail, nnml-active-number): Add server argument.
4731
4732         (nnml-request-delete-group): Warn if group is missing.
4733         (nnml-get-nov-buffer): Decode group name.
4734         (nnml-generate-active-info): Encode group name.
4735         (nnml-open-marks): Decode group name in messages.
4736
4737 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4738
4739         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4740         if it is not specified.
4741         (gnus-article-pipe-part, gnus-article-save-part)
4742         (gnus-article-interactively-view-part, gnus-article-copy-part)
4743         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4744         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4745         (gnus-article-replace-part, gnus-article-delete-part)
4746         (gnus-article-view-part-as-type): Pass raw prefix argument to
4747         gnus-article-part-wrapper.
4748
4749 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4750
4751         * gnus-agent.el (gnus-agent-save-active): Bind
4752         nnheader-file-coding-system to gnus-agent-file-coding-system.
4753
4754         * gnus-cache.el (gnus-cache-save-buffers)
4755         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4756         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4757         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4758         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4759         (gnus-cache-generate-active, gnus-cache-rename-group)
4760         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4761         (gnus-cache-update-overview-total-fetched-for): Bind
4762         file-name-coding-system to nnmail-pathname-coding-system.
4763         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4764         variables.
4765         (gnus-cache-decoded-group-name): New function.
4766         (gnus-cache-file-name): Use it.
4767         (gnus-cache-generate-active): Use non-decoded group name for active.
4768
4769         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4770         right place.
4771         (gnus-write-active-file): Don't break non-ASCII group names.
4772
4773         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4774         nnmail-pathname-coding-system.
4775
4776         * lpath.el: Bind default-file-name-coding-system,
4777         file-name-coding-system and language-info-alist for XEmacs.
4778
4779         * gnus-uu.el (gnus-uu-decode-save): Typo.
4780
4781 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4782
4783         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4784
4785 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4786
4787         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4788         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4789         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4790         (gnus-agent-flush-group, gnus-agent-flush-cache)
4791         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4792         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4793         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4794         (gnus-agent-regenerate-group)
4795         (gnus-agent-update-files-total-fetched-for)
4796         (gnus-agent-update-view-total-fetched-for): Bind
4797         file-name-coding-system to nnmail-pathname-coding-system.
4798         (gnus-agent-group-pathname): Don't encode file names by
4799         nnmail-pathname-coding-system.
4800         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4801         coding-system-for-write instead of buffer-file-coding-system to
4802         gnus-agent-file-coding-system.
4803
4804         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4805         Decode group name.
4806
4807         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4808
4809         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4810         (gnus-read-newsrc-el-file): Make group names unibyte.
4811
4812         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4813         nnmail-pathname-coding-system.
4814
4815         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4816         (nnrss-request-delete-group): Bind file-name-coding-system to
4817         nnmail-pathname-coding-system.
4818         (nnrss-read-server-data, nnrss-read-group-data): Bind
4819         file-name-coding-system correctly.
4820         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4821
4822         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4823         (nntp-server-to-method-cache): New variable.
4824         (nntp-group-pathname): New function that decodes non-ASCII group names.
4825         (nntp-possibly-create-directory, nntp-marks-changed-p)
4826         (nntp-save-marks, nntp-open-marks): Use it.
4827         (nntp-possibly-create-directory, nntp-open-marks):
4828         Bind file-name-coding-system to nnmail-pathname-coding-system.
4829         (nntp-open-marks): Decode group names when bootstrapping marks.
4830
4831         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4832         Newsgroups and Folowup-To headers.
4833
4834 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4835
4836         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4837         (gnus-server-closed-face, gnus-server-denied-face)
4838         (gnus-server-offline-face): Remove variable.
4839         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4840
4841         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4842         of modifying message-stack directly for XEmacs.
4843
4844         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4845         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4846         if the coding-system argument is nil for XEmacs.
4847
4848         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4849         mm-charset-override-alist.
4850
4851         * rfc2047.el: Don't require base64; require rfc2045 for the function
4852         rfc2045-encode-string.
4853         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4854         to quote the parameter value.
4855
4856 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4857
4858         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4859         form in gnus-group-name-charset-method-alist.
4860
4861         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4862         overrides the default layout edit-form.
4863
4864         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4865
4866         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4867
4868 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4871         as unfetched articles.
4872
4873 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4874
4875         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4876
4877 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4880         original back end that keeps marks in the local system.
4881
4882 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4883
4884         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4885         arg of pop-to-buffer for XEmacs.
4886         (gnus-article-read-summary-keys): Ditto; don't restore window
4887         configuration if summary command ends up with neither article buffer
4888         nor summary buffer; describe bindings if summary keys end with C-h.
4889
4890 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4891
4892         * message.el (message-fix-before-sending): Skip raw message part to be
4893         forwarded while checking illegible text.
4894         (message-forward-make-body-mime, message-forward-make-body): Mark
4895         signed or encrypted raw message as having no illegible text.
4896
4897 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4898
4899         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4900         (gnus-message-with-timestamp-1): New macro.
4901         (gnus-message-with-timestamp): New function.
4902         (gnus-message): Use them.
4903
4904         * nnheader.el (nnheader-message): Use them.
4905
4906 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4907
4908         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4909         .newsrc.eld file.
4910
4911 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4912
4913         * gnus-agent.el (gnus-agent-fetch-headers)
4914         (gnus-agent-retrieve-headers): Bind
4915         gnus-decode-encoded-address-function to identity.
4916
4917         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4918         available also when the server returns simply a dot.
4919
4920         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4921
4922 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4923
4924         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4925
4926 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4927
4928         * gnus-ems.el (gnus-x-splash): Make it work.
4929
4930         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4931         from being used.
4932
4933         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
4934
4935 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4936
4937         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
4938         4th and the 5th arguments.
4939
4940         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4941         the front stickiness.
4942         (gnus-article-summary-command-nosave): Correct the order of the
4943         arguments passed to pop-to-buffer.
4944         (gnus-article-read-summary-keys): Ditto; make it work properly when the
4945         summary command ends up with the article buffer.
4946
4947         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4948         the same faces.
4949
4950 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4951
4952         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4953
4954 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4955
4956         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4957         * gnus-sum.el (gnus-summary-highlight):
4958         * pgg.el (pgg-sign-region, pgg-sign):
4959         * mail-source.el (mail-source-delete-old-incoming-confirm):
4960         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4961
4962 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4963
4964         * gnus-art.el (gnus-mime-view-part-externally)
4965         (gnus-mime-view-part-internally): Fix predicate function passed to
4966         completing-read.
4967
4968         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4969
4970         * gnus.el (gnus-update-message-archive-method): Add :version.
4971
4972 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4973
4974         * gnus.el (gnus-update-message-archive-method): New variable.
4975
4976         * gnus-start.el (gnus-setup-news): Update saved "archive" method
4977         according to gnus-message-archive-method if
4978         gnus-update-message-archive-method is non-nil.
4979
4980 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4981
4982         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
4983         by Loic Dachary <loic@dachary.org>.
4984         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4985
4986 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4987
4988         * message.el (message-pop-to-buffer): Add switch-function argument.
4989         (message-mail): Pass switch-function argument to it.
4990
4991 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
4992
4993         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4994         Improve doc string.
4995
4996 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4997
4998         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4999         (gnus-header-content)
5000         * gnus-cite.el (gnus-cite-10)
5001         * gnus-srvr.el (gnus-server-closed)
5002         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5003         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5004         (gnus-group-mail-3-empty, gnus-group-mail-low)
5005         (gnus-group-mail-low-empty, gnus-splash)
5006         * message.el (message-header-to, message-header-cc)
5007         (message-header-subject, message-header-other, message-header-name)
5008         (message-header-xheader, message-separator, message-cited-text)
5009         (message-mml): Lighten colors of faces used for dark background.
5010
5011 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5012
5013         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5014         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5015
5016 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5017
5018         * message.el (message-narrow-to-headers-or-head):
5019         Ignore mail-header-separator in the body.
5020
5021 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5022
5023         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5024         same as window size.
5025
5026 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5027
5028         * message.el (message-font-lock-keywords): Use message-header-xheader
5029         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5030         ahead of the anything pattern, to get it recognised.
5031
5032 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5033
5034         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5035         spam.el loads uses it in the compiled defadvice form.
5036
5037 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5038
5039         * gnus-sum.el (gnus-articles-to-read)
5040         (gnus-summary-insert-old-articles): Don't truncate group name for
5041         `read-string'.
5042
5043         * gnus-util.el (gnus-limit-string): Delete this function.
5044
5045         * gnus-sum.el (gnus-simplify-subject-fully): Use
5046         `truncate-string-to-width' instead.
5047
5048 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5049
5050         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5051         if, on summary exit, the next group has to be selected.
5052         (gnus-summary-exit): Use it.
5053
5054 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5055
5056         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5057         non-break space.
5058
5059 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5060
5061         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5062         Check if group is not a directory.
5063         (nnfolder-request-expire-articles): Don't delete articles if the target
5064         group is not available.
5065
5066         * nnml.el (nnml-request-create-group): Properly check if group is not a
5067         file.
5068         (nnml-request-expire-articles): Don't delete articles if the target
5069         group is not available.
5070
5071         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5072         Don't quote characters that are within parentheses.
5073
5074 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5075
5076         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5077         (gnus-handle-ephemeral-exit): Select article according to it.
5078
5079 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5080
5081         * message.el (message-insert-formated-citation-line): Remove newline.
5082         (message-citation-line-format): Add final \n here so that the user can
5083         avoid a blank line.
5084
5085 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5086
5087         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5088         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5089         Update lanl/arXiv support.
5090
5091 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5092
5093         * gnus.el: Bump version number.
5094
5095 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5096
5097         * gnus.el (gnus-version-number): Bump version.
5098
5099 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5100
5101         * gnus.el: No Gnus v0.6 is released.
5102
5103 2007-04-27  Didier Verna  <didier@xemacs.org>
5104
5105         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5106         * gmm-utils.el (gmm-regexp-concat): here.
5107         * message.el: Don't require 'gnus-util.
5108         (message-dont-reply-to-names): Handle name change above.
5109         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5110
5111 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5112
5113         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5114         since the initial value varies according to the system.
5115
5116 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5117
5118         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5119
5120 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5121
5122         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5123
5124 2007-04-24  Didier Verna  <didier@xemacs.org>
5125
5126         Improve the type of gnus-ignored-from-addresses.
5127         * gnus-util.el (gnus-orify-regexp): New function.
5128         * message.el (gnus-util): Require it.
5129         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5130         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5131         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5132
5133 2007-04-24  Didier Verna  <didier@xemacs.org>
5134
5135         * gnus-sum.el:
5136         * gnus-utils.el: Fix some trailing whitespaces.
5137
5138 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5139
5140         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5141         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5142         article's Message-ID; refer parent article in summary buffer.
5143
5144         * message.el (message-bounce): Call mime-to-mml.
5145
5146         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5147         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5148         optimize and/or forms properly.
5149
5150 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5151
5152         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5153         URL.
5154
5155 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5156
5157         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5158
5159 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5160
5161         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5162         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5163         displayed of multipart/alternative part if it is invoked from summary
5164         buffer.
5165
5166         * mm-view.el (mm-inline-text-html-render-with-w3m)
5167         (mm-inline-text-html-render-with-w3m-standalone)
5168         (mm-inline-render-with-function): Use mail-parse-charset by default.
5169
5170 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5171
5172         * parse-time.el (parse-time-string-chars): Check if CHAR
5173         is less than the length of parse-time-syntax.
5174
5175 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5176
5177         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5178         from gnus-newsgroup-processable.
5179
5180 2007-04-16  Didier Verna  <didier@xemacs.org>
5181
5182         * gnus-msg.el (gnus-configure-posting-styles): Handle
5183         message-signature-directory properly with :file syntax.  Reported by
5184         "Leo".
5185
5186 2007-04-11  Didier Verna  <didier@xemacs.org>
5187
5188         New user option: message-signature-directory.
5189         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5190         * message.el (message-insert-signature): Ditto.
5191         * message.el (message-signature-file): Doc update.
5192         * message.el (message-signature-directory): New.
5193
5194 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * gnus-msg.el (gnus-inews-yank-articles): Use
5197         message-exchange-point-and-mark instead of exchange-point-and-mark.
5198
5199 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5200
5201         * message.el (message-yank-original): Make sure cited text ends with
5202         newline; don't exchange point and mark.
5203
5204 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5205
5206         * tls.el (open-tls-stream): Properly handle case where there
5207         is no associated buffer.
5208
5209 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5210
5211         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5212         message-yank-original, make sure (< mark TEXT point).
5213
5214 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5215
5216         * message.el (message-fill-column): New variable.
5217         (message-mode): Use it.  Add comment on a possible new hook.
5218
5219         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5220         (nnmail-get-new-mail): Reformat.
5221
5222         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5223
5224         * gmm-utils.el: Fix Commentary.
5225         (gmm-tool-bar-from-list): Fix typo in doc string.
5226
5227 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5228
5229         * message.el (message-yank-original): Don't switch point and mark
5230         unnecessarily to put point and mark as documented.
5231
5232 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5233
5234         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5235         from the message heads.
5236
5237 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5238
5239         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5240         article buffer does not have a window.  This may not be the best
5241         solution but is certainly better than setting the start of the null,
5242         that is the current, window.
5243
5244 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5245
5246         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5247         (gnus-draft-setup): Run it.
5248
5249         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5250         gnus-score-fast-scoring.  Allow regexp.
5251         (gnus-score-headers): Use it.
5252
5253         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5254         XEmacs.
5255
5256         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5257         string.
5258         (gnus-button-alist): Also catch `<f1> k ...'.
5259         (gnus-treat-display-x-face): Fix doc string.
5260
5261 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5262
5263         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5264         evaluation of gnus-extended-version to ensure correct generation of the
5265         User-Agent header when message-generate-headers-first is used.
5266
5267 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5268
5269         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5270         hashcash-path is nil.  Don't call callback with incorrect number of
5271         parameters if val is 0.
5272
5273 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5274
5275         * message.el (message-required-news-headers):
5276         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5277
5278 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5279
5280         * tls.el (open-tls-stream): In handshake-waiting loop,
5281         don't wait more if there is output available to process.
5282
5283 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5284
5285         * tls.el (tls-program): Doc fix.
5286
5287 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * message.el (message-generate-new-buffers): Change the meaning of the
5290         nil value; add `standard' to the choices; treat t as `unique'; improve
5291         doc string.
5292         (gnus-select-frame-set-input-focus): Autoload.
5293         (message-buffer-name): Search for the existing message buffer if
5294         message-generate-new-buffers is nil or `standard'; treat the value t of
5295         message-generate-new-buffers as `unique'.
5296         (message-pop-to-buffer): Raise the frame already displaying the message
5297         buffer; clear the echo area after querying.
5298         (message-setup): Pass the `continue' argument to compose-mail.
5299         (message-mail): Prefer `switch-function' if it is given; search for the
5300         existing message buffer if the `continue' argument is non-nil; pass
5301         continue and switch-function arguments to compose-mail by way of
5302         message-setup.
5303         (message-mail-other-window): Adjust argument of message-setup.
5304         (message-mail-other-frame): Ditto.
5305
5306 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5307
5308         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5309         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5310         to turn font-lock on when turning gnus-message-citation-mode on.
5311
5312 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5313
5314         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5315         (mml-smime-function-alist): New variable; add epg as the backend.
5316         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5317         mml-smime- functions instead.
5318         * mm-view.el: Require smime.
5319
5320 2007-03-05  Didier Verna  <didier@xemacs.org>
5321
5322         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5323         instead of just inheritance for posting styles.
5324         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5325
5326 2007-02-24  Chris Moore  <dooglus@gmail.com>
5327
5328         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5329         * pgg-pgp.el (pgg-pgp-encrypt-region):
5330         * pgg-gpg.el (pgg-gpg-encrypt-region):
5331         Check pgg-encrypt-for-me if no other recipients.
5332
5333 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5334
5335         * tls.el (tls-certtool-program): Fix custom type.
5336
5337 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5338
5339         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5340         and point-at-eol instead of line-(beginning|end)-position.
5341
5342         * assistant.el (assistant-parse-buffer): Ditto.
5343
5344         * netrc.el (netrc-parse-services): Ditto.
5345
5346 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5347
5348         * mml2015.el (mml2015-epg-find-usable-key): New function.
5349         (mml2015-epg-sign): Use it.
5350         (mml2015-epg-encrypt): Use it.
5351
5352 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5353
5354         * message.el (message-make-in-reply-to): Quote name containing
5355         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5356         if there are special characters.  Reported by NAKAJI Hiroyuki
5357         <nakaji@jp.freebsd.org>.
5358
5359 2007-02-27  Didier Verna  <didier@xemacs.org>
5360
5361         Include the group parameters as well as the topic ones in the
5362         inheritance filter process.
5363         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5364         argument GROUP-PARAMS-LIST.
5365         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5366
5367 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5368
5369         * nntp.el (nntp-never-echoes-commands)
5370         (nntp-open-connection-functions-never-echo-commands): New variables.
5371         (nntp-send-command): Use them.
5372
5373 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5374
5375         * mml2015.el (mml2015-epg-verify): Simplified.
5376
5377 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5378
5379         * mml.el (mml-content-disposition-alist): New user option.
5380         (mml-content-disposition): New function.
5381         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5382         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5383
5384 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5385
5386         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5387         verification.
5388
5389 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5390
5391         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5392         articles posted in the last 24 hours.
5393
5394 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5395
5396         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5397
5398 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5399
5400         * nntp.el (nntp-send-command): Don't wait for echoes when
5401         nntp-open-ssl-stream is used.
5402
5403 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5404
5405         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5406         (gnus-message-add-citation-keywords)
5407         (gnus-message-remove-citation-keywords): Remove.
5408         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5409         directly, make the variables in font-lock-defaults buffer-local, add
5410         gnus-message-citation-keywords to them and then update the value of
5411         font-lock-keywords.
5412
5413 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5414
5415         * message.el (message-cite-original-1): Don't call
5416         gnus-article-highlight-citation.
5417
5418         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5419         citations; fix line count.
5420
5421 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5422
5423         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5424         (gnus-message-add-citation-keywords)
5425         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5426         versions of font-lock-add-keywords and font-lock-remove-keywords to
5427         work with XEmacs correctly.
5428
5429 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * gnus-cite.el (gnus-cite-face-list): Set the values of
5432         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5433         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5434         (gnus-message-cite-prefix-regexp): New variable.
5435         (gnus-message-search-citation-line): Use it; protect against long
5436         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5437         the 0th match data for Emacs.
5438         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5439         (gnus-message-add-citation-keywords): Append keywords rather than
5440         prepending; emulate font-lock-add-keywords if it is not available.
5441         (gnus-message-remove-citation-keywords): Emulate
5442         font-lock-remove-keywords if it is not available.
5443
5444         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5445
5446         * message.el (message-cite-prefix-regexp): Set the value of
5447         gnus-message-cite-prefix-regexp.
5448
5449 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5450
5451         * nnweb.el (nnweb-google-parse-1): Update parser.
5452
5453 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5454
5455         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5456
5457 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5458
5459         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5460         regexp.
5461
5462 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5463
5464         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5465         string-to-multibyte.
5466         (uudecode-decode-region-internal): Use it.
5467
5468         * lpath.el: Fbind string-as-multibyte for XEmacs.
5469
5470 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5471
5472         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5473         custom choice.
5474
5475         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5476
5477 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5478
5479         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5480
5481         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5482         `write-region' to respect `mm-inhibit-file-name-handlers'.
5483
5484 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5485
5486         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5487         Use gnus-home-directory instead of "~/" or "$HOME".
5488
5489 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5490
5491         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5492         to mention filename.
5493         Add comments at beginning regarding usage.
5494         (encrypt-write-file-contents): Change interactive so a string is
5495         acceptable.  If the file has no associated model, show an error instead
5496         of a nonsense prompt.
5497
5498 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5499
5500         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5501         Thanks to Yoshihiko Yamada for kind notification of this typo.
5502
5503 2007-01-12  Kenichi Handa  <handa@m17n.org>
5504
5505         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5506         multibyte buffer.
5507
5508 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5509
5510         * gnus-score.el (gnus-score-fast-scoring): New variable.
5511         (gnus-score-headers): Use it.
5512
5513         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5514
5515         * message.el (message-cite-original-1): Call
5516         gnus-article-highlight-citation if requested.
5517         (message-make-from): Allow name and address as optional arguments.
5518
5519         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5520
5521         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5522         bugs to doc string.
5523         (gnus-button-alist): Add mid\\|message-id.
5524         (gnus-button-fetch-group): Extend for use in
5525         `browse-url-browser-function'.
5526         (gnus-button-url-regexp): Try to catch paired parentheses like in
5527         Wikipedia URLs.
5528
5529         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5530         Suggested by Simon Krahnke <overlord@gmx.li>.
5531
5532 2007-01-13  Romain Francoise  <romain@orebokech.com>
5533
5534         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5535         Update copyright.
5536
5537 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5538
5539         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5540
5541 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5542
5543         * gnus-registry.el (gnus-registry-unfollowed-groups)
5544         (gnus-registry-split-fancy-with-parent): Fix documentation.
5545
5546 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5547
5548         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5549         from nnweb groups.
5550
5551 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5552
5553         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5554         Xref urls.  Erase buffer before requesting head.
5555
5556 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5557
5558         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5559         customizable.
5560
5561 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5562
5563         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5564         no signing key is found.
5565         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5566         no encrypting and/or signing key is found.
5567
5568 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5569
5570         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5571
5572 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5573
5574         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5575         headers read from disk with the ones newly found in the current search.
5576         This should no longer cause problems, because the article numbers in
5577         Gmane's `nov.php' output are ignored since the previous change.
5578
5579 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5580
5581         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5582
5583 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5584
5585         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5586         replace-regexp-in-string; bind url-version; fbind display-images-p and
5587         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5588         find-face and set-itimer-function for Emacs; bind itimer-list for
5589         Emacs.
5590
5591         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5592
5593 2007-01-01  Romain Francoise  <romain@orebokech.com>
5594
5595         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5596
5597 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5598
5599         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5600         `define-minor-mode' macro definition expanded properly.
5601         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5602         exclude it there.
5603
5604         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5605         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5606         `fboundp' test.
5607         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5608         This is OK to autoload in (S)XEmacs now.
5609
5610 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5611
5612         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5613         keystroke.
5614         (gnus-summary-limit-to-singletons): Fix typo.
5615
5616         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5617         else fails.
5618
5619 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5620
5621         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5622         docstring.
5623
5624         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5625         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5626         (gnus-summary-insert-dormant-articles): Fix typo in message.
5627
5628 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5629
5630         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5631         nil for XEmacs.
5632         (gnus-message-citation-mode): Don't autoload in XEmacs.
5633
5634         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5635
5636 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5637
5638         * nnimap.el (nnimap-expunge-search-string): Mention
5639         nnimap-search-uids-not-since-is-evil in docstring.
5640
5641 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5642
5643         * spam.el: Revert to make-obsolete-variable because
5644         define-obsolete-variable-alias is not supported in Emacs 21.
5645
5646         * spam.el (spam-ifile-path, spam-ifile-database-path)
5647         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5648         make-obsolete-variable.
5649         (spam-bsfilter-path, spam-bsfilter-program)
5650         (spam-spamassassin-path, spam-spamassassin-program)
5651         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5652         use "path" inappropriately.
5653         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5654         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5655         variable names.
5656
5657 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5658
5659         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5660         summary buffer.
5661
5662         * password.el (password-cache-remove): Use clear-string to burn
5663         password, if available.
5664
5665 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5666
5667         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5668
5669         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5670
5671         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5672         (gnus-message-highlight-citation): Move defcustom here from
5673         gnus-cite.el.
5674         (gnus-message-citation-mode): Autoload.
5675
5676         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5677         checks to make it compile with XEmacs.
5678         (gnus-message-citation-mode): New minor mode.
5679         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5680         (gnus-message-highlight-citation): New variables.
5681         (gnus-message-search-citation-line)
5682         (gnus-message-add-citation-keywords)
5683         (gnus-message-remove-citation-keywords)
5684         (turn-on-gnus-message-citation-mode)
5685         (turn-off-gnus-message-citation-mode): New functions.
5686
5687 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5688
5689         * gnus-cite.el: Enable highlighting of different citation levels in
5690         message-mode.
5691
5692 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5693
5694         * message.el (message-make-fqdn): Fix comment.
5695         (message-bogus-system-names): Add ".local".
5696
5697         * spam.el (spam-ifile-path, spam-ifile-program)
5698         (spam-ifile-database-path, spam-ifile-database)
5699         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5700         Don't use "path" inappropriately.
5701         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5702         strings.
5703         (spam-check-ifile, spam-ifile-register-with-ifile)
5704         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5705         new variable names.
5706
5707         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5708         (gnus-treat-display-smileys): Simplify using
5709         gnus-image-type-available-p.
5710
5711         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5712         available.
5713
5714         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5715         `display-images-p' if available.
5716
5717 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5718
5719         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5720         one after turning on the buffer's multibyteness instead of decoding
5721         them directly in the unibyte buffer that causes unexpected conversion
5722         in Emacs 23 (unicode).
5723
5724 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5725
5726         * message.el (message-generate-hashcash): Fix custom type.
5727
5728 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5729
5730         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5731
5732 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5733
5734         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5735         disconnect icons.  Add help text.
5736
5737 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5738
5739         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5740         negated to be consistent with the others we handle.
5741
5742 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5743
5744         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5745         version of gnus-summary-buffer to something, so that we can use two
5746         article buffers at the same time.
5747
5748 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5749
5750         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5751         trigger all the extra headers.
5752         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5753         sorting.
5754
5755 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5756
5757         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5758         solid groups.
5759
5760 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5761
5762         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5763
5764 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5765
5766         * legacy-gnus-agent.el: Add Copyright notice.
5767
5768 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5769
5770         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5771
5772 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5773
5774         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5775
5776         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5777         to make it work reliably in CVS Emacs.
5778         (gnus-summary-limit-strange-charsets-predicate)
5779         (gnus-summary-limit-to-predicate): New functions.
5780
5781 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5782
5783         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5784         specifying array size.
5785         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5786         array if it is too small.
5787         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5788         (gnus-sort-threads-loop): New function.
5789
5790 2006-12-06  Chris Moore  <dooglus@gmail.com>
5791
5792         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5793         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5794
5795 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5796
5797         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5798         options.
5799
5800 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5801
5802         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5803         DOS-ing the recipient.
5804
5805         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5806         the headers when creating the mapping to avoid mismappings.
5807         (nnweb-gmane-create-mapping): Always nix out old mapping.
5808
5809 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5810
5811         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5812         and mm-verify-option to never.
5813
5814 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5815
5816         * message.el (message-signed-or-encrypted-p): New function.
5817         (message-forward-make-body): Use it.
5818
5819         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5820         Replace encode-coding-string with mm-encode-coding-string.
5821
5822 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * nneething.el (nneething-decode-file-name): Replace
5825         decode-coding-string with mm-decode-coding-string.
5826
5827         * gnus-int.el (gnus-open-server): Say failed server's name.
5828
5829 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5830
5831         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5832         strings to a single string.  Quote `errors-file-name'.
5833         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5834         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5835         Adjust calls.  Use `shell-quote-argument'.
5836
5837 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5838
5839         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5840         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5841
5842         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5843         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5844         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5845         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5846         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5847         (gnus-subscribe-newsgroup, gnus-1):
5848         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5849         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5850         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5851         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5852
5853 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5854
5855         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5856         keystroke.
5857         (gnus-summary-limit-to-bodies): Implement headersp.
5858
5859 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5860
5861         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5862
5863 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5866
5867 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5868
5869         * message.el (message-generate-hashcash): Expand range of values to
5870         include `opportunistic'.
5871         (message-send-mail): Use it.
5872
5873 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5874
5875         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5876         and comment it.
5877
5878         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5879
5880 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5881
5882         * gnus-util.el (gnus-extract-address-components): Improve comment.
5883
5884 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * gnus-util.el (gnus-extract-address-components): Work with address in
5887         which the name portion contains @.
5888
5889         * lpath.el: Fbind custom-autoload.
5890
5891 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5892
5893         * gnus.el (gnus-start): Move custom group up.
5894         (gnus-select-method): Don't autoload, but make it available for
5895         `customize-variable'.
5896         (gnus-getenv-nntpserver): Don't autoload.
5897
5898 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5899
5900         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5901
5902 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5903
5904         * message.el (message-sendmail-extra-arguments): New variable.
5905         (message-send-mail-with-sendmail): Use it.
5906
5907 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5910         mm-with-unibyte-current-buffer to make string unibyte.
5911
5912         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5913         mm-string-as-multibyte.
5914
5915 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5916
5917         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5918         Reported by Werner Koch <wk@gnupg.org>.
5919
5920 2006-11-14  Daiki Ueno  <ueno@p360>
5921
5922         * mml2015.el: Autoload epa-select-keys when compiling.
5923
5924 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5925
5926         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5927         message-options.
5928         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5929
5930 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5931
5932         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5933         EasyPG (< 0.0.6).
5934         (mml2015-always-trust): New user option.
5935         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5936         prompt.
5937
5938 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5939
5940         * nntp.el (nntp-authinfo-force): New variable.
5941         (nntp-send-authinfo): Use it.
5942
5943 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5944
5945         * message.el (message-strip-subject-encoded-words): Allow _not_ to
5946         decode encoded words.  Improve prompt.  Add comment about forwarding.
5947         (message-replacement-char): Move up.
5948
5949 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5950
5951         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5952         instead of gnus-intersection because arguments of gnus-sorted-nunion
5953         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
5954
5955 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
5956
5957         * message.el (message-strip-subject-encoded-words): Reformat prompt.
5958         (message-simplify-subject-functions): Enable
5959         message-strip-subject-encoded-words by default.
5960
5961 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
5962
5963         * message.el (message-strip-subject-encoded-words): New function.
5964         (message-simplify-subject-functions): New variable.
5965         (message-simplify-subject): Use it.  Fix typo in doc string.
5966         Support message-strip-subject-encoded-words.
5967
5968 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5969
5970         * gnus-diary.el (gnus-diary-delay-format-function):
5971         * nndiary.el (nndiary-reminders):
5972         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5973
5974 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5975
5976         * gnus-art.el (article-hide-boring-headers): Fetch date from
5977         gnus-original-article-buffer to avoid problems with localized date
5978         strings.
5979
5980 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5981
5982         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5983
5984 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
5985
5986         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5987         New variables.
5988         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5989         (mm-charset-synonym-alist): Move some entries to
5990         mm-codepage-iso-8859-list.
5991         (mm-charset-synonym-alist, mm-charset-override-alist): Add
5992         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5993
5994 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5997
5998 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5999
6000         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6001         with Emacs 21 and XEmacs.
6002
6003 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6004
6005         * spam.el (spam-parse-address): New function for better parsing,
6006         catching errors, etc.
6007         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6008
6009 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6010
6011         * mm-view.el: Add interactive arg to html2text autoload.
6012
6013 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6014
6015         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6016
6017 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6018
6019         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6020         variables.
6021         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6022         (mm-charset-synonym-alist): Move some entries to
6023         mm-codepage-iso-8859-list.
6024
6025         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6026
6027 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6028
6029         * message.el (message-citation-line-format)
6030         (message-insert-formated-citation-line): Fix implementation of %E, %N
6031         and %n according to the doc string.
6032
6033 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6034
6035         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6036         car-safe to avoid bad parses.
6037
6038 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6039
6040         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6041         names.
6042
6043         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6044
6045 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6046
6047         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6048         header.
6049
6050         * message.el (message-draft-headers): Add Date.
6051         (message-headers-to-generate): Fix typo in docstring.
6052
6053         * nndraft.el (nndraft-required-headers): New variable.
6054         (nndraft-generate-headers): Use it.
6055
6056         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6057
6058 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6059
6060         * gnus-registry.el (gnus-registry-wash-for-keywords)
6061         (gnus-registry-find-keywords): New functions to allow easy searching of
6062         articles that are in the registry.
6063
6064 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6065
6066         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6067         ietf-drums-parse-address instead of gnus-extract-address-components.
6068         Reported by Damien Elmes <damien@repose.cx>.
6069
6070 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6071
6072         * gnus.el (gnus-mime): Remove unused custom group.
6073
6074 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6075
6076         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6077         "blank line" when searching for end of armor headers.
6078
6079 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6080
6081         * gmm-utils.el (gmm-write-region): Fix variable name.
6082
6083 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6084
6085         * gmm-utils.el (gmm-write-region): New function based on compatibility
6086         code from `mm-make-temp-file'.
6087
6088         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6089
6090         * nnmaildir.el (nnmaildir--update-nov)
6091         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6092         Use `gmm-write-region'.
6093
6094 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6095
6096         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6097         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6098
6099         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6100
6101         * message.el (message-replacement-char): New variable.
6102         (message-fix-before-sending): Use it.
6103         (message-simplify-subject): New function to remove duplicate code.
6104         (message-reply, message-followup): Use it.
6105
6106         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6107         gnus-summary-limit-to-articles.
6108
6109 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6110
6111         * gnus-util.el (gnus-with-local-quit): New macro.
6112
6113         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6114
6115 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6116
6117         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6118         ignore non-string data.
6119
6120 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6121
6122         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6123         non-string data (needs to be done in the registry too).
6124
6125 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6126
6127         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6128         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6129         (gnus-registry-split-fancy-with-parent)
6130         (gnus-registry-fetch-simplified-message-subject-fast)
6131         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6132         Remove text properties on ingress into the registry and when it's saved.
6133         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6134         registry from entries with no groups.
6135
6136 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6137
6138         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6139         function to remove string properties.
6140
6141 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6142
6143         * gmm-utils.el (gmm): Adjust custom version.
6144
6145         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6146         custom version.
6147
6148         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6149
6150 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6151
6152         * gnus-art.el (gnus-insert-prev-page-button)
6153         (gnus-insert-next-page-button): Simplify.  Reformat.
6154
6155 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6156
6157         * gnus-art.el (gnus-insert-prev-page-button)
6158         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6159
6160 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6161
6162         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6163
6164 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6165
6166         * gnus-art.el (gnus-insert-mime-button)
6167         (gnus-insert-mime-security-button):
6168         Apply gnus-article-button-face to MIME and security buttons.
6169
6170 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6171
6172         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6173         readable.
6174
6175 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6178
6179 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6180
6181         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6182         `browse-url-of-file' instead of `browse-url'.
6183
6184 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6185
6186         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6187         regexp.  Articles containing quotation were cut prematurely.
6188
6189 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6190
6191         * message.el (message-cite-original-1): Use nobody by default for the
6192         value of From header.
6193         (message-reply): Ditto.
6194
6195 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6196
6197         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6198         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6199         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6200
6201 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6202
6203         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6204         mails in the doc string.  Add some URLs in comment.
6205         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6206
6207 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6208
6209         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6210         backslashes handling and the way to find boundaries of quoted strings.
6211
6212 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6213
6214         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6215         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6216         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6217         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6218
6219 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6220
6221         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6222         doc string.
6223         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6224
6225 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * lpath.el: Fbind epg-check-configuration.
6228
6229 2006-09-06  Simon Josefsson  <jas@extundo.com>
6230
6231         * mml2015.el (mml2015-use): Doc fix, mention epg.
6232
6233 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6234
6235         * mml2015.el (mml2015-use): Default to epg, if available.
6236
6237 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6238
6239         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6240         message-sender.
6241         (mml1991-epg-encrypt): Ditto.
6242         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6243         message-sender.
6244         (mml2015-epg-encrypt): Ditto.
6245
6246 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6247
6248         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6249         several common directories.
6250
6251 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6252
6253         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6254         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6255
6256 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6257
6258         * gnus-art.el (article-decode-encoded-words): Make it fast.
6259
6260 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6261
6262         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6263
6264         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6265         in quoted string into `\'.
6266
6267 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6268
6269         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6270         Use standard-syntax-table.
6271
6272 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * gnus-art.el (gnus-decode-address-function): New variable.
6275         (article-decode-encoded-words): Use it to decode headers which are
6276         assumed to contain addresses.
6277         (gnus-mime-delete-part): Remove useless `or'.
6278
6279         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6280         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6281         (gnus-nov-parse-line): Use it to decode From header.
6282         (gnus-get-newsgroup-headers): Ditto.
6283         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6284
6285         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6286         (mail-decode-encoded-address-string): New alias.
6287
6288         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6289         New function.
6290         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6291         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6292         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6293         (rfc2047-decode-string): Ditto.
6294         (rfc2047-decode-address-region): New function.
6295         (rfc2047-decode-address-string): New function.
6296
6297 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6298
6299         * message.el (message-caesar-buffer-body): Allow rotating headers.
6300
6301         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6302
6303         * message.el (message-insert-formated-citation-line): Fix %f.
6304         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6305
6306 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6307
6308         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6309         (gnus-bookmark-mouse-available-p): New macro.
6310         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6311         (gnus-bookmark-bmenu-show-infos): Use it.
6312         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6313         (gnus-bookmark-bmenu-hide-infos): Ditto.
6314         (gnus-bookmark-remove-properties): New function.
6315         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6316         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6317         (gnus-bookmark-write-file): Bind coding-system-for-write.
6318         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6319         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6320         group before selecting it.
6321         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6322         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6323         quit-window if it is not available; use gnus-mouse-2 and bind it to
6324         gnus-bookmark-bmenu-select-by-mouse.
6325         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6326         (gnus-bookmark-bmenu-select-by-mouse): New function.
6327
6328 2006-08-13  Romain Francoise  <romain@orebokech.com>
6329
6330         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6331         space.
6332
6333 2006-08-10  Romain Francoise  <romain@orebokech.com>
6334
6335         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6336         (dns-mode-soa-auto-increment-serial): New user option.
6337         (dns-mode-soa-maybe-increment-serial): New function.
6338         (dns-mode): Add the latter to `write-contents-functions'.
6339
6340 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6341
6342         * compface.el (uncompface): Use binary rather than raw-text-unix.
6343
6344 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6345
6346         * compface.el (uncompface): Make sure the eol conversion doesn't take
6347         place when communicating with the external programs.  Reported by
6348         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6349
6350 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6351
6352         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6353
6354 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6355
6356         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6357         Make it more robust by parsing author and date independently.
6358
6359 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6360
6361         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6362
6363 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6364
6365         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6366         first matching secret key.
6367         (mml2015-epg-encrypt): Ditto.
6368
6369         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6370         first matching secret key.
6371         (mml1991-epg-encrypt): Ditto.
6372
6373         * mml2015.el (mml2015-encrypt-to-self): New user option.
6374         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6375         mml2015-epg-encrypt-to-self is set.
6376
6377         * mml1991.el (mml1991-encrypt-to-self): New variable.
6378         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6379         mml1991-epg-encrypt-to-self is set.
6380
6381         * mml2015.el (mml2015-signers): New user option.
6382         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6383         (mml2015-epg-encrypt): Allow to select signing keys.
6384
6385         * mml1991.el (mml1991-signers): New variable.
6386         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6387         (mml1991-epg-encrypt): Allow to select signing keys.
6388
6389 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6390
6391         * nnheader.el (nnheader-insert-head): Make it work even if the file
6392         uses CRLF for the line-break code.
6393
6394 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6395
6396         * mml2015.el: Require mml-sec instead of password.
6397         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6398         (mml2015-cache-passphrase): Inherit the default value from
6399         mml-secure-cache-passphrase.
6400         (mml2015-passphrase-cache-expiry): Inherit the default value from
6401         mml-secure-passphrase-cache-expiry.
6402
6403         * mml1991.el: Require mml-sec instead of password.
6404         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6405         (mml1991-cache-passphrase): Inherit the default value from
6406         mml-secure-cache-passphrase.
6407         (mml1991-passphrase-cache-expiry): Inherit the default value from
6408         mml-secure-passphrase-cache-expiry.
6409
6410         * mml-sec.el: Require password.
6411         (mml-secure-verbose): New user option.
6412         (mml-secure-cache-passphrase): New user option.
6413         (mml-secure-passphrase-cache-expiry): New user option.
6414
6415 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6416
6417         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6418         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6419         andreas@altroot.de (Andreas Vögele).
6420
6421         FIXME: Use `tiny change'?
6422
6423 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6424
6425         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6426         workaround for the url package included with Emacs.
6427
6428         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6429
6430 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6431
6432         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6433         correctly.  This fixes a bug caused by the 2006-05-12 change.
6434
6435 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6436
6437         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6438         some information about the error when saying that the `bogus' mail
6439         group will be used.
6440
6441 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6442
6443         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6444         string.
6445
6446 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6447
6448         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6449
6450 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6451
6452         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6453
6454 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6455
6456         * mml1991.el (mml1991-function-alist): Add epg.
6457         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6458         (mml1991-epg-encrypt): New functions.
6459
6460 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6461
6462         * mml2015.el (mml2015-verbose): New variable.
6463         (mml2015-cache-passphrase): Ditto.
6464         (mml2015-passphrase-cache-expiry): Ditto.
6465         (mml2015-function-alist): Add epg.
6466         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6467         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6468         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6469         functions.
6470
6471 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6472
6473         * message.el (message-cite-original-1): Preserve region when removing
6474         quoted text due to X-No-Archive in order to avoid bogus attribution
6475         when citing multiple messages.
6476
6477 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6478
6479         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6480         Kenneth Jacker <khj@be.cs.appstate.edu>.
6481
6482 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6483
6484         * gnus-diary.el (gnus-user-format-function-d)
6485         (gnus-user-format-function-D): Autoload.
6486
6487         * imap.el (Commentary): Fix typo.
6488
6489         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6490         2006-04-22 contribution.
6491
6492 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6493
6494         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6495         It didn't really fix the bogosity I'm seeing with solid web groups.
6496
6497 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6498
6499         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6500         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6501         created using server names.  If we use the feature without declaring
6502         it, Gnus does not properly manage server and group state.
6503
6504         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6505         bound.
6506
6507 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6508
6509         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6510         looking up the method using GROUP's prefix before inventing a new one.
6511         It is used on killed/unknown groups in various places where returning
6512         an all-new method isn't expected by the caller.
6513
6514         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6515         and match semantics of gnus-group-real-prefix.
6516
6517 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6518
6519         * nnmail.el (nnmail-broken-references-mailers): New variable.
6520         (nnmail-ignore-broken-references): New function generalizing
6521         nnmail-fix-eudora-headers.
6522         (nnmail-fix-eudora-headers): Now obsolete.
6523
6524         * gnus-art.el (gnus-button-handle-custom): Support
6525         `customize-apropos*'.
6526
6527 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6528
6529         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6530
6531         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6532         articles.
6533
6534 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6535
6536         * message.el (message-cite-reply-above): New variable.
6537         (message-yank-original): Use it.
6538
6539 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6542
6543 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6544
6545         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6546         as read.
6547
6548         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6549
6550 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6551
6552         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6553         (gnus-bookmark-default-file): Use gnus-directory.
6554         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6555         Remove "*" in doc string.
6556         (gnus-bookmark-write-file): Simplify.
6557         (gnus-bookmark-maybe-sort-alist): Use `when'.
6558         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6559         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6560         FIXME about Emacs 21 and XEmacs compatibility.
6561         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6562         compatibility.
6563         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6564         compatibility.
6565         (gnus-bookmark-menu-heading): Fix version.
6566
6567 2006-06-19  Bastien Guerry  <bzg@altern.org>
6568
6569         * gnus-bookmark.el: New file.
6570
6571 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6572
6573         * message.el (message-syntax-checks): Doc fix.
6574
6575 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6576
6577         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6578         unsubscribed groups as if they were killed ones.  It causes duplicate
6579         entries in gnus-newsrc-alist.
6580
6581 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6582
6583         * message.el (message-syntax-checks): Doc fix.
6584         (message-send-mail): Add check for continuation headers.
6585         (message-check-news-header-syntax): Fix regexp used to check for
6586         continuation headers.
6587
6588 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6589
6590         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6591
6592 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6593
6594         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6595
6596 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6597
6598         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6599         default-truncate-lines.
6600
6601 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6602
6603         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6604         to fill the utf-8 entry.
6605
6606         * lpath.el: Fbind unicode-precedence-list.
6607
6608 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6609
6610         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6611
6612 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6613
6614         * gnus-agent.el (directory-files-and-attributes): Move all the way
6615         forward (the third and final move).
6616         (gnus-agent-read-agentview): Trap reconstruction errors due to
6617         nonexistant directory.  Handle by returning nil.
6618
6619 2006-05-30  Didier Verna  <didier@xemacs.org>
6620
6621         * message.el (message-dont-reply-to-names): Update the custom type.
6622         * message.el (message-dont-reply-to-names): New defsubst: potentially
6623         convert a list of regexps into a single one.
6624         * message.el (message-get-reply-headers): Use it.
6625         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6626
6627 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6628
6629         * gnus-agent.el (directory-files-and-attributes): Move forward.
6630
6631 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6632
6633         * gnus-ml.el (gnus-mailing-list-subscribe)
6634         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6635         (gnus-mailing-list-message): Fix doc strings.
6636
6637 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6638
6639         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6640         of doing it manually.
6641
6642 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6643
6644         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6645         comment.
6646
6647 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6648
6649         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6650         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6651         (gnus-agent-read-local): All symbols allocated in my-obarray.
6652         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6653         (gnus-agent-regenerate-group): Check numeric names to see if they are
6654         messages or groups.
6655         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6656         better way of do this...)
6657
6658         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6659         'dummy.group' (there should be a better way of do this...)
6660
6661 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6662
6663         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6664         (gnus-saved-headers): Ditto.
6665         (gnus-default-article-saver): Mention functions may have properties.
6666         (gnus-article-save): Override gnus-save-all-headers and
6667         gnus-saved-headers by :headers property which saver function may have.
6668         (gnus-summary-save-in-file): Add :headers property.
6669         (gnus-summary-write-to-file): Ditto.
6670
6671         * gnus-sum.el (gnus-summary-save-article): Bind
6672         gnus-prompt-before-saving to t when saving many articles in a file;
6673         always show all headers.
6674
6675         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6676
6677 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6678
6679         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6680         marks.
6681
6682         * message.el (message-indent-citation): Add optional arguments to allow
6683         using it outside of message buffers.
6684
6685         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6686         (gnus-article-treat-unfold-headers): Use it.
6687         (gnus-article-truncate-lines): New variable.
6688         (gnus-article-mode): Use it.
6689         (gnus-article-toggle-truncate-lines): New function.
6690
6691         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6692         gnus-article-toggle-truncate-lines.
6693
6694         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6695         coding system in XEmacs, use binary.
6696
6697 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6698
6699         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6700         after-load-alist.
6701
6702         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6703         this function should save decoded articles.
6704         (gnus-summary-write-to-file): Use property to specify this function
6705         should save decoded articles and specify gnus-summary-save-in-file
6706         should be used to save articles other than the first one when saving
6707         many articles.
6708         (gnus-summary-save-body-in-file): Use property to specify this
6709         function should save decoded articles.
6710         (gnus-summary-write-body-to-file): Use property to specify this
6711         function should save decoded articles and specify
6712         gnus-summary-save-body-in-file should be used to save articles other
6713         than the first one when saving many articles.
6714
6715         * gnus-sum.el (gnus-summary-save-article): Simplify.
6716
6717 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * gnus-art.el (gnus-default-article-saver): Add
6720         gnus-summary-write-body-to-file.
6721         (gnus-article-save-coding-system): Don't use coding system object
6722         in XEmacs.
6723         (gnus-read-save-file-name): Add optional `dir-var' argument which
6724         specifies directory in which files are saved; work even if optional
6725         `variable' argument is not specified.
6726         (gnus-summary-write-to-file): Read file name.
6727         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6728         (gnus-summary-write-body-to-file): New function.
6729
6730         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6731         (gnus-summary-local-variables): Add it.
6732         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6733         (gnus-summary-save-article): Remove optional `decode' argument;
6734         determine whether to decode articles by the value of
6735         gnus-default-article-saver; when saving many files using
6736         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6737         it first and use gnus-summary-save-in-file or
6738         gnus-summary-save-body-in-file thereafter unless
6739         gnus-prompt-before-saving is always; move point to article which
6740         will be saved.
6741         (gnus-summary-save-article-file): Revert.
6742         (gnus-summary-write-article-file): Revert.
6743         (gnus-summary-save-article-body-file): Revert.
6744         (gnus-summary-write-article-body-file): New function.
6745
6746 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6747
6748         * gnus-art.el (gnus-default-article-saver): Doc fix.
6749         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6750         from gnus-summary-save-article-coding-system, and default to a
6751         certain coding system.
6752         (gnus-output-to-file): Add coding cookie and encode text according
6753         to gnus-article-save-coding-system; don't use mm-append-to-file.
6754
6755         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6756         gnus-art.el and rename to gnus-article-save-coding-system.
6757         (gnus-summary-save-article): Require gnus-art; don't show all
6758         headers if it decodes articles; don't add coding cookie here;
6759         don't bind mm-text-coding-system-for-write.
6760         (gnus-summary-save-article-file): Save decoded articles.
6761         (gnus-summary-write-article-file): When saving many files, use
6762         gnus-summary-write-to-file first and gnus-summary-save-in-file
6763         thereafter unless gnus-prompt-before-saving is always.
6764         (gnus-summary-save-article-body-file): Save decoded articles.
6765
6766         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6767
6768 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6769
6770         * nnrss.el (nnrss-check-group): Bind hash-index.
6771
6772 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6773
6774         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6775         its hash index.  Store this hash in `nnrss-group-data'.
6776         (nnrss-read-group-data): Update accordingly.
6777
6778 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6779
6780         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6781         entry.
6782
6783         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6784         gnus-article-browse-html-article.
6785
6786 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6787
6788         * gnus-sum.el (gnus-summary-mime-map): Add
6789         gnus-article-browse-html-article.
6790
6791         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6792
6793 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6794
6795         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6796         suitable coding systems in customize.
6797
6798 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6799
6800         * mail-source.el (mail-sources): Fix custom type.
6801
6802 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6803
6804         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6805         (gnus-summary-expire-articles-now): Shorten prompt.
6806
6807         * gmm-utils.el (wid-edit): Require.
6808         (defun-gmm): Renamed from `gmm-defun-compat'.
6809         (gmm-image-search-load-path): Use it.
6810         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6811
6812 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6813
6814         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6815         variable.
6816         (gnus-summary-save-article): Add optional `decode' argument.  If
6817         it is set and gnus-summary-save-article-coding-system is non-nil,
6818         save decoded article.
6819         (gnus-summary-write-article-file): Save decoded article if
6820         gnus-summary-save-article-coding-system is non-nil.
6821
6822         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6823         type.
6824
6825 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6826
6827         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6828
6829 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6830
6831         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6832         first to test gnus-single-article-buffer which may be buffer-local.
6833
6834         * gnus-sum.el (gnus-summary-setup-buffer): Make
6835         gnus-single-article-buffer buffer-local and nil in ephemeral
6836         group; make gnus-article-buffer, gnus-article-current, and
6837         gnus-original-article-buffer always buffer-local.
6838         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6839         group.
6840         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6841
6842 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6843
6844         * nnml.el (nnml-request-compact-group): Compressed files might not
6845         have .gz extension.
6846
6847 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6848
6849         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6850         (mm-copy-to-buffer): Use with-current-buffer.
6851         (mm-display-part): Simplify.
6852         (mm-inlinable-p): Add optional arg `type'.
6853
6854 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6855
6856         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6857         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6858         Try harder to show the attachment internally or externally using
6859         gnus-mime-view-part-as-type.
6860
6861 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6862
6863         * message.el (message-from-style, message-signature-separator)
6864         (message-user-organization-file, message-send-mail-function)
6865         (message-citation-line-function, message-yank-prefix)
6866         (message-indent-citation-function, message-signature)
6867         (message-signature-file, message-signature-insert-empty-line):
6868         Remove autoloads.
6869
6870         * gnus-art.el (gnus-buttonized-mime-types): Remove
6871         "multipart/signed".  Revert 2006-04-26 change.
6872
6873 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6874
6875         * gnus.el (gnus-version-number): Bump version.
6876
6877 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6878
6879         * gnus.el: No Gnus v0.5 is released.
6880
6881 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6882
6883         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6884         fetching articles by message-id.
6885
6886 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6887
6888         * message.el (hashcash): Require hashcash as normal.
6889
6890         * ecomplete.el (ecomplete-highlight-match-line): Use
6891         point-at-eol.
6892         (ecomplete-highlight-match-line): Use `highlight', because that
6893         face exists in both Emacs and XEmacs.
6894
6895         * message.el (message-display-abbrev): Use point-at-bol.
6896
6897         * mail-source.el: Don't require timer/timer-funcs.
6898
6899         * gnus-async.el: Ditto.
6900
6901         * password.el: Ditto.
6902
6903         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6904
6905         * mm-url.el: Ditto.
6906
6907         * gnus-xmas.el: Don't require timer-funcs.
6908
6909         * mm-util.el: Require timer/timer-funcs.
6910
6911 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6912
6913         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6914         Close.
6915
6916 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6917
6918         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6919         unibyte after clear-decrypt function runs.
6920
6921         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6922         returns as a unibyte string.
6923
6924 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6925
6926         * lpath.el: Revert.
6927
6928         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
6929         (pgg-gpg-process-sentinel): Revert.
6930
6931         * pgg-pgp.el (pgg-pgp-process-region): Revert.
6932         (pgg-pgp-lookup-key): Revert.
6933
6934         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
6935         (pgg-pgp5-lookup-key): Revert.
6936
6937         * pgg.el (pgg-fetch-key): Revert.
6938
6939 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6940
6941         * lpath.el: Fbind string-as-multibyte for XEmacs.
6942
6943         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6944         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6945         (mml1991-pgg-encrypt): Ditto.
6946
6947         * pgg-gpg.el (pgg-string-to-multibyte): New function.
6948         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
6949         a multibyte buffer.
6950
6951         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
6952         (pgg-pgp-lookup-key): Ditto.
6953
6954         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6955         (pgg-pgp5-lookup-key): Ditto.
6956
6957         * pgg.el (pgg-fetch-key): Ditto.
6958
6959 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6960
6961         * message.el (message-user-organization-file): Check several
6962         locations of the organization file.
6963
6964         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6965         Add gnus-article-view-part-as-type.
6966
6967         * gnus-art.el (gnus-article-view-part-as-type): New function.
6968
6969         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6970         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
6971
6972         * mml.el: Simplify autoload.
6973         (mml-mode): defvar dnd-protocol-alist instead of using
6974         symbol-value.
6975         (mml-default-directory): New variable.
6976         (mml-minibuffer-read-file): Use it.
6977         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6978
6979         * message.el (message-citation-line-format): New variable.
6980         (message-insert-formated-citation-line): New function.
6981         (message-citation-line-function): Add
6982         `message-insert-formated-citation-line' to custom type.
6983
6984         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6985         to doc string.
6986
6987         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6988         depending on mm-verify-option.
6989
6990 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6991
6992         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6993         binding pgg-* variables; reimplement the section which prevents
6994         MIME header from being signed.
6995         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6996         pgg-text-mode; remove a blank line at the top of body.
6997
6998         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6999         lines at the top of body; use gnus-newsgroup-charset if there's no
7000         Charset header.
7001
7002 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7003
7004         * message.el (message-self-insert-commands): Doc fix.
7005
7006         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7007         (mm-uu-pgp-encrypted-test): Ditto.
7008         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7009         between header and body; return application/pgp-encrypted handle
7010         if decryption failed; decode decrypted body by charset.
7011
7012         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7013         element match to application/pgp-*.
7014
7015 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7016
7017         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7018         HTML.
7019
7020 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7021
7022         * mail-source.el (mail-source-call-script): Message the error
7023         string.
7024
7025 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7026
7027         * gnus-util.el (gnus-byte-compile): Use it.
7028
7029 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7030
7031         * gnus-util.el (kill-empty-logs): New function.
7032
7033 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7034
7035         * message.el (message-mail-alias-type): Doc fix.
7036         (message-mail-alias-type-p): New function.
7037         (message-send): Use it.
7038         (message-mode): Ditto.
7039         (message-strip-forbidden-properties): Ditto.
7040
7041         * ecomplete.el (ecomplete-database-file-coding-system): New
7042         variable.
7043         (ecomplete-save): Use it.
7044         (ecomplete-setup): Use it.
7045
7046 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7047
7048         * message.el (message-self-insert-commands): New variable.
7049         (message-strip-forbidden-properties): Use it.
7050
7051 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7052
7053         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7054         that doesn't make XEmacs choke.
7055
7056 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7057
7058         * gnus-util.el (gnus-replace-in-string):
7059         Prefer replace-regexp-in-string over of replace-in-string.
7060
7061 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * gnus-util.el (gnus-select-frame-set-input-focus):
7064         Use select-frame-set-input-focus if it is available in XEmacs; use
7065         definition defined in Emacs 22 for old Emacsen.
7066
7067         * dgnushack.el: Autoload unmorse-region for XEmacs.
7068
7069         * lpath.el: Bind cursor-in-non-selected-windows and
7070         select-frame-set-input-focus for XEmacs.
7071
7072 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7073
7074         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7075
7076 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7077
7078         * gnus-registry.el (gnus-registry-cache-save): Remove text
7079         properties when saving via the temp buffer.
7080
7081 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7082
7083         * message.el (message-generate-hashcash): Honor custom type.
7084
7085 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7086
7087         * message.el (message-generate-hashcash): Default to non-nil when
7088         hashcash is found.
7089
7090         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7091         (gnus-refer-thread-limit): Increase default to 500.
7092
7093         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7094
7095         * flow-fill.el (fill-flowed): Allow delete-space.
7096
7097 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7098
7099         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7100         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7101         Remove autoloads.
7102
7103 2006-04-18  Simon Josefsson  <jas@extundo.com>
7104
7105         * message.el (message-generate-hashcash): Default to.
7106
7107 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7108
7109         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7110         concatenating segments rather than before concatenating them.
7111
7112 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7113
7114         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7115
7116 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7117
7118         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7119
7120         * message.el (message-forward-make-body-plain): Allow
7121         message-forward-ignored-headers to be a list.
7122         (message-remove-ignored-headers): Factor out into function.
7123         (message-forward-make-body-mml): Use it.
7124
7125         * imap.el (imap-quote-specials): New function.
7126         (imap-login-auth): Quote specials.
7127
7128         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7129         (rfc2231-parse-string): Allow concatanation of parameters that
7130         aren't contiguous.  The test case is
7131           (mail-header-parse-content-type "message/external-body;
7132             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7133             access-type=LOCAL-FILE;
7134             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7135
7136 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7137
7138         * nntp.el (nntp-accept-process-output): Return the value of
7139         `nnheader-accept-process-output'.
7140
7141 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7142
7143         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7144         (gnus-button-alist): Recognize more diff formats.
7145         (gnus-button-patch): Strip directory.
7146
7147 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7148
7149         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7150         Emacs 22 when setting focus.
7151
7152 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7153
7154         * gnus-art.el (gnus-article-treat-types): Do treatment of
7155         text/x-verbatim parts.
7156         (gnus-button-patch): New command.
7157
7158         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7159         addresses that contain invalid characters.
7160
7161 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7162
7163         * message.el (message-put-addresses-in-ecomplete): Use
7164         gnus-replace-in-string.
7165         (message-is-yours-p): Use the more correct
7166         mail-header-parse-address instead of
7167         mail-extract-address-components.
7168         (message-put-addresses-in-ecomplete): Fix typo.
7169
7170         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7171         keystroke.
7172
7173         * gnus-art.el (gnus-treatment-function-alist): Change order of
7174         newsgroups/generic header folding to avoid double-folding.
7175
7176         * message.el (message-hidden-headers): Add X-Draft-From.
7177
7178         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7179         command.
7180         (gnus-summary-repeat-search-article-backward): New command.
7181
7182         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7183         groups in the parent topic.
7184
7185 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7186
7187         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7188         (spam-extra-header-to-number): Return the CRM114 number as a
7189         number instead of a string.
7190
7191 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7192
7193         * gnus-art.el (gnus-face-properties-alist): Moved here from
7194         gnus-fun.
7195
7196         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7197
7198 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7199
7200         * message.el (message-strip-forbidden-properties): Only display on
7201         self-insert-command.
7202
7203         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7204         reindent.
7205         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7206
7207 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7208
7209         * smiley.el (smiley-style): Fix typo.
7210
7211 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7212
7213         * hashcash.el (hashcash-insert-payment-async-2): Use
7214         message-goto-eoh instead of doing it manually.
7215         (mail-add-payment): Use message-narrow-to-header instead of trying
7216         to do the same itself.
7217
7218         * message.el (message-hidden-headers): Add Face.
7219
7220         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7221         reparenting code.
7222         (gnus-summary-reparent-children): Refactored out code.
7223         (gnus-summary-thread-map): New keystroke.
7224         (gnus-summary-reparent-children): Make into command.
7225
7226         * smiley.el (smiley-style): Default to `medium' if using a large
7227         font.
7228
7229         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7230         does it itself.
7231
7232         * message.el (message-point-in-header-p): Simplify definition.
7233
7234 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7235
7236         * nnagent.el (nnagent-request-set-mark): Silence log file
7237         writing.
7238         (nnagent-request-set-mark): Use write-region instead of
7239         append-to-file.
7240
7241         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7242         strange select method.
7243
7244         * ecomplete.el (ecomplete-display-matches): Get highlightling
7245         right.
7246         (ecomplete-display-matches): Use literals.
7247         (ecomplete-display-matches): Disable message logging.
7248
7249         * message.el (message-display-abbrev): Small optimization.
7250
7251         * ecomplete.el (ecomplete-display-matches): Allow automatic
7252         display.
7253
7254         * message.el (message-strip-forbidden-properties): Display
7255         abbrevs.
7256         (message-display-abbrev): Get automatic display right.
7257
7258         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7259         keystrokes.
7260
7261 2006-04-13  Romain Francoise  <romain@orebokech.com>
7262
7263         TODO: Backport to v5-10!
7264
7265         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7266         Moved here (and renamed) from gnus-registry.el.
7267
7268         * gnus-registry.el: Require gnus-util.
7269         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7270
7271 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7272
7273         * gnus-group.el (gnus-group-catchup-current): Change
7274         if-then-else-if-then-else into cond.
7275         (gnus-group-catchup): Indent.
7276         (group-name-at-point): New function.
7277         (gnus-fetch-group): Provide default from thing at point.
7278
7279 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7280
7281         * message.el (message-display-abbrev): Fix regexp.
7282
7283         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7284         choosing.
7285         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7286         dead variables.
7287
7288         * message.el (message-newline-and-indent): Remove debugging.
7289         (message-display-abbrev): Use new implementation.
7290
7291 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7292
7293         * gnus-art.el (gnus-article-mode): Set
7294         cursor-in-non-selected-windows to nil.
7295
7296         * smiley.el: Revert previous change.
7297         (smiley-data-directory): defvar it before using it in the
7298         defcustom of `smiley-style'.
7299
7300 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7301
7302         * message.el (message-newline-and-indent): New function.
7303
7304         * ecomplete.el: Implement more bits.
7305
7306         * message.el (message-put-addresses-in-ecomplete): Clean up the
7307         string.
7308
7309         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7310
7311         * gnus-sum.el (gnus-summary-save-parts): Bind
7312         gnus-summary-save-parts-counter and use it to make unique file
7313         names.
7314
7315         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7316
7317         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7318         parameter to say whether to actually parse the individual
7319         addresses.
7320
7321         * message.el (message-put-addresses-in-ecomplete): New function.
7322         (ecomplete): Require.
7323         (message-mail-alias-type): Add ecomplete as an option.
7324
7325 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7326
7327         * flow-fill.el (fill-flowed): Remove trailing space from blank
7328         quoted lines.
7329
7330 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7331
7332         * smiley.el (smiley-style): Move definition later to avoid a
7333         compilation warning.
7334
7335 2006-04-12  Kenichi Handa  <handa@m17n.org>
7336
7337         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7338         buffer and then decode the buffer text if necessary.
7339         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7340         first, and after mm-encode-body, change the buffer to unibyte.
7341         Use mm-disable-multibyte instead of set-buffer-multibyte.
7342
7343 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7346         Content-Type header instead of Content-Disposition header.
7347         (gnus-mime-inline-part): Ditto.
7348         (gnus-mime-view-part-as-charset): Ignore charset that the part
7349         specifies.
7350
7351         * mm-decode.el (mm-display-part): Work with external parts and
7352         usual parts similarly.
7353
7354         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7355         instead of gnus-display-mime.
7356
7357         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7358         instead of with-temp-buffer.
7359
7360         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7361         tag to summarized topics part in order to encode non-ASCII text.
7362
7363 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7364
7365         * smiley.el (smiley-style): New variable.
7366         (smiley-directory): New function.
7367         (smiley-data-directory): Derive from `smiley-style' using
7368         `smiley-directory'.
7369         (smiley-regexp-alist): Add new entries.
7370
7371         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7372         (gnus-article-browse-delete-temp): Add :version.
7373
7374 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7375
7376         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7377         the sieve region.
7378
7379 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7380
7381         * gnus.el (gnus-version-number): Bump version.
7382
7383 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7384
7385         * gnus.el: No Gnus v0.4 is released.
7386
7387 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7388
7389         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7390         layout.
7391
7392         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7393         unknown charset.
7394
7395         * message.el (message-header-synonyms): Add Original-To to the
7396         default.
7397
7398         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7399         optional parameter.
7400
7401 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7402
7403         * gnus-fun.el (gnus): Require it for gnus-directory.
7404
7405 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7408
7409 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7410
7411         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7412
7413 2006-04-05  Simon Josefsson  <jas@extundo.com>
7414
7415         * password.el (password-reset): New function.
7416
7417 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7418
7419         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7420         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7421
7422 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7423
7424         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7425         Some whitespace was matched into the url, which broke browsing hits
7426         > 100 when mm-url-use-external was nil.
7427
7428 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7429
7430         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7431         gnus-extra-headers for 'Newsgroups.
7432
7433         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7434         bound.
7435
7436 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7437
7438         * pgg-gpg.el: Clean up process buffers every time gpg processes
7439         complete.
7440
7441 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7442
7443         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7444         doc string.
7445
7446 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7447
7448         * pgg-gpg.el (pgg-gpg-process-filter)
7449         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7450
7451         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7452         lines, temporary fix.
7453
7454 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7455
7456         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7457
7458 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7459
7460         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7461         default-enable-multibyte-characters.  This reverts the change from
7462         revision 6.17 which is no longer necessary because the passphrase
7463         is sent separately now.  GnuPG messages are unreadable under
7464         multibyte locales with default-enable-multibyte-characters set to
7465         nil.
7466
7467 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7468
7469         * message.el (message-tool-bar-gnome): Move "spell".
7470
7471 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7472
7473         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7474         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7475         instead.
7476
7477 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7478
7479         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7480         newsgroups handling for NNTP overviews which don't include
7481         Newsgroups.
7482
7483 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7484
7485         * message.el (message-resend): Bind message-generate-hashcash to nil.
7486
7487 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7488
7489         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7490         when searching for already-paid recipients.
7491
7492 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7493
7494         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7495         passphrases when it is not needed.
7496         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7497         passphrase stuff from gpg, should only be necessary when you use
7498         gpg with a smartcard.
7499
7500 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7501
7502         * mml.el (mml-insert-mime): Ignore cached contents of
7503         message/external-body part.
7504
7505         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7506         (mm-insert-part): Ditto.
7507
7508 2006-03-23  Simon Josefsson  <jas@extundo.com>
7509
7510         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7511         Reiner.
7512         (pgg-gpg-use-agent-p): Use it again.
7513
7514 2006-03-23  Simon Josefsson  <jas@extundo.com>
7515
7516         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7517         older emacsen.
7518         (pgg-gpg-use-agent-p): Don't use it.
7519
7520 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7521
7522         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7523         if we can.
7524
7525 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7526
7527         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7528         (pgg-gpg-update-agent): New function.
7529         (pgg-gpg-use-agent-p): New function.
7530         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7531         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7532         (pgg-gpg-sign-region): Use it.
7533
7534 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7535
7536         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7537         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7538
7539 2006-03-21  Simon Josefsson  <jas@extundo.com>
7540
7541         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7542         <wilde@sha-bang.de>.
7543         (pgg-gpg-use-agent): New variable.
7544         (pgg-gpg-process-region): Use it.
7545         (pgg-gpg-encrypt-region): Likewise.
7546         (pgg-gpg-encrypt-symmetric-region): Likewise.
7547         (pgg-gpg-decrypt-region): Likewise.
7548         (pgg-gpg-sign-region): Likewise.
7549         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7550
7551 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7552
7553         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7554
7555         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7556         Add comment on version.
7557
7558 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7559
7560         * smiley.el: Add missing test smiley.
7561
7562 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7563
7564         * mm-decode.el (mm-with-part): New macro.
7565         (mm-get-part): Use it; work with message/external-body as well.
7566         (mm-save-part): Treat name and filename equally.
7567
7568         * mm-extern.el (mm-extern-cache-contents): New function.
7569         (mm-inline-external-body): Use it; force the part to be displayed;
7570         move undisplayer added to the cached handle to the parent.
7571
7572         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7573         (gnus-mime-view-part-as-type): Work with message/external-body.
7574
7575         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7576
7577 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7578
7579         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7580         images in image-load-path.  [Sync with image.el, revision 1.60, in
7581         Emacs.]
7582
7583 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7584
7585         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7586         path rather than symbol.  Always return list of directories.
7587         Guarantee that image directory comes first.  [Sync with image.el,
7588         revision 1.59, in Emacs.]
7589
7590         * message.el (message-make-tool-bar): Adjust to new API of
7591         `gmm-image-load-path-for-library'.
7592
7593         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7594
7595         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7596
7597 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7598
7599         * gnus-art.el (gnus-article-only-boring-p):
7600         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7601         intangible text.
7602         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7603
7604 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7605
7606         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7607         `defun' instead of `gmm-defun-compat'.
7608
7609 2006-03-14  Simon Josefsson  <jas@extundo.com>
7610
7611         * message.el (message-unique-id): Don't use message-number-base36
7612         if (user-uid) is a float.
7613         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7614
7615 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7618
7619         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7620         empty line between a part and a message part.
7621
7622 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7623
7624         * smiley.el: Add more test smileys.
7625         (smiley-data-directory, smiley-regexp-alist)
7626         (gnus-smiley-file-types): Fix doc strings.
7627         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7628         adding new elements.
7629         (smiley-mouse-map): Unused code.  Make it a comment.
7630
7631 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7634         scan latest NoCeM messages instead of old ones.
7635         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7636         delimiters that are recently used.
7637         (gnus-nocem-load-cache): Add autoload cookie.
7638
7639         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7640
7641         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7642         level which is larger than gnus-use-nocem is specified.
7643
7644         * gnus-group.el (gnus-group-get-new-news): Ditto.
7645
7646 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7647
7648         * gnus-util.el (gnus-tool-bar-update): New function.
7649
7650         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7651         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7652
7653         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7654
7655         * gnus-group.el (gnus-group-redraw-when-idle)
7656         (gnus-group-redraw-check): Remove.
7657         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7658
7659 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7660
7661         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7662         if optional last element is specified in splits (FIELD VALUE...).
7663
7664 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7665
7666         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7667         to gmm-image-load-path-for-library.  Call with no-error argument.
7668         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7669
7670         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7671
7672         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7673
7674         * gmm-utils.el (gmm-image-load-path): Remove alias.
7675
7676 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7677
7678         * gmm-utils.el (gmm-image-load-path): Add alias.
7679
7680         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7681         nnml-generate-nov-databases-1.
7682         (nnml-generate-nov-databases): Use it.
7683         (nnml-generate-nov-databases-directory): Document no-active
7684         argument.
7685
7686         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7687         directory if path is t.  Add no-error.
7688
7689         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7690         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7691
7692         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7693         resetting gnus-article-browse-html-temp-list.
7694
7695         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7696         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7697         Add example to docstring.  Rename local variables.  Move error
7698         checks to default case in cond and simplify.
7699
7700 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7703         handle is multipart when calling it recursively.
7704         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7705
7706 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7707
7708         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7709         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7710
7711 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7712
7713         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7714         is loaded.
7715
7716         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7717         loaded.
7718
7719 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7720
7721         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7722         to "Emacs 23 (unicode)" in doc string.
7723
7724         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7725         "Emacs 23 (unicode)" in comment.
7726
7727 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7730
7731         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7732         characters 160 through 255 in Emacs 23.
7733
7734 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7735
7736         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7737         gnus-article-browse-html-temp.
7738         (gnus-article-browse-delete-temp): Make it customizable.  Add
7739         `file'.  Adjust doc string.
7740         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7741         query for each file.  Adjust doc string.
7742         (gnus-article-browse-html-parts): Add
7743         `gnus-article-browse-delete-temp-files' to
7744         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7745
7746 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7747
7748         * gnus-art.el (gnus-article-browse-html-temp)
7749         (gnus-article-browse-delete-temp): New variables.
7750         (gnus-article-browse-delete-temp-files): New function.
7751         (gnus-article-browse-html-parts): Use it.
7752
7753 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7754
7755         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7756
7757         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7758         string.
7759
7760         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7761         gnus-summary-insert-new-articles when unplugged.  Remove
7762         gnus-summary-search-article-forward.
7763
7764         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7765         display-visual-class instead of display-color-cells.
7766
7767 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7768
7769         * dgnushack.el: Autoload customize-group for XEmacs.
7770
7771         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7772         message/* containing non-ASCII text properly.
7773
7774 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7775
7776         * message.el: Require gmm-utils, remove autoloads.
7777         (message-tool-bar): Set default based on
7778         gmm-tool-bar-style.
7779         (message-tool-bar-gnome): Add gmm-customize-mode.
7780
7781         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7782         gmm-tool-bar-style.
7783         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7784
7785         * gnus-group.el (gnus-group-tool-bar): Set default based on
7786         gmm-tool-bar-style.
7787         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7788
7789         * gmm-utils.el (gmm-image-directory): Rename variable from
7790         gmm-image-load-path.
7791         (gmm-image-load-path): Use gmm-image-directory.
7792         (gmm-customize-mode): New function.
7793         (gmm-tool-bar-style): New variable.
7794
7795         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7796         gnus-group-redraw-line-number.
7797         (gnus-group-redraw-check): Simplify.
7798         (gnus-group-tool-bar-update): Remove redraw check.
7799         (gnus-group-make-tool-bar): Add redraw check.
7800
7801 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7802
7803         * gnus-art.el (gnus-button): Add missing parentheses.
7804
7805 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7806
7807         * lpath.el: Fbind line-number-at-pos.
7808
7809 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7810
7811         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7812
7813 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7814
7815         * gnus-art.el (gnus-button): New face.
7816         (gnus-article-button-face): Use it.
7817
7818         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7819         gnus-summary-next-page.  Re-order.
7820
7821         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7822         next-node are now included.
7823         (gnus-group-redraw-line-number): New internal variable.
7824         (gnus-group-redraw-check): Helper function for updating the tool
7825         bar.
7826         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7827
7828         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7829
7830         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7831         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7832         Use it to match format of Spamassassin 3.0 and later.  Reported by
7833         IRIE Tetsuya <irie@t.email.ne.jp>.
7834         (spam-check-bogofilter)
7835         (spam-bogofilter-register-with-bogofilter): Fix args of
7836         `gnus-error' calls.
7837
7838 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7839
7840         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7841         unnecessary interaction when sending queued mails.  Reported by
7842         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7843
7844 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7845
7846         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7847         first or last are nil.
7848
7849 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7850
7851         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7852
7853 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7854
7855         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7856
7857 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7858
7859         * dns.el (query-dns): Protect more against buggy tcp output.
7860
7861 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7862
7863         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7864         nov.php.
7865
7866 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7867
7868         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7869         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7870         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7871         output on the server side.
7872         (nnweb-google-create-mapping): Update regexps and add some
7873         progress indication.
7874
7875 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7876
7877         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7878         gnus-agent-toggle-plugged.  Re-order icons.
7879         (gnus-group-tool-bar-gnome): Add
7880         gnus-group-{prev,next}-unread-group.
7881         (gnus-group-tool-bar-gnome): Re-order icons.
7882
7883         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7884         gnus-summary-insert-new-articles.
7885
7886         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7887         comments.
7888
7889         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7890         also available in Emacs 21.3.
7891
7892         * message.el (message-fix-before-sending): Change "Emacs 22" to
7893         "Emacs 23 (unicode)" in comment.
7894
7895         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7896         "Emacs 23 (unicode)" in comment.
7897
7898         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7899         comment.
7900         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7901
7902         * mm-view.el (mm-fill-flowed): Add :version.
7903
7904 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7905
7906         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7907         and load-path.
7908
7909 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7910
7911         * message.el: Autoload gmm-image-load-path.
7912         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7913         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7914         consitency.
7915
7916         * gmm-utils.el (gmm-image-load-path): Also search in
7917         "../etc/images".  Don't set gmm-image-load-path if we don't find
7918         the image.
7919
7920 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7921
7922         * gmm-utils.el (gmm-image-load-path): Don't make
7923         `gmm-image-load-path' include subdirectories which the second arg
7924         `image' might specify.
7925
7926         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7927         subdirectory to icon file names.
7928
7929         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7930
7931 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7932
7933         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7934         gmm-image-load-path calls.
7935
7936         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7937
7938         * message.el (message-make-tool-bar): Ditto.
7939
7940         * mml.el (mml-preview): Added comment concerning tool bar icons.
7941
7942         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7943         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7944
7945         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7946         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7947
7948         * message.el (message-tool-bar-gnome): Use new icon names.
7949         (message-make-tool-bar): Use `gmm-image-load-path'.
7950
7951         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7952         functions from MH-E.
7953         (gmm-image-load-path): New variable from MH-E.
7954         (gmm-image-load-path): New function from MH-E.  Added arguments
7955         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
7956         *-image-load-path-called-flag.
7957
7958 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
7959
7960         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7961
7962 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
7963
7964         * nnimap.el (nnimap-request-move-article): Change folder back to
7965         source group before deleting.
7966
7967 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
7968
7969         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7970
7971         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7972         mm-url.
7973
7974         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7975
7976 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7977
7978         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7979         coding system which mm-charset-to-coding-system returns for a
7980         given charset is valid.
7981
7982 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
7983
7984         * html2text.el (html2text-remove-tag-list):
7985         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7986
7987 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7988
7989         * gnus-cus.el: Revert 2005-10-17 change.
7990
7991 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * gnus-art.el (article-strip-banner): Call
7994         article-really-strip-banner only when the regexp match is made.
7995
7996 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7997
7998         * gnus-art.el (article-strip-banner): Use
7999         gnus-extract-address-components instead of
8000         mail-header-parse-addresses to make it work with non-ASCII text;
8001         remove mail-encode-encoded-word-string.
8002
8003         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8004         values which are surrounded with \"...\"; make it never cause a
8005         Lisp error; give up parsing of parameters if it failed in
8006         extracting type.
8007
8008 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8009
8010         * smime.el (smime-cert-by-ldap-1): Fix bug where
8011         `smime-ldap-search' returns results without userCertificates.
8012
8013 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8014
8015         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8016
8017 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8018
8019         * spam.el (spam-check-spamassassin-headers): Adapt format for
8020         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8021         <ari@mbf.ocn.ne.jp>.
8022         (spam-list-of-processors): Add spam-use-gmane.
8023
8024 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8025
8026         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8027         make-temp-file; make it work with XEmacs as well.
8028
8029         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8030         mm-make-temp-file.
8031
8032         * mm-decode.el (mm-display-external): Use the 3rd arg of
8033         mm-make-temp-file.
8034         (mm-create-image-xemacs): Ditto.
8035
8036 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8037
8038         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8039         with message-narrow-to-headers.
8040         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8041         (gnus-draft-check-draft-articles): New function.
8042         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8043
8044 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8045
8046         * gnus-art.el (gnus-article-browse-html-parts):
8047         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8048         Don't use suffix argument for mm-make-temp-file for Emacs 21
8049         compatibility.  Remove useless `format'.
8050
8051 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8052
8053         * nnweb.el (nnweb-google-wash-article): Update regexps.
8054         (nnweb-group-alist): Use defvoo instead of defvar.
8055
8056 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8057
8058         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8059         re-loading nn* modules.
8060
8061 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8062
8063         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8064         for `tool-bar-mode' and don't check it's default-value.
8065
8066         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8067
8068         * message.el (message-make-tool-bar): Ditto.
8069
8070         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8071         `substring'.  Shorten tmp-file name.
8072
8073         * gnus.el: Remove bogus comment.
8074
8075 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8076
8077         * gnus-art.el (gnus-article-browse-html-parts): New function.
8078         (gnus-article-browse-html-article): New function for viewing html
8079         articles with a browser.
8080
8081 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8082
8083         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8084         in elisp.
8085         (pgg-gpg-encrypt-symmetric-region): Ditto.
8086         (pgg-gpg-sign-region): Ditto.
8087
8088         * pgg-def.el (pgg-text-mode): New variable.
8089
8090         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8091         (mml2015-pgg-encrypt): Ditto.
8092
8093         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8094         (mml1991-pgg-encrypt): Ditto.
8095
8096 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8097
8098         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8099         message-make-date instead of current-time-string.
8100
8101         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8102         to gnus-decoded which mm-uu might set.
8103
8104 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8105
8106         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8107         don't decode quoted parameters; remove misimported Emacs code.
8108         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8109         (rfc2231-decode-encoded-string): Don't use split-string which
8110         behaves differently according to Emacs version; use
8111         mm-decode-coding-region to convert charset to coding-system.
8112         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8113         (rfc2231-encode-string): Remove misimported Emacs code.
8114
8115 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8116
8117         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8118         when calling mail-header-parse-content-type.
8119         (article-de-quoted-unreadable): Ditto.
8120         (article-de-base64-unreadable): Ditto.
8121         (article-wash-html): Ditto.
8122
8123         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8124         calling mail-header-parse-content-type and
8125         mail-header-parse-content-disposition.
8126         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8127         mail-header-parse-content-type.
8128
8129         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8130         insert charset and format parameters; encode description after
8131         inserting it to buffer.
8132         (mml-insert-parameter): Fold lines properly even if a parameter is
8133         segmented into two or more lines; change the max column to 76.
8134
8135         * rfc1843.el (rfc1843-decode-article-body): Don't use
8136         ignore-errors when calling mail-header-parse-content-type.
8137
8138         * rfc2231.el (rfc2231-parse-string): Return at least type if
8139         possible; don't cause an error even if it fails in parsing of
8140         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8141         (rfc2231-encode-string): Don't break lines at the beginning, leave
8142         it to mml-insert-parameter.
8143
8144         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8145         calling mail-header-parse-content-type.
8146
8147 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8148
8149         * spam-report.el (spam-report-gmane-use-article-number):
8150         Improve doc string.
8151         (spam-report-gmane-internal): Check if a suitable header was found
8152         in the article.
8153
8154 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8155
8156         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8157         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8158
8159 2006-02-05  Romain Francoise  <romain@orebokech.com>
8160
8161         Update copyright notices of all files in the gnus directory.
8162
8163 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8164
8165         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8166
8167 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8168
8169         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8170         segmented lines of parameter value to cope with Thunderbird 1.5
8171         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8172         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8173         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8174
8175 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8176
8177         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8178         parts.
8179
8180 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8181
8182         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8183         there's only one active file for all servers.
8184         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8185         solid groups.  Gnus might have used a FAST request to select the group.
8186         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8187         and nnweb-search redundantly in the active file.
8188         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8189         (nnweb-request-create-group): Don't use ARGS.
8190         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8191         initialisations.  Let nnoo do the work.
8192
8193 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8194
8195         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8196         Say the part has been decoded.
8197
8198         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8199
8200 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8201
8202         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8203         mailcap-viewer-test-cache when there's no 'test clause, since that
8204         will invert the meaning of a "nil" test previously determined by
8205         mailcap-mailcap-entry-passes-test.
8206
8207 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8210         compiling.
8211
8212         * gnus-sum.el: Ditto.
8213
8214         * message.el: Don't bind tool-bar-map when compiling.
8215
8216 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8217
8218         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8219
8220 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8221
8222         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8223         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8224         current Google Groups.
8225
8226 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8227
8228         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8229         and tool-bar-mode.
8230
8231         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8232         and tool-bar-mode.
8233
8234         * message.el (message-tool-bar-update): Simplify.
8235         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8236
8237         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8238         gnus-summary-buffer.
8239         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8240         gnus-summary-reply.
8241
8242         * gmm-utils.el (gmm): Add :version.
8243
8244 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * Makefile.in (clean): New rule.
8247         (distclean): Use it.
8248
8249 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8250
8251         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8252         autoload.
8253
8254 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8255
8256         * gmm-utils.el (gmm-verbose): Add :group.
8257
8258 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8259
8260         * message.el: Change some comments WRT tool-bars.
8261
8262         * gnus-sum.el (gnus-summary-tool-bar)
8263         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8264         (gnus-summary-tool-bar-zap-list): New variables.
8265         (gnus-summary-make-tool-bar): Complete rewrite using
8266         `gmm-tool-bar-from-list'.
8267
8268         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8269         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8270         variables.
8271         (gnus-group-make-tool-bar): Complete rewrite using
8272         `gmm-tool-bar-from-list'.
8273         (gnus-group-tool-bar-update): New function.
8274
8275         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8276
8277 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8278
8279         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8280         is dissected into a single part of which the type is the same as
8281         the given one; decode charset.
8282
8283 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8284
8285         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8286         into alists as symbol not string, since that's what
8287         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8288         look for.
8289
8290 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8291
8292         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8293         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8294
8295         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8296
8297 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8298
8299         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8300         (gnus-xmas-mime-security-button-menu): New function.
8301
8302         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8303         (gnus-mime-security-button-menu): New definition.
8304         (gnus-mime-security-button-map): Use them.
8305         (gnus-mime-security-button-menu): New function.
8306         (gnus-insert-mime-security-button): Addition to help echo.
8307         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8308         (gnus-mime-security-pipe-part): New functions.
8309
8310         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8311         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8312
8313         * mm-decode.el (mm-handle-set-disposition): Remove.
8314         (mm-handle-set-description): Remove.
8315
8316 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8317
8318         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8319         (mm-w3m-standalone-supports-m17n-p): New function.
8320         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8321         w3m usage.
8322
8323         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8324         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8325
8326 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8327
8328         * message.el (message-tool-bar-zap-list): Use
8329         gmm-tool-bar-zap-list as custom type.
8330         (message-tool-bar-update): New function.
8331         (message-tool-bar, message-tool-bar-gnome)
8332         (message-tool-bar-retro): Add message-tool-bar-update.
8333         (message-tool-bar-gnome): Add flyspell-buffer.
8334
8335         * gnus-util.el (gnus-error): Describe `args'.
8336
8337         * gmm-utils.el (gmm-error): Describe `args'.
8338         (gmm-tool-bar-zap-list): New widget.
8339         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8340
8341 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8342
8343         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8344         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8345         the number of recursive calls.
8346
8347         * mm-decode.el (mm-handle-set-disposition): New macro.
8348         (mm-handle-set-description): New macro.
8349
8350 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8351
8352         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8353         encoding.
8354
8355 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8356
8357         * message.el (message-tool-bar-zap-list, message-tool-bar)
8358         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8359         (message-tool-bar-local-item-from-menu): Remove.
8360         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8361         (message-make-tool-bar): New function.
8362         (message-mode): Use `message-make-tool-bar'.
8363
8364         * gmm-utils.el: New file.
8365         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8366         (gmm-lazy): New widget copied from `nnmail.el'.
8367         (gmm-tool-bar-from-list): New function for creating customizable
8368         tool bars.
8369         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8370         output.
8371         (gmm): Add :prefix to defgroup.
8372
8373 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8374
8375         * gmm-utils.el (gmm-widget-p): New function.
8376
8377 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8378
8379         * mml.el (mml-attach-file): Describe `description' in doc string.
8380         (mml-menu): Add Emacs MIME manual and PGG manual.
8381
8382 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8383
8384         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8385
8386 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8387
8388         * nntp.el (nntp-end-of-line): Doc fix.
8389
8390 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8391
8392         * imap.el (imap-open): Handle case where buffer is a buffer
8393         object.
8394
8395 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8396
8397         * gnus-delay.el (gnus-delay): Don't autoload.
8398         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8399         to be re-loaded when customizing the `gnus-delay' group.
8400
8401 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8402
8403         * message.el (message-insert-citation-line): Use newlines.
8404
8405 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8406
8407         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8408         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8409         these routines, so the passphrase can be managed externally and
8410         passed in to the system.
8411         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8412         pgg-add-passphrase-to-cache function.
8413
8414         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8415         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8416         these routines, so the passphrase can be managed externally and
8417         passed in to the system.
8418         (pgg-pgp5-sign-region): Use new name of
8419         pgg-add-passphrase-to-cache function.
8420
8421 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8422
8423         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8424         part of the decoded armor to find the key-identifier.
8425         (pgg-gpg-lookup-key-owner): New function to return the
8426         human-readable identifier of a key owner.
8427         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8428         itself.
8429         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8430         the key value) if we have a key and can match it against a secret
8431         key.  Also, added a note pointing out fact that the prompt only
8432         indicates the first matching key.
8433
8434         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8435         pgg-decrypt-region.
8436         (pgg-add-passphrase-to-cache): Rename from
8437         `pgg-add-passphrase-cache' to reduce confusion (all callers
8438         changed).
8439         (pgg-remove-passphrase-from-cache): Rename from
8440         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8441         changed).
8442         (pgg-read-passphrase, pgg-add-passphrase-cache)
8443         (pgg-remove-passphrase-cache): Add informative docstrings.
8444         (pgg-decrypt): Convey provided passphrase in subordinate call to
8445         pgg-decrypt-region.
8446
8447 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8448
8449         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8450         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8451         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8452         'passphrase' argument, so the passphrase can be managed externally
8453         and then passed in to the system.
8454
8455         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8456         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8457         so the passphrase cache can be used reliably with identifiers
8458         besides a pgp packet's key id.
8459
8460         * pgg-gpg.el (pgg-gpg-encrypt-region)
8461         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8462         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8463         these routines, so the passphrase can be managed externally and
8464         passed in to the system.
8465
8466         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8467         'notruncate' argument, so the passphrase cache can be used
8468         reliably with identifiers besides a pgp packet's key id.
8469
8470 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8471
8472         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8473         symmetric encryption.
8474         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8475         encrypted session key.
8476         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8477         message ask for the passphrase in a proper way.
8478
8479         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8480         New user commands for symmetric encryption.
8481
8482 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8483
8484         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8485
8486         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8487
8488 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8489
8490         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8491
8492 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8493
8494         * mm-decode.el (mm-inlined-types): Add application/pgp.
8495         (mm-automatic-display): Ditto.
8496
8497         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8498         part as text.
8499
8500 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8501
8502         * nnrss.el: Update copyright.
8503         (nnrss-opml-import): Query whether to subscribe to each entry.
8504
8505         * gnus-art.el:
8506         * gnus-sum.el:
8507         * gnus-xmas.el:
8508         * messagexmas.el:
8509         * mm-uu.el:
8510         * mm-view.el: Update copyright.
8511
8512 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8513
8514         * message.el (message-info): New function.
8515         (message-mode-menu): Add it.
8516         Update copyright.
8517
8518         * ChangeLog: Fix and update copyright.
8519
8520 2006-01-13  Romain Francoise  <romain@orebokech.com>
8521
8522         * message.el (message-forward-subject-name-subject): Prefer the
8523         address to 'nowhere' if the sender has no name.
8524         Fix typo.  Update copyright year.
8525
8526 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8527
8528         * gnus-art.el (article-wash-html): Use
8529         gnus-summary-show-article-charset-alist if a numeric arg is given.
8530         (gnus-article-wash-html-with-w3m-standalone): New function.
8531
8532         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8533         mm-inline-text-html-render-with-w3m-standalone.
8534         (mm-text-html-washer-alist): Map w3m-standalone to
8535         gnus-article-wash-html-with-w3m-standalone.
8536         (mm-inline-text-html-render-with-w3m-standalone): New function.
8537
8538 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8539
8540         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8541         Improve LaTeX.
8542
8543 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8544
8545         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8546         (nnrss-request-article): Render text/plain parts as HTML.
8547
8548         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8549         the buffer.
8550
8551 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8552
8553         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8554         custom definition of `gnus-posting-styles'.
8555
8556         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8557         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8558
8559 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8560
8561         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8562         Use nntp for bug archive.
8563
8564 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8567         parts.
8568         (nnrss-normalize-date): New function converts ISO 8601 date into
8569         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8570         (nnrss-check-group): Use it.
8571
8572 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8573
8574         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8575
8576         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8577         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8578         (nnrss-insert-w3): Ditto.
8579
8580 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8581
8582         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8583         the articles to be forwarded including the case where neither a
8584         number of articles nor a region is specified.
8585
8586 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8587
8588         * nnrss.el (nnrss-request-article): Fix last change; fill
8589         text/plain parts.
8590
8591 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8592
8593         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8594         in text/plain part.
8595         (nnrss-check-group): Don't add excessive newline to dc:subject.
8596
8597 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8598
8599         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8600         article.
8601
8602 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8603
8604         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8605         (nnml-use-compressed-files, nnml-save-mail): Support other
8606         comression programs such as bzip2.
8607
8608 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8609
8610         * dns.el (query-dns): Make sure we check the buffer size before
8611         removing tcp headers.
8612
8613 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8614
8615         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8616         remove MIME buttons associated with multipart/alternative parts.
8617         (gnus-mime-display-alternative): Tag buttons using `article-type'
8618         text property.
8619
8620         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8621         associated with multipart/alternative parts.
8622
8623         * gnus-art.el (gnus-signature-separator): Fix custom type.
8624
8625         * mm-decode.el (mm-inlined-types): Fix custom type.
8626         (mm-keep-viewer-alive-types): Ditto.
8627         (mm-automatic-display): Ditto.
8628         (mm-attachment-override-types): Ditto.
8629         (mm-inline-override-types): Ditto.
8630         (mm-automatic-external-display): Ditto.
8631
8632 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8633
8634         * spam-report.el (spam-report-user-mail-address)
8635         (spam-report-user-agent): New variables.
8636         (spam-report-url-ping-plain): Use spam-report-user-agent.
8637
8638 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8639
8640         * gnus-art.el (gnus-button-handle-custom): Do not just use
8641         `customize-apropos' for any "M-x customize-*" button but the
8642         function called for.  Accept both the function name and its
8643         argument in order to achieve this.
8644         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8645         function name to `gnus-button-handle-custom' in case of "M-x
8646         customize-*" buttons.
8647
8648 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8649
8650         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8651         multipart/alternative and add xref to mm-discouraged-alternatives
8652         in doc string.
8653
8654         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8655         gnus-buttonized-mime-types in doc string.
8656
8657 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8658
8659         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8660         Suggest image/.* in the doc string.
8661
8662 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8663
8664         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8665         message-marks (Debian bug #342521).
8666
8667 2005-12-12  Simon Josefsson  <jas@extundo.com>
8668
8669         * password.el (password-read-from-cache): Add.
8670         (password-read): Use it.
8671
8672 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8673
8674         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8675         us-ascii as a MIME charset.
8676
8677         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8678         against the case where the 2nd arg TYPE is nil.
8679
8680 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8681
8682         * pop3.el (pop3-stream-type): Fix custom version.
8683
8684         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8685
8686 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8687
8688         * mm-decode.el (mm-display-external): Add missing cdr.
8689
8690 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8693         RFC1524) if it is in mailcap or add a suffix according to
8694         mailcap-mime-extensions when generating a temp filename; postpone
8695         deleting a temp file for 2 seconds for some wrappers, shell
8696         scripts, and so on, which might exit right after having started a
8697         viewer command as a background job.
8698
8699 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8700
8701         * nntp.el (nntp-marks-directory): Fix custom group.
8702
8703         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8704         steps when < 10.
8705
8706         * gnus-start.el (gnus-no-server-1): Mention
8707         `gnus-level-default-subscribed' in doc string.
8708
8709 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8710
8711         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8712         parens.
8713
8714 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8715
8716         * gnus-xmas.el (gnus-use-toolbar): Revert.
8717         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8718         gnus-use-toolbar is default.
8719
8720         * messagexmas.el (message-use-toolbar): Revert.
8721         (message-setup-toolbar): Use global default-toolbar if
8722         message-use-toolbar is default.
8723
8724 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8725
8726         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8727         according to default-toolbar-visible-p.
8728
8729         * messagexmas.el (message-use-toolbar): Ditto.
8730
8731 2005-11-26  Dave Love  <fx@gnu.org>
8732
8733         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8734         (tls-program, tls-success): Provide openssl alternative.
8735
8736         * starttls.el: Doc fixes.
8737         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8738         SERVICE to PORT.
8739
8740         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8741         port null or service name.
8742         (starttls-negotiate): Autoload.
8743
8744 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8745
8746         * message.el (message-kill-to-signature): Fix interactive spec.
8747
8748 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8749
8750         * pop3.el (pop3-open-server): Recognize a string as a service name.
8751
8752 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8753
8754         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8755
8756 2005-11-23  Dave Love  <fx@gnu.org>
8757
8758         Add pop3s, pop3/starttls.
8759
8760         * pop3.el (pop3-authentication-scheme): Clarify doc.
8761         (open-tls-stream, starttls-open-stream): Autoload.
8762         (pop3-stream-type): New.
8763         (pop3-open-server): Use it.
8764
8765         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8766         for POP.
8767         (mail-source-keyword-map): Add :stream for POP.
8768         (mail-source-fetch-pop): Use pop3-stream-type.
8769
8770 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8773         of current-time-string.
8774
8775 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8776
8777         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8778         date header.
8779
8780 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8781
8782         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8783         it can seriously impact performance as it bypasses the agent's
8784         local caches.
8785
8786 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8787
8788         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8789         must be explicitly online rather than "not explicitly offline" for
8790         its flags to be synchronized.
8791
8792         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8793         that gnus-uu-unmark-thread will function correctly.
8794
8795         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8796         1024K is instead displayed as 1M.
8797
8798 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8799
8800         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8801
8802 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8803
8804         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8805
8806 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8807
8808         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8809         error message to display actual error condition.
8810         (gnus-agent-save-local): Avoid saving symbols that are bound to
8811         nil as they simply result in a warning message in
8812         gnus-agent-read-local.
8813
8814 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8817         rather than make-variable-buffer-local for file-precious-flag.
8818
8819 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8820
8821         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8822         for duplicates which are removed.  The invalid sort check then
8823         triggers a rescan after the sort as sorting may have moved
8824         duplicate entries such that they can be cheaply detected.
8825
8826 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8827
8828         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8829
8830 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8831
8832         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8833         internal variable to a custom variable.  Changed default value
8834         from compressed(2) to uncompressed(1).
8835         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8836         support for uncompressed agentview files.  Taken together, reading
8837         the agentview file should now be 6-7 times faster.
8838
8839 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8840
8841         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8842         as a buffer-local variable.  This avoids creating truncated
8843         dribble files as a result of a hang up, eg.
8844
8845 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8846
8847         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8848         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8849         XEmacs.
8850
8851 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8852
8853         * gnus-start.el (gnus-start-draft-setup): Enforce
8854         `gnus-draft-mode' for nndraft:drafts at startup.
8855
8856         * gnus.el (gnus-splash): Change custom group.
8857         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8858         allow-list argument.
8859
8860         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8861         string.
8862
8863 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8864
8865         * gnus-art.el (gnus-default-article-saver): Add user-defined
8866         `function' to custom type.
8867
8868 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8869
8870         * imap.el (imap-open): Handle case where buffer is a buffer
8871         object.
8872
8873 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8874
8875         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8876         long lines.
8877         (gnus-cache-delete-group): Wrap doc strings.
8878
8879         * gnus-agent.el (gnus-agent-rename-group)
8880         (gnus-agent-delete-group): Wrap doc strings.
8881
8882 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8883
8884         * messagexmas.el (message-use-toolbar): Change the valid values
8885         into default, top, bottom, left, and right.
8886         (message-toolbar-thickness): New variable.
8887         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8888         well.
8889         (message-setup-toolbar): Make it work.
8890
8891         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8892         (gnus-use-toolbar): Change the valid values into default, top,
8893         bottom, left, and right.
8894         (gnus-toolbar-thickness): New variable.
8895         (gnus-xmas-setup-toolbar): New function.
8896         (gnus-xmas-setup-group-toolbar): Use it.
8897         (gnus-xmas-setup-summary-toolbar): Use it.
8898
8899 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8900
8901         * gnus-start.el (gnus-1): Add "native" to
8902         gnus-predefined-server-alist.
8903
8904         * gnus.el (gnus-method-to-server): Don't add "native" to the
8905         lists here, because that leads to problems when
8906         gnus-select-method is bound.
8907
8908 2005-11-09  Simon Josefsson  <jas@extundo.com>
8909
8910         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8911         use (not sort-by-date) instead.
8912
8913 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8914
8915         * gnus-delay.el (gnus-delay-group): Don't autoload.
8916         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8917         to be re-loaded when customizing the `gnus-delay' group.
8918
8919 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8920
8921         * message.el: Revert last changes.
8922         (message-insert-citation-line): Use newlines.
8923
8924 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8925
8926         * message.el (message-courtesy-message)
8927         (message-mark-insert-begin, message-mark-insert-end)
8928         (message-elide-ellipsis, message-cancel-message)
8929         (message-add-header, message-change-subject)
8930         (message-cross-post-followup-to-header)
8931         (message-cross-post-insert-note, message-reduce-to-to-cc)
8932         (message-widen-reply, message-delete-not-region)
8933         (message-kill-to-signature, message-insert-signature)
8934         (message-insert-importance-high, message-insert-importance-low)
8935         (message-insert-or-toggle-importance)
8936         (message-insert-disposition-notification-to)
8937         (message-indent-citation, message-yank-original)
8938         (message-cite-original-without-signature, message-cite-original)
8939         (message-insert-citation-line, message-position-on-field)
8940         (message-fix-before-sending, message-send-mail-partially)
8941         (message-send-mail, message-send-mail-with-sendmail)
8942         (message-send-mail-with-qmail, message-send-news)
8943         (message-check-news-header-syntax, message-generate-headers)
8944         (message-insert-courtesy-copy, message-fill-address)
8945         (message-fill-header, message-shorten-references)
8946         (message-setup-1, message-cancel-news)
8947         (message-forward-make-body-plain, message-forward-make-body-mime)
8948         (message-forward-make-body-mml, message-encode-message-body)
8949         (message-forward-make-body-digest-plain)
8950         (message-forward-make-body-digest-mime)
8951         (message-use-alternative-email-as-from): Insert `hard-newline'
8952         instead of ordinary newlines.
8953
8954 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * message.el (message-generate-headers): Downcase the argument
8957         given to message-check-element.
8958
8959 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
8960
8961         * nntp.el (nntp-authinfo-rejected): New error condition.
8962         (nntp-wait-for): Use new error condition to signal authentication
8963         error.
8964         (nntp-retrieve-data): Rethrow new error condition to break out of
8965         recursive call to nntp-send-authinfo.
8966
8967 2005-11-08  Romain Francoise  <romain@orebokech.com>
8968
8969         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8970         (gnus-summary-exit-map): Bind to `Z p'.
8971         (gnus-summary-make-menu-bar): Add menu item.
8972
8973 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8974
8975         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8976         (gnus-treat-*): Add `first' in all doc strings.
8977
8978         * gnus-group.el (gnus-group-compact-group): Fix typo.
8979
8980 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8981
8982         * gnus.el (gnus-parameters-case-fold-search): New variable.
8983         (gnus-parameters-get-parameter): Use it.
8984
8985         * gnus-score.el (gnus-home-score-file): Doc fix.
8986
8987 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8988
8989         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8990
8991 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8992
8993         * mm-util.el (mm-special-display-p): New function.
8994
8995         * mml.el (mml-preview): Use it; doc fix.
8996
8997 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8998
8999         * imap.el (imap-open): Handle case where buffer is a buffer object.
9000
9001 2005-10-29  Romain Francoise  <romain@orebokech.com>
9002
9003         * message.el (message-fix-before-sending): Fix comment.
9004
9005 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9006
9007         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9008
9009 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9010
9011         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9012         Used in gnus-score.el.
9013
9014 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9015
9016         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9017
9018 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9019
9020         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9021         whitespace removed in revision 7.8.  Use concatenated string to
9022         protect trailing whitespace.
9023
9024 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9025
9026         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9027         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9028         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9029         Courier IMAP ("some version from 2004").  Mostly based on similar
9030         code in the same function.
9031
9032 2005-10-26  Didier Verna  <didier@xemacs.org>
9033
9034         * gnus-group.el (gnus-group-compact-group): Invalidate original
9035         article buffer.
9036         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9037         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9038         NOV database and in article itself.
9039         Invalidate article backlog.
9040
9041 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9042
9043         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9044
9045 2005-10-26  Simon Josefsson  <jas@extundo.com>
9046
9047         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9048         part of 2004-07-25 change.
9049
9050 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9051
9052         * message.el (message-display-completion-list): New function.
9053         (message-expand-group): Use it; make sure the Completions buffer
9054         is modifiable.
9055 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9056
9057         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9058         user-mail-name is an empty string.
9059
9060 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9061
9062         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9063         depending on gnus-score-decay-constant.
9064
9065         * encrypt.el (encrypt-insert-file-contents)
9066         (encrypt-write-file-contents): Don't use `gnus-message'.
9067
9068         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9069         arguments.
9070         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9071         arguments to mm-uu-verbatim-marks-extract.
9072         (mm-uu-hide-markers): New variable.
9073         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9074
9075         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9076         (gnus-convert-image-to-face-command): Use "convert" by default to
9077         allow other input image formats.
9078         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9079         accordingly.
9080
9081 2005-10-23  Simon Josefsson  <jas@extundo.com>
9082
9083         * imap.el (imap-gssapi-program): Align command line parameters
9084         with latest GNU SASL.
9085         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9086
9087 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9088
9089         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9090         HTML.
9091         (nnslashdot-request-article): Ditto.
9092
9093         * lpath.el (featurep): Add nobreak-char-display.
9094
9095 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9096
9097         * mail-source.el (mail-source-fetch-pop): Require pop3.
9098         (mail-source-check-pop): Ditto.
9099
9100 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9101
9102         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9103         errors.
9104
9105 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9106
9107         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9108         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9109
9110         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9111
9112         * mm-bodies.el (mm-decode-string): Call
9113         `mm-charset-to-coding-system' with allow-override argument.
9114
9115 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9116
9117         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9118         (rfc2047-charset-to-coding-system): New function.
9119         (rfc2047-decode-encoded-words): New function.
9120         (rfc2047-decode-region): Use them.
9121         (rfc2047-decode-cte): Remove.
9122         (rfc2047-parse-and-decode): Remove.
9123         (rfc2047-decode): Remove.
9124
9125 2005-10-15  Kenichi Handa  <handa@m17n.org>
9126
9127         * rfc2047.el (rfc2047-decode-cte): New function.
9128         (rfc2047-decode-region): Change the way to decode successive
9129         encoded-words: decode B- or Q-encoding in each encoded-word,
9130         concatenate them, and decode it as charset.
9131
9132 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9133
9134         * lpath.el: Fbind codepage-setup for XEmacs.
9135
9136 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9137
9138         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9139         widget-move-and-invoke.
9140         (gnus-custom-mode): Use gnus-custom-map.
9141
9142 2005-10-15  Bill Wohler  <wohler@newt.com>
9143
9144         * message.el (message-tool-bar-map): Renamed image file from
9145         mail_send to mail/send.
9146
9147 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9148
9149         * message.el (message-expand-group): Pass the common
9150         prefix substring of completion to `display-completion-list'.
9151
9152 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9153
9154         * mml-sec.el (mml-secure-method): New internal variable.
9155         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9156         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9157         functions using mml-secure-method.
9158
9159         * mml.el (mml-mode-map): Add key bindings for those functions.
9160         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9161         Harder <harder@myrealbox.com>.
9162         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9163         end of message if point is the headers of the message.
9164
9165         * message.el (message-in-body-p): New function.
9166
9167         * assistant.el: Autoload gnus-util and netrc.
9168
9169         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9170         Use `mm-charset-override-alist' only when decoding.
9171
9172         * mm-bodies.el (mm-decode-body): Call
9173         `mm-charset-to-coding-system' with allow-override argument.
9174
9175         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9176         `filename' from Content-Disposition if Content-Type doesn't
9177         provide `name'.
9178         (gnus-mime-view-part-as-type): Set default instead of
9179         initial-input.
9180
9181 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9182
9183         * format-spec.el (format-spec): Propagate text properties of % spec.
9184
9185 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9186
9187         * gnus-art.el (gnus-treat-predicate): Add `first'.
9188
9189 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9190
9191         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9192         (mm-charset-override-alist): New variable.
9193         (mm-charset-to-coding-system): Use it.
9194         (mm-codepage-setup): New helper function.
9195         (mm-charset-eval-alist): New variable.
9196         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9197         about unknown charsets.
9198
9199         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9200
9201 2005-10-04  David Hansen  <david.hansen@gmx.net>
9202
9203         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9204         (nnrss-check-group): Ditto.
9205
9206 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9207
9208         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9209         Rename x-gnus-verbatim to x-verbatim.
9210         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9211
9212         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9213         x-verbatim.
9214
9215         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9216
9217         * gnus-util.el (gnus-remove-duplicates): Remove.
9218
9219         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9220         instead of gnus-remove-duplicates.
9221
9222         * message.el (message-remove-duplicates): Remove.
9223         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9224         message-remove-duplicates.
9225
9226         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9227         available, else use implementation from `delete-dups'.
9228
9229         * message.el (message-insert-expires): New function.
9230         (message-mode-map): Add key binding.
9231         (message-mode-field-menu): Add menu entry.
9232         (message-mode): Document it.
9233         (message-make-expires-date): Use `message-make-date'.
9234
9235 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9236
9237         * message.el (message-make-expires-date): New function.
9238
9239 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * Makefile.in (list-installed-shadows): New entry.
9242         (install): Use it.
9243         (remove-installed-shadows): New entry.
9244
9245         * dgnushack.el (dgnushack-default-load-path): New variable.
9246         (dgnushack-find-lisp-shadows): New function.
9247         (dgnushack-remove-lisp-shadows): New function.
9248
9249 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9250
9251         * Makefile.in (install-el-elc): New entry.
9252         (install): Use it so that .el files are necessarily installed.
9253
9254 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9255
9256         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9257
9258 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9259
9260         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9261         function rather than the diff-mode.el package.
9262         (mm-display-external): Use with-current-buffer.
9263         (mm-viewer-completion-map, mm-viewer-completion-map):
9264         Move initialization inside declaration.
9265
9266 2005-09-29  Simon Josefsson  <jas@extundo.com>
9267
9268         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9269         autoload mail-check-payment.
9270         (spam-check-hashcash): Define unconditionally, since hashcash.el
9271         is part of Gnus now.  Ignore errors from payment checking.
9272
9273 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9274
9275         * message.el (message-bold-region, message-unbold-region): Rename
9276         from `bold-region' and `unbold-region'.
9277
9278         * message.el: Remove useless autoloads.
9279
9280 2005-09-28  Simon Josefsson  <jas@extundo.com>
9281
9282         * message.el (message-use-idna): Default to t.
9283         (message-use-idna): Test whether encoding works too.  Doc fix.
9284
9285 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * nntp.el (nntp-warn-about-losing-connection): Remove.
9288
9289 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9290
9291         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9292         customizable.  Change default value.
9293         (mm-uu-diff-groups-regexp): Change default value.
9294         (mm-uu-type-alist): Add doc string.
9295         (mm-uu-configure): Add doc string.  Make it interactive.
9296         (mm-uu-tex-groups-regexp): New variable.
9297         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9298         (mm-uu-type-alist): Add LaTeX documents.
9299         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9300         of "text/verbatim".
9301         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9302
9303         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9304         instead of "text/verbatim".
9305
9306         * message.el (message-mark-inserted-region)
9307         (message-mark-insert-file): Use slrn style marks when called with
9308         prefix argument.
9309
9310 2005-09-27  Simon Josefsson  <jas@extundo.com>
9311
9312         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9313
9314 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9315
9316         * message.el (message-remove-duplicates): New function.
9317         Implementation borrowed from `gnus-remove-duplicates'.
9318         (message-idna-to-ascii-rhs): Also encode idna addresses in
9319         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9320         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9321         only ask about the same idna domain once per header and also tell
9322         in what header to replace the idna domain.
9323
9324         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9325         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9326         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9327         a header is decoded and not just the last one.
9328
9329 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9330
9331         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9332         has been decoded.
9333
9334         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9335         (mm-insert-part): Don't modify text if it has been decoded.
9336
9337         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9338         decoded.
9339
9340         * mm-view.el (mm-inline-text): Don't strip text props unless
9341         decoding enriched or richtext parts.
9342
9343 2005-09-25  Romain Francoise  <romain@orebokech.com>
9344
9345         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9346         * gnus-start.el (gnus-subscribe-interactively):
9347         * gnus-uu.el (gnus-uu-grab-articles):
9348         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9349         space.
9350
9351 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9352
9353         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9354         * mm-view.el (mm-view-pkcs7-decrypt):
9355         * gnus-sum.el (gnus-summary-limit-to-extra)
9356         (gnus-summary-respool-article, gnus-read-move-group-name):
9357         * gnus-score.el (gnus-summary-increase-score):
9358         * gnus-util.el (gnus-completing-read-with-default):
9359         * gnus-art.el (gnus-read-save-file-name)
9360         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9361         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9362         * message.el (message-check-news-header-syntax):
9363         Follow convention for reading with the minibuffer.
9364
9365 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9366
9367         * spam-report.el (spam-report-url-ping-plain):
9368         Use gnus-extended-version as User-Agent.
9369
9370         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9371         default value is nil.
9372
9373         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9374         (mm-uu-verbatim-marks-extract): New function.
9375         (mm-uu-extract): New face.
9376         (mm-uu-copy-to-buffer): Use it.
9377
9378         * spam-report.el (spam-report-gmane-ham): Renamed from
9379         `spam-report-gmane-unspam'.
9380         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9381         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9382
9383         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9384         Autoload.
9385         (spam-report-gmane-unregister-routine): Renamed
9386         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9387
9388 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9389
9390         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9391         (spam-report-gmane-unregister-routine): Add support for gmane
9392         unregistration.
9393
9394         * spam-report.el (spam-report-gmane-unspam)
9395         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9396         (spam-report-gmane): Change to take a single article and do unspam
9397         registration.
9398
9399 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9400
9401         * mm-url.el (mm-url-decode-entities): Fix regexp.
9402
9403 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9404
9405         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9406         default to nil, to be able to use Gnus at all.  If the default
9407         switches to something else, then the function should be fixed not
9408         be exceedingly slow.
9409
9410 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9411
9412         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9413         fail hard.
9414
9415         * spam-report.el: Add better Keywords line.
9416
9417         * spam.el: Add Maintainer and better Keywords line.
9418
9419 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9420
9421         * gnus-art.el (gnus-article-replace-part)
9422         (gnus-mime-replace-part): New functions.
9423         (gnus-mime-action-alist, gnus-mime-button-commands)
9424         (gnus-mime-save-part-and-strip): Added file argument.
9425         (gnus-article-part-wrapper): Added interactive argument.
9426
9427         * gnus-sum.el (gnus-summary-mime-map): Add
9428         `gnus-article-replace-part'.
9429
9430 2005-09-19  Didier Verna  <didier@xemacs.org>
9431
9432         The nnml compaction feature:
9433         * nnml.el (nnml-request-compact-group): New function.
9434         * nnml.el (nnml-request-compact): New function.
9435         * gnus-int.el (gnus-request-compact-group): New function.
9436         * gnus-int.el (gnus-request-compact): New function.
9437         * gnus-group.el (gnus-group-compact-group): New function.
9438         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9439         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9440         * gnus-srvr.el (gnus-server-compact-server): New function.
9441         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9442         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9443
9444 2005-09-18  Deepak Goel  <deego@gnufans.org>
9445
9446         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9447         format spec.
9448
9449 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9450
9451         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9452
9453 2005-09-15  Romain Francoise  <romain@orebokech.com>
9454
9455         * message.el (message-fill-paragraph): Clarify docstring.
9456
9457 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * gnus-art.el (gnus-mime-display-part): Protect against broken
9460         MIME messages.
9461
9462 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9463
9464         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9465         before parsing header.
9466
9467 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9468
9469         * html2text.el (html2text-replace-list): Add new entities.
9470
9471 2005-09-11  Romain Francoise  <romain@orebokech.com>
9472
9473         * message.el (message-alternative-emails): Improve docstring.
9474         (message-setup-1): Call `message-use-alternative-email-as-from'
9475         after `message-setup-hook' to give it precedence over posting
9476         styles, etc.
9477         (message-use-alternative-email-as-from): Add docstring.  Remove
9478         the original From header if present.
9479
9480         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9481         (nnml-save-mail): Use it.
9482
9483         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9484         articles.  Add new argument `silent'.
9485         (gnus-uu-mark-all): Report the total number of marked articles.
9486
9487 2005-09-10  Romain Francoise  <romain@orebokech.com>
9488
9489         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9490         (gnus-uu-mark-series): Likewise.
9491
9492 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9493
9494         * spam-report.el (spam-report-gmane): Fix generation of spam
9495         report URL.
9496
9497 2005-09-10  Simon Josefsson  <jas@extundo.com>
9498
9499         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9500         t, based on discussion on the ding list with Robert Epprecht
9501         <epprecht@solnet.ch>.
9502
9503 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9504
9505         * spam-report.el (spam-report-gmane): Make it work without
9506         X-Report-Spam header.  Gmane now only provides Archived-At.
9507         This is only used if `spam-report-gmane-use-article-number' is nil.
9508         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9509
9510         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9511         make `gnus-summary-sort-by-recipient' work with threading.
9512
9513         * nnweb.el (nnweb-google-wash-article): Print a message if article
9514         is not available.
9515
9516 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9517
9518         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9519         change.  Decode text/* parts content before displaying.
9520
9521 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9522
9523         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9524
9525 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9526
9527         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9528
9529         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9530         url-package-name, url-package-version,
9531         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9532         w3m-display-inline-images, and w3m-minor-mode-map.
9533
9534 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9535
9536         * message.el (message-tab-body-function): Fix mismatched custom type.
9537
9538         * gnus.el (gnus-group-change-level-function): Ditto.
9539
9540         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9541
9542         * gnus-art.el (gnus-signature-limit)
9543         (gnus-article-mime-part-function): Ditto.
9544
9545 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9546
9547         * mml.el (mml-mode): Silence the byte compiler.
9548
9549         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9550         using `(sit-for 0)' before moving the point to the specified part;
9551         skip unbuttonized parts.
9552         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9553         return to the summary window if gnus-auto-select-part is non-nil.
9554
9555 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9556
9557         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9558         variables.
9559         (mml-dnd-attach-file, mml-mode): Use them.
9560
9561         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9562         Make fetching article by MID work again for Google Groups.  Added
9563         FIXME concerning gnus-group-make-web-group.
9564
9565         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9566         Don't depend on Gnus by using mail-extract-address-components if
9567         gnus-extract-address-components is not bound.
9568
9569 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9570
9571         * gnus-art.el (gnus-mime-display-security): Don't display the
9572         signature, but only the signed part.
9573
9574 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9575
9576         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9577
9578         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9579         list, not listp.
9580
9581 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9582
9583         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9584         when encoding.
9585
9586         * mm-bodies.el (mm-decode-content-transfer-encoding):
9587         De-canonicalize CRLF for all text content types, not just
9588         text/plain.
9589
9590 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9591
9592         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9593         valid article; point arrow and cursor at the MIME button.
9594
9595 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9596
9597         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9598         Suggested by Dan Christensen <jdc@uwo.ca>.
9599
9600         * mm-decode.el (mm-save-part): Enable change of prompt.
9601
9602 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9603
9604         * gnus-msg.el (gnus-inews-add-send-actions): Made
9605         `message-post-method' lambda parameter ARG `&optional'.
9606
9607 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9608
9609         * gnus-sum.el (gnus-summary-mime-map): Added
9610         gnus-article-save-part-and-strip, gnus-article-delete-part and
9611         gnus-article-jump-to-part.
9612
9613         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9614         (gnus-article-edit-part): Use it.
9615         (gnus-article-part-wrapper): Added no-handle argument.
9616         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9617         functions.
9618
9619 2005-08-29  Romain Francoise  <romain@orebokech.com>
9620
9621         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9622         docstring.
9623         (gnus-face-from-file): Likewise.
9624
9625 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9626
9627         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9628         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9629         non-nil.
9630         (gnus-auto-select-part): New variable.
9631         (gnus-article-jump-to-part): New function.
9632         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9633         (gnus-mime-delete-part): Allow selecting specified part after
9634         deleting or stripping parts.
9635         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9636         part if argument is bogus.
9637
9638 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9639
9640         * gnus-art.el (w3m-minor-mode-map):
9641         * gnus-spec.el (gnus-newsrc-file-version):
9642         * gnus-util.el (nnmail-active-file-coding-system)
9643         (gnus-original-article-buffer, gnus-user-agent):
9644         * gnus.el (gnus-ham-process-destinations)
9645         (gnus-parameter-ham-marks-alist)
9646         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9647         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9648         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9649         * mm-decode.el (gnus-current-window-configuration):
9650         * mm-extern.el (gnus-article-mime-handles):
9651         * mm-url.el (url-current-object, url-package-name)
9652         (url-package-version):
9653         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9654         (smime-keys, w3m-cid-retrieve-function-alist)
9655         (w3m-current-buffer, w3m-display-inline-images)
9656         (w3m-minor-mode-map):
9657         * mml-smime.el (gnus-extract-address-components):
9658         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9659         (gnus-newsrc-hashtb, message-default-charset)
9660         (message-deletable-headers, message-options)
9661         (message-posting-charset, message-required-mail-headers)
9662         (message-required-news-headers):
9663         * mml1991.el (mc-pgp-always-sign):
9664         * mml2015.el (mc-pgp-always-sign):
9665         * nnheader.el (nnmail-extra-headers):
9666         * rfc1843.el (gnus-decode-encoded-word-function)
9667         (gnus-decode-header-function, gnus-newsgroup-name):
9668         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9669
9670 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9671
9672         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9673         the end of the date treatments.
9674
9675 2005-08-15  Simon Josefsson  <jas@extundo.com>
9676
9677         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9678         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9679         Capello and Romain Francoise.
9680         (pgg-fetch-key-function): Removed, not used?
9681         (pgg-insert-url-with-w3): Require url, to get
9682         url-insert-file-contents regardless of where it is defined.
9683
9684 2005-08-13  Romain Francoise  <romain@orebokech.com>
9685
9686         * message.el (message-cite-original-1): New function.
9687         (message-cite-original): Use it.
9688         (message-cite-original-without-signature): Ditto.
9689
9690 2005-08-08  Romain Francoise  <romain@orebokech.com>
9691
9692         * message.el (message-yank-empty-prefix): New variable.
9693         (message-indent-citation): Use it.
9694         (message-cite-original-without-signature): Respect X-No-Archive.
9695
9696 2005-08-08  Simon Josefsson  <jas@extundo.com>
9697
9698         * pgg.el: Autoload url-insert-file-contents instead of loading
9699         w3/url.
9700         (pgg-insert-url-with-w3): Don't load url here.
9701
9702 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9703
9704         * message.el (message-kill-to-signature): Don't insert newline at
9705         bol.
9706         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9707
9708 2005-08-06  Romain Francoise  <romain@orebokech.com>
9709
9710         * message.el (message-user-fqdn): Fix typo in docstring.
9711
9712 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9713
9714         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9715
9716         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9717
9718 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9719
9720         * mm-bodies.el (mm-encode-body): Use coding system rather than
9721         charset to encode text.
9722
9723         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9724         number of charsets if utf-8 is available (XEmacs).
9725
9726 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9727
9728         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9729         taken from `gnus-button-mid-or-mail-regexp'.
9730         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9731         (gnus-button-alist): Improve regexp for domain part of the MIDs
9732         for news:localpart@domain buttons.
9733         (gnus-button-ctan-directory-regexp): Update.
9734
9735 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9736
9737         * sieve-manage.el (sieve-manage-interactive-login): Use
9738         make-local-variable rather than make-variable-buffer-local.
9739         (sieve-manage-open): Ditto.
9740         (sieve-manage-authenticate): Ditto.
9741
9742         * mml.el (mml-generate-mime-1): Make the content type default to
9743         text/plain if the filename is not specified.
9744
9745 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9748         instead of insert-buffer.
9749
9750         * message.el (message-yank-original): Ditto; set the mark at the
9751         end of the yanked message.
9752
9753 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9754
9755         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9756         lines to scroll rather than to stop it.
9757
9758         * mml.el (mml-generate-default-type): Add doc string.
9759         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9760         default to application/octet-stream when determining the content
9761         type if it is not specified for the part or the mml contents; add
9762         a comment about mml-generate-default-type.
9763
9764 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9765
9766         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9767         make it default to application/octet-stream when determining the
9768         content type if it is not specified for the external contents.
9769
9770 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9771
9772         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9773         segmented parameter but also other parameters might be there.
9774
9775 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9776
9777         * mm-decode.el (mm-display-external): Delete temp file, directory
9778         and buffer immediately if the external process is exited.
9779
9780 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9781
9782         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9783         fewer lines than that of scroll-margin.
9784         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9785
9786 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9787
9788         * gnus-art.el (gnus-article-next-page): Revert.
9789         (gnus-article-beginning-of-window): New macro.
9790         (gnus-article-next-page-1): Use it.
9791         (gnus-article-prev-page): Ditto.
9792         (gnus-article-edit-part): Use insert-buffer-substring instead of
9793         insert-buffer.
9794         (gnus-article-edit-exit): Ditto.
9795
9796         * gnus-util.el (gnus-beginning-of-window): Remove.
9797         (gnus-end-of-window): Remove.
9798
9799         * lpath.el: Don't bind header-line-format and scroll-margin.
9800
9801 2005-07-25  Simon Josefsson  <jas@extundo.com>
9802
9803         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9804         to have the url package without w3.  Reported by Daiki Ueno
9805         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9806
9807 2005-07-20  Didier Verna  <didier@xemacs.org>
9808
9809         * gnus-diary.el: Remove the description comment (nndiary is now
9810         properly documented in the Gnus manual).
9811         Fix the spelling of "Back End".
9812         * nndiary.el: Ditto.
9813         Fix the copyright notice.
9814
9815 2005-07-18  Romain Francoise  <romain@orebokech.com>
9816
9817         * gnus-sum.el (gnus-summary-to-prefix)
9818         (gnus-summary-newsgroup-prefix): New variables.
9819         (gnus-summary-from-or-to-or-newsgroups): Use them.
9820
9821 2005-07-17  Romain Francoise  <romain@orebokech.com>
9822
9823         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9824         space as it's generally not especially interesting to the user.
9825
9826 2005-07-16  Romain Francoise  <romain@orebokech.com>
9827
9828         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9829         nil to avoid prompting and file modification if one of the
9830         messages at the top of the nnfolder file contains a copyright
9831         notice.
9832         Update copyright notice.
9833
9834         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9835         instead of `current-time-string' as the latter creates a time
9836         string that is not RFC 2822 compliant (it lacks the zone).
9837         Update copyright notice.
9838
9839 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9840
9841         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9842         for text/rtf.  Display default in prompt.  Pass default for M-n.
9843
9844         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9845
9846 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9847
9848         * gnus-msg.el (gnus-button-mailto): Remove
9849         save-selected-window-window hackery because it relies on
9850         save-selected-window internals.
9851
9852 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9855         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9856         (gnus-article-prev-page): Ditto.
9857
9858         * gnus-util.el (gnus-beginning-of-window): New function.
9859         (gnus-end-of-window): New function.
9860
9861         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9862
9863 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9864
9865         * gnus-score.el (gnus-score-edit-all-score): Set
9866         gnus-score-edit-exit-function to gnus-score-edit-done and call
9867         gnus-message.
9868
9869 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9870
9871         * gnus-msg.el (gnus-button-mailto): Remove
9872         save-selected-window-window hackery because it relies on
9873         save-selected-window internals.
9874
9875 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9876
9877         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9878         add-minor-mode.
9879         (gnus-binary-mode): Ditto.
9880
9881         * gnus-topic.el (gnus-topic-mode): Ditto.
9882
9883 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9884
9885         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9886         (gnus-article-prev-page): Take scroll-margin into consideration.
9887
9888 2005-07-04  Lute Kamstra  <lute@gnu.org>
9889
9890         Update FSF's address in GPL notices.
9891
9892 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9893
9894         * gnus.el (gnus-exit):
9895         * gnus-group.el (gnus-group-icons):
9896         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9897
9898         * gnus-nocem.el (gnus-nocem):
9899         * message.el (message-various, message-buffers, message-sending)
9900         (message-interface, message-forwarding, message-insertion)
9901         (message-headers, message-news, message-mail):
9902         * pgg-gpg.el (pgg-gpg):
9903         * pgg-parse.el (pgg-parse):
9904         * pgg-pgp.el (pgg-pgp):
9905         * pgg-pgp5.el (pgg-pgp5):
9906         * pop3.el (pop3): Finish `defgroup' description with period.
9907
9908 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * gnus-art.el (article-display-face): Improve the efficiency.
9911         (article-display-x-face): Ditto; remove grey x-face stuff.
9912
9913 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9914
9915         * gnus-art.el (article-display-face): Correct the position in
9916         which Faces are inserted.
9917
9918 2005-06-29  Didier Verna  <didier@xemacs.org>
9919
9920         * gnus-art.el (article-display-face): Display faces in correct
9921         order.
9922
9923 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9924
9925         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9926         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9927         (gnus-nocem-check-article): Fetch the Type header.
9928         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9929         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9930         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9931         make sure gnus-nocem-hashtb is initialized.
9932         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9933         (gnus-nocem-unwanted-article-p): Ditto.
9934
9935         * pgg.el (pgg-verify): Return the verification result.
9936
9937 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9938
9939         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9940         is ascii.
9941
9942 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9943
9944         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9945         `show-nonbreak-escape'.
9946
9947 2005-06-23  Lute Kamstra  <lute@gnu.org>
9948
9949         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9950
9951         * dig.el (dig-mode):
9952         * smime.el (smime-mode): Use gnus-run-mode-hooks.
9953
9954 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
9955
9956         * nnimap.el (nnimap-split-download-body): Fix spellings.
9957
9958 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
9959
9960         * gnus-art.el (gnus-article-encrypt-body):
9961         * gnus-cus.el (gnus-score-customize):
9962         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9963         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9964
9965 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
9966
9967         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9968         header by looking for magic "MII" at the beginnig.
9969
9970 2005-06-16  Miles Bader  <miles@gnu.org>
9971
9972         * gnus-xmas.el (gnus-xmas-group-startup-message):
9973         Use renamed gnus-splash face.
9974
9975         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9976         (assistant-field-face): New backward-compatibility alias for renamed
9977         face.
9978         (assistant-render-text): Use renamed assistant-field face.
9979
9980         * spam.el (spam): Remove "-face" suffix from face name.
9981         (spam-face): New backward-compatibility alias for renamed face.
9982         (spam-face, spam-initialize): Use renamed spam face.
9983
9984         * message.el (message-header-to, message-header-cc)
9985         (message-header-subject, message-header-newsgroups)
9986         (message-header-other, message-header-name)
9987         (message-header-xheader, message-separator, message-cited-text)
9988         (message-mml): Remove "-face" suffix from face names.
9989         (message-header-to-face, message-header-cc-face)
9990         (message-header-subject-face, message-header-newsgroups-face)
9991         (message-header-other-face, message-header-name-face)
9992         (message-header-xheader-face, message-separator-face)
9993         (message-cited-text-face, message-mml-face):
9994         New backward-compatibility aliases for renamed faces.
9995         (message-font-lock-keywords): Use renamed message faces.
9996
9997         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9998         (sieve-test-commands, sieve-tagged-arguments):
9999         Remove "-face" suffix from face names.
10000         (sieve-control-commands-face, sieve-action-commands-face)
10001         (sieve-test-commands-face, sieve-tagged-arguments-face):
10002         New backward-compatibility aliases for renamed faces.
10003         (sieve-control-commands-face, sieve-action-commands-face)
10004         (sieve-test-commands-face, sieve-tagged-arguments-face):
10005         Use renamed sieve faces.
10006
10007         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10008         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10009         (gnus-group-news-3-empty, gnus-group-news-4)
10010         (gnus-group-news-4-empty, gnus-group-news-5)
10011         (gnus-group-news-5-empty, gnus-group-news-6)
10012         (gnus-group-news-6-empty, gnus-group-news-low)
10013         (gnus-group-news-low-empty, gnus-group-mail-1)
10014         (gnus-group-mail-1-empty, gnus-group-mail-2)
10015         (gnus-group-mail-2-empty, gnus-group-mail-3)
10016         (gnus-group-mail-3-empty, gnus-group-mail-low)
10017         (gnus-group-mail-low-empty, gnus-summary-selected)
10018         (gnus-summary-cancelled, gnus-summary-high-ticked)
10019         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10020         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10021         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10022         (gnus-summary-low-undownloaded)
10023         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10024         (gnus-summary-low-unread, gnus-summary-normal-unread)
10025         (gnus-summary-high-read, gnus-summary-low-read)
10026         (gnus-summary-normal-read, gnus-splash):
10027         Remove "-face" suffix from face names.
10028         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10029         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10030         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10031         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10032         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10033         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10034         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10035         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10036         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10037         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10038         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10039         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10040         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10041         (gnus-summary-normal-ticked-face)
10042         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10043         (gnus-summary-normal-ancient-face)
10044         (gnus-summary-high-undownloaded-face)
10045         (gnus-summary-low-undownloaded-face)
10046         (gnus-summary-normal-undownloaded-face)
10047         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10048         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10049         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10050         (gnus-splash-face):
10051         New backward-compatibility aliases for renamed faces.
10052         (gnus-group-startup-message): Use renamed gnus faces.
10053
10054         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10055         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10056         (gnus-server-agent): Remove "-face" suffix from face names.
10057         (gnus-server-agent-face, gnus-server-opened-face)
10058         (gnus-server-closed-face, gnus-server-denied-face)
10059         (gnus-server-offline-face):
10060         New backward-compatibility aliases for renamed faces.
10061         (gnus-server-agent-face, gnus-server-opened-face)
10062         (gnus-server-closed-face, gnus-server-denied-face)
10063         (gnus-server-offline-face): Use renamed gnus faces.
10064
10065         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10066         Remove "-face" suffix from face names.
10067         (gnus-picon-xbm-face, gnus-picon-face):
10068         New backward-compatibility aliases for renamed faces.
10069
10070         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10071         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10072         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10073         (gnus-cite-11): Remove "-face" suffix from face names.
10074         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10075         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10076         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10077         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10078         New backward-compatibility aliases for renamed faces.
10079         (gnus-cite-attribution-face, gnus-cite-face-list)
10080         (gnus-article-boring-faces): Use renamed gnus faces.
10081
10082         * gnus-art.el (gnus-signature, gnus-header-from)
10083         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10084         (gnus-header-content): Remove "-face" suffix from face names.
10085         (gnus-signature-face, gnus-header-from-face)
10086         (gnus-header-subject-face, gnus-header-newsgroups-face)
10087         (gnus-header-name-face, gnus-header-content-face):
10088         New backward-compatibility aliases for renamed faces.
10089         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10090
10091         * gnus-sum.el (gnus-summary-selected-face)
10092         (gnus-summary-highlight): Use renamed gnus faces.
10093         * gnus-group.el (gnus-group-highlight): Likewise.
10094
10095 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10096
10097         * gnus-sieve.el (gnus-sieve-article-add-rule):
10098         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10099         * spam-stat.el (spam-stat-buffer-change-to-spam)
10100         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10101
10102         * message.el (message-is-yours-p):
10103         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10104
10105 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10106
10107         * mm-view.el (mm-inline-text): Withdraw the last change.
10108
10109 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10110
10111         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10112         executing enriched-decode.
10113
10114 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10115
10116         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10117         charset of tar files.
10118
10119 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10120
10121         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10122
10123 2005-06-04  Lute Kamstra  <lute@gnu.org>
10124
10125         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10126         information is never recorded.
10127
10128 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10129
10130         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10131
10132 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * pop3.el (pop3-apop): Run md5 in the binary mode.
10135
10136         * starttls.el (starttls-set-process-query-on-exit-flag):
10137         Use eval-and-compile.
10138
10139 2005-05-31  Simon Josefsson  <jas@extundo.com>
10140
10141         * smime.el (smime-replace-in-string): Define.
10142         (smime-cert-by-ldap-1): Use it.
10143
10144 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10145
10146         * gnus-art.el (article-display-x-face): Replace
10147         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10148
10149         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10150         set-process-query-on-exit-flag or process-kill-without-query.
10151
10152         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10153         loop instead of replace-regexp.
10154
10155         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10156         instead of process-kill-without-query if it is available.
10157
10158         * lpath.el: Fbind ldap-search-entries.
10159
10160         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10161         instead of find-file-hooks if it is available.
10162
10163         * mml1991.el: Bind pgg-default-user-id when compiling.
10164
10165         * mml2015.el: Bind pgg-default-user-id when compiling.
10166
10167         * nndraft.el (nndraft-request-associate-buffer):
10168         Use write-contents-functions instead of write-contents-hooks if it is
10169         available.
10170
10171         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10172         instead of find-file-hooks if it is available.
10173
10174         * nntp.el (nntp-open-connection): Replace
10175         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10176         (nntp-open-ssl-stream): Ditto.
10177         (nntp-open-tls-stream): Ditto.
10178
10179         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10180         set-process-query-on-exit-flag or process-kill-without-query.
10181         (starttls-open-stream-gnutls): Use it instead of
10182         process-kill-without-query.
10183         (starttls-open-stream): Ditto.
10184
10185 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10186
10187         * smime.el (smime-cert-by-ldap-1): Don't use
10188         replace-regexp-in-string.
10189
10190 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10191
10192         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10193
10194         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10195         in PEM format.  Adjust to the XEmacs compability.
10196
10197 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10198
10199         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10200         by `string-to-number'.
10201         * gnus-agent.el (gnus-agent-regenerate-group)
10202         (gnus-agent-fetch-articles): Ditto.
10203         * gnus-art.el (gnus-button-fetch-group): Ditto.
10204         * gnus-cache.el (gnus-cache-generate-active)
10205         (gnus-cache-articles-in-group): Ditto.
10206         * gnus-group.el (gnus-group-set-current-level)
10207         (gnus-group-insert-group-line): Ditto.
10208         * gnus-score.el (gnus-score-set-expunge-below)
10209         (gnus-score-set-mark-below, gnus-summary-score-effect)
10210         (gnus-summary-score-entry): Ditto.
10211         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10212         (gnus-soup-pack): Ditto.
10213         * gnus-spec.el (gnus-xmas-format): Ditto.
10214         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10215         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10216         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10217         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10218         * nndb.el (nndb-get-remote-expire-response): Ditto.
10219         * nndiary.el (nndiary-parse-schedule-value)
10220         (nndiary-string-to-number, nndiary-request-replace-article)
10221         (nndiary-request-article): Ditto.
10222         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10223         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10224         * nneething.el (nneething-make-head): Ditto.
10225         * nnfolder.el (nnfolder-request-article)
10226         (nnfolder-retrieve-headers): Ditto.
10227         * nnheader.el (nnheader-file-to-number): Ditto.
10228         * nnkiboze.el (nnkiboze-request-article): Ditto.
10229         * nnmail.el (nnmail-process-unix-mail-format)
10230         (nnmail-process-babyl-mail-format): Ditto.
10231         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10232         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10233         (nnmh-request-create-group, nnmh-request-list-1)
10234         (nnmh-request-group, nnmh-request-article): Ditto.
10235         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10236         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10237         * nnsoup.el (nnsoup-make-active): Ditto.
10238         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10239         * nntp.el (nntp-find-group-and-number)
10240         (nntp-retrieve-headers-with-xover): Ditto.
10241         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10242         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10243         (pgg-format-key-identifier): Ditto.
10244         * pop3.el (pop3-last, pop3-stat): Ditto.
10245         * qp.el (quoted-printable-decode-region): Ditto.
10246
10247         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10248         of concat.
10249
10250 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10251
10252         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10253
10254         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10255
10256         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10257
10258         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10259
10260         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10261
10262         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10263
10264         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10265         (gnus-carpal-mode): Ditto.
10266
10267         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10268         (gnus-browse-mode): Ditto.
10269
10270         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10271
10272         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10273
10274 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10275
10276         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10277
10278 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10279
10280         * gnus-util.el (gnus-run-mode-hooks): New function.
10281
10282         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10283
10284         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10285         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10286
10287 2005-05-27  Lute Kamstra  <lute@gnu.org>
10288
10289         * dns-mode.el (dns-mode): Specify customization group.
10290
10291 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10292
10293         * gnus-agent.el (gnus-agent-make-mode-line-string):
10294         Use mode-line-highlight as mouse-face.
10295
10296 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10297
10298         * canlock.el (canlock): Change the parent group to news.
10299
10300         * deuglify.el (gnus-outlook-deuglify): Add :group.
10301
10302         * dig.el (dig): Add :group.
10303
10304         * dns-mode.el (dns-mode): Add :group.
10305
10306         * encrypt.el (encrypt): Add :group.
10307
10308         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10309         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10310         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10311         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10312         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10313
10314         * gnus-diary.el (gnus-diary): Add :group.
10315
10316         * gnus.el (gnus-group-news-1-face): Add :group.
10317         (gnus-group-news-1-empty-face): Ditto.
10318         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10319         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10320         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10321         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10322         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10323         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10324         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10325         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10326         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10327         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10328         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10329         (gnus-summary-high-ticked-face): Ditto.
10330         (gnus-summary-low-ticked-face): Ditto.
10331         (gnus-summary-normal-ticked-face): Ditto.
10332         (gnus-summary-high-ancient-face): Ditto.
10333         (gnus-summary-low-ancient-face): Ditto.
10334         (gnus-summary-normal-ancient-face): Ditto.
10335         (gnus-summary-high-undownloaded-face): Ditto.
10336         (gnus-summary-low-undownloaded-face): Ditto.
10337         (gnus-summary-normal-undownloaded-face): Ditto.
10338         (gnus-summary-high-unread-face): Ditto.
10339         (gnus-summary-low-unread-face): Ditto.
10340         (gnus-summary-normal-unread-face): Ditto.
10341         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10342         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10343
10344         * hashcash.el (hashcash): New custom group.
10345         (hashcash-default-payment): Add :group.
10346         (hashcash-payment-alist): Ditto.
10347         (hashcash-default-accept-payment): Ditto.
10348         (hashcash-accept-resources): Ditto.
10349         (hashcash-path): Ditto.
10350         (hashcash-extra-generate-parameters): Ditto.
10351         (hashcash-double-spend-database): Ditto.
10352         (hashcash-in-news): Ditto.
10353
10354         * message.el (message-minibuffer-local-map): Add :group.
10355
10356         * netrc.el (netrc): Add :group.
10357
10358         * sieve-manage.el (sieve-manage-log): Add :group.
10359         (sieve-manage-default-user): Diito.
10360         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10361         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10362         (sieve-manage-authenticators): Ditto.
10363         (sieve-manage-authenticator-alist): Ditto.
10364         (sieve-manage-default-port): Ditto.
10365
10366         * sieve-mode.el (sieve-control-commands-face): Add :group.
10367         (sieve-action-commands-face): Ditto.
10368         (sieve-test-commands-face): Ditto.
10369         (sieve-tagged-arguments-face): Ditto.
10370
10371         * smime.el (smime): Add :group.
10372
10373         * spam-report.el (spam-report): Add :group.
10374
10375         * spam.el (spam, spam-face): Add :group.
10376
10377 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10378
10379         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10380         return \n.\n.\n at the end of articles.  Protect against that.
10381         (nntp-with-open-group): Allow debugging.
10382
10383         * nnheader.el (mail-header-set-extra): Make into a function
10384         because I just could't understand how to quote the list properly.
10385
10386         * dns.el (query-dns-cached): New function.
10387
10388 2005-05-26  Lute Kamstra  <lute@gnu.org>
10389
10390         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10391
10392 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10393
10394         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10395
10396         * gnus-art.el: Don't autoload mail-extract-address-components.
10397
10398         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10399         eval-and-compile to evaluate it.
10400
10401         * hashcash.el: Don't autoload executable-find.
10402
10403         * nndb.el: Don't declare the nndb back end two or more times; don't
10404         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10405
10406         * nntp.el: Autoload format-spec instead of format; use
10407         eval-and-compile to evaluate autoload forms.
10408
10409 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10410
10411         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10412
10413 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10414
10415         * gnus.el (gnus-version-number): Bump version.
10416
10417 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10418
10419         * gnus.el: No Gnus v0.3 is released.
10420
10421 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10422
10423         * lpath.el (featurep): Bind show-nonbreak-escape.
10424
10425 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10426
10427         * gnus-art.el (gnus-article-edit-part): Disable undo.
10428
10429 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10430
10431         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10432         gnus-article-date-lapsed-new-header is t if date timer is active;
10433         skip headers in which the original date value is empty.
10434         (gnus-article-save-original-date): Redefine it as a macro.
10435         (gnus-display-mime): Use it.
10436
10437 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10438
10439         * gnus-art.el (article-date-ut): Support converting date in
10440         forwarded parts as well.
10441         (gnus-article-save-original-date): New function.
10442         (gnus-display-mime): Use it.
10443
10444 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10445
10446         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10447         enclosure element of <item>.
10448
10449 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10450
10451         * message.el (message-kill-buffer-query): Renamed from
10452         `message-kill-buffer-query-if-modified'.  Added :version.
10453
10454 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10455
10456         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10457         window layout.
10458
10459 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10460
10461         * mml.el: Autoload dnd when compiling.
10462
10463 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10464
10465         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10466         x-dnd-*.
10467
10468 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * qp.el (quoted-printable-encode-region): Save excursion.
10471
10472 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10473
10474         * message.el (message-kill-buffer-query-if-modified): Add new variable
10475         so the user can kill a modified message buffer quickly.
10476         (message-kill-buffer): Use it.
10477
10478 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10479
10480         * lpath.el: Fbind display-time-event-handler; don't fbind
10481         string-to-multibyte.
10482
10483         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10484
10485 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10486
10487         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10488         contained in text because xml.el decodes entities) with LFs.
10489
10490 2005-04-11  Lute Kamstra  <lute@gnu.org>
10491
10492         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10493         differently.
10494
10495 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10496
10497         * mm-util.el (mm-detect-coding-region): Typo.
10498
10499 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10500
10501         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10502
10503 2005-04-06  Deepak Goel  <deego@gnufans.org>
10504
10505         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10506         user-function allow user modifications of the scores.
10507         (spam-stat-score-buffer-user): New function, to allow
10508         user-computed modifications to the score.
10509         (spam-stat-score-buffer-user-functions): List of additional
10510         scoring functions.
10511         (spam-stat-error-holder): Global temporary error holder.
10512         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10513         variable.
10514
10515 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10516
10517         * gnus-registry.el (gnus-registry-clean-empty-function)
10518         (gnus-registry-trim, gnus-registry-fetch-groups)
10519         (gnus-registry-delete-group): Groups that match
10520         `gnus-registry-ignored-groups' are removed from the registry
10521         entries, not just ignored for splitting.  This helps clean up the
10522         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10523         to get all the groups a message ID is in.
10524
10525         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10526         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10527         (spam-stat-score-buffer-user-functions): Add :number custom type.
10528
10529 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10530
10531         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10532         argument in XEmacs.
10533
10534         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10535         (nnrss-request-group): Decode group name first.
10536         (nnrss-request-article): Make a text/plain article if mml-to-mime
10537         failed.
10538         (nnrss-get-encoding): Return a compatible encoding according to
10539         nnrss-compatible-encoding-alist.
10540         (nnrss-find-el): Use consp instead of listp.
10541         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10542
10543 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10544
10545         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10546         which Emacs 20 doesn't support.
10547         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10548
10549 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10550
10551         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10552         silence the byte compiler inside the defun.
10553
10554         * gnus-demon.el (parse-time-string): Add autoload.
10555
10556         * gnus-delay.el (parse-time-string): Add autoload.
10557
10558         * gnus-art.el (parse-time-string): Add autoload.
10559
10560         * nnultimate.el (parse-time): Require for `parse-time-string'.
10561
10562 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10563
10564         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10565
10566         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10567
10568         * smime.el (smime-ldap-host-list): Add :version.
10569
10570 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10571
10572         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10573         pass it to `gnus-browse-read-group'.
10574         (gnus-browse-read-group): Add NUMBER argument and pass it to
10575         `gnus-group-read-ephemeral-group'.
10576
10577         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10578         argument and pass it to `gnus-group-read-group'.
10579
10580 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10581
10582         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10583         mm-xemacs-find-mime-charset-1 if we have the mule feature
10584         available at runtime.
10585
10586 2005-03-25  Werner Lemberg  <wl@gnu.org>
10587
10588         * nnmaildir.el: Replace `illegal' with `invalid'.
10589
10590 2005-03-23  Lute Kamstra  <lute@gnu.org>
10591
10592         * time-date.el: Add comment on time value formats.
10593         Don't require parse-time.
10594         (with-decoded-time-value): New macro.
10595         (encode-time-value): New function.
10596         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10597         (days-to-time): Return a valid time value when arg is huge.
10598         (time-since): Use time-subtract.
10599         (time-to-number-of-days): Use time-to-seconds.
10600
10601 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10602
10603         * gnus-start.el (gnus-display-time-event-handler):
10604         Check display-time-timer at runtime rather than only at load time
10605         in case display-time-mode is turned off in the mean time.
10606
10607 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10608
10609         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10610         used.
10611
10612         * nneething.el (nneething-map-file-directory): Derive from
10613         `gnus-directory'.
10614
10615         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10616         the To/Cc button.
10617
10618 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10619
10620         * nnmaildir.el (nnmaildir-request-accept-article):
10621         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10622
10623 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10624
10625         * gnus-async.el: Require timer-funcs at compile time when in
10626         XEmacs for `run-with-idle-timer'.
10627
10628 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10629
10630         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10631         autoloaded function.
10632
10633 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10634
10635         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10636
10637 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10638
10639         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10640
10641 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10642
10643         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10644         gnus-expert-user to default.
10645
10646 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10647
10648         * nnimap.el (nnimap-open-server): Ditto.
10649
10650         * imap.el (imap-authenticate): Fix typo.
10651
10652 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10653
10654         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10655         buffer (since IMAP server might return FETCH response out of
10656         order, and the nntp buffer must be sorted).
10657
10658 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10659
10660         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10661         comparison on string.
10662
10663         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10664         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10665         (gnus-agent-summary-fetch-series): Modified to protect against
10666         gnus-agent-summary-fetch-group clearing processable flags.
10667         (gnus-agent-synchronize-group-flags): Update live group buffer as
10668         synchronization may occur due to the user toggle the plugged
10669         status.
10670         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10671         successfully downloaded.
10672         (gnus-agent-expire-group-1): Avoid using markers when the overview
10673         is in ascending order; greatly improves performance.
10674         (gnus-agent-regenerate-group): Use
10675         gnus-agent-synchronize-group-flags to reset read status in both
10676         gnus and server.
10677         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10678
10679 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10680
10681         * message.el: Don't autoload former message-utils variables.
10682         (message-strip-subject-trailing-was): Change doc string.
10683
10684         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10685         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10686         (nnweb-google-search): Add "hl=en" here.
10687         (nnweb-google-parse-1, nnweb-google-create-mapping):
10688         Don't hardcode URL.
10689
10690 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10691
10692         * message.el (message-get-reply-headers, message-followup):
10693         Mention related variables `message-use-followup-to' and
10694         `message-use-mail-followup-to', in the information buffer.
10695
10696         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10697         of broken groups(-beta).google.com.
10698
10699 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10700
10701         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10702         parameter to invoked gnus-request-move-article; remove the
10703         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10704         all at once instead of once per article.
10705         (gnus-summary-remove-process-mark): Accept a list of articles as
10706         well as a single article for processing.
10707
10708         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10709         parameter.
10710
10711         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10712
10713         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10714
10715         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10716         parameter.
10717
10718         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10719         parameter.
10720
10721         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10722         parameter and remove the gnus-sum-hint-move-is-internal variable.
10723
10724         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10725         parameter.
10726
10727         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10728         parameter.
10729
10730         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10731         parameter.
10732
10733         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10734
10735         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10736         parameter.
10737
10738         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10739         parameter.
10740
10741 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10742
10743         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10744         a more conservative way.
10745
10746 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10747
10748         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10749         buffer, so it moves the window's cursor.
10750
10751 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10752
10753         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10754         `mm-dissect-multipart' and receive the from field as an (optional)
10755         argument from `mm-dissect-multipart'.
10756         (mm-dissect-multipart): Receive the from field as an argument and
10757         pass it on when we call `mm-dissect-buffer' on MIME parts.
10758         Fixes verification/decryption of signed/encrypted MIME parts.
10759
10760 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10761
10762         * gnus-sum.el (gnus-summary-move-article): Set
10763         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10764         whatever it calls (right now, only nnimap-request-move article
10765         respects it).
10766
10767         * nnimap.el (nnimap-request-move-article): When
10768         gnus-sum-hint-move-is-internal is set, don't do the extra
10769         nnimap-request-article.
10770
10771 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10772
10773         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10774
10775         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10776         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10777
10778         * gnus-sum.el (gnus-summary-caesar-message):
10779         Apply `gnus-treat-article' after rotation.
10780
10781         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10782         doc string.
10783
10784 2005-02-22  Simon Josefsson  <jas@extundo.com>
10785
10786         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10787         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10788         <arne@arnested.dk>.
10789         (encrypt): Add password-cache and password-cache-expiry as group
10790         members.
10791
10792 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10793
10794         * smime.el (smime-ldap-host-list): Doc fix.
10795         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10796         cache) password.
10797         (smime-sign-region): Use it.
10798         (smime-decrypt-region): Use it.
10799         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10800         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10801         fails.
10802         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10803         certificate from DER to PEM format rather than calling openssl.
10804
10805         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10806
10807         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10808         for signing/encryption.
10809
10810         * mml.el (mml-parse-1): Use them.
10811
10812 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10813
10814         * nnrss.el (nnrss-verbose): Removed.
10815         (nnrss-request-group): Use `nnheader-message' instead.
10816
10817 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10818
10819         * nnrss.el (nnrss-verbose): New variable.
10820         (nnrss-request-group): Make it say nnrss is requesting a group.
10821
10822 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10823
10824         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10825         Handle news URL with given port correctly.
10826
10827 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10828
10829         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10830         containing special characters.
10831
10832         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10833
10834         * mml.el (mime-to-mml): Ditto.
10835
10836         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10837         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10838         (rfc2047-decode-region): Quote decoded words containing special
10839         characters when rfc2047-quote-decoded-words-containing-tspecials
10840         is non-nil.
10841
10842 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10843
10844         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10845
10846         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10847
10848 2005-02-15  Simon Josefsson  <jas@extundo.com>
10849
10850         * nnimap.el (nnimap-debug): Doc fix.
10851
10852         * imap.el (imap-debug): Doc fix.
10853
10854 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10855
10856         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10857
10858 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10859
10860         * gnus.el (spam-contents): Improve docs for spam-contents
10861         parameter in its variable incarnation.
10862
10863 2005-02-14  Simon Josefsson  <jas@extundo.com>
10864
10865         * smime-ldap.el: Use require instead of load-library for ldap.
10866         (smime-ldap-search): Indent.
10867         (smime-ldap-search-internal): Shorten line.
10868
10869         * smime.el (smime-cert-by-dns): Add doc-string.
10870         (smime-cert-by-ldap-1): Indent.
10871
10872         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10873         mml-smime-get-dns-ldap.
10874         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10875
10876 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10877
10878         * smime.el: Require smime-ldap.
10879         (smime-ldap-host-list): New variable.
10880         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10881
10882         * mml-smime.el (mml-smime-encrypt-query): New function.
10883         (mml-smime-encrypt-query): Use it.
10884
10885         * smime-ldap.el: New file.
10886
10887 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10888
10889         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10890
10891 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10892
10893         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10894         argument in doc string.  Make query for type more clear.
10895
10896 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10897
10898         * gnus.el (gnus-group-startup-message): Search for gnus images in
10899         etc/images/gnus.
10900         * mm-util.el (mm-image-load-path): Likewise.
10901         * smiley.el (smiley-data-directory): Search for smilies in
10902         etc/images/smilies.
10903
10904 2005-02-09  Kim F. Storm  <storm@cua.dk>
10905
10906         Change Emacs release version from 21.4 to 22.1 throughout.
10907         Change Emacs development version from 21.3.50 to 22.0.50.
10908
10909 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10910
10911         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10912
10913         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10914         non-Mule XEmacs as well.
10915         (mm-decompress-buffer): Signal an error intentionally if it does
10916         not decompress compressed data because auto-compression-mode is
10917         disabled.
10918
10919 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10920
10921         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10922         an ID in the registry even if it has no groups.
10923
10924 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10925
10926         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10927         merge it into mm-decompress-buffer.
10928         (gnus-mime-copy-part): Use the MIME part charset, the value which
10929         a user specified or gnus-newsgroup-charset for decoding, like
10930         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10931         save-buffer what was used.  Suggested by Kevin Ryde
10932         <user42@zip.com.au>.
10933         (gnus-mime-inline-part): Allow the name parameter as well as the
10934         filename parameter; force decompressing of compressed data; always
10935         display contents being not decoded as unibyte.
10936
10937         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10938         as well as the filename parameter.
10939
10940         * mm-util.el (mm-decompress-buffer): Merge
10941         gnus-mime-jka-compr-maybe-uncompress.
10942         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10943         of compressed data.
10944
10945 2005-02-08  Simon Josefsson  <jas@extundo.com>
10946
10947         * imap.el (imap-log): Doc fix.
10948
10949 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10950
10951         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10952         the coding cookies; decompress compressed parts.
10953
10954         * mml.el (mml-generate-mime-1): Add the charset parameter according
10955         to the value which a user specified manually or the coding cookie.
10956
10957         * mm-util.el (mm-string-to-multibyte): New function.
10958         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10959         (mm-coding-system-to-mime-charset): New function.
10960         (mm-decompress-buffer): New function.
10961         (mm-find-buffer-file-coding-system): New function.
10962
10963         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10964         (mm-display-inline-fontify): Rewrite for decoding and decompressing
10965         parts.
10966
10967 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10968
10969         * mm-view.el (mm-display-inline-fontify): Decode a part according
10970         to the charset parameter.
10971
10972 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10973
10974         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10975         prefix arg is neither nil nor a number, as info specifies.
10976
10977 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10980         timestamps.
10981
10982 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
10983
10984         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10985         groups error checking and notify user.
10986
10987 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
10988
10989         * message.el (message-send-mail-function): Check existence of
10990         sendmail-program first before using default value
10991         `message-send-mail-with-sendmail'.  Otherwise use more generic
10992         `smtpmail-send-it'.
10993
10994 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10995
10996         * nntp.el (nntp-request-update-info): Always return nil.
10997
10998 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10999
11000         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11001
11002 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11003
11004         * message.el (message-beginning-of-line): Change the behavior when
11005         invoked between BOL and : so that it first moves backward.
11006
11007 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11008
11009         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11010         article buffer when editing of the article is discarded.
11011         (gnus-article-prepare): Revert.
11012
11013 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11014
11015         * gnus-art.el (gnus-article-prepare):
11016         Remove message-strip-forbidden-properties from the local hook.
11017
11018 2005-01-27  Simon Josefsson  <jas@extundo.com>
11019
11020         * password.el (password-cache-add): Only start one timer per key.
11021         Reported by Derek Atkins <warlord@MIT.EDU>.
11022
11023 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11024
11025         * run-at-time.el: Removed.  It is no longer needed as
11026         timer-funcs.el in the xemacs-base package has a working version of
11027         `run-at-time'.
11028
11029         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11030
11031         * password.el: Require timer-funcs instead of run-at-time in
11032         XEmacs.
11033         Remove `password-run-at-time' macro.
11034         (password-cache-add): Use `run-at-time' instead of
11035         `password-run-at-time'.
11036
11037         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11038         Remove `nnheader-cancel-function-timers' alias,
11039         `cancel-function-timers' exists in XEmacs in timer-funcs.
11040
11041         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11042         for `run-with-idle-timer'.
11043
11044         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11045         for `run-at-time'.
11046
11047         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11048         for `with-timeout'.
11049
11050         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11051         the same as for XEmacs 21.4.
11052         No need to ignore `run-with-idle-timer', this function exists in
11053         XEmacs now in timer-funcs.el in the xemacs-base package.
11054         (dgnushack-compile): No need to delete
11055         run-at-time.el from the list of files to compile because it
11056         doesn't exist anymore.
11057
11058 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11059
11060         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11061         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11062
11063 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11064
11065         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11066         sensitively.
11067
11068 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11069
11070         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11071
11072 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11073
11074         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11075         which will be inserted according to the multibyteness of a buffer
11076         rather than the type of contents.  Suggested by ARISAWA Akihiro
11077         <ari@mbf.ocn.ne.jp>.
11078
11079         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11080         of string which old xml.el may return rather than a string.
11081
11082 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11083
11084         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11085
11086 2005-01-16  Simon Josefsson  <jas@extundo.com>
11087
11088         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11089         idn/idna.el isn't available.
11090         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11091         <michael@waxrat.com>.
11092
11093         * hashcash.el: Remove non-FSF copyright header.
11094
11095         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11096         (hashcash-generate-payment): Use it.
11097         (hashcash-generate-payment-async): Use it.
11098
11099 2005-01-15  Simon Josefsson  <jas@extundo.com>
11100
11101         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11102         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11103
11104         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11105         gnus-summary-idna-message.
11106         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11107         (gnus-summary-idna-message): New function.
11108
11109 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11110
11111         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11112         gnus-novice-user.
11113
11114 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11115
11116         * nnrss.el (nnrss-request-delete-group): Delete entries in
11117         nnrss-group-alist as well.
11118         (nnrss-save-server-data): Insert newline.
11119
11120 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11121
11122         * gnus.el (gnus-user-agent): Use list of symbols instead of
11123         symbols.  Display full version number for (S)XEmacs.  Optionally
11124         display (S)XEmacs codename.
11125
11126         * gnus-util.el (gnus-emacs-version): Update for new
11127         `gnus-user-agent'.
11128
11129         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11130         Gnus version.
11131
11132 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11133
11134         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11135         which is unreadable in some setups.
11136
11137 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11138
11139         * gnus-spec.el (gnus-update-format-specifications): Flush the
11140         group format spec cache if it doesn't support decoded group names.
11141
11142 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11143
11144         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11145         Allow to apply decay on score files matching a regexp.
11146
11147 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11148
11149         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11150         compatibility in %g and %c.
11151
11152 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11153
11154         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11155         name for only %g and %c.
11156         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11157         of gnus-tmp-group to decoded group name.
11158         (gnus-group-make-rss-group): Exclude `/'s from group names.
11159
11160 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11161
11162         * nnrss.el (nnrss-get-encoding): Fix regexp.
11163
11164 2004-12-27  Simon Josefsson  <jas@extundo.com>
11165
11166         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11167         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11168         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11169
11170 2004-12-17  Kim F. Storm  <storm@cua.dk>
11171
11172         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11173
11174         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11175
11176 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11177
11178         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11179
11180 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * nnrss.el: Require rfc2047 and mml.
11183         (nnrss-file-coding-system): New variable.
11184         (nnrss-format-string): Redefine it as an inline function.
11185         (nnrss-decode-group-name): New function.
11186         (nnrss-string-as-multibyte): Remove.
11187         (nnrss-retrieve-headers): Decode group name; don't use
11188         nnrss-format-string.
11189         (nnrss-request-group): Decode group name.
11190         (nnrss-request-article): Decode group name; allow a Message-ID as
11191         well as an article number; don't use nnrss-format-string; encode a
11192         Message-ID string which may contain non-ASCII characters; use
11193         mml-to-mime to compose a MIME article.
11194         (nnrss-request-expire-articles): Decode group name.
11195         (nnrss-request-delete-group): Decode group name.
11196         (nnrss-fetch): Clarify error message.
11197         (nnrss-read-server-data): Use insert-file-contents instead of load;
11198         bind file-name-coding-system; use multibyte buffer.
11199         (nnrss-save-server-data): Bind coding-system-for-write to the
11200         value of nnrss-file-coding-system; bind file-name-coding-system;
11201         add coding cookie.
11202         (nnrss-read-group-data): Use insert-file-contents instead of load;
11203         bind file-name-coding-system; use multibyte buffer.
11204         (nnrss-save-group-data): Bind coding-system-for-write to the
11205         value of nnrss-file-coding-system; bind file-name-coding-system.
11206         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11207         make it work with non-ASCII text.
11208         (nnrss-find-el): Make it work with old xml.el as well.
11209
11210 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11211
11212         * nnrss.el (nnrss-get-encoding): New function.
11213         (nnrss-fetch): Use unibyte buffer initially; bind
11214         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11215         decode contents according to the encoding attribute.
11216         (nnrss-save-group-data): Add coding cookie.
11217         (nnrss-mime-encode-string): New function.
11218         (nnrss-check-group): Use it to encode subject and author.
11219
11220 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11221
11222         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11223         imaginary variable.
11224
11225 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11226
11227         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11228         correctly even if there are wide characters.
11229
11230 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11231
11232         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11233         downcased symbol names; make a new cache instead of reusing
11234         bbdb-hashtable.
11235
11236 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11237
11238         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11239         concatenating segments rather than before concatenating them.
11240         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11241
11242         * message.el (message-get-reply-headers): Bind `extra'.
11243
11244 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11245
11246         * message.el (message-extra-wide-headers): New variable.
11247         (message-get-reply-headers): Use it.
11248
11249 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11250
11251         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11252         (gnus-agent-group-pathname): Ditto.
11253
11254         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11255
11256         * gnus-group.el (gnus-group-make-group): Decode group name.
11257         (gnus-group-make-rss-group): Register the group data after opening
11258         the nnrss group.
11259
11260 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11261
11262         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11263         by expiry now get marked as read.
11264
11265 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11266
11267         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11268
11269 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11270
11271         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11272         unify Latin characters in XEmacs.
11273         (mm-find-mime-charset-region): Use it.
11274
11275 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11276
11277         * gnus-util.el (gnus-delete-directory): New function.
11278
11279         * gnus-agent.el (gnus-agent-delete-group): Use it.
11280
11281         * gnus-cache.el (gnus-cache-delete-group): Use it.
11282
11283 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11284
11285         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11286         names.
11287
11288 2004-12-16  Simon Josefsson  <jas@extundo.com>
11289
11290         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11291
11292 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11293
11294         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11295
11296         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11297         (gnus-group-set-current-level): Decode group name.
11298
11299 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11300
11301         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11302         failed.
11303
11304 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11305
11306         * gnus-group.el (gnus-group-delete-group): Decode group name.
11307         (gnus-group-make-rss-group): Encode group name.
11308         (gnus-group-catchup-current): Decode group name.
11309         (gnus-group-kill-group): Decode group name.
11310
11311 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11312
11313         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11314
11315 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11316
11317         * gnus-group.el (gnus-group-make-rss-group):
11318         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11319
11320         * gnus-start.el (gnus-setup-news): Honor user's setting to
11321         gnus-message-archive-method.  Suggested by Lute Kamstra
11322         <lute@gnu.org>.
11323
11324 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11325
11326         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11327         global counterparts of the buffer-local variables.
11328
11329 2004-11-16  Romain Francoise  <romain@orebokech.com>
11330
11331         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11332         counterparts of the buffer-local variables.
11333
11334 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11335
11336         * message.el (message-forbidden-properties): Fixed typo in doc
11337         string.
11338
11339 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11340
11341         * gnus-util.el (gnus-replace-in-string): Added doc string.
11342
11343         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11344         to avoid problems when splitting mails with many recipients.
11345
11346 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11347
11348         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11349         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11350
11351 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11352
11353         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11354         if there is no hashtable in memory or file modification time is
11355         newer than cached timestamp.
11356
11357 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11358
11359         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11360         not-matching option.
11361
11362 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11363
11364         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11365         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11366         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11367         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11368         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11369         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11370
11371 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11372
11373         * message.el (message-forward-make-body-mml): Remove headers
11374         according to message-forward-ignored-headers if a message is decoded.
11375
11376 2004-12-02  Romain Francoise  <romain@orebokech.com>
11377
11378         * message.el (message-forward-make-body-plain): Always remove
11379         headers according to message-forward-ignored-headers.
11380
11381 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11382
11383         * spam.el (spam-summary-prepare-exit): Remove the
11384         gnus-summary-limit pop for now, it has problems with ham marks for
11385         me.
11386
11387 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11388
11389         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11390         correctly.
11391
11392 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11393
11394         * format-spec.el (format-spec): Message the char.
11395
11396 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11397
11398         * gnus-art.el (gnus-split-methods): Reformat comments.
11399
11400         * spam.el (spam-summary-prepare-exit): Remove article limits
11401         before exiting the summary buffer.
11402
11403 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11404
11405         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11406         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11407
11408         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11409         order to silence the byte compiler.
11410
11411         * spam.el: Fix the way to silence the byte compiler, which
11412         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11413         bbdb-search-simple, spam-BBDB-register-routine,
11414         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11415         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11416         spam-stat-buffer-is-spam, spam-stat-load,
11417         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11418         spam-stat-save and spam-stat-split-fancy.
11419
11420 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11421
11422         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11423         which may confuse users.
11424         (canlock-password-for-verify): Ditto.
11425
11426         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11427
11428         * gnus-art.el (gnus-emphasis-alist): Ditto.
11429
11430         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11431
11432         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11433
11434         * gnus-start.el (gnus-save-killed-list): Ditto.
11435
11436         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11437         (gnus-sum-thread-tree-root): Ditto.
11438         (gnus-sum-thread-tree-false-root): Ditto.
11439         (gnus-sum-thread-tree-single-indent): Ditto.
11440
11441         * message.el (message-courtesy-message): Ditto.
11442         (message-archive-note): Ditto.
11443         (message-subscribed-address-file): Ditto.
11444         (message-user-fqdn): Ditto.
11445
11446         * spam-report.el (spam-report-gmane-regex): Ditto.
11447
11448         * spam.el (spam-blackhole-good-server-regex): Ditto.
11449
11450 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11451
11452         * mml.el (mml-preview): Widen the message buffer before copying
11453         the contents to the preview buffer; sort headers before previewing.
11454
11455         * message.el (message-hidden-headers): Fix the way to avoid a bug
11456         in the `repeat' widget in Emacs 21.3 or earlier.
11457
11458 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11459
11460         * message.el (message-hidden-headers): Default to "^References:".
11461         Improve customization type.  Suggested by Reiner Steib
11462         <Reiner.Steib@gmx.de>.
11463
11464 2004-11-25  Romain Francoise  <romain@orebokech.com>
11465
11466         * message.el (message-strip-forbidden-properties): Remove check for
11467         obsolete `message-hidden' text property, hidden headers are not
11468         accessible in the buffer anymore.
11469
11470 2004-11-22  Romain Francoise  <romain@orebokech.com>
11471
11472         * message.el (message-header-format-alist): Add `From' in list
11473         so that it can be sorted.
11474         (message-fix-before-sending): Widen and sort headers before
11475         sending.
11476         (message-hide-headers): Use narrowing to hide headers by moving
11477         them to the top of the buffer and narrowing to the region
11478         underneath.
11479
11480 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11481
11482         * message.el (message-strip-forbidden-properties): Bind
11483         buffer-read-only (etc) to nil.
11484
11485 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11486
11487         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11488         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11489
11490 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11491
11492         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11493
11494 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11495
11496         * dns.el (query-dns): Use sit-for to time instead of
11497         accept-process-output, since that doesn't seem to work on udp
11498         sockets.
11499
11500 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11501
11502         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11503
11504 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11505
11506         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11507         doc string.  Improve doc string.
11508
11509 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11510
11511         * nntp.el (nntp-request-update-info): Return nil if
11512         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11513         may not call gnus-activate-group which uselessly issues the GROUP
11514         commands for all nntp groups and wastes time.  Reported by Romain
11515         Francoise <romain@orebokech.com>.
11516
11517         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11518
11519 2004-11-15  Simon Josefsson  <jas@extundo.com>
11520
11521         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11522         headers separately.
11523         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11524         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11525
11526 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11527
11528         * gnus-start.el (gnus-convert-old-newsrc):
11529         Assign legacy-gnus-agent to 5.10.7.
11530
11531 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11532
11533         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11534         start of the lines.
11535
11536 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11537
11538         * hashcash.el (hashcash-default-payment): Change default to 20.
11539         (hashcash-default-accept-payment): Change default to 20.
11540         (hashcash-process-alist): New variable.
11541         (hashcash-generate-payment-async): Add.
11542         (hashcash-already-paid-p): Add.
11543         (hashcash-insert-payment): Don't generate payments twice.
11544         (hashcash-insert-payment-async): Add.
11545         (hashcash-insert-payment-async-2): Add.
11546         (hashcash-cancel-async): Add.
11547         (hashcash-wait-async): Add.
11548         (hashcash-processes-running-p): Add.
11549         (hashcash-wait-or-cancel): Add.
11550         (mail-add-payment): New optional argument.  Conditionally start
11551         asynchronous calculation.
11552         (mail-add-payment-async): Add.
11553
11554         * message.el (message-send-mail): Wait for asynchronous hashcash
11555         results.  Don't clobber existing X-Hashcash headers.
11556         (message-setup-1): Call mail-add-payment-async when
11557         message-generate-hashcash is non-nil.
11558
11559 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11560
11561         * message.el (message-use-alternative-email-as-from): Examine the
11562         From header as well; use message-make-from in order to include a
11563         user's full name.
11564
11565 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11566
11567         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11568         default; improve customization type.
11569         (gnus-emphasis-custom-with-format): New macro.
11570         (gnus-emphasis-custom-value-to-external): New function.
11571         (gnus-emphasis-custom-value-to-internal): New function.
11572
11573 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11574
11575         * dns.el (query-dns): Resolve reverse addresses.
11576
11577 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11578
11579         * gnus-group.el (gnus-group-get-new-news): Use it.
11580
11581         * gnus-start.el (gnus-check-reasonable-setup): New function.
11582
11583 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11584
11585         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11586         "Args out of range" error.  Reported by Arnaud Giersch
11587         <arnaud.giersch@free.fr>.
11588
11589 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11590
11591         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11592
11593 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11594
11595         * spam.el (spam group): Add :version.
11596
11597         * pgg-def.el (pgg group): Add :version.
11598
11599 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11600
11601         * gnus-art.el (gnus-article-edit-article): Don't associate the
11602         article buffer with a draft file.  This is a temporary measure
11603         against the 2004-08-22 change to gnus-article-edit-mode.
11604
11605 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11606
11607         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11608         (html2text-format-tags): Remove unused variable `attr'.
11609
11610 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11611
11612         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11613
11614         * tls.el (tls-process-connection-type, tls-success)
11615         (tls-certtool-program): Add :version.
11616
11617         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11618         (starttls-extra-arguments, starttls-process-connection-type)
11619         (starttls-connect, starttls-failure, starttls-success): Add :version.
11620
11621         * spam-stat.el (spam-stat): Add :version.
11622
11623         * sieve.el (sieve): Add :version.
11624
11625         * sha1.el (sha1): Add :version.
11626         (sha1-use-external): Remove redundant version.
11627
11628         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11629         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11630         (nnmail-split-fancy-match-partial-words)
11631         (nnmail-split-lowercase-expanded): Add :version.
11632
11633         * nndiary.el (nndiary): Add :version.
11634
11635         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11636
11637         * mml-sec.el (mml-default-sign-method)
11638         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11639         Add :version.
11640
11641         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11642
11643         * mm-url.el (mm-url-use-external, mm-url-program)
11644         (mm-url-arguments): Add :version.
11645
11646         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11647         (mm-attachment-file-modes, mm-decrypt-option)
11648         (mm-w3m-safe-url-regexp): Add :version.
11649
11650         * message.el (message-cite-prefix-regexp)
11651         (message-sendmail-envelope-from, message-minibuffer-local-map)
11652         (message-user-fqdn, message-completion-alist): Add :version.
11653
11654         * gnus-win.el (gnus-configure-windows-hook)
11655         (gnus-use-frames-on-any-display): Add :version.
11656
11657         * gnus-art.el (gnus-article-address-banner-alist)
11658         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11659         (gnus-treat-from-picon, gnus-treat-mail-picon)
11660         (gnus-treat-x-pgp-sig): Add :version.
11661
11662         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11663         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11664         (gnus-summary-article-delete-hook)
11665         (gnus-summary-display-while-building): Add :version.
11666
11667         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11668         (gnus-get-top-new-news-hook): Add :version.
11669
11670         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11671         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11672
11673         * gnus-registry.el (gnus-registry): Add :version.
11674
11675         * gnus-spec.el (gnus-use-correct-string-widths)
11676         (gnus-make-format-preserve-properties): Add :version.
11677
11678         * gnus.el (gnus-group-charter-alist)
11679         (gnus-group-fetch-control-use-browse-url)
11680         (gnus-install-group-spam-parameters): Add :version.
11681
11682         * gnus-diary.el (gnus-diary): Add :version.
11683
11684         * gnus-delay.el (gnus-delay): Add :version.
11685
11686         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11687         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11688         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11689         Add :version.
11690
11691         * gnus-agent.el (gnus-agent-max-fetch-size)
11692         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11693         (gnus-agent-prompt-send-queue): Add :version.
11694
11695         * deuglify.el (gnus-outlook-deuglify): Add :version.
11696
11697         * html2text.el: Beautify code.  Improve doc strings.  Some
11698         checkdoc cleanup.
11699         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11700
11701 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11702
11703         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11704
11705 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11706
11707         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11708         when package is loaded.
11709
11710         * spam.el (spam-summary-score-preferred-header): Add global preference
11711         for people who want to override the default SpamAssassin over
11712         Bogofilter preference (when both are set).
11713         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11714         (spam-user-format-function-S): Check
11715         spam-summary-score-preferred-header.
11716         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11717         (spam-user-format-function-S): Format the score correctly.
11718
11719 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11720
11721         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11722         signature file.  Suggested by Manoj Srivastava
11723         <srivasta@golden-gryphon.com>.
11724
11725         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11726         iso-2022-jp even in the Japanese language environment.
11727         Suggested by Jason Rumney <jasonr@gnu.org>.
11728
11729 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11730
11731         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11732         use the same characters as the dummy marks; make it free from
11733         getting affected by the language environment.
11734         (gnus-summary-read-group-1): Update mark positions only when the
11735         format spec is updated.
11736
11737         * gnus-spec.el (gnus-update-format-specifications): Return a list
11738         of updated types.
11739
11740 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11741
11742         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11743         of boundp to check if display-warning is available.
11744
11745 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11746
11747         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11748
11749 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11750
11751         * nnspool.el (nnspool-spool-directory): Use news-path if the
11752         news-directory variable is not bound.
11753
11754         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11755         function instead of display-warning if it is not available.
11756
11757 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11758
11759         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11760         v5-10: Use `point-at-bol'.
11761
11762 2004-10-26  Simon Josefsson  <jas@extundo.com>
11763
11764         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11765         <chenggao@gmail.com>.
11766
11767 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11768
11769         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11770         instead.
11771
11772 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11773
11774         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11775         to remove a server from the nnimap-server-buffer-alist.
11776         (nnimap-open-connection, nnimap-close-server): Use it.
11777
11778         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11779
11780 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11781
11782         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11783         running the major-mode function.
11784
11785 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11786
11787         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11788         dummy marks in the right way.
11789
11790 2004-10-18  David Edmondson  <dme@dme.org>
11791
11792         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11793         excessively.
11794
11795 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11796
11797         * gnus-util.el (gnus-split-references): Accept a nil references
11798         string and go on blissfully.
11799
11800         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11801         cases where the references string is non-nil but has no references.
11802
11803         * encrypt.el: Add autoload tags.
11804
11805         * spam.el (spam-resolve-registrations-routine): Remove article
11806         from unregistration list too.  Reported by David Hanak
11807         <dhanak@isis.vanderbilt.edu>
11808
11809 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11810
11811         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11812         nil.  Changed custom type.
11813
11814 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11815
11816         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11817
11818         * gnus-sum.el (gnus-summary-move-article): Use it.
11819
11820 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11821
11822         * encrypt.el: Add autoload cookies.
11823
11824         * spam.el (spam-backend-article-list-property)
11825         (spam-backend-get-article-todo-list)
11826         (spam-backend-put-article-todo-list)
11827         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11828         Resolve registrations separately.
11829         (spam-register-routine): Format comments.
11830         (spam-unregister-routine, spam-register-routine): Always call with
11831         specific-articles, no default list.
11832         (spam-summary-prepare-exit): Use the spam-classifications function.
11833
11834         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11835         gnus-encrypt.el.
11836
11837         * encrypt.el: Copied from gnus-encrypt.el.
11838
11839         * gnus-encrypt.el: Commented that it's obsolete.
11840
11841 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11842
11843         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11844         (gnus-score-save): Use it.
11845
11846         * message.el (message-bury): Use `window-dedicated-p'.
11847
11848 2004-10-15  Simon Josefsson  <jas@extundo.com>
11849
11850         * pop3.el (top-level): Don't require nnheader.
11851         (pop3-read-timeout): Add.
11852         (pop3-accept-process-output): Add.
11853         (pop3-read-response, pop3-retr): Use it.
11854
11855 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11856
11857         * spam.el (spam-register-routine): Move comment.
11858         (spam-verify-bogofilter): Use 'unknown for the initial
11859         spam-bogofilter-valid state, not 'never.
11860
11861         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11862         for netrc-machine.
11863
11864         * nnimap.el (nnimap-open-connection): Use
11865         netrc-machine-user-or-password.
11866
11867 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11868
11869         * gnus-registry.el (gnus-registry-unload-hook):
11870         Set as a variable with add-hook.
11871
11872         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11873         of news-path.
11874
11875         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11876
11877         * spam.el: Delete duplicate `provide'.
11878         (spam-unload-hook): Set as a variable with add-hook.
11879
11880 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11881
11882         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11883         in the doc string.
11884
11885         * message.el (message-ignored-news-headers)
11886         (message-ignored-supersedes-headers)
11887         (message-ignored-resent-headers)
11888         (message-forward-ignored-headers): Improve custom type.
11889
11890 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11891
11892         * message.el (message-tokenize-header): Fix 2004-09-06 change
11893         which used point-min in the wrong place.
11894
11895 2004-10-12  Simon Josefsson  <jas@extundo.com>
11896
11897         * tls.el (tls-certtool-program): New variable.
11898         (tls-certificate-information): New function, based on
11899         ssl-certificate-information.
11900
11901 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11902
11903         * compface.el: Move the version of ELisp-based uncompface program
11904         to the contrib directory because of the copyright problem.
11905
11906 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11907
11908         * message.el (message-kill-buffer): Raise the current frame.
11909
11910 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11911
11912         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11913
11914         * gnus.el (message-y-or-n-p): Autoload.
11915
11916         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11917         (pop3-password-required, pop3-authentication-scheme)
11918         (pop3-leave-mail-on-server): Made customizable.
11919         (pop3): New custom group.
11920         (pop3-retr): Remove `sleep-for' statements.
11921         Suggested by Dave Love <fx@gnu.org>.
11922
11923         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11924         Windows/DOS.
11925
11926         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11927         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11928         Dave Love <fx@gnu.org>.
11929
11930         * mml.el (mml-minibuffer-read-disposition): Require match.
11931         Suggested by Dave Love <fx@gnu.org>.
11932
11933 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11934
11935         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11936         doc string.
11937
11938 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11939
11940         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11941
11942 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11943
11944         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11945         instead of calling `mm-insert-inline', to decode text/* parts
11946         before displaying them.
11947
11948 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11949
11950         * mm-uu.el (mm-uu-text-plain-type): New variable.
11951         (mm-uu-pgp-signed-extract-1): Use it.
11952         (mm-uu-pgp-encrypted-extract-1): Use it.
11953         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11954         bind mm-uu-text-plain-type with that value.
11955         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11956         mm-uu-dissect.
11957
11958 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11959
11960         * gnus-group.el (gnus-update-group-mark-positions):
11961         * gnus-sum.el (gnus-update-summary-mark-positions):
11962         * message.el (message-check-news-body-syntax):
11963         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11964         of string-as-multibyte.
11965
11966 2004-10-05  Juri Linkov  <juri@jurta.org>
11967
11968         * gnus-group.el (gnus-update-group-mark-positions):
11969         * gnus-sum.el (gnus-update-summary-mark-positions):
11970         * message.el (message-check-news-body-syntax):
11971         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11972         8-bit unibyte values to a multibyte string for search functions.
11973
11974 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11975
11976         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11977         (mm-uu-dissect-text-parts): New function.
11978
11979         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11980         dissect text parts.
11981
11982         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11983         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11984
11985         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11986
11987         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11988         gnus-current-topics instead of gnus-current-topic.
11989
11990 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
11991
11992         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11993
11994 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
11995
11996         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11997         where approriate.
11998
11999         * nnml.el (nnml-generate-active-info): do.
12000
12001         * nndiary.el (nndiary-generate-active-info): do.
12002
12003         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12004         (gnus-topic-move): do.
12005
12006         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12007         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12008
12009         * gnus-srvr.el (gnus-server-prepare)
12010         (gnus-server-open-all-servers): do.
12011
12012         * gnus-msg.el (gnus-summary-cancel-article)
12013         (gnus-summary-resend-message)
12014         (gnus-summary-mail-crosspost-complaint): do.
12015
12016         * gnus-move.el (gnus-change-server): do.
12017
12018         * gnus-group.el (gnus-group-unmark-all-groups)
12019         (gnus-group-set-current-level): do.
12020
12021 2004-10-04  Simon Josefsson  <jas@extundo.com>
12022
12023         * message.el (message-generate-hashcash): Doc fix.
12024
12025 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12026
12027         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12028         avoid infinite recursion via gnus-get-function.
12029
12030 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12031
12032         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12033
12034         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12035
12036         * nnmail.el (nnmail-split-history): do.
12037
12038         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12039         (nnml-request-delete-group): do.
12040
12041         * nnslashdot.el (nnslashdot-read-groups): do.
12042
12043         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12044         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12045
12046         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12047         (nnspool-sift-nov-with-sed): Use last.
12048         (nnspool-retrieve-headers-with-nov): Use mapc.
12049         (nnspool-request-newgroups): Use dolist.
12050         (nnspool-request-group): Use last.
12051
12052         * nntp.el (nntp-read-server-type): Use dolist.
12053
12054         * nnvirtual.el (nnvirtual-create-mapping)
12055         (nnvirtual-update-read-and-marked): Use dolist.
12056         (nnvirtual-convert-headers): Simplify.
12057
12058 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12059
12060         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12061         support for sync'ing tick marks.
12062
12063 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12066         there's no visible header.
12067
12068 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12069
12070         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12071         necessary, pass full group name to gnus-request-set-marks.
12072
12073 2004-10-01  Simon Josefsson  <jas@extundo.com>
12074
12075         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12076         acroread.
12077
12078 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12079
12080         * spam-report.el (spam-report-gmane): Fix interactive.
12081
12082         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12083
12084         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12085         when writing file.
12086         (gnus-agent-synchronize-flags): Don't default to being
12087         interactive.
12088
12089 2004-09-30  Simon Josefsson  <jas@extundo.com>
12090
12091         * message.el (message-generate-hashcash): Add.
12092         (message-send-mail): Use it, call mail-add-payment.
12093
12094 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12095
12096         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12097
12098 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12099
12100         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12101         gnus-requst-update-info with explicit code to sync the in-memory
12102         info read flags with the marks being sync'd to the backend.
12103
12104         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12105
12106 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12107
12108         * spam.el (spam-verify-bogofilter): Add new function.
12109         (spam-check-bogofilter)
12110         (spam-bogofilter-register-with-bogofilter): Use it.
12111         (spam-verify-bogofilter): Add small fixes.
12112
12113 2004-09-28  Simon Josefsson  <jas@extundo.com>
12114
12115         * hashcash.el (hashcash-generate-payment): Revert.
12116
12117 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12118
12119         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12120         gnus-extract-references instead of gnus-split-references.
12121
12122         * gnus-util.el (gnus-extract-references): Add new function, analogous
12123         to gnus-split-references but extracts only the message-ID without
12124         anything extra.
12125
12126         * hashcash.el (hashcash-generate-payment)
12127         (hashcash-check-payment): Do the right thing if hashcash-path is
12128         nil (because the hashcash program could not be found).
12129
12130         * spam.el (spam-use-hashcash): Remove comment.
12131
12132 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12133
12134         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12135         (gnus-cache-enter-article, gnus-cache-remove-article)
12136         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12137
12138         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12139
12140         * gnus-art.el (article-hide-boring-headers)
12141         (article-translate-strings, article-display-face)
12142         (gnus-article-mime-match-handle-first)
12143         (gnus-article-highlight-headers)
12144         (gnus-article-add-buttons-to-head): do.
12145
12146 2004-09-27  Simon Josefsson  <jas@extundo.com>
12147
12148         * hashcash.el: New version, from
12149         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12150         ../contrib/.
12151
12152 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12153
12154         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12155
12156 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12157
12158         * gnus-dup.el (gnus-dup-open): Use mapc.
12159         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12160
12161         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12162         Reported by Stefan Wiens <s.wi@gmx.net>.
12163
12164         * gnus.el (gnus-shutdown): Use dolist.
12165
12166         * gnus-undo.el (gnus-undo): Use mapc.
12167
12168         * nnrss.el (nnrss-generate-active): do.
12169
12170         * message.el (message-cite-original-without-signature)
12171         (message-cite-original): Use mapc.
12172         (message-do-actions, message-make-forward-subject): Use dolist.
12173
12174 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12175
12176         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12177         deletion to remove entire duplicate line.  Fixes merged article
12178         number bug.
12179
12180 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12181
12182         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12183         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12184         first ask if you want to open a server and then, even when you
12185         responded with no, asking if you want to synchronize the server's
12186         flags.
12187         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12188         multi-line expressions.
12189         (gnus-agent-synchronize-group-flags): New internal function.
12190         Updates marks in memory (in the info structure) AND in the
12191         backend.
12192
12193         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12194
12195         * nnagent.el (nnagent-request-set-mark): Use
12196         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12197         method, to ensure that synchronization updates marks in the
12198         backend and in the info (in memory) structure.
12199
12200 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12201
12202         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12203         convention fully; don't miss the root article of a thread; make
12204         the X-Draft-From header with correct article numbers.
12205
12206 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12207
12208         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12209         unless plugged.  Disable the agent so that an open failure causes
12210         an error.
12211
12212         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12213         Reverted 2004-09-21 change.  The backend must be opened while
12214         synchronizing flags even when the backend stores the flags
12215         locally.
12216
12217 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12218
12219         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12220         in `header' match.  Reported by Svend Tollak Munkejord.
12221
12222         * message.el (message-cite-original): Fix use of
12223         `message-cite-articles-with-x-no-archive'.
12224
12225 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12226
12227         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12228         (gnus-window-to-buffer): Ditto.
12229
12230         * mml.el (mml-preview-buffer): New variable.
12231         (mml-preview): Manage window layout with gnus-buffer-configuration.
12232
12233         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12234         X-Draft-From header even if those articles aren't quoted.
12235
12236 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12237
12238         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12239         (gnus-request-set-mark, gnus-request-update-mark): Use new
12240         g-s-t-u-l-m to decide to use backend even when unplugged.
12241
12242 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12243
12244         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12245         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12246
12247 2004-09-20  Simon Josefsson  <jas@extundo.com>
12248
12249         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12250         "utf-16-le".
12251
12252 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12253
12254         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12255
12256 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12257
12258         * uudecode.el (uudecode-use-external): Add :version.
12259
12260         * smime.el (smime-CA-file, smime-encrypt-cipher)
12261         (smime-dns-server): Add :version.
12262
12263         * smiley.el (gnus-smiley-file-types): Add :version.
12264
12265         * sha1.el (sha1-use-external): Add :version.
12266
12267         * pgg-def.el (pgg-query-keyserver): Add :version.
12268
12269         * nnmail.el (nnmail-fancy-expiry-targets)
12270         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12271         Add :version.
12272
12273         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12274         (nnimap-retrieve-groups-asynchronous): Add :version.
12275         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12276
12277         * mml.el (mml-content-disposition-parameters)
12278         (mml-insert-mime-headers-always): Add :version.
12279
12280         * mm-util.el (mm-coding-system-priorities): Add :version.
12281
12282         * mm-decode.el (mm-inline-text-html-with-images)
12283         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12284         (mm-verify-option): Add :version.
12285         (mm-text-html-renderer): Change :version.
12286
12287         * message.el (message-fcc-externalize-attachments)
12288         (message-required-headers, message-draft-headers)
12289         (message-subject-trailing-was-query)
12290         (message-subject-trailing-was-ask-regexp)
12291         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12292         (message-mark-insert-end, message-archive-header)
12293         (message-archive-note, message-cross-post-default)
12294         (message-cross-post-note, message-followup-to-note)
12295         (message-cross-post-note-function, message-use-mail-followup-to)
12296         (message-subscribed-address-functions)
12297         (message-subscribed-address-file, message-subscribed-addresses)
12298         (message-subscribed-regexps, message-allow-no-recipients)
12299         (message-yank-cited-prefix, message-signature-insert-empty-line)
12300         (message-hidden-headers, message-hierarchical-addresses)
12301         (message-mail-user-agent, message-use-idna)
12302         (message-valid-fqdn-regexp)
12303         (message-strip-special-text-properties, message-header-synonyms)
12304         (message-beginning-of-line, message-tab-body-function): Add :version.
12305         (message-insert-canlock, message-wide-reply-confirm-recipients):
12306         Change :version.
12307
12308         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12309         and :version.
12310         (mail-source-delete-old-incoming-confirm)
12311         (mail-source-movemail-program): Add :version.
12312
12313         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12314         (gnus-agent-cache, gnus-agent): Change :version.
12315
12316         * gnus-util.el (gnus-use-byte-compile): Change :version.
12317
12318         * gnus-sum.el (gnus-summary-make-false-root-always)
12319         (gnus-summary-default-high-score)
12320         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12321         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12322         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12323         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12324         (gnus-sum-thread-tree-single-indent)
12325         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12326         (gnus-sum-thread-tree-leaf-with-other)
12327         (gnus-sum-thread-tree-single-leaf): Add :version.
12328         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12329         (gnus-article-loose-mime): Change :version.
12330
12331         * gnus-start.el (gnus-backup-startup-file)
12332         (gnus-save-startup-file-via-temp-buffer): Add :version.
12333
12334         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12335         (gnus-server-offline-face): Add :version.
12336
12337         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12338
12339         * gnus-msg.el (gnus-gcc-externalize-attachments)
12340         (gnus-debug-files, gnus-debug-exclude-variables)
12341         (gnus-discouraged-post-methods): Change :version.
12342         (gnus-confirm-mail-reply-to-news)
12343         (gnus-confirm-treat-mail-like-news): Add :version.
12344
12345         * gnus-int.el (gnus-server-unopen-status): Add :version.
12346
12347         * gnus-group.el (gnus-group-jump-to-group-prompt)
12348         (gnus-large-ephemeral-newsgroup)
12349         (gnus-fetch-old-ephemeral-headers): Add :version.
12350
12351         * gnus-fun.el (gnus-x-face-directory)
12352         (gnus-convert-pbm-to-x-face-command)
12353         (gnus-convert-image-to-x-face-command)
12354         (gnus-convert-image-to-face-command): Add :version.
12355
12356         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12357
12358         * gnus-cite.el (gnus-cite-blank-line-after-header)
12359         (gnus-article-boring-faces): Add :version.
12360
12361         * gnus-art.el (gnus-buttonized-mime-types)
12362         (gnus-inhibit-mime-unbuttonizing)
12363         (gnus-treat-display-face)
12364         (gnus-treat-body-boundary): Change :version.
12365         (gnus-body-boundary-delimiter, gnus-picon-databases)
12366         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12367         (gnus-treat-date-english, gnus-treat-fold-headers)
12368         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12369         (gnus-treat-mail-picon, gnus-treat-wash-html)
12370         (gnus-article-encrypt-protocol)
12371         (gnus-use-idna, gnus-article-over-scroll)
12372         (gnus-mime-display-multipart-alternative-as-mixed)
12373         (gnus-mime-display-multipart-related-as-mixed)
12374         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12375         (gnus-ctan-url, gnus-button-ctan-handler)
12376         (gnus-button-handle-ctan-bogus-regexp)
12377         (gnus-button-ctan-directory-regexp)
12378         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12379         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12380         (gnus-button-man-level, gnus-button-emacs-level)
12381         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12382
12383         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12384         (gnus-agent-go-online): Change :version.
12385         (gnus-agent-expire-unagentized-dirs)
12386         (gnus-agent-auto-agentize-methods): Add :version.
12387
12388         * flow-fill.el (fill-flowed-display-column)
12389         (fill-flowed-encode-column): Add :version.
12390
12391         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12392         (gnus-outlook-deuglify-unwrap-max)
12393         (gnus-outlook-deuglify-cite-marks)
12394         (gnus-outlook-deuglify-unwrap-stop-chars)
12395         (gnus-outlook-deuglify-no-wrap-chars)
12396         (gnus-outlook-deuglify-attrib-cut-regexp)
12397         (gnus-outlook-deuglify-attrib-verb-regexp)
12398         (gnus-outlook-deuglify-attrib-end-regexp)
12399         (gnus-outlook-display-hook): Add :version.
12400
12401         * binhex.el (binhex-use-external): Add :version.
12402
12403 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12404
12405         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12406         and `invisible'.
12407
12408 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12409
12410         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12411         in gnus-registry-trim.
12412
12413 2004-09-13  Simon Josefsson  <jas@extundo.com>
12414
12415         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12416
12417         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12418
12419         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12420         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12421         <yamaoka@jpl.org>.
12422         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12423         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12424         <yamaoka@jpl.org>.
12425
12426         * sieve.el (sieve-manage-mode): Ditto.
12427
12428 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12429
12430         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12431
12432 2004-09-11  Simon Josefsson  <jas@extundo.com>
12433
12434         * dns-mode.el: Add.
12435
12436         * mm-view.el (mm-display-dns-inline): Add.
12437
12438         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12439         (mm-automatic-display): Ditto.
12440
12441         * mailcap.el (mailcap-mime-data): Add text/dns.
12442         (mailcap-mime-extensions): Map .soa to text/dns.
12443
12444 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12445
12446         * gnus-art.el (article-decode-mime-words, article-babel)
12447         (gnus-article-highlight-signature, gnus-article-add-buttons)
12448         (gnus-signature-toggle): Remove unnecessary bindings of
12449         `inhibit-read-only' inherited from v5.10 merge.
12450
12451 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12452
12453         * nntp.el (nntp): New customization group.
12454         (nntp-authinfo-file): Add customization group.
12455
12456         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12457
12458         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12459
12460         * gnus.el (to-address, to-list, subscribed)
12461         (large-newsgroup-initial): Ditto.
12462
12463         * flow-fill.el (fill-flowed-display-column)
12464         (fill-flowed-encode-column): Ditto.
12465
12466 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12467
12468         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12469         Use point-min rather than 1.
12470         (message-send-mail): Use buffer-size rather than point-max.
12471
12472         * gnus-sum.el (gnus-summary-search-article-forward):
12473         Signal a specific `search-failed' rather than a generic `error'.
12474
12475         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12476         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12477         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12478
12479 2004-09-10  Simon Josefsson  <jas@extundo.com>
12480
12481         * nndb.el (require): Remove tcp and duplicate cl.
12482
12483 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12484
12485         * gnus-agent.el (directory-files-and-attributes): Move forward.
12486
12487 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12488
12489         * gnus-agent.el (directory-files-and-attributes): Optionally
12490         defined to support XEmacs.
12491
12492 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12493
12494         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12495         to avoid run-time CL dependencies.
12496         (gnus-agent-unfetch-articles): New function.
12497         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12498         article numbers even when local .overview file is missing.
12499         (gnus-agent-read-article-number): New function.  Only accepts
12500         27-bit article numbers.
12501         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12502         gnus-agent-read-article-number.
12503         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12504         from backend while recognizing that article numbers in .overview
12505         must be valid.
12506         (gnus-agent-update-files-total-fetched-for): Use
12507         directory-files-and-attributes to improve performance.
12508         * gnus-int.el (gnus-request-move-article): Use
12509         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12510         improve performance.
12511
12512         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12513         some users confused by references to .newsrc when they only have a
12514         .newsrc.eld file.
12515         (gnus-convert-mark-converter-prompt)
12516         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12517         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12518         New function.  Used internally to only display 'gnus converting
12519         files' message when actually necessary.
12520
12521         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12522         methods now autoloaded.
12523
12524 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12525
12526         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12527         identifiers.
12528
12529 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12530
12531         * gnus-picon.el: Fix indentation and closing parenthesis.
12532
12533 2004-09-01  Simon Josefsson  <jas@extundo.com>
12534
12535         * message.el (message-canlock-generate): Require sha1, not
12536         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12537         to require within a function.  Sadly, if sha1.el isn't loaded, the
12538         let binding in m-c-g will hide the defcustom definition, which is
12539         bad.)
12540
12541         * canlock.el: Require sha1, not sha1-el.
12542
12543         * message.el: Don't autoload sha1 (there is a autoload cookie in
12544         sha1.el).
12545
12546         * sha1-el.el: Renamed to sha1.el.
12547
12548 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12549
12550         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12551
12552 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12553
12554         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12555
12556 2004-08-30  Kim F. Storm  <storm@cua.dk>
12557
12558         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12559
12560         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12561         Add :group 'nnimap.
12562
12563 2004-08-30  Andreas Schwab  <schwab@suse.de>
12564
12565         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12566         ?* and ?\;.
12567
12568         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12569         and ?\' to symbol instead of whitespace.
12570
12571 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12572
12573         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12574
12575         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12576         instead of re-search-forward.
12577
12578         * gnus-uu.el (gnus-uu-save-article): Ditto.
12579         (gnus-uu-post-encode-uuencode): Ditto.
12580
12581         * html2text.el (html2text-clean-list-items): Ditto.
12582         (html2text-clean-dtdd): Ditto.
12583         (html2text-format-tags): Ditto.
12584
12585         * message.el (message-send-mail-with-sendmail): Fix regexp.
12586         (message-fill-field-general): Use search-forward instead of
12587         re-search-forward.
12588         (unbold-region): Ditto.
12589
12590         * nnrss.el (nnrss-request-article): Ditto.
12591
12592         * nnslashdot.el (nnslashdot-request-article): Ditto.
12593
12594         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12595
12596         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12597         "Unrecognized menu descriptor" error in XEmacs.
12598
12599 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12600
12601         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12602         parent article of a sparse article in the thread hashtb.
12603
12604 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12605
12606         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12607         (nnmail-expand-newtext): Lowercase expanded entries if
12608         nnmail-split-lowercase-expanded is non-nil.
12609
12610 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12611
12612         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12613
12614         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12615         of gnus-tmp-news-method into string under XEmacs.  It will be
12616         passed to gnus-correct-length which takes only a string argument.
12617
12618 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12619
12620         * gnus-util.el (gnus-bind-print-variables): New macro.
12621         (gnus-prin1): Use it.
12622         (gnus-prin1-to-string): Use it.
12623         (gnus-pp): New function.
12624         (gnus-pp-to-string): New function.
12625
12626         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12627         Replace pp-to-string with gnus-pp-to-string.
12628         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12629         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12630         * gnus-msg.el (gnus-debug): Ditto.
12631         * gnus-score.el (gnus-score-save): Ditto.
12632         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12633         gnus-pp-to-string.
12634         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12635         with gnus-pp.
12636         * score-mode.el (gnus-score-pretty-print): Ditto.
12637         * webmail.el (webmail-debug): Ditto.
12638
12639 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12640
12641         * gnus-art.el (article-display-face, article-display-x-face):
12642         Use buffer-read-only.
12643
12644 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12645
12646         * gnus-art.el (article-hide-list-identifiers):
12647         Bind inhibit-read-only as t.
12648
12649 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12650
12651         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12652
12653 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12654
12655         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12656         (gnus-narrow-to-page): Don't assume point-min == 1.
12657         (gnus-article-edit-mode): Derive from message-mode.
12658
12659         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12660         point-min == 1.
12661
12662         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12663         Disable incorrect use of `assert'.
12664
12665         * message.el (message-mode): Set comment-start-skip.
12666
12667
12668 2004-08-22  Sam Steingold  <sds@gnu.org>
12669
12670         * pop3.el (pop3-leave-mail-on-server): New user variable.
12671         (pop3-movemail): Delete mail only when it is nil.
12672
12673 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12674
12675         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12676
12677         * mml.el (mml-preview): Use `pop-to-buffer'.
12678
12679         * message.el (message-goto-mail-followup-to): Insert after "To".
12680         (message-carefully-insert-headers): Add comment.
12681
12682         * gnus.el: Remove unused variable `gnus-article-check-size'.
12683
12684         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12685
12686         * gnus-art.el (gnus-button-alist): Improve
12687         `gnus-button-handle-library' entry.
12688
12689 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12690
12691         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12692         downcase, since XEmacs capitalizes error messages differently.
12693
12694 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12695
12696         * nntp.el: Add (require 'gnus) due to reference to
12697         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12698
12699 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12700
12701         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12702         `mm-fill-flowed'.
12703
12704         * mm-decode.el (mm-dissect-singlepart): Check it.
12705
12706 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12707
12708         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12709         'imap' for netrc parsing.
12710
12711 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12712
12713         * mailcap.el (mailcap-mime-data): Mark as risky.
12714
12715 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12716
12717         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12718         may be included in the encoded word.
12719         (rfc2047-encode): Don't append a space if the encoded word
12720         includes close parenthesis.
12721
12722 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12723
12724         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12725         of text within parentheses.
12726
12727 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12728
12729         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12730         (gnus-encrypt-write-file-contents): Make the password key the file
12731         name PLUS the cipher, not just the cipher.  Also remove failed
12732         passwords from the cache.
12733
12734 2004-08-06  Simon Josefsson  <jas@extundo.com>
12735
12736         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12737         fix.
12738
12739 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12740
12741         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12742         LWSP.
12743
12744 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12745
12746         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12747         to append in-reply-to: data to the references: header.
12748
12749         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12750         (netrc-parse): Use gnus-encrypt.el functions.
12751
12752         * gnus-encrypt.el: Add new file for encryption support; currently
12753         does only a few GPG ciphers and an internal XOR cipher.
12754
12755         * password.el: Add comments on using password-read-and-add.
12756         (password-read-and-add): Add function to read and add the
12757         password to the cache at once.
12758
12759 2004-07-28  Simon Josefsson  <jas@extundo.com>
12760
12761         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12762         parameter (but don't use it, for now).
12763
12764         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12765         instead of hard coding to nil.
12766
12767 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12768
12769         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12770         as mm-inline-image-xemacs does.
12771
12772 2004-07-26  Simon Josefsson  <jas@extundo.com>
12773
12774         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12775         Revert part of 2004-07-17 change below.
12776
12777 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12778
12779         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12780         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12781
12782 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12783
12784         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12785         quotes that actually start with ">" at the beginning of the
12786         lines.
12787
12788 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12789
12790         * rfc2047.el (rfc2047-encode-region): Fix last change.
12791         (rfc2047-encode-parameter): Remove useless concat.
12792
12793 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12794
12795         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12796         encode special characters; fix some kind of misconfigured headers;
12797         signal a real error if debug-on-quit or debug-on-error is non-nil.
12798         (rfc2047-encode-max-chars): New variable.
12799         (rfc2047-encode-1): Use it.
12800         (rfc2047-encode-parameter): New function.
12801
12802         * mml.el (mml-insert-parameter): Remove an excessive space.
12803
12804 2004-07-17  Simon Josefsson  <jas@extundo.com>
12805
12806         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12807         Kai Grossjohann <kai@emptydomain.de>.
12808         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12809         (gnus-group-make-menu-bar): Ditto.
12810
12811         * gnus-util.el (gnus-group-server): Add.
12812
12813 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12814
12815         * message.el (message-clone-locals): Clone sendmail and smtp
12816         variables.
12817
12818 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12819
12820         * rfc2047.el (rfc2047-encode-region): Fix last change.
12821
12822 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12823
12824         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12825         characters as non-special.
12826
12827 2004-07-09  Simon Josefsson  <jas@extundo.com>
12828
12829         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12830         Users will lose all flag changes made while unplugged with
12831         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12832         good default.  See numerous reports on ding mailing list.
12833
12834 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12837         add generate-head-function and generate-article-function to the
12838         rfc822-forward entry.
12839         (nndoc-rfc822-forward-generate-article): New function.
12840         (nndoc-rfc822-forward-generate-head): New function.
12841
12842         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12843
12844 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12845
12846         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12847         respect display group parameter and gnus-summary-expunge-below.
12848         (gnus-articles-to-read): Remove unused reference to display group
12849         parameter.
12850
12851 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12852
12853         * nnheader.el (nnheader-uniquify-message-id): New experimental
12854         variable.
12855         (nnheader-nov-read-message-id): Use it.
12856
12857         * spam-report.el (spam-report-gmane): Add interactive.
12858
12859 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12860
12861         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12862         qp-or-base64 for the application/* types.
12863
12864 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12865
12866         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12867
12868 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12869
12870         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12871         trim value.
12872
12873 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12874
12875         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12876         New macro and function.
12877         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12878
12879 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12880
12881         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12882         after-load-alist.
12883
12884 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12885
12886         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12887         update info that isn't there.
12888
12889 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
12890
12891         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12892         entry.
12893
12894 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12895
12896         * mm-view.el (mm-inline-render-with-function): Use multibyte
12897         buffer; decode html source by charset.
12898
12899         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12900
12901         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12902         Mule-UCS is loaded under XEmacs.
12903         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12904
12905 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12906
12907         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12908
12909 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12910
12911         * mm-util.el (mm-coding-system-p): Return a coding-system.
12912         (mm-mime-mule-charset-alist): Use shift_jis instead of
12913         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12914         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12915         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12916         instead of japanese-shift-jis and iso-latin-1 respectively in
12917         order to share the default value with both Emacs and XEmacs-mule.
12918         (mm-mule-charset-to-mime-charset): Make
12919         mm-coding-system-priorities effective.
12920         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12921         while predicating of candidates upon the priorities.
12922
12923 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12924
12925         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12926         gnus-uu-invert-processable.
12927
12928         * gnus.el: Autoload gnus-uu-invert-processable.
12929
12930 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12931
12932         * mm-util.el (mm-with-multibyte-buffer): New macro.
12933
12934         * rfc2047.el (rfc2047-encode-string): Use it.
12935         (rfc2047-encode-region): Move point to the end of the region after
12936         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12937
12938 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12941         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12942
12943 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12944
12945         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12946         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12947         Karl Chen <quarl@nospam.quarl.org>.
12948
12949 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
12950
12951         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12952         invalid addresses.
12953
12954 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
12955
12956         * spam.el: Change section markers, revise TODO list.
12957         (spam-backends): Make new master list of all installed backends.
12958         (spam-summary-exit-behavior): Add new variable to determine how
12959         messages moves are done at summary exit.
12960         (spam-move-spam-nonspam-groups-only)
12961         (spam-process-ham-in-nonham-groups)
12962         (spam-process-ham-in-spam-groups): Remove variables, the
12963         spam-summary-exit-behavior variable should be used to manage this
12964         behavior.
12965         (spam-old-ham-articles, spam-old-spam-articles): Remove.
12966         (spam-old-articles): Add variable, replacing spam-old-ham-articles
12967         and spam-old-spam-articles.
12968         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12969         Add empty variables, placeholders for the backends they represent.
12970         (spam-set-difference): Move, unchanged.
12971         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12972         unless the user has a processor variable.
12973         (spam-classifications, spam-classification-valid-p)
12974         (spam-backend-properties, spam-backend-property-valid-p)
12975         (spam-backend-function-type-valid-p)
12976         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12977         (spam-report-articles-gmane, spam-report-articles-resend):
12978         Remove functions, they are not needed.
12979         (spam-install-backend-super, spam-backend-list)
12980         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12981         (spam-backend-function, spam-backend-ham-registration-function)
12982         (spam-backend-spam-registration-function)
12983         (spam-backend-ham-unregistration-function)
12984         (spam-backend-spam-unregistration-function)
12985         (spam-backend-statistical-p, spam-backend-mover-p)
12986         (spam-install-backend-alias, spam-install-checkonly-backend)
12987         (spam-install-mover-backend, spam-install-nocheck-backend)
12988         (spam-install-backend, spam-install-statistical-backend)
12989         (spam-install-statistical-checkonly-backend): Add backend installation
12990         support.
12991         (spam-summary-prepare-exit): Rewrite to use the new backend code.
12992         (spam-group-processor-p): Use the new backend code and respect the
12993         summary exit behavior.
12994         (spam-mark-spam-as-expired-and-move-routine): Remove.
12995         (spam-summary-prepare): Change to use the new spam-old-articles
12996         variable.
12997         (spam-copy-or-move-routine, spam-copy-spam-routine)
12998         (spam-move-spam-routine, spam-copy-ham-routine)
12999         (spam-move-ham-routine): Add code to copy/move ham or spam.
13000         (spam-fetch-field-fast): Improve doc and code, plus allow the
13001         'number request.
13002         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13003         variables.
13004         (spam-split, spam-find-spam): Use the new backend code.
13005         (spam-registration-functions): Remove variable.
13006         (spam-unregister-routine): Add convenience wrapper.
13007         (spam-log-undo-registration, spam-register-routine)
13008         (spam-log-processing-to-registry)
13009         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13010         where possible.
13011         (spam-check-gmane-xref, spam-check-regex-headers)
13012         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13013         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13014         (spam-check-bogofilter-headers, spam-check-spamoracle)
13015         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13016         (spam-check-crm114-headers): Use the spam-split-group that
13017         spam-split prepares, no need to determine it every time.
13018
13019         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13020         to the nnheader-parse-naked-head call.
13021
13022         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13023
13024         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13025         the nnheader-nov-read-message-id call.
13026
13027 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13028
13029         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13030         gnus-activate-group twice.  Suggested by Markus Peter
13031         <warp@spin.de>.
13032
13033 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13034
13035         * gnus-art.el (gnus-article-time-format): Exchange the order of
13036         day and month in the default value; fix customization type.
13037         (article-date-ut): Use add-text-properties.
13038         (article-make-date-line): Use message-make-date instead of
13039         current-time-string.
13040
13041         * message.el (message-fetch-field): Don't use set-text-properties.
13042         (message-make-date): Simplify.
13043
13044         * messagexmas.el (message-xmas-make-date): New function.
13045         (message-xmas-redefine): Defalias message-make-date to it.
13046
13047 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13048
13049         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13050         (rfc2047-encode-region): Treat text within parentheses as special;
13051         show the original text when error has occurred.
13052
13053         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13054         already-computed method to gnus-activate-group.
13055
13056         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13057         same select-methods identical Lisp objects.
13058
13059         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13060         object when modifying the info.
13061
13062 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13063
13064         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13065         gnus-opened-servers since it has never been opened with the new
13066         configuration yet.
13067
13068 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13069
13070         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13071         arg to nnheader-generate-fake-message-id.
13072
13073 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13074
13075         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13076         number and build a fake message ID localized to a group and
13077         article number (so it's repeatable from that point on).
13078         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13079         ID format.
13080
13081         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13082         nnheader-generate-fake-message-id with the article number.
13083
13084 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13085
13086         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13087         end-of-buffer.
13088
13089 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13090
13091         * message.el (message-ignored-supersedes-headers): Add Approved.
13092
13093 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13094
13095         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13096         goto-char.
13097         (rfc2047-encode): Fold the line before encoding.
13098
13099 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13100
13101         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13102         folding -- not all headers can be folded, and this should be done
13103         by the message composition mode.  Probably.  I think.
13104
13105 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13106
13107         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13108         fast.
13109
13110         * gnus-ems.el (gnus-remove-image): Don't use
13111         message-text-with-property; remove only the image found first.
13112
13113         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13114         found first.
13115
13116 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13117
13118         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13119
13120 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13121
13122         * message.el (message-text-with-property): Make it fast and accept
13123         optional arguments.
13124         (message-strip-forbidden-properties): Use it.
13125         (message-fix-before-sending): Follow the m-t-w-p change.
13126
13127         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13128
13129 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13130
13131         * gnus-art.el (article-hide-headers): Don't change the buffer
13132         mistakenly when performing mml-preview even if
13133         gnus-single-article-buffer is nil.
13134
13135 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13136
13137         * message.el (message-expand-name-databases): New user option.
13138         (message-expand-name): Use it.
13139
13140 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13141
13142         * spam.el (spam-report-articles-resend)
13143         (spam-report-resend-register-routine): Allow ham reporting.
13144         (spam-report-resend-register-ham-routine): Add wrapper.
13145         (spam-registration-functions): Add ham resending functions.
13146         (spam-list-of-processors): Add ham resend processor.
13147
13148         * gnus.el (ham-resend-to): Add new group parameter.
13149         (spam-process): Add ham resend option.
13150
13151         * spam-report.el (spam-report-resend): Allow reporting ham.
13152         (spam-report-resend-ham): Add wrapper.
13153
13154 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13155
13156         * message.el (message-cite-articles-with-x-no-archive): New
13157         variable.
13158         (message-cite-original): Use it.
13159
13160 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13161
13162         * message.el (message-cite-original): Respect X-No-Archive.
13163
13164 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13165
13166         * gnus-art.el (article-hide-headers): Refer to the values for
13167         gnus-ignored-headers and gnus-visible-headers in the summary
13168         buffer since a user may have set them as group parameters.
13169
13170 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13171
13172         * assistant.el (assistant-node-name): Add convenience function.
13173         (assistant-render-text, assistant-render-node): Add error handling,
13174         plus handle multiple next nodes.
13175         (assistant-find-next-node): Comment out for now.
13176         (assistant-find-next-nodes): Add function, returns list of next
13177         nodes.
13178
13179 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13180
13181         * mail-source.el (mail-source-directory): Fix doc-string.
13182
13183 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13184
13185         * assistant.el (assistant-render-text, assistant-eval): Add :set
13186         widget type, which is different because it takes and returns a
13187         list.  Much hilarity ensues.
13188
13189 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13190
13191         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13192
13193         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13194         doc-string.
13195
13196         * gnus-start.el (gnus-activate-group): Added doc-string.
13197
13198 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13199
13200         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13201
13202 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13203
13204         * assistant.el (assistant-render-text): Try to add a :set
13205         widget, more to come.
13206
13207         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13208         strings.
13209         (spam-report-articles-resend)
13210         (spam-register-routine): Do registration iff any articles warrant
13211         it.
13212         (spam-summary-prepare-exit): Change log message for nil group
13213         destinations.
13214
13215 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13216
13217         * spam.el (spam-report-resend-register-routine): Allow
13218         spam-report-resend-to to be a group parameter or a global value.
13219
13220 2004-05-26  Simon Josefsson  <jas@extundo.com>
13221
13222         * starttls.el: Merge with my GNUTLS based starttls.el.
13223         (starttls-gnutls-program, starttls-use-gnutls)
13224         (starttls-extra-arguments, starttls-process-connection-type)
13225         (starttls-connect, starttls-failure, starttls-success): New
13226         variables.
13227         (starttls-program, starttls-extra-args): Doc fix.
13228         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13229         functions.
13230         (starttls-negotiate, starttls-open-stream): Check
13231         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13232         function if it is set.
13233
13234 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13237         structured fields.
13238
13239 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13242
13243 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13244
13245         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13246         variable.
13247         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13248         assigning the spam-mark to new messages.
13249
13250 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13251
13252         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13253
13254 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13255
13256         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13257
13258         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13259         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13260         default.
13261
13262 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13263
13264         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13265         correct data.
13266
13267 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13268
13269         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13270         (spam-group-processor-p): Fix function.
13271         (spam-group-processor-multiple-p)
13272         (spam-group-spam-processor-report-gmane-p)
13273         (spam-group-spam-processor-report-resend-p)
13274         (spam-group-spam-processor-bogofilter-p)
13275         (spam-group-spam-processor-blacklist-p)
13276         (spam-group-spam-processor-ifile-p)
13277         (spam-group-ham-processor-ifile-p)
13278         (spam-group-spam-processor-spamoracle-p)
13279         (spam-group-spam-processor-crm114-p)
13280         (spam-group-ham-processor-bogofilter-p)
13281         (spam-group-spam-processor-stat-p)
13282         (spam-group-ham-processor-stat-p)
13283         (spam-group-ham-processor-whitelist-p)
13284         (spam-group-ham-processor-BBDB-p)
13285         (spam-group-ham-processor-spamoracle-p)
13286         (spam-group-ham-processor-copy-p): Remove functions with some
13287         prejudice against unneeded code.
13288         (spam-report-articles-resend)
13289         (spam-report-resend-register-routine): Allow the group/topic
13290         spam-resend-to value to override spam-report-resend-to.
13291         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13292         properly now.
13293
13294         * gnus.el (spam-resend-to): Add group/topic parameter.
13295         (spam-process): Move the OBSOLETE processors to the end of the
13296         choices.
13297
13298 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13299
13300         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13301         with resend-to set to nil, and then ask the user if necessary.
13302         (spam-report-resend): spam-report-resend takes a list of articles, not
13303         separate article numbers.
13304
13305 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13306
13307         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13308         addition to emacs-w3m.
13309
13310 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13311
13312         * assistant.el (assistant-authinfo-data): New function.
13313         (assistant-eval): Eval for entire assistant.
13314
13315         * netrc.el (netrc-services-file): New variable.
13316         (netrc-parse-services): New function.
13317         (netrc-find-service-name): New function.
13318         (netrc-find-service-number): New function.
13319         (netrc-port-equal): New function.
13320         (netrc-machine): Use it.
13321
13322         * nnimap.el (nnimap-open-connection): Use netrc.
13323
13324         * gnus-util.el (gnus-netrc-get): Remove aliases.
13325
13326         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13327
13328         * assistant.el (wid-edit): Fix compilation.
13329
13330         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13331
13332 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13333
13334         * gnus-util.el (gnus-set-file-modes): New function.  (small
13335         patch).
13336
13337 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13338
13339         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13340
13341         * assistant.el (assistant-render-node): Fix up rendering and
13342         read-only text.
13343         (assistant-render-node): Reset.
13344         (assistant-make-read-only): Not sticky.
13345
13346 2004-05-20  Danny Siu  <dsiu@adobe.com>
13347
13348         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13349         centered even when gnus-auto-center-summary is t.
13350
13351 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13352
13353         * dns.el (dns-get-txt-answer): New function.
13354         (dns-read-txt): Ditto.
13355         (query-dns): Use it.
13356
13357 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13358
13359         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13360         active for foreign groups even if the group level is higher than
13361         the specified value.
13362
13363 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13364
13365         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13366         non-active groups.
13367
13368         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13369
13370 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13371
13372         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13373
13374 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13375
13376         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13377         (spam-crm114-header, spam-crm114-spam-switch)
13378         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13379         (spam-crm114-positive-spam-header)
13380         (spam-crm114-database-directory, spam-list-of-processors)
13381         (spam-group-spam-processor-crm114-p)
13382         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13383         (spam-generic-score, spam-list-of-checks)
13384         (spam-list-of-statistical-checks, spam-registration-functions)
13385         (spam-check-crm114-headers, spam-crm114-score)
13386         (spam-check-crm114, spam-crm114-register-with-crm114)
13387         (spam-crm114-register-spam-routine)
13388         (spam-crm114-unregister-spam-routine)
13389         (spam-crm114-register-ham-routine)
13390         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13391         asjo@koldfront.dk (Adam Sjøgren).
13392
13393         * gnus.el: Add spam-use-crm114.
13394
13395         * spam.el (spam-list-of-processors, spam-registration-functions):
13396         Add spam-use-resend.
13397         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13398         (spam-report-articles-gmane): Add doc fix.
13399         (spam-report-articles-resend, spam-report-resend-register-routine):
13400         Add wrappers around spam-report-resend-to.
13401
13402         * spam-report.el (spam-report-resend-to, spam-report-resend):
13403         Add support for resending spam.
13404         (spam-report-gmane): Fix line length >80.
13405
13406         * gnus.el (spam-process): Add spam-use-resend.
13407
13408 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13409
13410         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13411         number of processed spam messages.
13412         (spam-ham-copy-or-move-routine): Return the number of processed
13413         ham messages.
13414         (spam-summary-prepare-exit): Use the above values to decide
13415         whether status messages shouled be displayed.
13416
13417 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13418
13419         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13420         `rfc2047-encoding-function-alist' in order to avoid conflicting
13421         with the old version.
13422         (rfc2047-encode-region): Concatenate words containing non-ASCII
13423         characters in structured fields; don't encode space-delimited
13424         ASCII words even in unstructured fields; don't break words at
13425         char-category boundaries.
13426         (rfc2047-encode-1): New function.
13427         (rfc2047-encode): Use it; encode text so that it occupies the
13428         maximum width within 76-column; work correctly on Q encoding for
13429         iso-2022-* charsets.
13430         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13431         sure not to break a line just after the header name.
13432         (rfc2047-b-encode-region): Removed.
13433         (rfc2047-b-encode-string): New function.
13434         (rfc2047-q-encode-region): Removed.
13435         (rfc2047-q-encode-string): New function.
13436
13437         * mm-util.el (mm-replace-in-string): New function.
13438
13439 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13440
13441         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13442         get it right.
13443         (gnus-inews-make-draft): Really.
13444
13445 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13446
13447         * nnmh.el (nnmh-request-list-1): Don't check the link count
13448         before descending.  (small patch)
13449
13450 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13451
13452         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13453         stuff.
13454
13455         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13456         on real group name.
13457
13458         * gnus-art.el (gnus-signature-limit): Doc fix.
13459
13460         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13461
13462         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13463
13464 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13465
13466         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13467         isn't a string.
13468
13469 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13470
13471         * gnus-draft.el (gnus-draft-send): Bind
13472         rfc2047-encode-encoded-words.
13473
13474         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13475         (rfc2047-encodable-p): Say that =? needs encoding.
13476         (rfc2047-encode-encoded-words): New variable.
13477
13478         * gnus-group.el (gnus-group-select-group): Doc fix.
13479
13480         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13481
13482         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13483         to nil.
13484
13485         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13486
13487         * nnheader.el (nnheader-get-lines-and-char): New function.
13488
13489 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13490
13491         * gnus-msg.el (gnus-summary-followup-with-original): Document
13492         yanking of region when active.
13493
13494 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13495
13496         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13497         groups if the group level is higher than the specified value.
13498
13499 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13500
13501         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13502         (gnus-group-jump-to-group): Added prefix argument using
13503         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13504         non-active group.
13505
13506         * compface.el (uncompface): Be verbose when changing
13507         `uncompface-use-external'.
13508
13509         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13510         handle manual section.
13511
13512 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13513
13514         * gnus-art.el (gnus-button-alist): Revert previous change.
13515
13516 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13517
13518         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13519
13520 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13521
13522         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13523         whether backend can accept message.
13524
13525         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13526
13527 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13528
13529         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13530         Avoid creating directory when nntp-marks-is-evil is true.
13531         Reported by Reiner Steib.
13532
13533 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13534
13535         * gnus-picon.el (gnus-picon-style): New variable.
13536         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13537         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13538         Jesper Harder <harder@ifa.au.dk>.
13539
13540 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13541
13542         * message.el (message-fill-field): Return point.
13543         (message-generate-headers): Go to end of field.
13544
13545         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13546         stuff for non-living groups.
13547
13548 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13549
13550         * gnus-art.el (gnus-article-followup-with-original)
13551         (gnus-article-reply-with-original): gnus-mark-active-p ->
13552         gnus-region-active-p.
13553
13554 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13555
13556         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13557         only when there is spam or ham to be processed.
13558
13559 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13560
13561         * mail-source.el (mail-source-delete-crash-box): Refactor.
13562         (mail-source-fetch): Use it.
13563         (mail-source-fetch-file): Ditto.
13564         (mail-source-fetch-directory): Run postscript in loop.
13565         (mail-source-fetch-pop): Delete.
13566         (mail-source-fetch-maildir): Ditto.
13567         (mail-source-fetch-imap): Ditto.
13568
13569         * imap.el (imap-authenticators): Comment out sasl.
13570
13571         * message.el (message-skip-to-next-address): New function.
13572         (message-fill-header-address): Refactor.
13573         (message-fill-address): Use it.
13574         (message-delete-address): Use it.
13575         (message-fill-header-general): Refactor.
13576         (message-fill-field-address): Rename.
13577         (message-narrow-to-field): Find the start of the header.
13578         (message-header-format-alist): Don't pre-fill.
13579         (message-fill-header): Removed.
13580         (message-insert-header): New function.
13581         (message-shorten-references): Use it.
13582
13583         * rfc2047.el (rfc2047-field-value): Strip props.
13584
13585         * mail-parse.el (mail-header-make-address): New alias.
13586
13587         * ietf-drums.el (ietf-drums-make-address): New function.
13588
13589         * imap.el: Add compiler directives.
13590
13591         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13592
13593         * gnus-art.el (article-decode-idna-rhs): Don't use
13594         message-idna-inside-rhs-p.
13595
13596 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13597
13598         * message.el (message-idna-inside-rhs-p): Removed.
13599         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13600
13601         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13602         false positives.
13603
13604 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13605
13606         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13607
13608 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13609
13610         * nneething.el (nneething-file-name): Don't create spurious
13611         files.
13612
13613         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13614         (gnus-inews-do-gcc): Remove sleep.
13615
13616         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13617         part under point.
13618
13619         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13620         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13621
13622 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13623
13624         * spam.el (spam-summary-prepare-exit): Fixed (length).
13625
13626 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13627
13628         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13629         as expired without moving it" message when there are spam
13630         messages left.
13631
13632 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13633
13634         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13635         header is not nil.
13636
13637 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13638
13639         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13640         nntp-possibly-create-directory, not nntp-possibly-change-group.
13641         (nntp-marks-changed-p): New arg SERVER.
13642         (nntp-request-update-info): Adjust caller.
13643
13644 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13645
13646         * nntp.el (nntp-save-marks): Pass missing arg.
13647
13648 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13649
13650         * nntp.el: Support marks.
13651         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13652         (nntp-marks-modtime, nntp-marks-directory): New variables.
13653         (nntp-request-set-mark, nntp-request-update-info)
13654         (nntp-possibly-create-directory, nntp-marks-changed-p)
13655         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13656         functions.
13657
13658 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13659
13660         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13661         (gnus-xmas-redefine): Rename.
13662
13663         * gnus-score.el (gnus-score-insert-help): Use
13664         gnus-select-lowest-window.
13665
13666         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13667         appt-select-lowest-window and rename to gnus-select-lowest-window.
13668
13669         * gnus.el: do.
13670
13671 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13672
13673         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13674         encodings of MIME-encoded words, in order to improve
13675         interoperability with several broken MUAs.
13676
13677 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13678
13679         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13680         tags, only when charsets are not specified in headers.
13681         (mm-inline-text-html-render-with-w3m): Ditto.
13682
13683         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13684         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13685
13686 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13687
13688         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13689         instead of MIME-decoded from fields when checking
13690         `gnus-article-address-banner-alist'.
13691
13692 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13693
13694         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13695         description rather than subject.
13696
13697 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13698
13699         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13700
13701 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13702
13703         * gnus.el (gnus-version-number): Bump.
13704
13705 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13706
13707         * gnus.el: No Gnus v0.2 is released.
13708
13709 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13710
13711         * gnus-agent.el (gnus-agent-read-agentview): Inline
13712         gnus-uncompress-range.
13713
13714 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13715
13716         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13717         `exec-installed-p'.
13718
13719 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13720
13721         * gnus.el (spam-process, spam-autodetect-methods): Add
13722         bsfilter and bsfilter-headers.
13723
13724         * spam.el (spam-bsfilter): New customize group.
13725         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13726         (spam-bsfilter-header, spam-bsfilter-probability-header)
13727         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13728         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13729         (spam-bsfilter-database-directory): New options.
13730         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13731         (spam-list-of-statistical-checks, spam-registration-functions):
13732         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13733         (spam-bsfilter-score): New command.
13734         (spam-check-bsfilter-headers, spam-check-bsfilter)
13735         (spam-bsfilter-register-with-bsfilter)
13736         (spam-bsfilter-register-spam-routine)
13737         (spam-bsfilter-unregister-spam-routine)
13738         (spam-bsfilter-register-ham-routine)
13739         (spam-bsfilter-unregister-ham-routine): New functions.
13740         (spam-generic-score): Support bsfilter; Accept an optional argument
13741         to recalcurate spam score even if scoring header has already been
13742         added.
13743         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13744         optional argument to recalcurate spam score even if scoring header
13745         has already been added.
13746
13747 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13748
13749         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13750         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13751         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13752         link is missing.
13753
13754 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13755
13756         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13757         (html2text-get-attr): Rewrite.
13758
13759         * message.el (message-setup-1): Remove redundant put-text-property
13760         on mail-header-separator.
13761
13762 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13763
13764         * gnus-registry.el (gnus-registry-cache-whitespace)
13765         (gnus-registry-action, gnus-registry-spool-action)
13766         (gnus-registry-split-fancy-with-parent): Change message levels
13767         from 5 to 3 or 7, as needed.
13768
13769         * spam.el (spam-summary-prepare-exit)
13770         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13771         (spam-split, spam-find-spam, spam-log-undo-registration)
13772         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13773         level from 5 to 6.
13774
13775 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13776
13777         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13778         2004-03-04 change).
13779
13780 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13781
13782         * sieve-manage.el (sieve-manage-open):
13783         * nnweb.el (nnweb-insert-html):
13784         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13785         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13786         * nnspool.el (nnspool-request-group):
13787         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13788         * nnml.el (nnml-request-update-info):
13789         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13790         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13791         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13792         (nnimap-request-set-mark):
13793         * nnfolder.el (nnfolder-request-update-info):
13794         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13795         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13796         * gnus-uu.el (gnus-uu-find-articles-matching):
13797         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13798         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13799         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13800         * gnus-nocem.el (gnus-nocem-scan-groups):
13801         * gnus-int.el (gnus-start-news-server):
13802         * gnus-group.el (gnus-group-make-kiboze-group)
13803         (gnus-group-browse-foreign-server):
13804         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13805         Use mapc when appropriate.
13806
13807 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13808
13809         FIXME: Make separate entries for each person.
13810
13811         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13812         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13813         <shields@msrl.com>:
13814
13815         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13816         may need for spam sorting and scoring.
13817         (spam-user-format-function-S): Add user format function suitable for
13818         general use.
13819         (spam-article-sort-by-spam-status): Add sorting function for summary
13820         sorting.
13821         (spam-extra-header-to-number): Add function to get a score from a
13822         header.
13823         (spam-summary-score): Add function to get a numeric score from the
13824         headers.
13825         (spam-generic-score): Fix function doc, was in wrong place.
13826         (spam-initialize): Take symbols when it's run, and install the
13827         extra headers that spam-necessary-extra-headers thinks we need.
13828
13829 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13830
13831         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13832         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
13833
13834 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13835
13836         * gnus-sum.el (gnus-set-global-variables)
13837         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13838         (gnus-article-get-xrefs, gnus-summary-best-group)
13839         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13840         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13841         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13842         Use with-current-buffer.
13843
13844 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13845
13846         * spam.el (spam-summary-prepare-exit): Simplify logic.
13847         (spam-fetch-article-header): Read the article header if it's not
13848         available.
13849         (spam-list-articles): Simplify logic.
13850         (spam-filelist-register-routine): Fix bug with unregister-list.
13851
13852         * gnus-registry.el: Fix comments at beginning.
13853
13854 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13855
13856         * message.el (message-cater-to-broken-inn): Remove.
13857         (message-shorten-references): Make sure the total folded length of
13858         References is shorter than 998 characters to cater to a bug in INN
13859         2.3.  Also, don't pretend that references aren't folded -- this
13860         hasn't worked for a while.
13861
13862 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13863
13864         * gnus-agent.el (gnus-agentize):
13865         gnus-agent-send-mail-real-function no longer set to current value
13866         of message-send-mail-function but rather a lambda that calls
13867         message-send-mail-function.  The change makes the agent real-time
13868         responsive to user changes to message-send-mail-function.
13869
13870 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13871
13872         * legacy-gnus-agent.el
13873         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13874         help from Florian Weimer <fw@deneb.enyo.de>
13875
13876 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13877
13878         * nnmail.el (nnmail-cache-insert): Revert last change.
13879
13880 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13881
13882         * nnmail.el (nnmail-cache-insert): Always check whether
13883         nnmail-cache-ignore-groups matches a group name.
13884
13885 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13886
13887         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13888         (spam-find-spam, spam-log-processing-to-registry)
13889         (spam-log-registered-p, spam-log-unregistration-needed-p)
13890         (spam-log-undo-registration): Use gnus-message instead of
13891         gnus-error, none of these errors are fatal.
13892
13893         * gnus-registry.el (gnus-registry-clean-empty-function)
13894         (gnus-registry-clean-empty): Remove only empty entries without
13895         extra data.
13896
13897 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13898
13899         * spam-stat.el (spam-stat-buffer-change-to-spam)
13900         (spam-stat-buffer-change-to-non-spam): Change (error) to
13901         (gnus-message 8) invocation.
13902
13903 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * nntp.el (nntp-via-netcat-command): New variable.
13906         (nntp-via-netcat-switches): New variable.
13907         (nntp-open-via-rlogin-and-netcat): New function.
13908         (nntp-open-connection-function): Doc fix.
13909         (nntp-telnet-command): Doc fix.
13910         (nntp-end-of-line): Doc fix.
13911         (nntp-via-rlogin-command): Doc fix.
13912         (nntp-via-user-name): Doc fix.
13913         (nntp-via-address): Doc fix.
13914
13915 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13916
13917         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13918         error in Emacs 21.1.
13919
13920 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13921
13922         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13923
13924 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13925
13926         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13927         (gnus-agent-with-refreshed-group): New macro.
13928         (gnus-agent-rename-group): New function.
13929         (gnus-agent-delete-group): New function.
13930         (gnus-agent-save-group-info): Use gnus-command-method when
13931         `method' parameter is nil.  Don't write nil entries into the
13932         active file.
13933         (gnus-agent-get-group-info): New function.
13934         (gnus-agent-fetch-articles): Use
13935         gnus-agent-update-files-total-fetched-for to increment disk space
13936         used.
13937         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13938         gnus-agent-update-view-total-fetched-for to increment disk space
13939         used.
13940         (gnus-agent-get-local): Added optional parameters to avoid calling
13941         gnus-group-real-name and gnus-find-method-for-group.
13942         (gnus-agent-set-local): Delete stored entry if either min, or max,
13943         are nil.
13944         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13945         quit, use gnus-agent-regenerate-group to record existance of any
13946         articles fetched to disk before the quit occurred.
13947         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13948         gnus-agent-update-view-total-fetched-for, and
13949         gnus-agent-update-files-total-fetched-for to decrement disk space
13950         used.
13951         (gnus-agent-retrieve-headers): Use
13952         gnus-agent-update-view-total-fetched-for to increment disk space
13953         used.
13954         (gnus-agent-regenerate-group): Replace gnus-group-update-group
13955         with gnus-agent-update-files-total-fetched-for to decrement disk
13956         space and fresh group buffer.
13957         (gnus-agent-inhibit-update-total-fetched-for): New variable.
13958         (gnus-agent-need-update-total-fetched-for): New variable.
13959         (gnus-agent-update-files-total-fetched-for): New function.
13960         (gnus-agent-update-view-total-fetched-for): New function.
13961         (gnus-agent-total-fetched-for): New function.
13962
13963         * gnus-cache.el (gnus-cache-save-buffers): Use
13964         gnus-cache-update-overview-total-fetched-for to change disk space
13965         used by this group.
13966         (gnus-cache-possibly-enter-article): Use
13967         gnus-cache-update-file-total-fetched-for to increment disk space
13968         used by this group.
13969         (gnus-cache-possibly-remove-article): Use
13970         gnus-cache-update-file-total-fetched-for to decrement disk space
13971         used by this group.
13972         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13973         (gnus-cache-rename-group): New function.
13974         (gnus-cache-delete-group): New function.
13975         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13976         (gnus-cache-need-update-total-fetched-for): New variable.
13977         (gnus-cache-with-refreshed-group): New macro.
13978         (gnus-cache-update-file-total-fetched-for): New function.
13979         (gnus-cache-update-overview-total-fetched-for): New function.
13980         (gnus-cache-rename-group-total-fetched-for): New function.
13981         (gnus-cache-delete-group-total-fetched-for): New function.
13982         (gnus-cache-total-fetched-for): New function.
13983
13984         * gnus-group.el: Require gnus-sum and autoload functions to
13985         resolve warnings when gnus-group.el compiled alone.
13986         (gnus-group-line-format): Documented new %F.
13987         (size of Fetched data) group line format; identifies disk space
13988         used by agent and cache.
13989         (gnus-group-line-format-alist): Defined new F format.
13990         (gnus-total-fetched-for): New function.
13991         (gnus-group-delete-group): No longer update
13992         gnus-cache-active-altered as gnus-request-delete-group now keeps
13993         the cache in sync.
13994         (gnus-group-list-active): Let the agent store a server's active
13995         list if currently plugged.
13996
13997         * gnus-int.el (gnus-request-delete-group):
13998         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13999         local disk in sync with the server.
14000         (gnus-request-rename-group):
14001         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14002         local disk in sync with the server.
14003
14004         * gnus-start.el (gnus-get-unread-articles):
14005         Cosmetic simplification to logic.
14006
14007         * gnus-util.el (gnus-rename-file): New function.
14008
14009 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14010
14011         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14012
14013 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14014
14015         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14016         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14017
14018 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14019
14020         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14021         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14022
14023 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14024
14025         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14026
14027 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14028
14029         * spam.el (spam-set-difference): Add function to replace
14030         gnus-set-difference in spam.el.
14031         (spam-summary-prepare-exit): Use spam-set-difference.
14032
14033 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14034
14035         * gnus-registry.el (gnus-registry-cache-file): Update to use
14036         gnus-dribble-directory OR gnus-home-directory OR ~.
14037         (gnus-registry-split-fancy-with-parent): Fix doc.
14038
14039 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14040
14041         * message.el (message-exchange-point-and-mark): Use
14042         message-mark-active-p.  Suggested by Jesper Harder
14043         <harder@ifa.au.dk>.
14044
14045 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14046
14047         * message.el (message-exchange-point-and-mark): Don't activate
14048         region if it was inactive.  Suggested by Hiroshi Fujishima
14049         <pooh@nature.tsukuba.ac.jp>.
14050
14051 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14052
14053         * gnus-art.el (article-display-face): Display Faces in the same
14054         order as X-Faces.
14055
14056 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14057
14058         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14059
14060 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14061
14062         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14063         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14064         (gnus-article-mime-hierarchy): Remove.
14065         (gnus-article-mime-hierarchy-next): Remove.
14066         (gnus-article-mode): Revert 2004-03-19 change.
14067         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14068         (gnus-insert-mime-button): Revert 2004-03-19 change.
14069         (gnus-mime-accumulate-hierarchy): Remove.
14070         (gnus-mime-enter-multipart): Remove.
14071         (gnus-mime-leave-multipart): Remove.
14072         (gnus-mime-display-part): Revert 2004-03-19 change.
14073         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14074
14075         * mml.el (mml-preview): Revert 2004-03-19 change.
14076
14077 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14078
14079         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14080
14081 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14082
14083         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14084         t while entering a file name using the mm-with-multibyte macro.
14085         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14086
14087         * mm-util.el (mm-with-multibyte): New macro.
14088
14089 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14092         user option.
14093         (gnus-mime-multipart-functions): Doc and customization fix.
14094         (gnus-article-mime-hierarchy): New variable.
14095         (gnus-article-mime-hierarchy-next): New variable.
14096         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14097         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14098         gnus-article-mime-hierarchy-next to nil.
14099         (gnus-insert-mime-button): Show hierarchy numbers.
14100         (gnus-mime-accumulate-hierarchy): New function.
14101         (gnus-mime-enter-multipart): New function.
14102         (gnus-mime-leave-multipart): New function.
14103         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14104         (gnus-mime-display-alternative): Show hierarchy numbers.
14105
14106         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14107         gnus-article-mime-hierarchy-next to nil.
14108
14109 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14110
14111         * dns.el: Don't require gnus-xmas.
14112
14113 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14114
14115         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14116         inline PGP.
14117         (mml-menu): Disable mml-quote-region if mark is inactive.
14118
14119 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14120
14121         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14122         when the group's active is not available.
14123
14124 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14125
14126         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14127         error.
14128
14129 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14130
14131         * imap.el (imap-store-password): New variable.
14132         (imap-interactive-login): Use it.
14133         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14134
14135 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14136
14137         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14138         window-start and hscroll to summary window.
14139
14140 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14141
14142         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14143         conversion message to newsrc-dribble when an actual conversion is
14144         performed.
14145
14146 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14147
14148         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14149
14150 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * mm-decode.el (mm-complicated-handles): New function reviving
14153         former definition of mm-multiple-handles.
14154
14155         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14156         (gnus-mime-delete-part): Use it.
14157
14158 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14159
14160         * gnus-agent.el (gnus-agent-read-local): Bind
14161         nnheader-file-coding-system to gnus-agent-file-coding-system to
14162         avoid the implicit assumption that they will always be equal.
14163         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14164         coding-system-for-write, as the with-temp-file macro first prints
14165         to a buffer then saves the buffer.
14166
14167 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14168
14169         * gnus-art.el (gnus-article-edit-part): New function.
14170         (gnus-mime-save-part-and-strip): Use it; do query instead of
14171         signaling an error; don't use mm-multiple-handles.
14172         (gnus-mime-delete-part): Ditto.
14173
14174 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14175
14176         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14177         old file versions.
14178         (gnus-group-prepare-hook): Removed function that converted list
14179         form of gnus-agent-expire-days to group properties.
14180
14181         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14182         (gnus-request-accept-article): Re-indented.
14183
14184         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14185         converters to handle old agent file formats.  Added logic for a
14186         "backup before upgrading warning".
14187         (gnus-convert-mark-converter-prompt): Developers can mark
14188         functions as needing (default), or not needing,
14189         gnus-convert-old-newsrc's "backup before upgrading warning".
14190         (gnus-convert-converter-needs-prompt): Tests whether the user
14191         should be protected from potentially irreversable changes by the
14192         function.
14193
14194         * legacy-gnus-agent.el: New.  Provides converters that are only
14195         loaded when gnus-convert-old-newsrc needs to call them.
14196
14197 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14198
14199         * mail-source.el (mail-source-touch-pop): Doc fix.
14200
14201         * message.el (message-smtpmail-send-it): Doc fix.
14202
14203 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14204
14205         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14206
14207         * nnmail.el (nnmail-split-fancy): do.
14208
14209         * gnus-kill.el (gnus-kill, gnus-execute): do.
14210
14211 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14212
14213         * gnus-sum.el (gnus-widget-reversible-match)
14214         (gnus-widget-reversible-to-internal)
14215         (gnus-widget-reversible-to-external): New functions.
14216         (gnus-widget-reversible): New widget.
14217         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14218
14219 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14220
14221         * gnus-sum.el (gnus-thread-sort-functions)
14222         (gnus-article-sort-functions): Document `(not F)' items.
14223
14224 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14225
14226         * spam.el (spam-use-gmane-xref): Add new backend.
14227         (spam-gmane-xref-spam-group): Add variable to control the name of the
14228         Gmane spam group.
14229         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14230         (spam-regex-headers-spam, spam-regex-headers-ham)
14231         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14232         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14233         backends and checks.
14234         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14235
14236         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14237         an autodetect method.
14238
14239 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14240
14241         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14242         articles are being added to a group.
14243         (gnus-request-replace-article): Inform the agent that articles
14244         need to be uncached as the cached contents are no longer valid.
14245
14246 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14247
14248         * binhex.el: Don't autoload executable-find.
14249
14250         * canlock.el: Don't autoload mail-fetch-field.
14251
14252         * dgnushack.el: Autoload c-mode for XEmacs.
14253
14254         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14255
14256         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14257         rmail-dont-reply-to and rmail-output.
14258
14259         * gnus-score.el: Don't autoload ffap-string-at-point.
14260
14261         * gnus-setup.el: Don't autoload sc-cite-original.
14262
14263         * imap.el: Don't autoload base64-decode-string,
14264         base64-encode-string and md5.
14265
14266         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14267         and rmail-msg-restore-non-pruned-header.
14268
14269         * mm-decode.el: Don't autoload executable-find.
14270
14271         * mm-url.el: Don't autoload executable-find.
14272
14273         * mm-view.el: Don't autoload diff-mode.
14274
14275         * nndb.el: Don't autoload news-reply-mode, news-setup,
14276         cancel-timer and telnet.
14277
14278         * password.el: Don't autoload run-at-time for Emacs.
14279
14280         * sha1-el.el: Don't autoload executable-find.
14281
14282         * sieve-mode.el: Don't autoload c-mode.
14283
14284         * uudecode.el: Don't autoload executable-find.
14285
14286 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14287
14288         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14289         (gnus-agent-possibly-alter-active): Avoid null in numeric
14290         comparison.
14291         (gnus-agent-set-local): Refuse to save null in local object table.
14292         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14293         list of articles that will be marked as unread.
14294
14295 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14298
14299 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14300
14301         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14302         language tags.
14303
14304 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14305
14306         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14307         Don't bind "obarray".
14308
14309         * gnus-sum.el (gnus-thread-sort-functions): Added
14310         `gnus-thread-sort-by-most-recent-number' and
14311         `gnus-thread-sort-by-most-recent-date'.
14312         Reported by Kai Grossjohann <kai@emptydomain.de>.
14313
14314 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14315
14316         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14317
14318 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14319
14320         * gnus-cus.el (gnus-agent-customize-category): Removed
14321         ignore-errors macro reference that required cl to be loaded at
14322         run-time.
14323
14324         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14325         single-interval range of the form (min . max).  Previously the
14326         range had to look like ((min . max)).  Likewise, return
14327         (min . max) rather than ((min . max)).
14328         (gnus-range-map): Use gnus-range-normalize to accept
14329         single-interval range.
14330
14331         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14332         the cache, but not the agent, now appear with their usual face.
14333
14334         * dgnushack.el (loaddir): New variable that is bound to the
14335         directory containing the dgnushack.el file. Use loaddir, rather
14336         than srcdir, to update load-path. Change lets dgnushack compile
14337         code in directories other than GNUS/lisp.
14338
14339 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14340
14341         * lpath.el: Don't bind w3m-safe-url-regexp.
14342
14343         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14344         w3m-safe-url-regexp variable buffer-local.
14345
14346         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14347
14348 2004-02-27  Simon Josefsson  <jas@extundo.com>
14349
14350         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14351         gnus-group-real-prefix.
14352         (gnus-summary-move-article): Use it, instead of
14353         gnus-group-real-prefix.
14354
14355 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14356
14357         * lpath.el: Bind w3m-safe-url-regexp.
14358
14359         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14360         w3m-safe-url-regexp variable buffer-local and set it as the value
14361         of mm-w3m-safe-url-regexp.
14362
14363         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14364
14365         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14366         parsing gnus-posting-styles when the message is not for replying.
14367
14368         * dgnushack.el: Autoload sgml-mode for XEmacs.
14369
14370         * nnrss.el (nnrss-opml-export): Use
14371         mm-set-buffer-file-coding-system instead of
14372         set-buffer-file-coding-system.
14373
14374 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14375
14376         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14377         of checkdoc.el).
14378         * nnrss.el: do.
14379         * gnus-mlspl.el: do.
14380         * gnus-ml.el: do.
14381         * gnus-srvr.el: do.
14382
14383         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14384
14385 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14386
14387         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14388         Corrections to custom-manual links.
14389
14390         * gnus-art.el (gnus-article): Ditto.
14391
14392         * mm-decode.el (mime-display, mime-security): Ditto.
14393
14394 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14395
14396         * flow-fill.el: Typo.
14397
14398 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14399
14400         * spam-wash.el: New file.
14401
14402 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14403
14404         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14405
14406 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14407
14408         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14409         to be run with new-articles as LIST1, not LIST2.
14410         (spam-registration-functions): Add spam-use-ham-copy as a nil
14411         registration backend.
14412
14413 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14414
14415         * spam-stat.el (spam-stat-washing-hook): New option.
14416         (spam-stat-buffer-words): Use it.
14417         (spam-stat-process-directory, spam-stat-test-directory): Use
14418         insert-file-contents-literally.
14419         (spam-stat-coding-system): New variable.
14420         (spam-stat-load, spam-stat-save): Use it.
14421
14422 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14423
14424         * spam-report.el (spam-report-plug-agent): Quote
14425         spam-report-url-to-file and spam-report-url-ping-plain.
14426
14427 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14428
14429         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14430         / in mailto URLs.
14431
14432 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14433
14434         * spam-report.el (spam-report-process-queue): Fix interactive use.
14435         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14436         (spam-report-unplug-agent): Doc fixes.
14437         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14438         (spam-report-agentize, spam-report-deagentize): Autoload.
14439
14440 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14441
14442         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14443
14444         * message.el (message-setup-fill-variables): Add mml tags to
14445         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14446         <ajk@iu.edu>.
14447         (message-mode): Don't modify paragraph-separate there.
14448
14449 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14450
14451         * compface.el (uncompface-use-external): Default to undecided.
14452         (uncompface-use-external-threshold): New variable.
14453         (uncompface-float-time): New macro.
14454         (uncompface): Determine whether to use the external decoder if
14455         uncompface-use-external is undecided.
14456
14457 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14458
14459         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14460         after images.
14461
14462         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14463
14464 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14465
14466         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14467
14468         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14469
14470         * gnus-sum.el (gnus-summary-limit-to-age)
14471         (gnus-summary-limit-children): do.
14472
14473         * gnus-int.el (gnus-request-scan): do.
14474
14475         * gnus-group.el (gnus-group-suspend): do.
14476
14477         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14478
14479         * gnus-cite.el (gnus-cite-parse-attributions): do.
14480
14481         * gnus-agent.el (gnus-summary-set-agent-mark)
14482         (gnus-agent-regenerate-group): do.
14483
14484         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14485
14486         * binhex.el (binhex-decode-region-internal): do.
14487
14488 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14489
14490         * gnus-fun.el (gnus-face-properties-alist): New user option.
14491         (gnus-display-x-face-in-from): Use it.
14492
14493         * gnus-art.el (article-display-face): Ditto.
14494
14495         * compface.el (uncompface-use-external): Default to nil.
14496
14497 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14498
14499         * nntp.el (nntp-erase-buffer): New function.
14500         (nntp-retrieve-data, nntp-send-command)
14501         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14502         (nntp-possibly-change-group): Use it.
14503
14504         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14505         with-current-buffer.
14506
14507 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14508
14509         * compface.el: Merge the ELisp-based uncompface program.
14510         (compface): New customization group.
14511         (uncompface-use-external): New user option.
14512         (uncompface): Call uncompface-internal if uncompface-use-external
14513         is nil.
14514         (uncompface-internal): New function.  Note that there are also
14515         some other functions and variables added for this function.
14516
14517 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14518
14519         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14520         if necessary.
14521
14522 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14523
14524         * spam-report.el (spam-report-unplug-agent)
14525         (spam-report-plug-agent, spam-report-deagentize)
14526         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14527         Add support for the Agent in spam-report: when unplugged, report to a
14528         file; when plugged, submit all the requests.
14529
14530         * spam.el (spam-register-routine): Fix message about
14531         registration.
14532
14533 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14534
14535         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14536         dependencies.
14537         (rfc2047-encode): Use it.
14538
14539         * gnus-art.el (gnus-button-marker-list): Move before first
14540         reference.
14541
14542         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14543         (imap-parse-body): Fix format string mismatch.
14544
14545         * gnus-score.el (gnus-summary-increase-score): do.
14546
14547         * nnrss.el (nnrss-close): New function.
14548
14549 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14550
14551         * nnrss.el (nnrss-make-filename): New function.
14552         (nnrss-request-delete-group, nnrss-read-server-data)
14553         (nnrss-save-server-data, nnrss-read-group-data)
14554         (nnrss-save-group-data): Use it.
14555         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14556         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14557         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14558
14559 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14560
14561         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14562
14563 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14564
14565         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14566         files.
14567
14568         * message.el (message-generate-headers-first): Don't quote nil
14569         and t in docstrings.
14570
14571         * imap.el (imap-id): do.
14572
14573         * gnus-agent.el (gnus-agent-consider-all-articles)
14574         (gnus-agent-queue-mail): do.
14575
14576 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14577
14578         * spam-report.el (spam-report-process-queue): New function.
14579         Process requests from `spam-report-requests-file'.
14580         (spam-report-process-queue): Doc fix.
14581
14582 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14583
14584         * spam.el (spam-register-routine)
14585         (spam-log-processing-to-registry, spam-log-registered-p)
14586         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14587         Change "check" to "spam-check" for semi-clarity.
14588
14589 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14590
14591         * pop3.el: Require nnheader.
14592
14593         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14594
14595         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14596
14597         * gnus-picon.el: Require cl.
14598
14599         * gnus-fun.el: Require gnus-ems and gnus-util.
14600
14601         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14602
14603         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14604
14605         * gnus-art.el (gnus-article-edit-mode): Define before first
14606         reference.
14607
14608 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14609
14610         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14611         (gnus-uu-post-encoded): Use point-at-bol.
14612
14613         * gnus-topic.el (gnus-group-active-topic-p): do.
14614
14615         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14616
14617         * gnus-group.el (gnus-group-kill-region): do.
14618
14619         * gnus-art.el (article-date-ut): do.
14620
14621         * message.el (message-fetch-field): Remove redundant
14622         case-fold-search binding.
14623         (message-narrow-to-field): Simplify.
14624
14625 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14626
14627         * spam.el (spam-directory): Derive from `gnus-directory'.
14628
14629         * spam-report.el (spam-report-url-to-file)
14630         (spam-report-requests-file): New function and variable for offline
14631         reporting.
14632         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14633         and user defined function.
14634         (spam-report-url-ping-mm-url): Remove doubled slash.
14635
14636 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14637
14638         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14639
14640 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14641
14642         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14643         format string mismatch.
14644
14645         * sieve.el (sieve-deactivate-all): do.
14646
14647         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14648
14649         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14650
14651         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14652
14653         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14654
14655 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14656
14657         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14658         the list of checks.
14659
14660 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14661
14662         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14663         padding.
14664
14665 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14666
14667         * mm-view.el (mm-fill-flowed): New variable.
14668         (mm-inline-text): Use it.
14669
14670 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14671
14672         * spam.el (spam-spamassassin-register-ham-routine)
14673         (spam-spamassassin-register-spam-routine): Fix function names.
14674
14675 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14676
14677         * gnus.el (gnus-tmp-grouplens): Remove.
14678         (gnus-summary-line-format): Remove grouplens.
14679
14680         * gnus-group.el (gnus-group-line-format): Ditto.
14681
14682         * gnus-spec.el (gnus-format-specs): Ditto.
14683         (gnus-update-format-specifications): Flush the group format spec
14684         cache if there's the grouplens stuff.
14685         (gnus-parse-simple-format): Replace %l with the empty string.
14686
14687 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14688
14689         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14690         omission.
14691
14692 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14693
14694         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14695         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14696
14697 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14698
14699         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14700         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14701         New macros and functions.
14702         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14703         Handle > NLINK_MAX messages.
14704         * nnmaildir.el (nnmaildir-request-set-mark): Use
14705         nnmaildir--emlink-p and nnmaildir--eexist-p.
14706
14707 2004-01-25  Alex Schroeder  <alex@gnu.org>
14708
14709         * spam-stat.el (spam-stat-process-directory-age): New option.
14710         (spam-stat-process-directory): Use it.
14711
14712 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14713
14714         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14715         (spam-stat-save): Accept prefix argument.
14716
14717 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14718
14719         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14720         links" error.
14721
14722 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14723
14724         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14725         the rest of the and/or forms.
14726
14727 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14728
14729         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14730         compatibility with old .newsrc.eld files.
14731
14732         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14733
14734         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14735
14736         * gnus-start.el (gnus-1): do.
14737
14738         * gnus-group.el (gnus-group-line-format-alist): do.
14739
14740         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14741
14742         * gnus-gl.el: Remove.
14743
14744 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14745
14746         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14747         marks consisting of a single range {for example, (3 . 5)} rather
14748         than a list of a single range { ((3 . 5)) }.
14749
14750 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14751
14752         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14753         with-current-buffer.
14754         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14755         avoid consing a string.
14756
14757         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14758         Remove obsolete entries for big5 and gb2312.
14759
14760 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14761
14762         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14763         uncompressed list.
14764
14765 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14766
14767         * spam-stat.el (spam-stat-strip-xref): New function.
14768         (spam-stat-process-directory): Use it.
14769
14770         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14771         here -- it's done in message-fetch-field.
14772
14773 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14774
14775         * gnus-agent.el (gnus-agent-queue-mail)
14776         (gnus-agent-prompt-send-queue): New variables.
14777         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14778         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14779         "nndraft:queue" along to gnus-draft-send.  Use
14780         gnus-agent-prompt-send-queue.
14781         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14782         is "nndraft:queue".  Suggested by Gaute Strokkenes
14783         <gs234@srcf.ucam.org>
14784
14785         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14786         (agent-enable-undownloaded-faces): Added.
14787         (gnus-agent-cat-groups): Use eval-and-compile, not
14788         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14789         method of gnus-agent-cat-groups even when the buffer has been
14790         evaled.
14791         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14792         delete gnus-agent-save-active-1.
14793         (gnus-agent-save-groups): Deleted.  Identical to
14794         gnus-agent-save-active.
14795         (gnus-agent-write-active): No longer adjust agent's copy of active
14796         file as agent's adjustments are now stored in their own
14797         file.  Removed optional parameter.
14798         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14799         servers.  Add use of min/max range limits from server's local
14800         file.
14801         (gnus-agent-save-alist): Removed unused optional argument.
14802         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14803         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14804         (gnus-agent-set-local): A per-server file that keeps min/max range
14805         limits for articles known to the agent.  Provides a fast mechanism
14806         for altering many active ranges.
14807         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14808         active file (local makes it unnecessary).
14809         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14810
14811         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14812         (agent-enable-undownloaded-faces): Added.
14813
14814         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14815         disable it when sending to "nndraft:queue".
14816         (gnus-group-send-queue): Add safety check to avoid sending queue
14817         when unplugged.
14818
14819         * gnus-group.el (gnus-group-catchup): Use new
14820         gnus-sequence-of-unread-articles, not
14821         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14822         numbers of articles.  Use gnus-range-map to avoid having to
14823         uncompress the unread list.
14824         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14825         Fixed invalid ange-ftp reference.
14826
14827         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14828         (gnus-sorted-range-intersection): Intersection of two ranges
14829         without requiring that they first be uncompressed.
14830
14831         * gnus-start.el (gnus-activate-group): Unless blocked by the
14832         caller, possibly expand the active range to include both cached
14833         and agentized articles.
14834         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14835         multiple version-dependent converters.
14836         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14837         gnus-agent-save-active.
14838         (gnus-save-newsrc-file): Save dirty agent range limits.
14839
14840         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14841         gnus-agent-possibly-alter-active.
14842         (gnus-adjust-marked-articles): Faster handling of simple lists.
14843
14844 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14845
14846         * spam-stat.el (spam-stat-test-directory): New optional argument
14847         displays a list of files detected.  Suggested by Andrew Cohen
14848         <cohen@andy.bu.edu>.
14849         (spam-stat-buffer-words-with-scores): Don't narrow and change
14850         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14851
14852 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14853
14854         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14855         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14856         (spam-spamassassin-arguments)
14857         (spam-spamassassin-spam-flag-header)
14858         (spam-spamassassin-positive-spam-flag-header)
14859         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14860         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14861         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14862         (spam-list-of-processors, spam-list-of-checks)
14863         (spam-list-of-statistical-checks, spam-registration-functions)
14864         (spam-check-spamassassin-headers, spam-check-spamassassin)
14865         (spam-spamassassin-score)
14866         (spam-spamassassin-register-with-sa-learn)
14867         (spam-spamassassin-register-spam-routine)
14868         (spam-spamassassin-register-ham-routine)
14869         (spam-assassin-register-spam-routine)
14870         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14871         (spam-bogofilter-score): Fix to show article before scoring.
14872
14873 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14874
14875         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14876         default scoring function.
14877         (spam-generic-score): Call spam-spamassassin-score if
14878         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14879         spam-bogofilter-score otherwise.
14880
14881         * gnus.el (spam-process, spam-autodetect-methods): Add
14882         spamassassin and spamassassin-headers.
14883
14884 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14885
14886         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14887         Suppress unnecessary messages.
14888
14889 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14890
14891         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14892         make-hash-table.
14893
14894 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14895
14896         * canlock.el (base64-encode-string): Don't autoload it.
14897
14898 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14899
14900         * run-at-time.el: Remove useless (require 'itimer),
14901         eval-and-compile and (featurep 'xemacs).
14902
14903 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14904
14905         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14906         GROUP is a virtual group.
14907
14908 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14909
14910         * gnus.el: Autoload `message-y-or-n-p'.
14911
14912 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14913
14914         * pgg-parse.el: Remove unnecessary (require 'custom).
14915
14916         * pgg-def.el: do.
14917
14918         * nnmail.el: do.
14919
14920         * gnus-undo.el: do.
14921
14922         * gnus-picon.el: do.
14923
14924         * gnus-util.el: do.
14925
14926 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14927
14928         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14929
14930 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14931
14932         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14933         handle, as well as a list.
14934
14935         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14936         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14937         (mm-w3m-cid-retrieve): Simplify.
14938
14939 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
14940
14941         * message.el (message-kill-to-signature): Allow prefix arg to
14942         specify number of lines to keep before signature.
14943
14944 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
14945
14946         * message.el (message-kill-to-signature): Change docstring.
14947
14948 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14949
14950         * canlock.el: Always require sha1-el.
14951         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14952
14953         * message.el: Autoload sha1 only when compiling.
14954
14955         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
14956         eudc-expand-inline for XEmacs.
14957
14958 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14959
14960         * message.el (message-canlock-generate): Require sha1-el.
14961
14962 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
14963
14964         * message.el (message-expand-name): Silence the byte compiler.
14965
14966         * lpath.el: Add detect-coding-system.
14967
14968         * dgnushack.el (dgnushack-compile): Remove obsolete check for
14969         cus-edit.
14970
14971 2004-01-13  Simon Josefsson  <jas@extundo.com>
14972
14973         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14974         Invoke gnus-score-mode.  Reported by
14975         bojohan+news@dd.chalmers.se (Johan Bockgård).
14976
14977         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14978         Jim Blandy <jimb@redhat.com> (tiny change).
14979
14980 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14981
14982         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14983
14984 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
14985
14986         * spam.el (spam-get-article-as-string): Update to use
14987         gnus-request-article-this-buffer, much simpler.
14988         (spam-get-article-as-buffer): Remove.
14989
14990 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
14991
14992         * message.el (message-expand-name): Use EUDC if the user uses that.
14993
14994 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14995
14996         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14997         character for the encoding to avoid consing a string.
14998
14999         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15000         unnecessarily.
15001
15002         * mm-util.el (mm-replace-chars-in-string): Remove.
15003
15004         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15005         of mm-replace-chars-in-string.
15006
15007 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15008
15009         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15010
15011         * mm-util.el (mm-subst-char-in-string): Support inplace.
15012
15013         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15014         a new string in every iteration.  Use shy groups.
15015
15016 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15017
15018         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15019         * gnus-soup.el (gnus-soup-group-brew):
15020         * gnus-msg.el (gnus-put-message):
15021         * gnus-move.el (gnus-group-move-group-to-server):
15022         * gnus-kill.el (gnus-batch-score):
15023         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15024         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15025         (gnus-group-update-group, gnus-group-read-group)
15026         (gnus-group-make-group, gnus-group-make-help-group)
15027         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15028         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15029         (gnus-group-sort-by-unread, gnus-group-catchup)
15030         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15031         (gnus-group-yank-group, gnus-group-set-info)
15032         (gnus-group-list-groups):
15033         * gnus.el (gnus-generate-new-group-name):
15034         * gnus-delay.el (gnus-delay-send-queue):
15035         * nnvirtual.el (nnvirtual-catchup-group):
15036         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15037         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15038         (gnus-group-prepare-topics, gnus-topic-check-topology):
15039         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15040         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15041         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15042         (gnus-group-make-articles-read):
15043         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15044         (gnus-group-change-level, gnus-kill-newsgroup)
15045         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15046         (gnus-get-unread-articles, gnus-make-articles-unread)
15047         (gnus-make-ascending-articles-unread): Use accessor
15048         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15049         to get group information for improved readability.
15050
15051
15052 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15053
15054         * gnus-art.el (article-decode-mime-words, article-babel)
15055         (gnus-article-highlight-signature, gnus-article-add-buttons)
15056         (gnus-signature-toggle): Use gnus-with-article-buffer.
15057
15058         * gnus-art.el (gnus-article-highlight-headers)
15059         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15060
15061         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15062         (gnus-article-set-globals, gnus-request-article-this-buffer)
15063         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15064         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15065         (gnus-mime-display-alternative): Use with-current-buffer.
15066
15067 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15068
15069         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15070         also under 80 char limit, and call gnus-error if needed.
15071         (spam-fetch-article-header): Fix - it was a
15072         buffer-local variable (gnus-newsgroup-data).
15073         (spam-find-spam): Use spam-generate-fake-headers, forget about
15074         spam-insert-fake-headers.
15075         (spam-insert-fake-headers): Remove.
15076
15077 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15078
15079         * deuglify.el (gnus-article-outlook-unwrap-lines)
15080         (gnus-outlook-rearrange-article)
15081         (gnus-outlook-repair-attribution-outlook)
15082         (gnus-outlook-repair-attribution-block)
15083         (gnus-outlook-repair-attribution-other): Remove redundant
15084         save-excursion.
15085
15086 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15087
15088         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15089         (spam-fetch-field-subject-fast)
15090         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15091         (spam-fetch-article-header): Add functions to deal with Gnus
15092         internals for fast retrieval of article header data.
15093         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15094
15095 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15096
15097         * pop3.el (pop3-md5): Remove.
15098         (pop3-apop): Replace pop3-md5 with md5.
15099
15100         * mm-bodies.el: base64 is always built-in.
15101
15102         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15103         with-current-buffer.
15104
15105 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15106
15107         * canlock.el (canlock-insert-header): Remove excessive grouping in
15108         regexp.
15109
15110         * gnus-sum.el (gnus-summary-read-document): Ditto.
15111
15112         * gnus-uu.el (gnus-uu-part-number): Ditto.
15113
15114         * html2text.el (html2text-remove-tags): Ditto.
15115         (html2text-format-tags): Ditto.
15116         (html2text-format-single-elements): Ditto.
15117
15118         * mml.el (mml-parse-1): Ditto.
15119
15120 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15121
15122         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15123
15124         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15125
15126         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15127
15128         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15129
15130 2003-11-15  Simon Josefsson  <jas@extundo.com>
15131
15132         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15133         (pgg-gpg-lookup-key): Use regexp match instead of
15134         split-string (split-string is different between emacs 21.2 and
15135         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15136
15137 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15138
15139         * gnus-art.el (gnus-mime-view-all-parts)
15140         (gnus-article-part-wrapper, gnus-article-view-part): Use
15141         with-current-buffer.
15142
15143 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15144
15145         * spam.el (spam-disable-spam-split-during-ham-respool)
15146         (spam-spamoracle-database, spam-cache-lookups)
15147         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15148         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15149         (spam-group-ham-marks, spam-group-spam-marks)
15150         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15151         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15152         also add spam-use-blackholes to the statistical checks.
15153         (spam-fetch-field-fast): Add interface to fetching fields, may
15154         become a macro.
15155         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15156         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15157         (spam-insert-fake-headers): Fake an article when needed.
15158         (spam-find-spam): Fake article when possible.
15159         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15160         (spam-check-bogofilter-headers): Use message-fetch-field instead
15161         of nnmail-fetch-field.
15162
15163 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15164
15165         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15166
15167 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15168
15169         * spam.el (spam-split): Do not require spam-use-CHECK to be
15170         enabled if that check is passed to spam-split explicitly; also
15171         fix so 'spam doesn't get converted to spam-split-group when
15172         spam-split-symbolic-return is t.
15173         (spam-find-spam): Find registrations of the article and use those
15174         instead of re-running spam-split to find the spam/ham
15175         classification of the article.
15176         (spam-log-processing-to-registry, spam-log-registered-p)
15177         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15178         Use gnus-error instead of gnus-message.
15179         (spam-log-registration-type): Add function to determine the
15180         classification of a message based on registry entries; will
15181         return nil if both 'spam and 'ham are found.
15182         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15183         a reasonably fast local cache without the loading errors.
15184         (spam-cache-lookups): Set to t by default.
15185         (spam-find-spam): Don't try to guess spam-cache-lookups.
15186         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15187         spam-caches entry.
15188         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15189         caching of whitelist/blacklist entries.
15190         (spam-check-whitelist, spam-check-blacklist): Invoke
15191         spam-from-listed-p with a type, not a cache variable.
15192         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15193
15194 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15195
15196         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15197
15198         * nnmail.el (nnmail-split-fancy): do.
15199
15200         * mml.el (mml-parse): do.
15201
15202         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15203         (gnus-score-adaptive): do.
15204
15205 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15206
15207         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15208         (gnus-mime-button-map): Don't set keymap parent.
15209         (gnus-button-ctan-directory-regexp): Use shy grouping.
15210         (gnus-prev-page-map): Don't set keymap parent.
15211         (gnus-prev-page-map): Remove duplicated one.
15212         (gnus-next-page-map): Don't set keymap parent.
15213         (gnus-mime-security-button-map): Ditto.
15214
15215         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15216         version number.
15217
15218         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15219
15220 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15221
15222         * canlock.el (canlock-sha1-function): Remove.
15223         (canlock-sha1-function-for-verify): Remove.
15224         (canlock-openssl-program): Remove.
15225         (canlock-openssl-args): Remove.
15226         (canlock-ignore-errors): Remove.
15227         (canlock-sha1-with-openssl): Remove.
15228         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15229         (canlock-verify): Don't use canlock-ignore-errors.
15230
15231         * sha1-el.el (sha1-string-external): Make it can return a string
15232         in binary form.
15233         (sha1-region-external): Ditto.
15234         (sha1-string-internal): Ditto.
15235         (sha1-region-internal): Ditto.
15236         (sha1-region): Ditto.
15237         (sha1-string): Ditto.
15238         (sha1): Ditto.
15239
15240 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15241
15242         * spam.el (spam-report-articles-gmane): New command.
15243
15244 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15245
15246         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15247
15248         * run-at-time.el (run-at-time-saved): Remove.
15249         (run-at-time): Doc fix.
15250
15251 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15252
15253         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15254         (gnus-summary-limit-map): Add it.
15255         (gnus-summary-make-menu-bar): do.
15256
15257 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15258
15259         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15260         Make attempt at some caching support (done for BBDB only now).
15261         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15262         addresses to be checked.
15263         (spam-clear-cache-BBDB): Add function, to be invoked by
15264         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15265         (spam-check-BBDB): Check and use the caches, if
15266         spam-cache-lookups is on, remove superfluous (provide).
15267
15268 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15269
15270         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15271
15272 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15273
15274         * run-at-time.el (run-at-time-saved): Move to after the definition
15275         of `run-at-time'.
15276
15277         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15278
15279 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15280
15281         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15282         mm-w3m-local-map-property.
15283
15284         * mm-view.el (mm-w3m-mode-map): Remove.
15285         (mm-w3m-local-map-property): Remove.
15286         (mm-inline-text-html-render-with-w3m): Don't use
15287         mm-w3m-local-map-property.
15288
15289 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15290
15291         * run-at-time.el: New file.
15292
15293         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15294         under Emacs.
15295
15296         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15297         of gnus-set-text-properties.
15298
15299         * gnus-uu.el (gnus-uu-save-article): Ditto.
15300
15301         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15302
15303         * gnus-cite.el (gnus-cite-parse): Ditto.
15304
15305         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15306         of gnus-.
15307
15308         * gnus-xmas.el (run-at-time): Require run-at-time.
15309
15310         * gnus.el: Changed calls to nnheader-run-at-time and
15311         password-run-at-time throughout to use run-at-time directly.
15312
15313         * password.el: Removed definition of run-at-time.
15314
15315         * nnheaderxm.el: Remove definition of run-at-time.
15316
15317 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15318
15319         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15320         in prompt.
15321
15322 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15323
15324         * messagexmas.el (message-xmas-redefine): Alias
15325         `message-make-caesar-translation-table' to
15326         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15327         version.
15328
15329         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15330         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15331         `gnus-xmas-set-text-properties'.
15332         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15333         `gnus-xmas-completing-read'.
15334         (gnus-xmas-completing-read): Removed.
15335         (gnus-xmas-open-network-stream): Removed.
15336
15337         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15338         XEmacs version.
15339
15340         * dns.el (dns-make-network-process): Use `open-network-stream'
15341         instead of `gnus-xmas-open-network-stream'.
15342
15343         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15344
15345         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15346
15347 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15348
15349         * gnus-art.el (gnus-mime-display-alternative)
15350         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15351         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15352         Don't use gnus-local-map-property.
15353
15354         * gnus-util.el (gnus-local-map-property): Remove.
15355
15356         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15357         gnus-completing-read-maybe-default with completing-read.
15358
15359         * gnus-util.el (gnus-completing-read): do.
15360         (gnus-completing-read-maybe-default): Remove.
15361
15362 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15363
15364         * password.el: Only autoload `run-at-time' if not XEmacs.
15365         Only autoload the itimer functions if XEmacs.
15366
15367 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15368
15369         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15370         XEmacsen.
15371
15372         * dgnushack.el: Autoload executable-find for XEmacs.
15373
15374 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15375
15376         * gnus-art.el (gnus-read-string): Remove.
15377         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15378         read-string.
15379
15380 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15381
15382         * netrc.el: Autoload password-read.
15383         (netrc): Add configuration group.
15384         (netrc-encoding-method, netrc-openssl-path): Add
15385         variables for encoding and decoding of files with symmetric
15386         ciphers.
15387         (netrc-encode): Add assistant function to encode a file with
15388         netrc-encoding-method.
15389         (netrc-parse): Add interactive parameter, added optional
15390         decoding if netrc-encoding-method is non-nil but otherwise
15391         behavior is standard.
15392         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15393         Do s/encode/encrypt/ everywhere.
15394
15395         * spam.el: Remove executable-find autoload.
15396
15397 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15398
15399         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15400
15401         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15402
15403 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15404
15405         * gnus-art.el (gnus-treat-ansi-sequences)
15406         (article-treat-ansi-sequences): New variable and function.
15407         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15408
15409         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15410         Use it.
15411
15412 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15413
15414         * mm-util.el (mm-quote-arg): Remove.
15415
15416         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15417         shell-quote-argument.
15418
15419         * gnus-uu.el (gnus-uu-command): do.
15420
15421         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15422
15423         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15424         with make-char.
15425
15426         * mm-util.el (mm-make-char): Remove.
15427
15428         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15429         add-minor-mode.
15430
15431         * gnus-undo.el (gnus-undo-mode): do.
15432
15433         * gnus-topic.el (gnus-topic-mode): do.
15434
15435         * gnus-sum.el (gnus-dead-summary-mode): do.
15436
15437         * gnus-start.el (gnus-slave-mode): do.
15438
15439         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15440
15441         * gnus-ml.el (gnus-mailing-list-mode): do.
15442
15443         * gnus-gl.el (gnus-grouplens-mode): do.
15444
15445         * gnus-draft.el (gnus-draft-mode): do.
15446
15447         * gnus-dired.el (gnus-dired-mode): do.
15448
15449         * gnus-ems.el (gnus-add-minor-mode): Remove.
15450
15451         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15452         Replace gnus-char-width with char-width.
15453
15454         * gnus-ems.el (gnus-char-width): Remove.
15455
15456         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15457         Replace gnus-char-width with char-width.
15458
15459         * gnus-ems.el (gnus-char-width): Remove.
15460
15461         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15462         definition.
15463         Remove Emacs 20 hash table compatibility code.
15464
15465         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15466         20 compatibility code.
15467
15468         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15469
15470         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15471
15472         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15473         with point-at-{eol,bol}.
15474
15475         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15476
15477         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15478
15479         * flow-fill.el (fill-flowed-point-at-bol)
15480         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15481
15482         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15483         Replace with point-at-{eol,bol} throughout all files.
15484
15485 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15486
15487         * ntlm.el (ntlm-string-as-unibyte): New macro.
15488         (ntlm-build-auth-response): Use it.
15489
15490         Remove Emacs 20 stuff:
15491         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15492         (butlast, mapc, remove): Remove the compiler macros.
15493         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15494         of delq and copy-sequence.
15495         * gnus-art.el (popup-menu): Remove the compiler macro.
15496         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15497         Emacs 20.
15498
15499 2004-01-05  Simon Josefsson  <jas@extundo.com>
15500
15501         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15502         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15503         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15504         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15505         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15506         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15507         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15508         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15509         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15510         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15511         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15512         string-xor into ntlm-string-xor.  Suggested by
15513         Jesper Harder <harder@myrealbox.com>.
15514
15515         * ntlm.el: Don't include poem.
15516
15517         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15518         Jesper Harder <harder@myrealbox.com>.
15519
15520         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15521
15522         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15523         probably breaks emacs with DL patch, but do we care? Is anyone
15524         still using the DL stuff?)
15525
15526         * sieve-manage.el: Use the password package.
15527         (sieve-manage-read-passwd): Remove.
15528         (sieve-manage-interactive-login): Use password.  Re-add
15529         condition-case around loop.
15530
15531         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15532         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15533         the password package.
15534
15535 2003-02-19  Simon Josefsson  <jas@extundo.com>
15536
15537         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15538         token.
15539
15540 2002-08-07  Simon Josefsson  <jas@extundo.com>
15541
15542         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15543         (sieve-manage-authenticators):
15544         (sieve-manage-authenticator-alist): Add some SASL mechs.
15545         (sieve-sasl-auth): New function.
15546         (sieve-manage-cram-md5-auth):
15547         (sieve-manage-plain-auth): Rewrite using SASL library.
15548         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15549         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15550         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15551         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15552
15553 2004-01-05  Simon Josefsson  <jas@extundo.com>
15554
15555         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15556         New files.
15557
15558 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15559
15560         * gnus-group.el (gnus-no-groups-message): Update.
15561
15562         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15563
15564 2003-11-09  Simon Josefsson  <jas@extundo.com>
15565
15566         * imap.el: Support for ID IMAP extension (RFC 2971).
15567         (imap-local-variables): Add imap-id.
15568         (imap-id): New variable.
15569         (imap-id): New function.
15570         (imap-parse-response): Parse untagged ID response.
15571         * nnimap.el (nnimap-id): New variable.
15572         (nnimap-open-connection): Use it.
15573
15574 2003-12-28  Simon Josefsson  <jas@extundo.com>
15575
15576         * gnus-score.el (gnus-score-edit-all-score): New.
15577         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15578
15579 2004-01-04  Simon Josefsson  <jas@extundo.com>
15580
15581         * password.el: Add.
15582
15583 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15584
15585         * dns.el (dns-query-types): Fix typo.
15586         (dns-query-types): New function.
15587         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15588         PTR and SOA replies, see RFC 1035.
15589
15590 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15591
15592         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15593
15594         * Moved to Changelog.2.
15595
15596 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15597
15598         * gnus.el (gnus-version-number): Bump version.
15599
15600 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15601
15602         * gnus.el: No Gnus v0.1 is released.
15603
15604 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15605
15606         * gnus.el: No Gnus v0.0 is released.
15607
15608 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15609
15610         * gnus.el (gnus-version-number): Bump.
15611         (gnus-version): No.
15612
15613 See ChangeLog.2 for earlier changes.
15614
15615     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15616       Free Software Foundation, Inc.
15617
15618   This file is part of GNU Emacs.
15619
15620   GNU Emacs is free software: you can redistribute it and/or modify
15621   it under the terms of the GNU General Public License as published by
15622   the Free Software Foundation, either version 3 of the License, or
15623   (at your option) any later version.
15624
15625   GNU Emacs is distributed in the hope that it will be useful,
15626   but WITHOUT ANY WARRANTY; without even the implied warranty of
15627   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15628   GNU General Public License for more details.
15629
15630   You should have received a copy of the GNU General Public License
15631   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15632
15633 ;; Local Variables:
15634 ;; coding: utf-8
15635 ;; fill-column: 79
15636 ;; add-log-time-zone-rule: t
15637 ;; End:
15638
15639 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4