Misc fixes by Stefan Monnier <monnier@iro.umontreal.ca>.
[gnus] / lisp / ChangeLog
1 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2
3         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4         instead of lsub directly.
5
6 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * nnwarchive.el: Removed.
9
10         * gnus-soup.el: Removed.
11
12         * nnsoup.el: Removed.
13
14         * nnultimate.el: Removed.
15
16         * gnus-html.el (gnus-blocked-images): New variable.
17
18         * message.el (message-prune-recipients): New function.
19         (message-prune-recipient-rules): New variable.
20
21         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
22         guess whether a long line is natural text or not.
23
24         * gnus-html.el (gnus-html-schedule-image-fetching): Use
25         gnus-process-plist and friends for compatibility.
26
27 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
28
29         * gnus-html.el: Require packages that define macros used in this file.
30         (gnus-article-mouse-face): Declare to silence byte-compiler.
31         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
32         process-get.
33         (gnus-html-put-image): Use plist-get to avoid getf.
34         (gnus-html-prefetch-images): Use with-current-buffer.
35
36 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
37
38         * gnus-ems.el: Provide compatibility functions for
39         gnus-set-process-plist.
40
41         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
42         header-line-format for XEmacs 21.4.
43
44         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
45         * gnus.el (gnus-valid-select-methods)
46         * message.el (message-send-mail-partially-limit)
47         * mm-decode.el (mm-text-html-renderer)
48         * mml.el (mml-insert-mime-headers-always)
49         * smiley.el (smiley-regexp-alist): Bump custom version.
50
51 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
52
53         * gnus-html.el: require mm-url.
54         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
55         with the url to `url'.
56         (gnus-html-wash-tags): Support cid: URLs/images.
57
58 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
59
60         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
61         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
62         bindings, as they aren't useful at all. `w' is moved to `W w'.
63
64         * gnus-move.el: Removed file, since it doesn't really work.
65
66         * gnus-html.el (gnus-article-html): Tell w3m that the input is
67         UTF-8. This seems to fix problems with some German web feeds.
68
69         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
70         at the top so that the proper colours are applied.
71
72         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
73         don't have dots in their names.
74
75         * gnus-art.el (gnus-article-view-part): Doc fix.
76
77         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
78         XEmacs-compatible.
79         (gnus-html-put-image): Don't do images on non-graphic displays.
80
81         * nnslashdot.el: Removed this unused backend.
82
83         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
84         actions.
85         (gnus-undo-register-1): Revert last change.
86
87         * gnus-group.el (gnus-group-completing-read): Protect against not
88         having completion-styles bound.
89
90         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
91         make broken recipients happier.
92
93         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
94
95         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
96         point parameter.
97
98         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
99
100         * gnus-group.el (gnus-group-completing-read): Add 'substring to
101         completion-styles for group selection.
102
103 2009-02-04  Andreas Schwab  <schwab@suse.de>
104
105         * gnus-score.el (gnus-score-string): Fix regex for matching extra
106         headers and regexp-quote the match if necessary.
107
108 2009-03-24  Miles Bader  <miles@gnu.org>
109
110         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
111         the blinking smiley.
112
113 2009-03-24  Simon Josefsson  <simon@josefsson.org>
114
115         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
116         blink smiley.
117
118 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
119
120         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
121         where the dribbel file lives exists.
122
123         * message.el (message-send-mail-partially-limit): Change the default to
124         nil, since most people don't want this.
125
126         * mm-url.el (mm-url-decode-entities): Also decode entities like
127         &#x3212.
128
129 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
130
131         * gnus-sum.el (gnus-summary-idna-message):
132         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
133         Hyperlink urls in docstrings with URL `...'.
134
135 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
136
137         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
138         functions.
139
140 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
141
142         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
143         say what the mouseover text should be.
144
145         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
146         version of the mm-w3m-safe-url-regexp variable to only download images
147         in the groups where we want that to happen.
148
149         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
150
151         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
152         easier debugging.
153         (gnus-article-beginning-of-window): Add kludge to allow spacing past
154         big pictures in the article buffer.
155
156         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
157         gnus-article-html.
158         (mm-text-html-renderer): gnus-article-html needs curl in addition to
159         w3m.
160
161         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
162
163 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
164
165         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
166         which doesn't exist.
167
168         * message.el (message-inhibit-ecomplete): New variable to allow some
169         function to inhibit ecomplete address storage.
170         (message-resend): Disable ecomplete message storage when resending
171         messages.
172
173         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
174
175 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
176
177         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
178         Save excursion while copying, moving, and deleting articles in order to
179         prevent the cursor from jumping to unforeseen place.
180
181 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
182
183         * lpath.el: No need to bind bookmark-current-buffer,
184         bookmark-yank-point and bookmark-make-record-function.
185
186 2010-08-17  Glenn Morris  <rgm@gnu.org>
187
188         * gnus-sync.el: Require gnus components whose functions are used.
189
190         * gnus-art.el (bookmark-make-record-function):
191         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
192         Declare for compiler.
193
194         * mm-url.el (mml-compute-boundary): Autoload.
195
196 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
197
198         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
199
200 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
201
202         Typo fix "hoo4a" -> "hook".
203
204         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
205
206 2010-08-14  Glenn Morris  <rgm@gnu.org>
207
208         * gnus-sync.el (gnus-sync): Fix defgroup version.
209
210 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
211
212         Doc fixes and keep unknown groups (ammended for nunion bug fix).
213
214         * gnus-sync.el: Fix docs.
215         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
216         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
217
218 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
219
220         Optimizations for gnus-sync.el.
221
222         * gnus-sync.el: Add docs about gnus-sync-backend
223         possibilities.
224         (gnus-sync-save): Remove unnecessary message.
225         (gnus-sync-read): Optimize and show what groups were skipped.
226
227 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
228
229         Minor bug fixes for gnus-sync.el.
230
231         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
232         read the sync on get-new-news.
233
234         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
235         quiet.
236
237         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
238
239 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
240
241         Make saving and restoring of hidden threads work with overlays.
242         Patch applied by Ted Zlatanov.
243
244         * gnus-sum.el (gnus-hidden-threads-configuration)
245         (gnus-restore-hidden-threads-configuration): Update to deal with text
246         properties, rather than searching for a magic character.
247
248 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
249
250         New gnus-sync.el library for synchronization of marks.
251
252         * gnus-sync.el: New library for synchronization of marks.
253
254         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
255         renamed from `gnus-registry-grep-in-list'.
256
257         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
258
259         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
260
261 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
262
263         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
264         determining charset of text fails.
265
266 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
267
268         * nnmail.el (nnmail-get-new-mail-1): Revert.
269
270         * nnml.el (nnml-active-number): Make sure names of newly created groups
271         in nnml-group-alist are encoded.
272
273 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
274
275         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
276         containing non-ASCII characters in active file for nnml back end.
277
278 2010-07-24  David Engster  <dengste@eml.cc>
279
280         * mml-smime.el (mml-smime-epg-verify): Also accept the older
281         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
282
283 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
284
285         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
286         tag (Bug#6654).
287
288 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
289
290         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
291         the article buffer, not the summary buffer.
292
293 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
294
295         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
296         Emacs 23 as well.
297
298 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
299
300         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
301         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
302
303 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
304
305         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
306         Patch applied by Karl Fogel.
307
308         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
309         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
310
311 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
312
313         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
314         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
315         C-w still not working correctly from Article buffers; Thierry's
316         patch to fix that will be applied after this.
317
318         * gnus-art.el (bookmark-make-record-function): New local variable.
319
320         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
321         article buffer.
322         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
323
324 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
325
326         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
327         on changes in bookmark.el.
328
329 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
330
331         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
332         `no-log' instead of message not to log prompt string.
333
334 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
335
336         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
337         the *other* type of HTML form submission.
338
339 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
340
341         * auth-source.el (auth-source-pick): If choice does not contain a
342         questioned keyword, set the check to t.
343
344 2010-06-12  Romain Francoise  <romain@orebokech.com>
345
346         * gnus-util.el (gnus-date-get-time): Move up before first use.
347
348 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
349
350         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
351         (gnus-article-edit-part): Bind it to make last part that is substituted
352         or deleted visible.
353         (gnus-mime-display-single): Buttonize part of which id equals to
354         gnus-mime-buttonized-part-id.
355
356 2010-06-10  Dan Christensen  <jdc@uwo.ca>
357
358         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
359         (gnus-dd-mmm): Use gnus-date-get-time.
360         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
361         simplify logic.
362         (gnus-summary-limit-to-age): Use gnus-date-get-time.
363         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
364
365 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
366
367         * auth-source.el (top): Autoload `secrets-list-collections',
368         `secrets-create-item', `secrets-delete-item'.
369         (auth-sources): Fix tag string.
370         (auth-get-source, auth-source-retrieve, auth-source-create)
371         (auth-source-delete): New defuns.
372         (auth-source-pick): Rewrite in order to avoid 2 passes.
373         (auth-source-forget-user-or-password): New parameter USERNAME.
374         (auth-source-user-or-password): New parameters CREATE-MISSING and
375         DELETE-EXISTING.  Retrieve password interactively, if needed.
376
377 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
378
379         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
380         deleting unused directories when gnus-expert-user is t.
381
382 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
383
384         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
385         for each temp file when gnus-article-browse-delete-temp is ask.
386
387 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
388
389         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
390         Lisp calls to delete-backward-char by calls to delete-char.
391
392 2010-05-20  Kevin Ryde  <user42@zip.com.au>
393
394         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
395
396 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
397
398         * password-cache.el (password-cache-remove): Fix docstring.
399
400 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
401
402         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
403         article unless decoding article to be saved.
404
405 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
406
407         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
408         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
409         generated within the mm-with-unibyte-current-buffer macro.
410
411 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
412
413         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
414         to nil when we're in a mml-preview buffer and no group is selected.
415
416 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
417
418         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
419         when catching the `C-g'.  Reported by "Leo".
420
421 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
422
423         * message.el (message-forward-make-body-plain)
424         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
425         multibyte-string-p.
426
427         * lpath.el: Revert.
428
429 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
430
431         * message.el (message-forward-make-body-mml): Assume original message
432         is multibyte string; error on unibyte.
433         (message-forward-make-body-plain): Ditto; don't add excessive newline
434         in body end.
435
436         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
437
438 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
439
440         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
441         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
442
443 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
444
445         * mm-extern.el (mm-extern-url): Don't use
446         mm-with-unibyte-current-buffer.
447         (mm-extern-cache-contents): Use with-current-buffer instead of
448         save-excursion + set-buffer.
449
450 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
451
452         * mm-util.el (mm-emacs-mule): Remove.
453
454 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
455
456         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
457         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
458         change.
459
460 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
461
462         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
463         bind the default value of enable-multibyte-characters to nil.
464
465 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
466
467         * message.el (message-forward-make-body-plain)
468         (message-forward-make-body-mml):
469         Don't use mm-with-unibyte-current-buffer.
470
471 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
472
473         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
474
475 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
476
477         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
478         (Bug#5592).
479
480 2010-05-07  Julien Danjou  <julien@danjou.info>
481
482         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
483         it to mm-pipe-part.
484
485         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
486         it is given.
487
488 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
489
490         * binhex.el (binhex-decode-region-internal)
491         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
492         (dns-query)
493         * nnweb.el (nnweb-gmane-search)
494         * pgg-parse.el (pgg-parse-armor)
495         * pgg.el (pgg-verify-region)
496         * sha1.el (sha1-string-external)
497         * uudecode.el (uudecode-decode-region-internal)
498         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
499         XEmacs.
500
501         * gnus-art.el (gnus-article-browse-html-parts)
502         * gnus-group.el (gnus-read-ephemeral-gmane-group)
503         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
504         make-temp-file.
505
506         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
507         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
508         compiling.
509
510         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
511         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
512         XEmacs when compiling.
513
514         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
515         gnus-pick-mode-off-hook for XEmacs when compiling.
516         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
517         gnus-binary-mode-off-hook for XEmacs when compiling.
518
519         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
520         nil if char-charset is not available.
521
522         * imap.el (imap-disable-multibyte)
523         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
524         macros.
525
526         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
527         instead of encode-coding-string.
528
529         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
530         'xemacs) instead of mm-emacs-mule to switch function definitions.
531         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
532
533         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
534         bind temporary-file-directory for XEmacs;
535         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
536         timer-set-function for XEmacs 21.4 and SXEmacs;
537         bind timer-list for XEmacs 21.4 and SXEmacs;
538         fbind char-charset and find-charset-region for non-Mule XEmacs;
539         fbind decode-coding-region, decode-coding-string, detect-coding-region,
540         encode-coding-region and encode-coding-string for XEmacs having no
541         file-coding feature.
542
543 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
544
545         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
546
547 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
548
549         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
550         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
551
552 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
553
554         * mm-util.el (mm-decompress-buffer): Use `delete-file';
555         alias `jka-compr-delete-temp-file' no longer exists.
556
557 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
558
559         Use define-minor-mode in Gnus where applicable.
560         * mml.el (mml-mode): Use define-minor-mode.
561         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
562         (gnus-undo-mode): Use define-minor-mode.
563         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
564         (gnus-dead-summary-mode): Use define-minor-mode.
565         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
566         Initialize in declaration.
567         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
568         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
569         (gnus-mailing-list-mode): Use define-minor-mode.
570         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
571         (gnus-draft-mode): Use define-minor-mode.
572         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
573         (gnus-dired-mode): Use define-minor-mode.
574
575 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
576
577         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
578         handles on recursive mml-to-mime translation and check them for
579         boundary delimiter collisions.  Reported by Greg Troxel.
580
581 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
582
583         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
584
585 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
586
587         * mm-util.el (mm-find-buffer-file-coding-system):
588         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
589
590 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
591
592         * message.el (message-generate-headers): Record insertion of optional
593         headers as well.  Otherwise the check to prevent repeated insertion of
594         optional headers is a no-op.
595
596 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
597
598         * smime.el: Don't mention CVS.
599
600         * nnrss.el (nnrss-fetch): Don't mention CVS.
601
602         * nnir.el: Don't mention CVS.
603
604 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
605
606         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
607
608 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
609
610         * lpath.el: Fbind bookmark-default-handler,
611         bookmark-get-bookmark-record, bookmark-make-record-default,
612         bookmark-prop-get for Emacs <23 and XEmacs.
613
614 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
615
616         * gnus-sum.el: Add bookmark declarations to silence the compiler.
617         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
618         Use with-current-buffer to silence the byte-compiler.
619         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
620         bother to require `gnus'.
621         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
622
623 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
624
625         * gnus-sum.el (gnus-summary-bookmark-make-record)
626         (gnus-summary-bookmark-jump): New functions.
627         (gnus-summary-mode): Setup bookmark support.
628
629 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
630
631         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
632         if set.
633
634 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
635
636         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
637         gnus-article-browse-html-save-cid-image; make it work recursively for
638         forwarded messages as well.
639         (gnus-article-browse-html-parts): Work when prefix arg is given.
640         (gnus-article-browse-html-article): Doc fix.
641
642 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
643
644         * message.el (message-default-mail-headers):
645         (message-default-headers): Carry the value mail-default-headers over
646         into message-default-mail-headers, rather than message-default-headers.
647
648 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
649
650         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
651         charset.
652
653         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
654         charset into the <meta> tag when the article is encoded to utf-8.
655
656 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
657
658         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
659         directories as well.
660         (gnus-article-browse-html-parts): Work for images that do not specify
661         file names; delete temp directory when quitting; insert header at the
662         right place; use file: scheme for image files.
663
664 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
665
666         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
667         (gnus-article-browse-html-parts): Use it to make temporary cid image
668         files in addition to html file so that browser may display them.
669
670 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
671
672         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
673
674 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
675
676         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
677
678 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
679
680         * auth-source.el (auth-sources): Change default to be simpler.  Explain
681         about Secret Service API sources.  Improve Customize options.
682         (auth-source-pick): Change to accept any number of search parameters.
683         Implement fallbacks iteratively, not recursively.  Add scoring on the
684         second pass and sort by score.  Call Secret Service API when needed.
685         (auth-source-user-or-password): Use it.  Call Secret Service API
686         directly when needed to get the user name and the password.
687
688 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
689
690         * message.el (message-interactive): Doc fix.
691         (message-qmail-inject-args): Reflow.
692         (message-kill-to-signature): Fix typo in docstring.
693
694         * smiley.el (smiley-buffer): Fix typo in docstring.
695
696 2010-03-24  Glenn Morris  <rgm@gnu.org>
697
698         * mail-source.el (gnus-message): Declare.
699         (mail-source-delete-old-incoming): Require gnus-util.
700
701 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
702
703         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
704
705         * message.el (ecomplete-setup): Autoload it for Emacs <23.
706
707         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
708         password-cache's default if it is not bound.
709         (mml-secure-passphrase-cache-expiry): Default to 16 that is
710         password-cache-expiry's default if it is not bound.
711
712         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
713         available in Emacs 21.
714
715         * lpath.el: Suppress compiler warnings for:
716         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
717         XEmacs;
718         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
719         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
720         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
721
722 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
723
724         * auth-source.el (auth-sources): Fix up definition so extra parameters
725         are always inline.
726
727 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
728
729         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
730         wasn't updated after mismatch.  Clear cached mailbox info correctly
731         when uidvalidity changes.
732         (nnimap-group-prefixed-name): New function to avoid some code
733         duplication.
734         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
735         (nnimap-request-group): Use it.
736         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
737         (nnimap-update-unseen): Significantly improved speed of Gnus startup
738         with many imap folders.  This is done by caching the group status from
739         the imap server persistently in a group parameter `imap-status'.  (This
740         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
741         but not persistently, so every Gnus startup was still very slow.)
742
743 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
744
745         * assistant.el (assistant-render-text): Run `widget-setup' and don't
746         delete the extra newline.  Otherwise editing of :string and :number
747         types don't work.
748
749 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
750
751         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
752         secrets.el dependency.
753         (auth-sources): Add optional user name.  Add secrets.el configuration
754         choice (unused right now).
755
756 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
757
758         * gnus-sum.el (gnus-summary-make-menu-bar): Let
759         `gnus-registry-install-shortcuts' fill in the functions.
760
761         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
762         warnings.
763         (gnus-registry-misc-menus): Variable to hold registry mark menus.
764         (gnus-registry-install-shortcuts): Populate and use it in a
765         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
766
767 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
768
769         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
770         In-place substitutions for the group name encoding/decoding.
771         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
772         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
773         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
774         (nnimap-update-unseen, nnimap-request-list)
775         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
776         (nnimap-request-set-mark, nnimap-split-to-groups)
777         (nnimap-split-articles, nnimap-request-newgroups)
778         (nnimap-request-create-group, nnimap-request-accept-article)
779         (nnimap-request-delete-group, nnimap-request-rename-group)
780         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
781         `encoded-mbx' for consistency.
782         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
783         variable `imap-current-mailbox'.
784
785         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
786         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
787
788 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
789
790         * pop3.el (pop3-display-message-size-flag): Display message size byte
791         counts during POP3 download.
792         (pop3-movemail): Use it.
793         (pop3-list): Implement listing of available messages.
794
795 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
796
797         * nnir.el (nnir-get-article-nov-override-function): New function to
798         override the normal NOV retrieval.
799         (nnir-retrieve-headers): Use it.
800
801 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
802
803         * auth-source.el (netrc-machine-user-or-password): Autoload.
804
805 2010-03-19  Glenn Morris  <rgm@gnu.org>
806
807         Stop message.el from loading about 40 libraries it doesn't always need.
808         The general approach is to autoload rather than require, and to
809         require in the specific functions rather than the file.  (Bug#5642)
810
811         * gmm-utils.el: Don't require wid-edit.
812         (widget-create-child-value, widget-convert, widget-default-get):
813         Autoload.
814
815         * gnus-util.el: Don't require time-date, netrc.
816         (message-fetch-field, gnus-group-name-decode): Declare rather than
817         autoloading.
818         (gnus-fetch-field): Require message.
819         (gnus-decode-newsgroups): Require gnus-group.
820
821         * ietf-drums.el: Don't require time-date.
822
823         * message.el: Don't require hashcash, canlock, ecomplete.
824         Do require mail-utils.  Require nnheader only when compiling.
825         (smtpmail-default-smtp-server): Remove declaration.
826         (message-send-mail-function): Check smtpmail-default-smtp-server
827         is bound rather than requiring smtpmail.
828         (message-auto-save-directory, message-insert-signature): Use
829         expand-file-name rather than nnheader-concat.
830         (nnheader-insert-file-contents): Autoload.
831         (hashcash-wait-async): Declare.
832         (message-send-mail): Only call gnus-setup-posting-charset if
833         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
834         (message-send-mail-with-sendmail): Require sendmail.
835         (canlock-password, canlock-password-for-verify): Declare.
836         (message-canlock-password): Require canlock.
837         (nnheader-get-report): Autoload.
838         (gnus-setup-posting-charset): Declare.
839         (message-send-news): Require gnus-msg.
840         (message-make-references, message-make-in-reply-to): Use mail-header-id
841         rather than the alias mail-header-message-id.
842         (ecomplete-add-item, ecomplete-save): Declare.
843         (message-put-addresses-in-ecomplete): Require ecomplete.
844         (ecomplete-display-matches): Autoload.
845
846         * mm-decode.el: Don't require mailcap, gnus-util.
847         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
848         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
849         Autoload.
850         (mailcap-mime-extensions): Declare.
851
852         * mm-encode.el: Don't require mailcap.
853         (mailcap-extension-to-mime): Autoload.
854
855         * mml-sec.el: Don't require password-cache.
856
857         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
858         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
859         (mml-minibuffer-read-type): Require mailcap.
860         (mml-preview): Require gnus-msg.
861
862         * mml1991.el: Require password-cache.
863         (password-cache-expiry): Remove declaration.
864
865         * mml2015.el: Require password-cache.
866         (password-cache-expiry): Remove declaration.
867
868         * nneething.el (mailcap): Require mailcap.
869
870         * nnheader.el (declare-function): Add compatibility stub.
871         (message-remove-header): Declare rather than autoload.
872         (nnheader-replace-header): Require message.
873
874         * nnimap.el (declare-function): Add compatibility stub.
875         (netrc-parse, netrc-machine-user-or-password): Declare.
876         (nnimap-open-connection): Require netrc.
877
878         * nntp.el (declare-function): Add compatibility stub.
879         (netrc-parse, netrc-machine, netrc-get): Declare.
880         (nntp-send-authinfo): Require netrc.
881
882         * rfc2047.el: Don't require qp.
883         (quoted-printable-encode-region, quoted-printable-decode-string):
884         Autoload.
885
886         * sieve-mode.el: Don't require easymenu.
887         (easy-menu-add-item): Autoload it.
888
889         * spam-stat.el (time-to-number-of-days): Autoload it.
890
891 2010-03-19  Glenn Morris  <rgm@gnu.org>
892
893         * password-cache.el (password-cache, password-cache-expiry): Autoload.
894
895 2010-03-18  Glenn Morris  <rgm@gnu.org>
896
897         * hashcash.el (declare-function): Remove duplicate definition.
898
899 2010-03-17  Kevin Ryde  <user42@zip.com.au>
900
901         * mml.el (mml-read-tag): Unquote values with `read' to reverse
902         prin1 in mml-insert-tag (just stripping the quotes gave wrong
903         value if any backslash escapes).
904
905 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
906
907         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
908         if it is available.  (bug#5647)
909
910         * lpath.el: Suppress compiler warning for coding-system-from-name for
911         Emacs 21 and XEmacs.
912
913 2010-03-14  Juri Linkov  <juri@jurta.org>
914
915         * hmac-def.el:
916         * hmac-md5.el:
917         * netrc.el: Fix keywords.
918
919 2010-02-26  Glenn Morris  <rgm@gnu.org>
920
921         * message.el (message-send-mail-function): Change the default, so that
922         it inherits from a customized send-mail-function.  (Bug#5643)
923
924 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
925
926         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
927         shell-command-to-string signals an error (bug#5299).
928
929 2010-02-24  Glenn Morris  <rgm@gnu.org>
930
931         * message.el (message-smtpmail-send-it)
932         (message-send-mail-with-mailclient): Doc fixes.
933
934 2010-02-16  Glenn Morris  <rgm@gnu.org>
935
936         * message.el (message-default-mail-headers): Change the default value
937         to ease the transition from mail-mode to message-mode.  (Bug#5555)
938
939 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
940
941         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
942         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
943
944 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
945
946         * time-date.el (date-to-time): Doc fix (Bug#5408).
947
948 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
949
950         * message.el (message-mail): Just pass yank-action on to message-setup.
951         (message-setup): Handle (FUN . ARGS) form of yank-action.
952         (message-with-reply-buffer, message-widen-reply)
953         (message-yank-original): Handle non-buffer values of
954         message-reply-buffer (Bug#4080).
955         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
956
957 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
958
959         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
960         Fix typo in docstring.
961
962 2010-01-08  Jason Rumney  <jasonr@gnu.org>
963
964         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
965         response.
966
967 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
968
969         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
970
971         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
972
973         * message.el (message-check-news-header-syntax): Protect against a
974         string that `rfc822-addresses' returns when parsing fails.
975
976 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
977
978         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
979         (gnus-previous-char-property-change): New functions.
980
981         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
982
983 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
984
985         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
986         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
987
988 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
989
990         * message.el (message-exchange-point-and-mark): Rework last change to
991         avoid using optional arg of exchange-point-and-mark, for backward
992         compatibility.
993
994 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
995
996         * message.el (message-exchange-point-and-mark): Call
997         exchange-point-and-mark with an argument rather than setting
998         mark-active by hand (Bug#5175).
999
1000 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1001
1002         * nntp.el (nntp-service-to-port): Work for service expressed with
1003         numeric string; replace [:digit:] with [0-9] for XEmacs.
1004
1005 2009-12-17  Glenn Morris  <rgm@gnu.org>
1006
1007         * gnus-group.el (gnus-bug-group-download-format-alist):
1008         Change emacs entry to debbugs.gnu.org.  Bump :version.
1009
1010 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1011
1012         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1013
1014 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1015
1016         * message.el (message-info): Explain why we use `Info-goto-node'.
1017
1018 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1019
1020         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1021
1022 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1023
1024         * message.el (message-completion-in-region): New compatibility function.
1025         (message-expand-group): Use it.
1026
1027 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1028
1029         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1030         with no unread article should be listed if the 2nd arg `predicate' is
1031         given.
1032
1033 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1034
1035         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1036
1037 2009-11-29  Juri Linkov  <juri@jurta.org>
1038
1039         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1040         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1041         on `gnus-recenter'. (Bug#4698, Bug#4981)
1042
1043 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1044
1045         * sha1.el (sha1-string-external): default-directory "/" in case
1046         otherwise non-existent.  process-connection-type pipe for touch of
1047         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1048
1049 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1050
1051         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1052         it's comms related and sgml-mode.el has "comm" on that basis too.
1053
1054 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1055
1056         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1057         containing tspecial characters if they have been already quoted.
1058
1059 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1060
1061         * dns-mode.el (auto-mode-alist): Purecopy string.
1062
1063 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1064
1065         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1066
1067 2009-10-24  Glenn Morris  <rgm@gnu.org>
1068
1069         * gnus-art.el (help-xref-stack-item): Define for compiler.
1070
1071 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1072
1073         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1074
1075 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1076
1077         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1078
1079 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1080
1081         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1082         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1083
1084 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1085
1086         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1087         (gnus-overlays-in): New alias to overlays-in.
1088
1089         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1090         gnus-overlay-get, and gnus-delete-overlay.
1091         (gnus-summary-show-thread): Make it work as well for systems in which
1092         next-single-char-property-change is not available.
1093         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1094
1095         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1096         (gnus-overlay-get): New alias to extent-property.
1097         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1098
1099         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1100         SXEmacs.
1101
1102         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1103         SXEmacs.
1104
1105 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1106
1107         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1108
1109 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1110
1111         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1112         and XEmacs that don't have `remove-overlays'.
1113
1114 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1115
1116         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1117         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1118         selective display.  Use overlays instead.
1119
1120 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1121
1122         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1123
1124 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1125
1126         * spam-stat.el (spam-stat-load): Fix typo in message.
1127
1128 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1129
1130         * dig.el (dig-invoke): Fix typo in docstring.
1131         (query-dig): Reflow docstring.
1132
1133 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1134
1135         * gnus-art.el (gnus-article-encrypt-body):
1136         * message.el (message-check-recipients):
1137         * mm-util.el (mm-codepage-setup):
1138         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1139         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1140
1141 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1142
1143         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1144         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1145         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1146         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1147         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1148
1149 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1150
1151         * dig.el: Add "Keywords: comm", as per net-utils.el.
1152
1153 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1154
1155         * dig.el (dig-mode): Use define-derived-mode.
1156
1157 2009-09-19  Glenn Morris  <rgm@gnu.org>
1158
1159         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1160
1161 2009-09-18  Glenn Morris  <rgm@gnu.org>
1162
1163         * gnus-diary.el (gnus-diary-check-message):
1164         * message.el (message-insert-formatted-citation-line):
1165         * nnbabyl.el (top-level):
1166         * nndiary.el (nndiary-schedule):
1167         Fix typos in condition-case handlers.
1168
1169 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1170
1171         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1172         configuration that provides the sole article window in a frame;
1173         position point correctly after deleting a part.
1174
1175 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1176
1177         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1178         (spam-resolve-registrations-routine): Use it to unregister articles
1179         that change status.
1180
1181 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1182
1183         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1184         with XEmacs.
1185         (parse-time-string-chars): Use it.
1186
1187 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1188
1189         * imap.el (imap-interactive-login): Better messages.
1190         (imap-open): Fix bug with renamed buffer on reconnect.
1191         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1192         for easier debugging and cleaner code.  On successful (guessed based on
1193         server capabilities) secondary authentication, set imap-state
1194         correctly.
1195         (imap-last-authenticator): Define imap-last-authenticator as a variable
1196         to avoid warnings.
1197
1198 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1199
1200         * nnrss.el (nnrss-request-article): Remove binding of
1201         default-enable-multibyte-characters that has gotten needless by
1202         the 2007-07-13 change in rfc2047-encode-message-header.
1203
1204         * mml.el (mml-insert-multipart): Error on the message header.
1205         (mml-insert-part): Error on the message header; position point at
1206         the end of a MIME tag.
1207
1208 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * time-date.el (autoload): Expand define-obsolete-function-alias into
1211         defalias and make-obsolete for old Emacsen that Gnus supports.
1212         (with-no-warnings): Define it for old Emacsen.
1213         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1214         is available.
1215         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1216         float-time is available; suppress compile warning for time-to-seconds.
1217
1218         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1219         (gnus-float-time): Alias to float-time if it exists.
1220
1221         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1222         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1223         float-time is available; suppress compile warning for time-to-seconds.
1224
1225         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1226         XEmacs.
1227
1228 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1229
1230         * imap.el (imap-message-map): Docstring fix.
1231
1232 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1233
1234         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1235         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1236         Add the optional argument `encoding' that overrides the default.
1237
1238         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1239         mm-encode-buffer.
1240
1241 2009-09-04  Glenn Morris  <rgm@gnu.org>
1242
1243         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1244         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1245         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1246         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1247         * mm-util.el (mm-with-unibyte-current-buffer)
1248         (mm-find-buffer-file-coding-system):
1249         * yenc.el (yenc-decode-region): Use default-value rather than
1250         default-enable-multibyte-characters.
1251
1252 2009-09-03  Glenn Morris  <rgm@gnu.org>
1253
1254         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1255         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1256         than default-enable-multibyte-characters.
1257
1258 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1259
1260         * gnus-art.el (gnus-article-read-summary-keys):
1261         Fix gnus-buffer-configuration's value temporarily used.
1262
1263 2009-09-02  Glenn Morris  <rgm@gnu.org>
1264
1265         * gnus-util.el (gnus-float-time): New function.
1266         * gnus-delay.el (gnus-delay-article):
1267         * gnus-sum.el (gnus-thread-latest-date):
1268         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1269         * nnspool.el (nnspool-request-newgroups):
1270         Use gnus-float-time rather than time-to-seconds.
1271         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1272
1273         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1274         (gnus-header-subject-face, gnus-header-newsgroups-face)
1275         (gnus-header-name-face, gnus-header-content-face):
1276         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1277         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1278         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1279         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1280         (gnus-cite-face-11):
1281         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1282         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1283         (gnus-server-closed-face, gnus-server-denied-face)
1284         (gnus-server-offline-face):
1285         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1286         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1287         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1288         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1289         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1290         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1291         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1292         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1293         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1294         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1295         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1296         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1297         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1298         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1299         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1300         (gnus-summary-high-undownloaded-face)
1301         (gnus-summary-low-undownloaded-face)
1302         (gnus-summary-normal-undownloaded-face)
1303         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1304         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1305         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1306         (gnus-splash-face):
1307         * message.el (message-header-to-face, message-header-cc-face)
1308         (message-header-subject-face, message-header-newsgroups-face)
1309         (message-header-other-face, message-header-name-face)
1310         (message-header-xheader-face, message-separator-face)
1311         (message-cited-text-face, message-mml-face):
1312         * sieve-mode.el (sieve-control-commands-face)
1313         (sieve-action-commands-face, sieve-test-commands-face)
1314         (sieve-tagged-arguments-face):
1315         * spam.el (spam-face):
1316         Mark face aliases with "-face" in the name as obsolete.
1317
1318 2009-09-01  Glenn Morris  <rgm@gnu.org>
1319
1320         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1321         than goto-line.
1322
1323 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1324
1325         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1326         Don't move point if the command is invoked inside the message header.
1327
1328 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1329
1330         * imap.el (imap-send-command): Simplify.
1331         (imap-wait-for-tag): point-max -> buffer-size.
1332
1333 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1334
1335         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1336         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1337         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1338         * nnir.el (nnir-swish-e-index-file):
1339         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1340         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1341         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1342         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1343         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1344         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1345
1346 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1347
1348         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1349         Don't save excursion.
1350
1351 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1352
1353         * nnheader.el (nnheader-find-file-noselect):
1354         * mm-util.el (mm-insert-file-contents):
1355         Use (default-value 'major-mode) instead of default-major-mode.
1356
1357 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1358
1359         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1360
1361 2009-08-26  Glenn Morris  <rgm@gnu.org>
1362
1363         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1364         than placing in files.el.
1365
1366 2009-08-25  Glenn Morris  <rgm@gnu.org>
1367
1368         * nnir.el (top-level): Don't require cl at run-time.
1369         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1370         Replace cl-function substitute with gnus-replace-in-string.
1371         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1372         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1373         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1374         simplified expansions.
1375
1376 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1377
1378         * dig.el (dig): Add autoload cookie.
1379
1380 2009-08-22  Glenn Morris  <rgm@gnu.org>
1381
1382         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1383         goto-line.
1384
1385 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1386
1387         * parse-time.el (parse-time-string-chars): Save match data.
1388
1389 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1390
1391         * parse-time.el (parse-time-string-chars): Compute using character
1392         classes, to handle non-ascii characters (Bug#3190).
1393
1394 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1395
1396         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1397
1398         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1399         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1400         (gnus-mm-display-part, gnus-mime-display-single)
1401         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1402         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1403
1404         * gnus-sum.el
1405         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1406         (gnus-summary-move-article): Add expirable mark to articles copied or
1407         moved to group that has auto-expire turned on if the option is non-nil.
1408
1409 2009-07-24  Glenn Morris  <rgm@gnu.org>
1410
1411         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1412         Fix typo.  (Bug#3903)
1413
1414 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1415
1416         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1417         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1418         that should not be used for draft articles.
1419         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1420         that has no concern in minor mode keys.
1421         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1422         Abolish.
1423
1424 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1425
1426         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1427         article without making inquiry to a user for unknown encoding.
1428
1429         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1430         (nnmaildir--scan): Assume i-node and device number that file-attributes
1431         returns might be cons-cell.
1432
1433         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1434
1435         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1436
1437 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1438
1439         * auth-source.el: Remove docs now in auth.texi.  Don't use
1440         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1441         `auth-source-hide-passwords' and use them.
1442
1443 2009-07-15  Glenn Morris  <rgm@gnu.org>
1444
1445         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1446
1447 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1448
1449         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1450         excessive whitespace from the default values of title and description.
1451
1452 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1453
1454         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1455         mail-fetch-field to fetch Content-Description header in order to
1456         exclude newlines.
1457
1458 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1459
1460         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1461         format used by GnuPG 2.0.11.
1462
1463 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1464
1465         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1466         to deleted part.
1467
1468 2009-05-30  David Engster  <dengste@eml.cc>
1469
1470         * nnmairix.el: Remove old documentation in the commentary block.
1471         (nnmairix-request-group): Do not update active file for nnml back ends.
1472         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1473         end so that overview files are ignored.
1474         (nnmairix-update-groups): Make updating the groups more robust by using
1475         marks.
1476         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1477         with dollar characters in message-id.
1478
1479 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1480
1481         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1482         2008-12-25 in dns.el.
1483
1484 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1485
1486         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1487         could happen if the text is only composed of spaces and/or tabs.
1488
1489 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1490
1491         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1492         when sending a queued message to avoid extra mml tags.
1493
1494 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1495
1496         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1497
1498 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1499
1500         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1501         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1502         rmail-toggle-header for XEmacs;
1503         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1504
1505 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1506
1507         * gnus-dired.el: Remove autoload for gnus-setup-message.
1508         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1509         displaying Gnus logo; always use compose-mail.
1510
1511 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1512
1513         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1514
1515 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1516
1517         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1518         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1519         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1520         available.
1521         (gnus-nocem-epg-verify): New function.
1522
1523 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1524
1525         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1526
1527 2009-02-15  Glenn Morris  <rgm@gnu.org>
1528
1529         * gnus-util.el (rmail-insert-rmail-file-header)
1530         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1531         autoloads.
1532         (rmail-default-rmail-file): Remove unnecessary declaration.
1533         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1534
1535 2009-02-14  Glenn Morris  <rgm@gnu.org>
1536
1537         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1538         variable (only used in gnus-util, which declares it anyway).
1539         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1540         which was only needed by gnus-art (changed to not use it any more).
1541         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1542         only used in gnus-util, which autoloads it itself.
1543         (rmail-update-summary): Fix autoload.
1544
1545         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1546         rather than rmail-output-to-rmail-file.
1547
1548 2009-02-07  Glenn Morris  <rgm@gnu.org>
1549
1550         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1551         autoload of function that no longer exists.
1552         (rmail-toggle-header): Declare.
1553         (message-forward-rmail-make-body): Handle mbox Rmail.
1554
1555 2009-01-31  Glenn Morris  <rgm@gnu.org>
1556
1557         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1558         2009-01-09 change.
1559
1560 2009-01-31  Dave Love  <fx@gnu.org>
1561
1562         * imap.el (imap-fetch-safe): Bind debug-on-error.
1563         (imap-debug): Add imap-fetch-safe.
1564
1565 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1566
1567         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1568         (auth-source-forget-all-cached): New convenience function.
1569         (auth-source-user-or-password): Accept list of modes or a single mode.
1570
1571         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1572         auth-source modes.
1573
1574         * netrc.el (netrc-machine-user-or-password): Use list of
1575         auth-source modes.
1576
1577         * nnimap.el (nnimap-open-connection): Use list of
1578         auth-source modes.
1579
1580         * nntp.el (nntp-send-authinfo): Use list of
1581         auth-source modes.
1582
1583 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1584
1585         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1586         now.
1587
1588 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1589
1590         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1591         coding system in XEmacs; add a workaround for XEmacs.
1592
1593         * lpath.el: Fbind coding-system-aliasee.
1594
1595 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1596
1597         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1598         of current-language-environment.
1599
1600 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1601
1602         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1603         available at runtime.
1604
1605 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1606
1607         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1608
1609 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1610
1611         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1612         the greatest positive fixnum value doesn't work under an XEmacs with
1613         bignum support; use the most-positive-fixnum constant instead,
1614         available since Emacs 21.1 with cl and XEmacs 21.1.
1615
1616 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1617
1618         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1619         XEmacs gets not to work.
1620
1621 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1622
1623         * mm-util.el (mm-coding-system-priorities): Allow the value like
1624         "Japanese (UTF-8)" of current-language-environment.
1625
1626 2009-01-09  Glenn Morris  <rgm@gnu.org>
1627
1628         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1629         with last-command-event.
1630
1631 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1632
1633         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1634         in the doc string.
1635
1636         * message.el (message-fix-before-sending): Amend comment.
1637
1638 2009-01-08  Dave Love  <fx@gnu.org>
1639
1640         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1641
1642 2009-01-07  David Engster  <dengste@eml.cc>
1643
1644         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1645         simplified server definitions by converting it via
1646         gnus-server-to-method.
1647
1648 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1649
1650         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1651         parameter's operands.
1652
1653 2009-01-06  David Engster  <dengste@eml.cc>
1654
1655         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1656         primary select method (for gnus-group-mark-article-as-read).
1657
1658 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1659
1660         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1661         `(gnus)Face', not `(gnus)X-Face'.
1662
1663 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1664
1665         * mm-util.el (mm-ucs-to-char): New function.
1666
1667         * mm-url.el (mm-url-decode-entities): Use it.
1668
1669         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1670         unicode-to-char.
1671
1672 2009-01-05  Dave Love  <fx@gnu.org>
1673
1674         * time-date.el: Require cl for `declare'.
1675
1676 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1677
1678         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1679         Dave Love.
1680
1681 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1682
1683         * message.el (message-fix-before-sending): Add `eight-bit' to
1684         illegible-text check.
1685
1686 2009-01-03  Michael Olson  <mwolson@gnu.org>
1687
1688         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1689         `headers' is nil.  This can occur if the IMAP server does not have
1690         permissions to read messages from a folder, but can write new messages
1691         to the folder.
1692         (nnimap-request-article-part): Do not insert `data' if it is nil.
1693
1694         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1695         characters which will confuse `read', so skip past them.
1696
1697 2009-01-01  Dave Love  <fx@gnu.org>
1698
1699         * imap.el (imap-string-to-integer): Fix typo.
1700         (imap-fetch-safe): New function.
1701         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1702
1703         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1704
1705         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1706         (imap-parse-greeting): Fix doc strings.
1707         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1708         (imap-parse-flag-list): Make messages unique.
1709         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1710
1711         * nnimap.el: Fix author email.
1712         (nnimap-split-rule): Add FIXME comment.
1713         (nnimap-debug): Fix doc string.
1714
1715 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1716
1717         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1718
1719 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1720
1721         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1722         nslookup if resolv.conf isn't available.
1723         (dns-query): Rename from query-dns.
1724         (dns-query-cached): Rename from query-dns-cached.
1725
1726 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1727
1728         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1729         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1730         to check if those variables exist (first appeared in Emacs 18.50).
1731
1732 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1733
1734         * mm-util.el (mm-line-number-at-pos): New function.
1735
1736         * spam-report.el (spam-report-process-queue): Use it.
1737
1738 2008-12-24  David Engster  <dengste@eml.cc>
1739
1740         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1741         parameters that haven't existed as variables as buffer-local variables.
1742
1743 2008-12-23  Dave Love  <fx@gnu.org>
1744
1745         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1746         cadar.
1747
1748         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1749         imap-starttls-p.
1750         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1751
1752 2008-12-22  Dave Love  <fx@gnu.org>
1753
1754         * imap.el: Fix author email.  Doc fixes.
1755         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1756         reply.
1757
1758 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1759
1760         * spam-report.el (spam-report-gmane-max-requests): New constant.
1761         (spam-report-gmane-wait): New variable.
1762         (spam-report-gmane-ham, spam-report-gmane-spam)
1763         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1764         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1765         the server.
1766
1767         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1768         Add explanations.
1769
1770         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1771         nnheader-accept-process-output and nnheader-read-timeout if available.
1772         (pop3-movemail): Use it.
1773
1774         * message.el (message-check-news-body-syntax): Fix signature check if
1775         there's an attachment.
1776
1777 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1778
1779         * mm-util.el: Add comments to the mm- emulating functions.
1780
1781 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1782
1783         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1784         by Stephen Berman <stephen.berman@gmx.net>.
1785
1786 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1787
1788         * mm-util.el (mm-substring-no-properties): New function.
1789         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1790         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1791         (mm-string-to-multibyte): Doc fix.
1792
1793         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1794
1795 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1796
1797         * mml.el (mml-attach-file): Strip text properties from file name.
1798         (Bug#1574)
1799
1800 2008-12-16  Glenn Morris  <rgm@gnu.org>
1801
1802         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1803
1804 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1805
1806         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1807         knows since the charset specified might be a bogus alias that
1808         mm-charset-synonym-alist provides.
1809
1810 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1811
1812         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1813         "ISO_8859-1".
1814
1815         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1816
1817 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1818
1819         * mm-util.el (mm-charset-eval-alist):
1820         Define it before mm-charset-to-coding-system.
1821         (mm-charset-to-coding-system): Add optional argument `silent';
1822         define it before mm-charset-override-alist.
1823         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1824         default value if it can be used in Emacs currently running;
1825         silence mm-charset-to-coding-system.
1826
1827 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1828
1829         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1830         `allow-override' which says whether to use `mm-charset-override-alist'.
1831         (rfc2047-decode-encoded-words): Use it.
1832
1833         * mm-util.el (mm-charset-override-alist): Fix custom type;
1834         add `(gb2312 . gbk)' to choices.
1835
1836 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1837
1838         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1839         fast.
1840
1841         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1842
1843         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1844
1845 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1846
1847         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1848         on links.
1849
1850         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1851
1852 2008-12-03  Lute Kamstra  <lute@gnu.org>
1853
1854         * sha1.el: Remove leading * from docstrings of defcustoms,
1855         deffaces, defconsts and defuns.
1856
1857 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1858
1859         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1860         users' addresses that don't have domain parts.
1861         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1862         rather than message-narrow-to-head since there will be the message
1863         header separator.
1864
1865 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1866
1867         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1868         since the result is inserted in a unibyte buffer anyway.
1869         (nnimap-demule-use-string-to-multibyte): Remove.
1870         (nnimap-demule): Alias it to mm-string-to-multibyte.
1871
1872 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1873
1874         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1875         variable for debugging bug#464 and bug#1174.
1876         (nnimap-demule): Use it.
1877
1878 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1879
1880         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1881         score calculation correctly.
1882
1883 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1884
1885         * message.el (message-send-mail): Just set the buffer to unibyte
1886         rather than use mm-with-unibyte-current-buffer which does a lot more.
1887         (message-send-mail-partially): Don't bother with
1888         mm-with-unibyte-current-buffer since it's already been made unibyte by
1889         message-send-mail.
1890
1891 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1892
1893         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1894
1895 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1896
1897         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1898
1899 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1902         require itself and to remove `with-no-warnings'.
1903
1904 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1905
1906         * starttls.el (starttls-any-program-available): Get the name of the
1907         available TLS layer program.
1908         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1909         well as the host name in the "opening" message.
1910
1911         * auth-source.el (auth-source-cache, auth-source-do-cache)
1912         (auth-source-user-or-password): Cache passwords and logins by default,
1913         allow override with `auth-source-do-cache'.
1914         (auth-source-forget-user-or-password): Allow users to remove cache
1915         entries if needed.
1916
1917 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1918
1919         * md4.el (md4-buffer): Fix typo in docstring.
1920         (md4, md4-64): Doc fixes.
1921         (md4-pack-int32): Reflow docstring.
1922
1923 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1924
1925         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1926         condition-case to only the forward-sexp call.
1927
1928 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1929
1930         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1931         quotes contained.  Make it more robust regardless by an extra
1932         condition-case wrapper.
1933
1934 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1935
1936         * lpath.el: No need to fbind codepage-setup for Emacs 23.
1937
1938 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1939
1940         * nnml.el (nnml-request-expire-articles): Check if the function set to
1941         `nnmail-expiry-target' returns the symbol `delete'.
1942
1943         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1944
1945         * nnmail.el (nnmail-expiry-target): Fix custom type.
1946
1947 2008-10-02  Glenn Morris  <rgm@gnu.org>
1948
1949         * mm-util.el (mm-codepage-setup): Tweak codepage error.
1950         Silence compiler warning.
1951
1952 2008-10-01  Magnus Henoch  <mange@freemail.hu>
1953
1954         * tls.el (open-tls-stream): Show the actual command being
1955         executed, instead of the format string.
1956
1957 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1958
1959         * lpath.el: Fbind codepage-setup for Emacs 23.
1960
1961 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
1962
1963         * mml.el (mml-menu): Don't assume mml2015 is bound.
1964
1965 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1966
1967         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1968         exists.
1969
1970 2008-09-27  Glenn Morris  <rgm@gnu.org>
1971
1972         * gnus-util.el (mail-header-remove-comments): Autoload it.
1973
1974 2008-09-27  Andreas Schwab  <schwab@suse.de>
1975
1976         * gnus-util.el (gnus-split-references): Strip comments.
1977         (gnus-parent-id): Likewise.
1978
1979 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
1980
1981         * message.el (message-confirm-send): Fix version.
1982
1983 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1984
1985         * message.el (message-idna-to-ascii-rhs-1): Use
1986         mail-extract-address-components rather than mail-header-parse-addresses
1987         that is an alias by default to ietf-drums-parse-addresses that does not
1988         support non-ASCII names in headers' contents.
1989
1990 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1991
1992         * message.el (message-confirm-send): Fixed variable documentation to
1993         avoid the "y/n" wording.
1994
1995 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
1996
1997         * message.el (message-set-auto-save-file-name): Save to a different
1998         filename so multiple messages (especially drafts) can be recovered.
1999
2000 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2001
2002         * message.el (message-confirm-send): Add appropriate version.
2003
2004 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2005
2006         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2007         defvar.
2008
2009 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2010
2011         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2012         (mm-pkcs7-enveloped-magic): Ditto.
2013
2014 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2015
2016         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2017         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2018
2019 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2020
2021         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2022         default, it's better.
2023
2024 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2025
2026         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2027         summary line gnus-number property and ignore them (with a warning
2028         message).
2029
2030 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2031
2032         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2033         macro caddr in the interactive form since it won't be expanded.
2034
2035 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2036
2037         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2038         `charset'; fix name of function called recursively.
2039         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2040
2041 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2042
2043         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2044         (gnus-mime-set-charset-parameters): New function.
2045         (gnus-mime-view-part-as-charset): Use it to correctly display part
2046         specifying wrong charset.
2047
2048 2008-09-08  David Engster  <dengste@eml.cc>
2049
2050         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2051         in completing-read for back end server.
2052
2053 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2054
2055         * message.el (message-confirm-send): New variable to confirm sending a
2056         message.
2057         (message-send): Use it.
2058
2059 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2060
2061         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2062
2063 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2064
2065         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2066
2067 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2068
2069         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2070         prevent tracking too many groups.
2071         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2072         Use it.
2073
2074 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2075
2076         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2077         moving point to the bottom of the window in order to avoid recentering.
2078
2079 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2080
2081         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2082
2083         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2084         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2085         (gnus-article-beginning-of-window): Fix calculation.
2086
2087 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2088
2089         * gnus-msg.el (gnus-summary-supersede-article)
2090         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2091         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2092         message header.
2093
2094 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2095
2096         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2097         pending output coming after the status change.
2098
2099 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2100
2101         * message.el:
2102         * gnus-start.el:
2103         * gnus-registry.el: Remove VMS support.
2104
2105 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2106
2107         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2108         macro.
2109         (rfc2104-hash): Use it.
2110
2111 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2112
2113         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2114         (gnus-summary-sort-by-most-recent-date): New commands.
2115         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2116         and menu entries.
2117
2118 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2119
2120         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2121         don't redisplay article for raw contents; remove plural articles stuff.
2122
2123         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2124         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2125         on gnus-summary-save-article; display results properly.
2126
2127 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2128
2129         * lpath.el: No need to fbind ns-focus-frame.
2130
2131 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2132
2133         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2134
2135 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2136
2137         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2138         gnus-save-all-headers.
2139
2140 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2141
2142         * gnus-util.el (ns-focus-frame): Remove declaration.
2143         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2144         like x.
2145
2146 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2147
2148         * rfc2104.el (rfc2104-zero): Delete defconst.
2149         (rfc2104-hex-alist): Likewise.
2150         (rfc2104-hex-to-int): Delete func.
2151         (rfc2104-hexstring-to-bitstring): Likewise.
2152         (rfc2104-nybbles): New defconst.
2153         (rfc2104-hash): Rewrite for speed.
2154
2155 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2156
2157         * tls.el (open-tls-stream): Make it work with the 2nd argument
2158         BUFFER that is a string but does not exist as a buffer object, as
2159         mentioned in the doc-string.
2160
2161 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2162
2163         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2164         SXEmacs.
2165
2166 2008-07-16  Glenn Morris  <rgm@gnu.org>
2167
2168         * gnus-util.el (ns-focus-frame): Declare for compiler.
2169
2170 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2173         set as a group parameter.
2174         (gnus-summary-save-in-pipe): Work when it is called independently.
2175         (gnus-summary-pipe-to-muttprint): Don't modify
2176         gnus-summary-pipe-output-default-command.
2177
2178 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2179
2180         * message.el (message-send-mail-with-sendmail):
2181         Display the error message.
2182
2183 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2184
2185         * gnus-art.el (gnus-default-article-saver):
2186         Add gnus-summary-save-in-pipe to choices.
2187         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2188         gnus-summary-pipe-output-default-command as the default command.
2189         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2190         instead of gnus-last-shell-command.
2191
2192         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2193         New user option.
2194         (gnus-summary-muttprint-program): Mention the value will be changed.
2195         (gnus-summary-save-article): Force showing of all headers.
2196         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2197
2198 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2199
2200         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2201
2202 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2203
2204         * nnimap.el (nnimap-id):
2205         * sieve-manage.el (sieve-manage-open): Doc fixes.
2206
2207 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2208
2209         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2210         if available.
2211
2212 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2213
2214         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2215
2216         * nnkiboze.el (nnkiboze-generate-group):
2217         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2218
2219         * nnmairix.el: Require CL.
2220
2221 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2222
2223         * dgnushack.el: Autoload get-display-table and put-display-table for
2224         XEmacs 21.5.
2225
2226         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2227         21.4 and SXEmacs.
2228
2229 2008-06-15  David Engster  <dengste@eml.cc>
2230
2231         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2232
2233 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2234
2235         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2236         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2237         runtime choice under XEmacs.
2238
2239         * gnus-sum.el (gnus-summary-set-display-table):
2240         Use `gnus-put-display-table', `gnus-get-display-table',
2241         `gnus-set-display-table' for the display table, instead of `aset'.
2242
2243         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2244         Use `gnus-put-display-table', `gnus-get-display-table',
2245         `gnus-set-display-table' for the display table.
2246
2247 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2248
2249         * nnmairix.el: Add autoloads.
2250
2251 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2252
2253         * nnmairix.el (nnmairix-delete-recreate-group)
2254         (nnmairix-update-and-clear-marks): Fix error messages.
2255
2256 2008-06-14  David Engster  <dengste@eml.cc>
2257
2258         * nnmairix.el: Upgrade to version 0.6.
2259         (nnmairix-group-toggle-propmarks-this-group)
2260         (nnmairix-group-toggle-readmarks-this-group)
2261         (nnmairix-group-delete-recreate-this-group)
2262         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2263         (nnmairix-remove-tick-mark-original-article): New commands.
2264         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2265         (nnmairix-propagate-marks-to-nnmairix-groups)
2266         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2267         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2268         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2269         functions needed for marks propagation and manipulation of read marks.
2270         (nnmairix-update-groups): New function.
2271         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2272         (nnmairix-determine-original-group-from-registry)
2273         (nnmairix-determine-original-group-from-path)
2274         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2275         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2276         New helper functions.
2277         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2278         keystrokes for new commands.
2279         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2280         (nnmairix-request-group): Check allow-fast group parameter.
2281         (nnmairix-request-create-group): Set allow-fast group parameter if
2282         nnmairix-allowfast-default is set.
2283         (nnmairix-close-group): Propagate marks upon closing if needed.
2284         (nnmairix-group-toggle-threads-this-group): Use new.
2285         nnmairix-group-toggle-parameter helper function.
2286         (nnmairix-search): Better check for empty search result.
2287         (nnmairix-goto-original-article): Use new helper functions for
2288         determining original article.
2289         (nnmairix-show-original-article): Make sure message-id is in brackets.
2290         (nnmairix-call-mairix-binary): Change variable name.
2291         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2292         helper function.
2293         (nnmairix-widget-toggle-activate): Fix doc string.
2294
2295 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2296
2297         * nnir.el: Require edmacro when compiling with XEmacs.
2298         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2299         available in Emacs 21.
2300
2301 2008-06-11  Glenn Morris  <rgm@gnu.org>
2302
2303         * gnus-util.el (x-focus-frame):
2304         * gnus.el (image-size):
2305         * mm-decode.el (image-size): Declare.
2306
2307         * gnus-picon.el (declare-function): Add compat definition.
2308         (image-size): Declare.
2309
2310         * gnus-group.el (tool-bar-map):
2311         * gnus-sum.el (tool-bar-map): Define for compiler.
2312
2313         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2314
2315         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2316
2317         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2318         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2319         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2320         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2321         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2322         * sieve-manage.el, spam-report.el, spam.el:
2323         Remove unnecessary eval-and-compile of autoloads.
2324
2325 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2326
2327         * auth-source.el: Precise Tramp doc.
2328
2329 2008-06-07  Glenn Morris  <rgm@gnu.org>
2330
2331         * nnmairix.el: Remove unnecessary eval-when-compile.
2332
2333 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2334
2335         * lpath.el: Fbind propertize for XEmacs 21.4.
2336
2337 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2338
2339         * nnir.el: Move here from ../contrib.
2340
2341 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2342
2343         * gnus-util.el (gnus-read-shell-command): New function.
2344         * mm-decode.el (mm-pipe-part):
2345         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2346
2347 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2348
2349         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2350
2351 2008-06-03  Glenn Morris  <rgm@gnu.org>
2352
2353         * pop3.el (nnheader-accept-process-output): Autoload it.
2354
2355 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2356
2357         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2358         are not 2-digit hexadecimal characters that follow `%'s.
2359
2360 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2361
2362         * message.el (message-bogus-recipient-p): Fix type in doc string.
2363         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2364         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2365         Improve custom options.
2366         (message-bogus-recipient-p): Adjust accordingly.
2367
2368 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2369
2370         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2371         long-form month and day names.
2372
2373 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2374
2375         * dgnushack.el: Autoload debug, eudc-expand-inline and
2376         pgg-snarf-keys-region for XEmacs.
2377
2378         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2379
2380         * nnmairix.el: Require edmacro when compiling with XEmacs.
2381
2382 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2383
2384         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2385         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2386
2387 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2388
2389         * auth-source.el: Add more docs.
2390
2391         * netrc.el (netrc-machine): Always match if the port is not given.
2392
2393 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2394
2395         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2396         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2397         retrieval faster in some cases, but might make CPU usage larger.  If
2398         this has any bad side effects, we might revert this change.
2399
2400         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2401         seems to make mail retrieval much, much faster.
2402         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2403         unconditionally.
2404
2405         * gnus-draft.el (gnus-group-send-queue): Bind
2406         message-send-mail-partially-limit to nil to avoid being prompted.
2407
2408 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2409
2410         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2411
2412         * message.el (message-bogus-address-regexp): Fix and improve custom
2413         type.
2414         (message-setup-hook): Add message-check-recipients as custom option.
2415
2416 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2417
2418         * message.el (message-cite-function): Remove bogus autoload which crept
2419         in during merge from v5-10.
2420
2421 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2422
2423         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2424
2425         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2426
2427         * auth-source.el: Preliminary Tramp docs.
2428         (auth-sources): Change the default auth-sources to use
2429         EPA .gpg files.
2430
2431 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2432
2433         * nntp.el: Autoload `auth-source-user-or-password'.
2434         (nntp-send-authinfo): Use it.
2435
2436         * nnimap.el: Autoload `auth-source-user-or-password'.
2437         (nnimap-open-connection): Use it.
2438
2439         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2440         for the gnus-message function.
2441         (auth-source-user-or-password): Use it.
2442
2443 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2444
2445         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2446         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2447         (rfc2104-hash): Use it.
2448
2449 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2450
2451         * gnus-art.el (gnus-article-toggle-truncate-lines):
2452         Don't use `iff' in docstring.
2453
2454 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2455
2456         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2457
2458         * gnus-util.el (gnus-extract-address-component-name)
2459         (gnus-extract-address-component-email): Convenience functions around
2460         `gnus-extract-address-components'.
2461
2462         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2463         Use `gnus-extract-address-component-email' to fix bug of comparing full
2464         sender name to `user-mail-address'.
2465
2466 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2467
2468         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2469         catch/throw to optimize.
2470         (gnus-registry-find-keywords): Just use member to find a keyword.
2471
2472 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2473
2474         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2475         is current before calling gnus-server-prepare.
2476         (gnus-server-setup-buffer, gnus-server-update-server)
2477         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2478
2479 2008-05-04  Juri Linkov  <juri@jurta.org>
2480
2481         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2482         (mailcap-file-default-commands): Use mailcap-replace-in-string
2483         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2484         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2485
2486 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2487
2488         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2489
2490 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2491
2492         * gnus.el: Bump version to 0.11.
2493
2494 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2495
2496         * gnus.el: No Gnus v0.10 is released.
2497
2498 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2499
2500         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2501         hooks.
2502         (gnus-update-read-articles): Speed up non-marks-using users.
2503         (gnus-use-marks): Define gnus-use-marks.
2504         (gnus-propagate-marks): Rename variable to something more sensible.
2505
2506 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2507
2508         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2509         (gmm-image-load-path-for-library): Fix typos in docstrings.
2510         (gmm-message): Reflow docstring.
2511
2512 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2513
2514         * mail-source.el (mail-source-set-1, mail-source-bind):
2515         Move auth-source code out of the macro to clean it up and fix bugs.
2516
2517 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2518
2519         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2520         by sender if it's equal to user-mail-address, it's likely to be
2521         useless.
2522
2523         * mail-source.el (mail-source-bind): Don't use user or password if they
2524         are not bound.  Unintern them if they are nil.  Don't use server unless
2525         it's bound, and default it to empty string otherwise.
2526
2527 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2528
2529         * mail-source.el: Load auth-source.el.
2530         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2531         get user name or password, if auth-sources is set up.
2532
2533         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2534         strategy of splitting with parent.
2535         (gnus-registry-split-fancy-with-parent)
2536         (gnus-registry-post-process-groups): Use it and fix prior
2537         bug (returning a list as the split result).
2538
2539         * auth-source.el (auth-sources): Remove server parameter.
2540         (auth-source-pick, auth-source-user-or-password)
2541         (auth-source-user-or-password-imap)
2542         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2543         (auth-source-user-or-password-sftp)
2544         (auth-source-user-or-password-smtp): Remove server parameter.
2545
2546 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2547
2548         * smime.el (smime-sign-region, smime-encrypt-region)
2549         (smime-decrypt-region):
2550         Remove redundant calls to `generate-new-buffer-name'.
2551
2552 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2553
2554         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2555         Don't use QP for message/rfc822.
2556         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2557
2558 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2559
2560         * sieve-manage.el (sieve-string-bytes): Remove.
2561         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2562         correct byte-length only if the process's coding-system is the same as
2563         the one used internally by Emacs to represent strings.
2564
2565 2008-04-22  Juri Linkov  <juri@jurta.org>
2566
2567         * mailcap.el (mailcap-file-default-commands): New function.
2568
2569 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2570
2571         * message.el (message-signature-separator, message-cite-function):
2572         Change custom version.
2573
2574 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2575
2576         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2577         commands.
2578         (tls-checktrust): Ditto.
2579
2580 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2581
2582         * mm-decode.el (mm-display-external): Make temp file read-only.
2583
2584 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2585
2586         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2587         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2588         `C-c C-f d'.
2589
2590 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2591
2592         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2593
2594 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2595
2596         * gnus.el: Bump version to 0.9.
2597
2598 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2599
2600         * gnus.el: No Gnus v0.8 is released.
2601
2602 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2603
2604         * mail-source.el (mail-source-value):
2605         Prefer fboundp to functionp so it works with macros as well.
2606
2607 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2608
2609         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2610         Fix last change in case the element is not even a symbol.
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         Prefer fboundp to functionp so it works with macros as well.
2616
2617 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2618
2619         * auth-source.el: Added docs.
2620         (auth-sources): Modify format to support server.
2621         (auth-source-pick, auth-source-user-or-password)
2622         (auth-source-user-or-password-imap)
2623         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2624         (auth-source-user-or-password-sftp)
2625         (auth-source-user-or-password-smtp): Add server parameter.
2626
2627 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2628
2629         * gnus-registry.el: Initialize the registry when gnus-registry-install
2630         is t.
2631
2632 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2633
2634         * compface.el (uncompface): Make buffer unibyte.
2635
2636 2008-04-05  Glenn Morris  <rgm@gnu.org>
2637
2638         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2639
2640 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2641
2642         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2643         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2644
2645         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2646         multibyteness after rather than before erasing it.
2647
2648         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2649         mm-with-multibyte.
2650         (gnus-request-article-this-buffer): Make sure the proper decoding is
2651         used if gnus-original-article-buffer happens to be unibyte.
2652
2653         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2654         default-enable-multibyte-characters.
2655
2656         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2657         default-enable-multibyte-characters.
2658
2659         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2660
2661         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2662
2663 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2664
2665         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2666         (imap-message-copyuid-1): Use it.
2667         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2668         J. Williams in
2669         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2670
2671         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2672         imap-enable-exchange-bug-workaround.
2673         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2674
2675 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2676
2677         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2678         a 100 byte status-checks into a 2-3MB transfer for each group.
2679         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2680         to enable bug workaround or not.
2681         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2682
2683 2008-03-31  Glenn Morris  <rgm@gnu.org>
2684
2685         * message.el (mml2015-use): Declare for compiler.
2686         (message-info): Require mml2015 when appropriate.
2687
2688 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2689
2690         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2691         whitespace.
2692
2693 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2694
2695         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2696         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2697         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2698         (nntp-service-to-port): New function.
2699         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2700         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2701         (nntp-open-netcat-stream): New function.
2702         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2703
2704 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2705
2706         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2707
2708 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2709
2710         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2711
2712 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2713
2714         * dns.el (dns-write): Use set-buffer-multibyte.
2715
2716 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2717
2718         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2719
2720 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2721
2722         * message.el (message-signature-separator): Change default.
2723         Improve custom type.
2724         (message-cite-function): Change default to
2725         message-cite-original-without-signature.
2726
2727         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2728         toggle.
2729
2730         * message.el (message-check-news-body-syntax): Fix signature check.
2731         (message-setup-1): Mark buffer as unmodified _after_ running
2732         message-setup-hook and handling message-alternative-emails.
2733         (message-shorten-references): Be more strict when building list of
2734         valid references to comply with GNKSA.
2735
2736         * gnus-group.el (gnus-read-ephemeral-bug-group)
2737         (gnus-read-ephemeral-debian-bug-group)
2738         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2739
2740         * message.el (message-info): Don't use booleanp which isn't supported
2741         in Emacs 21 and XEmacs.
2742
2743 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2744
2745         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2746         gnus-group-gmane-group-download-format.
2747         (gnus-group-read-ephemeral-gmane-group): Rename from
2748         gnus-group-read-ephemeral-gmane-group.
2749         (gnus-read-ephemeral-gmane-group-url): Rename from
2750         gnus-group-read-ephemeral-gmane-group-url.
2751         (gnus-bug-group-download-format-alist): New variable.
2752         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2753         (gnus-read-ephemeral-emacs-bug-group): New commands.
2754
2755 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2756
2757         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2758         (gnus-visible-headers): Improve custom type.
2759
2760 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2761
2762         * mml.el (mml-menu): Add workarounds for XEmacs.
2763
2764         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2765         X-Boundary header.
2766
2767         * message.el (message-simplify-recipients): Fix previous commit.
2768
2769 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2770
2771         * mm-util.el (mm-set-buffer-multibyte): New function.
2772         * mm-decode.el (mm-copy-to-buffer): Use it.
2773
2774 2008-03-19  Glenn Morris  <rgm@gnu.org>
2775
2776         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2777         Accidentally removed in the sync process with Emacs.
2778
2779 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2780
2781         * message.el (message-alter-recipients-discard-bogus-full-name):
2782         New function.
2783         (message-alter-recipients-function): New variable.
2784         (message-get-reply-headers): Use it.
2785         (message-replace-header): New helper function.
2786         (message-recipients-without-full-name): New variable.
2787         (message-simplify-recipients): New command.
2788
2789         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2790
2791         * message.el (message-info): Handle EasyPG manual.
2792
2793         * mml.el (mml-menu): Add entry for EasyPG.
2794
2795 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2796
2797         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2798         parameter.
2799
2800         * message.el (message-disassociate-draft): Specify drafts group name
2801         fully.
2802
2803 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2804
2805         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2806         unnecessary duplicates from the match list.
2807
2808 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2811
2812         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2813
2814         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2815         args of `how-many' of which the XEmacs version doesn't take; declare
2816         Info-index-next as function.
2817
2818 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2819
2820         * gnus-score.el (gnus-score-headers): Fix handling of
2821         gnus-inhibit-slow-scoring.
2822
2823         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2824         string.
2825         (gnus-button-url-regexp): Improve handling of parenthesis.
2826         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2827         (gnus-button-handle-info-keystrokes): Handle index entries.
2828
2829 2008-03-15  Glenn Morris  <rgm@gnu.org>
2830
2831         * parse-time.el (parse-time-string): Simplify.
2832
2833 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2834
2835         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2836         Incoming* files.
2837
2838 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2839
2840         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2841         (auth-source-pick): Use it.
2842
2843 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2844
2845         * binhex.el (binhex-decode-region-internal):
2846         * uudecode.el (uudecode-decode-region-internal):
2847         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2848         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2849         setting default-enable-multibyte-characters.
2850
2851 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2852
2853         * auth-source.el (auth-source-protocols)
2854         (auth-source-protocols-customize, auth-source-choices): Added and
2855         modified variable customizations and defaults.
2856         (auth-source-pick, auth-source-user-or-password)
2857         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2858         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2859         (auth-source-user-or-password-sftp)
2860         (auth-source-user-or-password-smtp): Use new variables and provide an
2861         interface to netrc.el.
2862
2863 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2864
2865         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2866         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2867         Make sure the nntp port to specify is a string.
2868
2869 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2870
2871         * nntp.el: Use with-current-buffer.
2872         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2873         dubious mm-with-unibyte-current-buffer.
2874         (nntp-with-open-group-function): New function extracted from
2875         nntp-with-open-group macro.
2876         (nntp-with-open-group): Use the function, so it's easier to debug.
2877         Add indentation and debugging info.
2878         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2879         the use of the netcat alternatives.
2880
2881         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2882         Avoid mm-string-as-multibyte as well.
2883
2884         * nnweb.el (nnweb-insert-html):
2885         Remove use of nnheader-string-as-multibyte.
2886
2887         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2888         (nnheader-string-as-multibyte): Remove.
2889
2890         * mm-view.el: Use inhibit-read-only.
2891         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2892         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2893         or unibyte-string.
2894
2895         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2896         (mm-uu-yenc-extract): Use with-current-buffer.
2897
2898         * gnus-soup.el (gnus-soup-send-packet): Don't use
2899         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2900
2901         * nnmh.el: Use with-current-buffer.
2902         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2903         mm-string-as-multibyte on the output of mm-encode-coding-string.
2904
2905         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2906         (nnimap-request-move-article): Use with-current-buffer.
2907
2908         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2909         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2910         conversion uses string-make-unibyte rather than string-as-unibyte.
2911
2912         * gnus-msg.el: Use with-current-buffer.
2913
2914         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2915
2916 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2917
2918         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2919         string for caching if it is 'PIN.
2920
2921 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2922
2923         * lpath.el: Consider the case without Emacs/W3.
2924
2925 2008-03-08  Glenn Morris  <rgm@gnu.org>
2926
2927         * time-date.el (date-to-time, time-subtract, time-add)
2928         (safe-date-to-time): Doc fixes.
2929
2930 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2931
2932         * mail-source.el (mail-source-delete-old-incoming-confirm):
2933         Change default to nil.
2934         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2935
2936 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2937
2938         * lpath.el: Rearrange.
2939
2940         * gnus-art.el (gnus-narrow-to-page): Position point properly.
2941         (gnus-article-goto-prev-page): Work for articles having ^L's.
2942
2943         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2944
2945         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2946
2947 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2948
2949         * gnus-bookmark.el: Adjust for renames in bookmark.el.
2950         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2951         (gnus-bookmark-jump): Adjust some variable names.
2952
2953 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2954
2955         * auth-source.el: New package.
2956         (auth-source-choices): Add customization entry point variable.
2957
2958         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2959         bug.
2960
2961 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
2962
2963         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2964         (gnus-registry-initialize, gnus-registry-install-p): Use it.
2965         (gnus-registry-install-shortcuts): Rename from
2966         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
2967         the `gnus-registry-mark-map' keymap dynamically from
2968         `gnus-registry-marks'.  The generated functions update the summary line
2969         when a registry mark is added or deleted, and will call
2970         `gnus-registry-install-p' (see the comments in the code).
2971         (gnus-registry-user-format-function-M): Use concat intelligently.
2972
2973         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2974         the registry mark functions.
2975
2976 2008-03-05  Glenn Morris  <rgm@gnu.org>
2977
2978         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2979         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2980         gnus-art.
2981         (top-level): No need to load own source when compiling.
2982
2983 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2984
2985         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2986         Suggested by <chris.anderton@zetnet.co.uk>.
2987
2988 2008-03-04  Glenn Morris  <rgm@gnu.org>
2989
2990         * gnus-sum.el (top-level): No need to require gnus when compiling,
2991         since unconditionally required near start of file.
2992         (gnus-summary-display-while-building): Move definition before use.
2993
2994 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
2995
2996         * gnus-registry.el (gnus-registry-user-format-function-M): Add
2997         formatting function.
2998
2999 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3000
3001         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3002         with plists.
3003         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3004         Use new format.
3005
3006 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3007
3008         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3009         `where-is-internal' that returns a range of key sequences.
3010
3011 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3012
3013         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3014
3015         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3016         (gnus-summary-jump-to-group): Consider windows on other displayed
3017         frames as well.  Similar changes might be needed elsewhere, but that's
3018         the one I've bumped into during my use.
3019
3020         * nndoc.el (nndoc-oe-dbx-type-p):
3021         * gnus-msg.el (gnus-debug):
3022         * gnus-group.el (gnus-update-group-mark-positions):
3023         Use mm-string-to-multibyte.
3024
3025 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3026
3027         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3028         doesn't handle NotDashEscaped.
3029
3030         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3031         (mml-dnd-attach-options): Fix typo in custom choice.
3032
3033         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3034         nndoc-article-type to mbox.
3035         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3036
3037         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3038         to nil, instead of html2text.
3039
3040         * imap.el (imap-debug): Add `imap-ping-server'.
3041
3042         * gnus-bookmark.el: Add FIXMEs.
3043
3044         * message.el (message-form-letter-separator)
3045         (message-send-form-letter-delay): New variables.
3046         (message-send-form-letter): Use them.  New command to send form
3047         letters.  Requested by Uwe Siart.
3048         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3049
3050 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3051
3052         * Update copyright years.
3053
3054 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3055
3056         Sync from EMACS_22_BASE.
3057
3058         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3059
3060 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3061
3062         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3063         empty author.
3064
3065 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3066
3067         * gnus-registry.el (gnus-registry-marks): Add variable for
3068         customization of marks and their appearance.
3069         (gnus-registry-read-mark): Use it.
3070         (gnus-registry-do-marks): Add utility function to loop through
3071         `gnus-registry-marks'.
3072         (gnus-registry-install-shortcuts-and-menus): Add function to install
3073         shortcuts and menus.
3074         (gnus-registry-initialize): Use it.
3075         (gnus-registry-default-mark): Clarify documentation.
3076
3077 2008-02-29  Glenn Morris  <rgm@gnu.org>
3078
3079         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3080         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3081         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3082         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3083         Change defcustom :version from 23.0 to 23.1.
3084
3085 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3086
3087         * gnus-registry.el (gnus-registry-follow-group-p)
3088         (gnus-registry-post-process-groups): Add functions to aid registry
3089         splitting and improve logging.  Clarify behavior in function
3090         documentation.
3091         (gnus-registry-split-fancy-with-parent): Use them.
3092
3093 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3094
3095         * gnus-art.el: Use with-current-buffer.
3096
3097 2008-02-27  David Engster  <dengste@eml.cc>
3098
3099         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3100         Express real group name in the response.
3101
3102 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3103
3104         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3105         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3106         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3107         autoload gnus-registry-fetch-group when compiling.
3108         (nnmairix-request-group-with-article-number-correction): Remove
3109         unreferenced argument passed to nnmairix-call-backend.
3110
3111 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3112
3113         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3114         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3115         Wilde.
3116
3117 2008-02-27  Glenn Morris  <rgm@gnu.org>
3118
3119         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3120         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3121         variables to defconsts.  Convert comments to doc-strings.
3122         (nnmairix-last-server, nnmairix-current-server): Convert from free
3123         variables to defvars.  Convert comments to doc-strings.
3124         (gnus-registry-fetch-group): Autoload.
3125         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3126         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3127         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3128         caddr.
3129         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3130         nnmairix-request-group-with-article-number-correction call.
3131         (nnmairix-fast, nnmairix-group): New, less general names, for free
3132         variables passed from nnmairix-request-group to
3133         nnmairix-request-group-with-article-number-correction.  Declare.
3134         (nnmairix-request-group-with-article-number-correction):
3135         Use nnmairix-fast, nnmairix-group rather than fast, group.
3136
3137 2008-02-26  David Engster  <dengste@eml.cc>
3138
3139         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3140         version 0.5.
3141
3142 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3143
3144         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3145         instead of making an extra function call.  Don't add the current group
3146         to articles only when they have the group.  Use
3147         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3148         Reported by David <de_bb@arcor.de>.
3149
3150 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3151
3152         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3153         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3154
3155 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3156
3157         * mail-source.el (mail-source-delete-incoming): Change default.
3158         Supplement doc string.
3159
3160         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3161
3162 2008-02-14  Glenn Morris  <rgm@gnu.org>
3163
3164         * time-date.el (format-seconds): New function.
3165
3166 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3167
3168         * nnmail.el (nnmail-message-id-cache-file): Derive from
3169         `gnus-home-directory'.
3170
3171 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3172
3173         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3174         Document negative prefix.
3175
3176         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3177
3178 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3179
3180         * message.el (message-unsent-separator): Add the Exim bounce
3181         separator.
3182
3183 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3184
3185         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3186         list.
3187         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3188         recipient/signer list.
3189
3190 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3191
3192         * Makefile.in (datarootdir): Define.
3193         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3194         name that might contain whitespace.
3195
3196 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3197
3198         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3199         fbound (Emacs 23 unicode), signal an error.
3200
3201 2008-02-08  Glenn Morris  <rgm@gnu.org>
3202
3203         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3204
3205 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3206
3207         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3208         ports to the calls to `netrc-machine-user-or-password' in addition to
3209         "imap" and "imaps".
3210
3211 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3212
3213         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3214
3215         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3216
3217 2008-02-01  Kenichi Handa  <handa@m17n.org>
3218
3219         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3220         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3221         (rfc2104-hash): Convert the result of concat to unibyte string.
3222
3223 2008-02-01  Dave Love  <fx@gnu.org>
3224
3225         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3226         coding-system-for-read.
3227         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3228
3229 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3230
3231         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3232         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3233         <hanche@math.ntnu.no>.
3234
3235 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3236
3237         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3238
3239         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3240
3241 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3242
3243         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3244         * message.el (message-beginning-of-line): Use featurep instead of bound
3245         tests in order to resolve conditionals at compile time.
3246
3247 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3248
3249         * mail-source.el (mail-sources): Add `group' choice.
3250
3251         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3252         parameter `in-group' to control into which group the articles go.
3253         Add treatment of `group' mail-source.
3254
3255 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3256
3257         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3258
3259         * mm-decode.el (mm-dissect-buffer): Decode description.
3260
3261         * mml.el (mml-to-mime): Encode message header first.
3262
3263 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3264
3265         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3266         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3267
3268         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3269         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3270
3271 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3272
3273         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3274
3275 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3276
3277         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3278         prefix keys.
3279         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3280         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3281         gnus-xmas.el.
3282
3283         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3284         (gnus-xmas-article-describe-bindings): New function.
3285         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3286         gnus-xmas-article-describe-bindings.
3287
3288         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3289
3290 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3291
3292         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3293         Add new variables for article mark management.
3294         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3295         list of extra data entries which, when present, will indicate that the
3296         article ID should not be trimmed from the registry.
3297         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3298         functions.
3299         (gnus-registry-read-mark): New function to read a mark name from the
3300         user.
3301         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3302         (gnus-registry-set-article-mark-internal): New functions to add and
3303         remove marks.
3304         (gnus-registry-get-article-marks): New function to show the marks for
3305         an article, or retrieve them for further use.
3306
3307 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3308
3309         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3310         keys when no argument is given.
3311
3312 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3313
3314         * imap.el (imap-ping-server): New variable.
3315         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3316         (imap-ping-server): Minor doc string fixes.
3317
3318 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3319
3320         * imap.el (imap-ping-server): New function.
3321         (imap-opened): Call imap-ping-server.
3322
3323 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3324
3325         * gnus-sum.el (gnus-article-sort-by-random)
3326         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3327         jidanni@jidanni.org.
3328
3329 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3330
3331         * gnus-art.el (gnus-article-describe-bindings): New function.
3332         (gnus-article-read-summary-keys): Use it.
3333         (gnus-article-mode-map): Bind `C-h b' to it.
3334
3335 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3336
3337         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3338         XEmacs.
3339         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3340         against non-character events.
3341
3342         * lpath.el: Fbind map-keymap for Emacs 21.
3343
3344 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3345
3346         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3347         command.
3348         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3349         instead of END.  Change name of the temp file.
3350         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3351         customizable.
3352
3353 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3354
3355         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3356         bind `S W' to gnus-article-wide-reply-with-original; set default
3357         binding to gnus-article-read-summary-send-keys.
3358         (gnus-article-read-summary-keys): Fix the order of keys; display
3359         continuation keys correctly in the echo area; describe bindings
3360         correctly when keys end with `C-h'.
3361         (gnus-article-read-summary-send-keys): New function.
3362         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3363         for gnus-article-read-summary-send-keys; display continuation keys
3364         correctly in the echo area.
3365         (gnus-article-reply-with-original): Ignore prefix argument.
3366         (gnus-article-wide-reply-with-original): New function.
3367
3368         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3369         Emacs 21.
3370
3371 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3372
3373         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3374         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3375
3376 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3377
3378         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3379         (gnus-group-read-ephemeral-gmane-group): New command.
3380
3381 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3382
3383         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3384
3385 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3386
3387         * message.el (message-send-mail-function): Increase custom version.
3388
3389         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3390         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3391
3392 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3393
3394         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3395         for the cases where imap-authenticate is called with a nil buffer
3396         parameter.
3397
3398 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3399
3400         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3401         html parts correctly; support forwarded messages.
3402         (gnus-article-browse-html-article): Remove work buffers.
3403
3404         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3405         compiling.
3406         (netrc-bound-and-true-p): New macro.
3407         (netrc-parse): Use it instead of bound-and-true-p that is not available
3408         in XEmacs 21.4.
3409
3410 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3411
3412         * gnus-registry.el (gnus-registry-mark-article)
3413         (gnus-registry-article-marks): Add functionality to mark articles
3414         through the Gnus registry.
3415
3416         * encrypt.el: Clarify documentation for the new pgg method.
3417         (encrypt-file-alist): Add PGG option.
3418         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3419         functionality.  Abstract password key and messaging to external
3420         functions.
3421         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3422         (encrypt-message-method-and-cipher): Add new convenience external
3423         functions.
3424         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3425         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3426
3427         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3428         (netrc-parse): Use encrypt-file-alist to determine if
3429         encrypt-find-model or encrypt-insert-file-contents should be used.
3430
3431         * encrypt.el: Clarify documentation.  Load password-cache or
3432         password, whichever one is found first, instead of autoloading.
3433
3434 2007-12-19  Glenn Morris  <rgm@gnu.org>
3435
3436         * mml.el (message-options-set, message-narrow-to-head)
3437         (message-in-body-p, message-mail-p, message-encode-message-body):
3438         Autoload.
3439         (message-remove-header, message-narrow-to-headers-or-head)
3440         (message-subscribed-p, message-make-mail-followup-to)
3441         (message-position-on-field, message-news-p)
3442         (message-options-set-recipient, message-generate-headers)
3443         (message-sort-headers): Declare as functions.
3444
3445 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3446
3447         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3448         convention in doc string.
3449
3450 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3451
3452         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3453         title to html parts.
3454         (gnus-article-browse-html-article): Pass message header to it.
3455
3456         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3457
3458 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3459
3460         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3461         or password compatible with XEmacs.
3462
3463 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3464
3465         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3466         format document.
3467         (gnus-mime-delete-part): Don't write description line if empty.
3468         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3469
3470 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
3471
3472         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3473         (gnus-summary-mark-read-and-unread-as-read)
3474         (gnus-summary-mark-current-read-and-unread-as-read)
3475         (gnus-summary-mark-unread-as-ticked): Doc fix.
3476         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3477
3478 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3479
3480         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3481         Christoph Conrad <christoph.conrad@gmx.de>.
3482
3483 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3484
3485         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3486         yes-or-no-p.
3487
3488 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3489
3490         * mm-decode.el (mm-add-meta-html-tag): New function.
3491         (mm-save-part-to-file, mm-pipe-part): Use it.
3492
3493         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3494         gnus-y-or-n-p instead of y-or-n-p.
3495         (gnus-article-browse-html-parts): Work with message/external-body; use
3496         mm-add-meta-html-tag.
3497
3498 2007-12-11  Glenn Morris  <rgm@gnu.org>
3499
3500         * gnus-cache.el: Require gnus-sum not just when compiling.
3501
3502         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3503
3504         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3505         definitions before use.
3506
3507         * mm-decode.el: Require gnus-util.
3508         (mm-remove-part): Only call delete-annotation on XEmacs.
3509
3510         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3511
3512         * nnmail.el: Require gnus-int.
3513
3514         * spam.el: Move `require's before `eval-when-compile's.
3515
3516         * gnus-ems.el (gnus-alive-p):
3517         * gnus-fun.el (message-goto-eoh):
3518         * gnus-util.el (gnus-group-name-decode):
3519         * mail-source.el (gnus-compress-sequence):
3520         * message.el (Info-goto-node, format-spec):
3521         * mm-bodies.el (message-options-get):
3522         * mm-decode.el (mm-view-pkcs7):
3523         * mm-util.el (gmm-write-region):
3524         * mml-smime.el (mml-compute-boundary)
3525         (gnus-completing-read-with-default):
3526         * mml.el (widget-button-press, gnus-make-hashtable):
3527         * mml1991.el (mm-decode-content-transfer-encoding)
3528         (mm-encode-content-transfer-encoding)
3529         (message-options-get, message-options-set):
3530         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3531         * nnfolder.el (gnus-request-group):
3532         * nnheader.el (ietf-drums-unfold-fws):
3533         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3534         * smime.el (gnus-run-mode-hooks):
3535         * spam-stat.el (gnus-message): Autoload.
3536
3537         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3538         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3539         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3540         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3541         Add declare-function compatibility definition.
3542
3543         * gnus-cache.el (nnvirtual-find-group-art):
3544         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3545         (gnus-add-image, gnus-add-wash-type):
3546         * gnus-group.el (nnkiboze-score-file):
3547         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3548         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3549         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3550         (message-tokenize-header, gnus-get-buffer-create)
3551         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3552         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3553         * gnus.el (gnus-group-decoded-name):
3554         * mail-source.el (imap-capability):
3555         * mm-bodies.el (message-options-set):
3556         * mm-decode.el (gnus-configure-windows):
3557         * mm-extern.el (message-goto-body):
3558         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3559         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3560         (epg-sub-key-validity, message-options-set):
3561         * mml.el (widget-event-point, gnus-configure-windows):
3562         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3563         * mml2015.el (epg-check-configuration, epg-configuration)
3564         (message-options-set):
3565         * nndb.el (nndb-request-article):
3566         * nnfolder.el (gnus-request-create-group):
3567         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3568         * nnmaildir.el (gnus-group-mark-article-read):
3569         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3570         * rfc1843.el (message-fetch-field):
3571         * spam.el (gnus-extract-address-components):
3572         Declare as functions.
3573
3574 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3575
3576         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3577
3578         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3579
3580         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3581         bind show-trailing-whitespace for XEmacs.
3582
3583 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3584
3585         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3586         new no-op macro for backward compatibility.
3587
3588         * imap.el (imap-string-to-integer): New function.
3589
3590 2007-12-09  Glenn Morris  <rgm@gnu.org>
3591
3592         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3593
3594         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3595         * message.el, mm-view.el, sieve-manage.el, smime.el:
3596         Add declare-function compatibility definition.
3597
3598         * gnus-art.el (w3-region, w3m-region, Info-menu):
3599         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3600         * gnus-sum.el (gnus-get-predicate):
3601         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3602         * message.el (mail-abbrev-in-expansion-header-p):
3603         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3604         (w3m-detect-meta-charset, w3m-region):
3605         * sieve-manage.el (password-read, password-cache-add)
3606         (password-cache-remove):
3607         * smime.el (password-read-and-add): Declare as functions.
3608
3609 2007-12-08  David Kastrup  <dak@gnu.org>
3610
3611         * gnus-sum.el (gnus-summary-simplify-subject-query):
3612         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3613         `message'.
3614
3615 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3616
3617         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3618         it to bind idna-program, installation-directory, defined-colors, and
3619         face-attribute for XEmacs of the version that compiles defcustom forms.
3620
3621 2007-12-07  Glenn Morris  <rgm@gnu.org>
3622
3623         * gnus-art.el (article-make-date-line): Revert previous change.
3624
3625 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3626
3627         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3628
3629 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3630
3631         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3632         Call gnus-add-to-range ranges only once with a prepared article-list.
3633
3634 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3635
3636         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3637         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3638         group names with backslashes.  Reported by Tassilo Horn
3639         <tassilo@member.fsf.org>.
3640
3641 2007-12-06  Deepak Goel  <deego3@gmail.com>
3642
3643         * gnus-art.el (article-make-date-line):
3644         * gnus-start.el (gnus-load):
3645         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3646
3647 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3648
3649         * gnus-art.el (gnus-use-idna)
3650         * gnus-start.el (gnus-site-init-file)
3651         * message.el (message-use-idna)
3652         * mm-uu.el (mm-uu-hide-markers)
3653         * smiley.el (smiley-style): Revert changes that suppress warnings.
3654
3655 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3656
3657         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3658         specify charset to html source.  Reported by Christoph Conrad
3659         <christoph.conrad@gmx.de>.
3660
3661 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3662
3663         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3664         idna-program in order to suppress byte compile warning issued by XEmacs
3665         that came to byte compile the default value section of defcustom forms
3666         recently.
3667
3668         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3669         value of installation-directory.
3670
3671         * message.el (message-use-idna): Don't directly refer to the value of
3672         idna-program.
3673
3674         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3675
3676         * smiley.el (smiley-style): Don't directly call face-attribute.
3677
3678 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3679
3680         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3681
3682         * gnus-dired.el: Reduce Gnus dependencies.
3683         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3684         require.  Use autoloads instead.
3685         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3686         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3687         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3688         (gnus-dired-mode): Adjust doc string.
3689         (gnus-dired-mail-mode): New variable.
3690         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3691         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3692         (gnus-dired-mail-buffers): New function.  Return mail or message
3693         composition buffers.
3694         (gnus-dired-attach): Use it.
3695         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3696         NO-DECODE.
3697         (gnus-dired-print): Use `gnus-print-buffer' depending on
3698         `gnus-dired-mail-mode'.
3699
3700 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3701
3702         * rfc2047.el (rfc2047-encoded-word-regexp)
3703         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3704         explaining what regexp patterns are for.
3705
3706 2007-12-04  Glenn Morris  <rgm@gnu.org>
3707
3708         * password.el: Move to password-cache.el.
3709
3710         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3711         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3712         * mml-smime.el (password-read, password-cache-add)
3713         (password-cache-remove):
3714         No need to autoload, since mml-sec requires password.
3715
3716         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3717         * message.el (gnus-extract-address-components):
3718         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3719
3720         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3721         password.
3722
3723 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3724
3725         * mailcap.el: Reduce dependencies.
3726         (mail-header-parse-content-type): Autoload.
3727         (mailcap-delete-duplicates): New alias.
3728         (mailcap-mime-info): Add optional argument NO-DECODE.
3729         (mailcap-mime-types): Use mailcap-delete-duplicates.
3730
3731         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3732
3733 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3734
3735         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3736         (imap-parse-status): Upcase status-att for servers that sends them
3737         lower-case (e.g., MS Exchange 2007).
3738
3739 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3740
3741         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3742         function.
3743
3744         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3745         (gnus-uu-yenc-article): New function.
3746
3747         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3748
3749         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3750         buffer.
3751
3752 2007-12-02  Glenn Morris  <rgm@gnu.org>
3753
3754         * binhex.el (binhex): New custom group.
3755         (binhex-decoder-program, binhex-decoder-switches)
3756         (binhex-use-external): Move to the binhex custom group.
3757
3758         * uudecode.el (uudecode): New custom group.
3759         (uudecode-decoder-program, uudecode-decoder-switches)
3760         (uudecode-use-external): Move to the uudecode custom group.
3761
3762         * netrc.el (top-level): Don't load `encrypt' features.
3763         (netrc-parse): Don't use encrypt.
3764         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3765
3766         * encrypt.el: Remove file.
3767
3768 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3769
3770         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3771         matches on patches.
3772
3773         * gnus-art.el (gnus-article-browse-html-article): Mention
3774         `mm-text-html-renderer' in the doc string.
3775
3776         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3777         string.  Add comments.
3778
3779         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3780         if rhs is ASCII.
3781
3782 2007-12-01  Glenn Morris  <rgm@gnu.org>
3783
3784         * mail-source.el (top-level): Require format-spec before
3785         eval-when-compile.
3786
3787 2007-11-30  Glenn Morris  <rgm@gnu.org>
3788
3789         * encrypt.el: Require password, rather than autoloading password-read.
3790
3791 2007-11-29  Glenn Morris  <rgm@gnu.org>
3792
3793         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3794         (sasl-make-client, sasl-next-step, sasl-step-data)
3795         (sasl-step-set-data): Declare as functions.
3796
3797 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3798
3799         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3800
3801 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3802
3803         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3804         certs should be verified and what is to be done in the event of a
3805         verification failure.
3806
3807         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3808         caller can indicate whether the cache should be disregarded for this
3809         call.  This way the result of the call is reproducible at all times and
3810         can be considered a canonical server name for the supplied method.
3811         (gnus-agent-method-p): Canonicalize server names by pushing their
3812         method through `gnus-method-to-server' using the no-cache argument.
3813
3814         * gnus-srvr.el (gnus-server-insert-server-line): Call
3815         `gnus-method-to-server' with `no-cache' argument.
3816
3817         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3818         gnus-agent-possibly-synchronize-flags as this should be called when the
3819         server is actually being opened.
3820         (gnus-agent-possibly-synchronize-flags)
3821         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3822         flags file of an agentized server to the latter function.
3823
3824         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3825         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3826         after a connection has been established successfully.
3827
3828 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3829
3830         * gnus-art.el (article-display-face): Force to display face if called
3831         interactively; check if gnus-article-x-face-too-ugly matches author.
3832         (article-display-x-face): Display face even if From header is missing
3833         as article-display-face does.
3834
3835 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3836
3837         * hashcash.el (message-narrow-to-headers-or-head)
3838         (message-fetch-field, message-goto-eoh)
3839         (message-narrow-to-headers): Declare as functions.
3840
3841 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3842
3843         * mail-source.el (mail-sources): Default to fetch from file for
3844         compatibility with default of nnmail-spool-file.
3845
3846 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3847
3848         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3849         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3850         to look for encoded word that should be encoded again.
3851         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3852         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3853         encoding pattern.
3854         (rfc2047-decode-region): Switch strict regexp and loose one according
3855         to rfc2047-allow-irregular-q-encoded-words.
3856
3857 2007-11-25  Romain Francoise  <romain@orebokech.com>
3858
3859         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3860
3861 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3862
3863         * tls.el (tls-program): Provide more custom choices from
3864         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3865         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3866
3867 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3868
3869         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3870         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3871
3872         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3873         `nnmail-spool-file'.
3874
3875         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3876         `nnmail-spool-file'.
3877
3878         * gnus-move.el (gnus-change-server): Ditto.
3879
3880         * gnus-kill.el (gnus-batch-score): Ditto.
3881
3882         * gnus-cache.el (gnus-jog-cache): Ditto.
3883
3884         * gnus-msg.el (gnus-summary-reply):
3885         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3886
3887 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3888
3889         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3890         version.  Minor improvement to doc strings.
3891         (tls-program): Add comment.
3892
3893 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3894
3895         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3896         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3897         mismatch between the hostname provided in the certificate and the name
3898         of the host connnecting to.
3899         (open-tls-stream): Use them.  Check certificates against trusted root
3900         certificates.
3901
3902 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3903
3904         * gnus-cache.el (gnus-cache-generate-nov-databases):
3905         Use nnml-generate-nov-databases-directory instead of
3906         nnml-generate-nov-databases-1.
3907
3908 2007-11-24  Glenn Morris  <rgm@gnu.org>
3909
3910         * message.el (message-tool-bar-retro): Update for rename
3911         mail_send.xpm->mail-send.xpm.
3912
3913 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3914
3915         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3916         `smime-ldap-search' for Emacs 22 and up.
3917
3918 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3919
3920         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3921
3922         * message.el (message-send-mail-function): Fix error convention.
3923         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3924         (message-widen-reply, message-send-mail, message-talkative-question)
3925         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3926         (message-clone-locals, message-send-news): Use with-current-buffer.
3927         (message-insert-or-toggle-importance): Remove unused var `valid'.
3928         (message-make-references): Remove unused var `new-references'.
3929         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3930
3931 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3932
3933         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3934         (spam-split-symbolic-return-positive): Reflow docstring.
3935         (spam-backends, spam-summary-exit-behavior)
3936         (spam-mark-ham-unread-before-move-from-spam-group)
3937         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3938         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3939         (spam-clear-cache, spam-backend-check, spam-install-backend)
3940         (spam-install-statistical-backend, spam-list-of-processors)
3941         (spam-group-processor-p, spam-split, spam-bogofilter-score)
3942         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3943         (spam-check-crm114, spam-initialize, spam-unload-hook):
3944         Fix typos in docstrings.
3945
3946 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3947
3948         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3949         been checked if they have never been read and those group levels are
3950         higher than the one that a user specified.
3951
3952 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3953
3954         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3955         foreign groups unless a group level is specified by a user.
3956         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3957
3958 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
3959
3960         * message.el (message-send-mail-function): Require sendmail.
3961
3962 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
3963
3964         * message.el (message-send-mail-function): Check for smtpmail too.
3965
3966         * utf7.el (utf7-encode, utf7-decode): Use coding system
3967         `utf-7'/`utf-7-imap' from utf-7.el' if available.
3968
3969         * message.el (message-send-mail-function): New function.
3970         (message-send-mail-function): Set default using
3971         message-send-mail-function.  Adjust doc string.
3972         (message-send-mail-with-mailclient): New function.
3973
3974 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3975
3976         * smime.el (from):
3977         * rfc2047.el (message-posting-charset):
3978         * qp.el (mm-use-ultra-safe-encoding):
3979         * pop3.el (parse-time-months):
3980         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3981         * nnml.el (files):
3982         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3983         (jka-compr-compression-info-list, ange-ftp-path-format)
3984         (efs-path-regexp):
3985         * nndiary.el (files):
3986         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3987         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3988         (epg-digest-algorithm-alist, inhibit-redisplay)
3989         (password-cache-expiry):
3990         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3991         (pgg-output-buffer, password-cache-expiry):
3992         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3993         (efs-path-regexp):
3994         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3995         (inhibit-redisplay):
3996         * mm-uu.el (file-name, start-point, end-point, entry)
3997         (gnus-newsgroup-name, gnus-newsgroup-charset):
3998         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3999         (latin-unity-ucs-list):
4000         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4001         (mm-uu-binhex-decode-function):
4002         * message.el (gnus-message-group-art, gnus-list-identifiers)
4003         (rmail-enable-mime-composing, gnus-local-organization)
4004         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4005         (gnus-read-active-file, facemenu-add-face-function)
4006         (facemenu-remove-face-function, gnus-article-decoded-p)
4007         (tool-bar-mode):
4008         * mail-source.el (display-time-mail-function):
4009         * gnus-util.el (nnmail-pathname-coding-system)
4010         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4011         (gnus-original-article-buffer, gnus-user-agent)
4012         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4013         (xemacs-codename, sxemacs-codename, emacs-program-version):
4014         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4015         * gnus-start.el (gnus-agent-covered-methods)
4016         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4017         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4018         (gnus-newsgroup-headers, gnus-group-list-mode)
4019         (gnus-group-mark-positions, gnus-newsgroup-data)
4020         (gnus-newsgroup-unreads, nnoo-state-alist)
4021         (gnus-current-select-method, mail-sources)
4022         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4023         (nnmail-spool-file, gnus-cache-active-hashtb):
4024         * gnus-mh.el (mh-lib-progs):
4025         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4026         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4027         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4028         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4029         (gnus-group-buffer):
4030         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4031         (font-lock-set-defaults):
4032         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4033         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4034         (gnus-summary-post-menu, total-parts, type, condition, length):
4035         * gnus-agent.el (gnus-agent-read-agentview):
4036         * flow-fill.el (show-trailing-whitespace):
4037         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4038         eval-and-compile wrappers for byte compiler pacifiers.
4039
4040         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4041         (mm-display-inline-fontify): Check for featurep 'xemacs not
4042         extent-list.
4043
4044         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4045         itimer-list.
4046         (mm-create-image-xemacs): Only do something for XEmacs.
4047         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4048
4049         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4050
4051         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4052         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4053
4054 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4055
4056         * nnimap.el (nnimap-split-download-body):
4057         * gnus-demon.el (gnus-demon):
4058         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4059
4060 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4061
4062         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4063         macros.
4064         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4065         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4066         copy data from unibyte buffer to multibyte current buffer.
4067         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4068         to copy data from unibyte current buffer to multibyte buffer.
4069         (nntp-make-process-buffer): Make process buffer unibyte.
4070
4071         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4072
4073 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4074
4075         * pop3.el (pop3-open-server): Accept and process data more robustly at
4076         connexion start to avoid spurious "POP SSL connexion failed" errors.
4077
4078 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4079
4080         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4081         read group names.
4082
4083 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4084
4085         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4086
4087 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4088
4089         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4090         (nnmail-save-active): Use a unibyte buffer when saving active file,
4091         which may contain non-ASCII group names.
4092
4093         * nnml.el (nnml-request-group): Decode group names in messages.
4094
4095 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4096
4097         * message.el (message-citation-line-function)
4098         (message-insert-formatted-citation-line): Fix spelling of
4099         `message-insert-formated-citation-line'.
4100
4101 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4102
4103         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4104
4105 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4106
4107         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4108         nnmail-pathname-coding-system.
4109
4110         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4111         that a user enters; decode group names in messages.
4112
4113         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4114
4115 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4116
4117         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4118
4119         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4120
4121         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4122         risky local variable.
4123
4124         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4125
4126 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4127
4128         * encrypt.el: Improve documentation to fix function name typo.
4129         Reported by Daiki Ueno <ueno@unixuser.org>.
4130
4131 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4132
4133         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4134         even if the point is not in the last page of an article.
4135         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4136         back to the previous page.
4137
4138 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4139
4140         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4141
4142 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4143
4144         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4145
4146 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4147
4148         * message.el (message-check-news-body-syntax): Avoid
4149         mm-string-as-multibyte.
4150         (message-hide-headers): Don't assume (point-min)==1.
4151
4152 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4153
4154         * message.el (message-remove-blank-cited-lines): Fix if remove is
4155         given.
4156         (message-bogus-address-regexp): New variable.
4157         (message-bogus-recipient-p): New function.
4158         (message-check-recipients): New command.
4159         (message-syntax-checks): Add `bogus-recipient'.
4160         (message-fix-before-sending): Add `bogus-recipient'.
4161
4162         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4163         (gnus-treat-body-boundary): Don't test window-system.
4164
4165 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4166
4167         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4168
4169 2007-10-28  Miles Bader  <miles@gnu.org>
4170
4171         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4172         at compile-time too.
4173
4174 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4175
4176         * gnus-msg.el (gnus-message-setup-hook): Add
4177         `message-remove-blank-cited-lines' to options.
4178
4179 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4180
4181         * message.el (message-remove-blank-cited-lines): New function.
4182         Suggested by Karl Plästerer.
4183
4184 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4185
4186         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4187         mapc.
4188
4189         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4190         (top-level): Use mapc to set functions to be traced for debugging.
4191
4192         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4193         called for effect with while loop.
4194
4195         * message.el (message-talkative-question): Replace mapcar called for
4196         effect with mapc.
4197
4198         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4199         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4200         called for effect with dolist.
4201
4202         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4203
4204         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4205         gnus-extra-headers and nnmail-extra-headers.
4206
4207         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4208         called for effect with dolist.
4209         (top-level): Use mapc to set functions to be traced for debugging.
4210
4211         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4212         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4213         dolist.
4214
4215         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4216         Replace mapcar called for effect with mapc.
4217         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4218         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4219         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4220         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4221
4222         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4223         remove-if that's a cl function.
4224
4225         * webmail.el (webmail-debug): Replace mapcar called for effect with
4226         dolist.
4227
4228         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4229         with mapc.
4230
4231 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4232
4233         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4234         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4235         with while loop.
4236
4237         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4238         functions from article-* functions.
4239         (gnus-multi-decode-header): Replace mapcar called for effect with
4240         dolist.
4241
4242         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4243         (gnus-bookmark-show-details): Replace mapcar called for effect with
4244         while loop.
4245
4246         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4247         called for effect with while loop.
4248
4249         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4250         with dolist.
4251
4252         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4253         mapcar called for effect with dolist.
4254
4255         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4256
4257         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4258         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4259         Replace mapcar called for effect with dolist.
4260         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4261         mapc.
4262
4263         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4264         Replace mapcar called for effect with dolist.
4265         (gnus-topic-list): Replace mapcar called for effect with mapc.
4266
4267         * gnus.el: Use mapc instead of mapcar to add autoloads.
4268
4269 2007-10-23  Richard Stallman  <rms@gnu.org>
4270
4271         * gnus-group.el (gnus-group-highlight): Mark as risky.
4272
4273 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4274
4275         * gnus.el (gnus-server-to-method): Return method found first in
4276         gnus-newsrc-alist.
4277
4278         * gnus-art.el (gnus-article-highlight-signature)
4279         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4280         button overlay without the front stickiness.
4281
4282 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4283
4284         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4285         overview buffer needed a catch to receive its throw.
4286         (gnus-agent-flush-cache): Declared as interactive to make this function
4287         easier to use.
4288
4289 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4290
4291         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4292         `next-line'.
4293
4294 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4295
4296         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4297         exclude address matching message-dont-reply-to-names.
4298
4299 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * gnus-util.el (gnus-string<): New function.
4302
4303         * gnus-sum.el (gnus-article-sort-by-author)
4304         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4305
4306 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4307
4308         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4309         the frame-focus tag is set in gnus-buffer-configuration.
4310
4311 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4312
4313         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4314         the front stickiness.
4315
4316 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4319         url pattern; remove duplicate one.
4320         (gnus-article-extend-url-button): New function.
4321         (gnus-article-add-buttons): Use it.
4322         (gnus-button-push): Use concatenated url that it makes.
4323
4324 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4325
4326         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4327
4328 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4329
4330         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4331         Don't hardcode point-min==1.
4332
4333 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4334
4335         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4336         Fix comment about "iso8859-1".
4337
4338 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4339
4340         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4341         ones returned from the verify-function.
4342
4343         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4344         mml2015-extract-cleartext-signature if extraction failed.
4345
4346 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4347
4348         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4349         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4350         failed.
4351
4352 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4353
4354         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4355
4356 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4357
4358         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4359         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4360         recommends to use EasyPG instead of PGG.
4361
4362         * pgg.el: Revert to revision 6.23.2.16.
4363
4364         * pgg-def.el: Revert to revision 6.6.2.14.
4365
4366         * pgg-gpg.el: Revert to revision 6.23.2.34.
4367
4368 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4369
4370         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4371         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4372         thread for both the null and zero (kill/expire thread) universal prefix
4373         cases.
4374         (gnus-summary-expire-thread): Add new function to expire a thread,
4375         using gnus-summary-kill-thread.
4376         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4377         shortcuts for gnus-summary-expire-thread.
4378         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4379         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4380
4381 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4382
4383         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4384         extras value, so an extras entry can be deleted.
4385         (gnus-registry-delete-extra-entry): Use it.
4386         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4387         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4388         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4389         storage through the gnus-registry, and provide an appropriate API for
4390         it.
4391
4392 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4393
4394         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4395         Suggested by Leo <sdl.web@gmail.com>.
4396
4397         * gnus.el: Do.
4398
4399 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4402         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4403
4404         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4405
4406         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4407         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4408
4409 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4410
4411         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4412         newline.
4413         (nnmbox-request-accept-article): Don't change article in source buffer;
4414         narrow to header to use message-fetch-field rather than
4415         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4416         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4417         as delimiters; make sure article ends with newline.
4418         (nnmbox-delete-mail): Correct last position of article to be deleted;
4419         ignore X-Gnus-Newsgroup header in article body.
4420         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4421         positions; make sure article ends with newline.
4422
4423         * message.el (message-display-abbrev): Don't infloop when a user
4424         inserts SPC in the beginning of header.
4425
4426         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4427         coding-system-for-read and coding-system-for-write for XEmacs having no
4428         file-coding feature.
4429
4430         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4431
4432 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4433
4434         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4435         list of groups not followed by default.  Fix type to be regexp.
4436         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4437
4438 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4439
4440         * hmac-def.el (define-hmac-function): Switch from old-style to
4441         new-style backquotes.
4442
4443         * md4.el (md4-make-step): Likewise.
4444
4445 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4446
4447         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4448         raw-text coding system when saving .newsrc file, which may contain
4449         non-ASCII group names.
4450
4451 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4452
4453         * gnus-cus.el (gnus-score-extra): New widget.
4454         (gnus-score-extra-convert): New function.
4455         (gnus-score-customize): Use it for Extra.
4456
4457 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4458
4459         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4460         (mml2015-mailcrypt-clear-verify): Use it.
4461         (mml2015-gpg-clear-verify): Use it.
4462         (mml2015-pgg-clear-verify): Use it.
4463         (mml2015-epg-clear-verify): Replace the current part with the output
4464         from GnuPG; don't extract the plaintext by itself.
4465
4466         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4467         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4468         mml2015-clear-verify-function; don't touch the armor headers or
4469         dash-escaped text here.
4470
4471 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4472
4473         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4474         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4475         parts, or application/octet-stream as a last resort.
4476         (gnus-mime-view-part-as-type): Don't toggle display.
4477         (gnus-mime-view-part-as-charset): Don't turn off display before
4478         querying charset.
4479
4480         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4481         stuff to undisplayer function in Emacs.
4482         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4483
4484         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4485         text/calendar parts.
4486
4487 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4488
4489         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4490         decoding text/calendar parts.
4491
4492         * message.el (message-forward-make-body-mime): Always mark body as
4493         having no illegible text; remove signed-or-encrypted argument.
4494         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4495
4496         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4497         (mml-generate-mime-1): Don't encode body if it is specified to be in
4498         raw form; don't make buffer be unibyte when inserting multibyte string.
4499
4500 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4501
4502         * sha1.el: Fix up comment style.
4503         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4504         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4505
4506         * hex-util.el: Fix up comment style.
4507         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4508
4509         * gnus-salt.el: Use with-current-buffer.
4510         (gnus-pick-setup-message): Fix long-standing typo.
4511
4512 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * imap.el (imap-logout-timeout): New variable.
4515         (imap-logout, imap-logout-wait): New functions.
4516         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4517
4518         * nnimap.el (nnimap-logout-timeout): New server variable.
4519         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4520         nnimap-logout-timeout.
4521
4522         * gnus-art.el (gnus-article-summary-command-nosave)
4523         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4524
4525 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4526
4527         * gnus.el (gnus-maximum-newsgroup): New variable.
4528
4529         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4530         according to gnus-maximum-newsgroup.
4531
4532         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4533         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4534         Limit the range of articles according to gnus-maximum-newsgroup.
4535
4536 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4537
4538         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4539         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4540         Don't perform gnus-configure-windows here; reuse existing sticky
4541         article buffer.
4542
4543         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4544         it doesn't exist in gnus-article-mode.
4545
4546 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4547
4548         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4549         (gnus-agent-decoded-group-name): New function.
4550         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4551         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4552
4553 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4554
4555         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4556         Add binding for gnus-sticky-article.
4557         (gnus-summary-exit): Don't kill sticky article buffers.
4558
4559         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4560         article buffer.
4561         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4562         (gnus-kill-sticky-article-buffers): New commands.
4563
4564 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * nntp.el (nntp-xref-number-is-evil): New server variable.
4567         (nntp-find-group-and-number): If it is non-nil, don't trust article
4568         numbers in the Xref header.
4569
4570 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4571
4572         * gnus-agent.el (gnus-agent-read-group): New function.
4573         (gnus-agent-flush-group, gnus-agent-expire-group)
4574         (gnus-agent-regenerate-group): Use it.
4575         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4576         nnmail-pathname-coding-system.
4577
4578 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4579
4580         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4581
4582         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4583         that are unread as unread, and also as selected so that information of
4584         marks having been changed by a user may be updated when exiting group.
4585
4586 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4587
4588         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4589         calculated ignoring signature parts to gnus-treat-article.
4590
4591 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4592
4593         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4594         a point here in order to keep the window start.
4595         (gnus-insert-mime-security-button): Make a button overlay without the
4596         front stickiness.
4597         (gnus-mime-display-security): Goto the end of a button.
4598
4599         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4600
4601 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4604         group-name-at-point.
4605         (gnus-group-completing-read): New function that offers decoded
4606         non-ASCII group names for completion.
4607         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4608         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4609         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4610         (gnus-group-fetch-control): Use it.
4611         (gnus-fetch-group): Use group-name-at-point for the initial value
4612         rather than the default value; use gnus-alive-p.
4613
4614         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4615         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4616         (gnus-summary-post-news): Use gnus-group-completing-read.
4617
4618         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4619         (gnus-read-move-group-name): Decode group name for completion.
4620
4621 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4622
4623         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4624         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4625         Yamaoka slightly modified the code).
4626
4627 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4628
4629         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4630         (nnmail-split-incoming): Bind it.
4631
4632         * nnml.el (nnml-group-name-charset): New function.
4633         (nnml-decoded-group-name): Use it; don't decode group name if
4634         nnmail-group-names-not-encoded-p is non-nil.
4635         (nnml-encoded-group-name): New function.
4636         (nnml-group-pathname): Inline nnml-decoded-group-name.
4637         (nnml-request-expire-articles): Decode group name in message.
4638         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4639         nnmail-pathname-coding-system.
4640         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4641         not decoded ones according to nnmail-group-names-not-encoded-p.
4642         (nnml-generate-active-info): Use nnml-encoded-group-name.
4643
4644 2007-08-08  Glenn Morris  <rgm@gnu.org>
4645
4646         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4647         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4648         doc-strings and comments.
4649
4650 2007-07-25  Glenn Morris  <rgm@gnu.org>
4651
4652         * Relicense all FSF files to GPLv3 or later.
4653
4654 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4655
4656         * gnus-sum.el (gnus-summary-move-article): Make
4657         gnus-summary-respool-article work.
4658
4659 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4660
4661         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4662         string.
4663
4664 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4665
4666         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4667         that should be ignored when comparing distant RSS articles with local
4668         ones.
4669         (nnrss-make-hash-index): New function.  Create a hash index according
4670         to the ignored fields.
4671         (nnrss-check-group): Use it.
4672
4673 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4674
4675         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4676
4677         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4678
4679         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4680         the new optional argument ENCODED is non-nil.
4681         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4682         coding system for encoding group name.
4683         (gnus-group-make-rss-group): Pass un-encoded group name to
4684         gnus-group-make-group.
4685         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4686         encoded.
4687
4688         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4689         Encode group name to which articles are moved or copied.
4690         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4691         coding system for encoding Newsgroup, Followup-To and Xref headers.
4692
4693         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4694         marks; use nnheader-file-coding-system to write a file.
4695         (nnagent-retrieve-headers): Bind file-name-coding-system to
4696         nnmail-pathname-coding-system.
4697
4698         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4699
4700         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4701         (nnml-request-article, nnml-request-create-group)
4702         (nnml-request-rename-group, nnml-find-id)
4703         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4704         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4705         (nnml-save-marks): Use nnml-group-pathname instead of
4706         nnmail-group-pathname.
4707
4708         (nnml-request-create-group, nnml-request-expire-articles)
4709         (nnml-request-move-article, nnml-request-delete-group)
4710         (nnml-deletable-article-p, nnml-possibly-create-directory)
4711         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4712         (nnml-open-marks): Bind file-name-coding-system to
4713         nnmail-pathname-coding-system.
4714
4715         (nnml-request-article): Pass server argument to nnml-find-group-number.
4716         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4717         server argument to nnml-possibly-create-directory.
4718         (nnml-request-accept-article): Pass server argument to
4719         nnml-active-number and nnml-save-mail.
4720         (nnml-find-group-number): Pass server argument to nnml-find-id.
4721         (nnml-request-update-info): Pass server argument to
4722         nnml-marks-changed-p.
4723
4724         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4725         (nnml-save-mail, nnml-active-number): Add server argument.
4726
4727         (nnml-request-delete-group): Warn if group is missing.
4728         (nnml-get-nov-buffer): Decode group name.
4729         (nnml-generate-active-info): Encode group name.
4730         (nnml-open-marks): Decode group name in messages.
4731
4732 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4733
4734         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4735         if it is not specified.
4736         (gnus-article-pipe-part, gnus-article-save-part)
4737         (gnus-article-interactively-view-part, gnus-article-copy-part)
4738         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4739         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4740         (gnus-article-replace-part, gnus-article-delete-part)
4741         (gnus-article-view-part-as-type): Pass raw prefix argument to
4742         gnus-article-part-wrapper.
4743
4744 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4745
4746         * gnus-agent.el (gnus-agent-save-active): Bind
4747         nnheader-file-coding-system to gnus-agent-file-coding-system.
4748
4749         * gnus-cache.el (gnus-cache-save-buffers)
4750         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4751         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4752         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4753         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4754         (gnus-cache-generate-active, gnus-cache-rename-group)
4755         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4756         (gnus-cache-update-overview-total-fetched-for): Bind
4757         file-name-coding-system to nnmail-pathname-coding-system.
4758         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4759         variables.
4760         (gnus-cache-decoded-group-name): New function.
4761         (gnus-cache-file-name): Use it.
4762         (gnus-cache-generate-active): Use non-decoded group name for active.
4763
4764         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4765         right place.
4766         (gnus-write-active-file): Don't break non-ASCII group names.
4767
4768         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4769         nnmail-pathname-coding-system.
4770
4771         * lpath.el: Bind default-file-name-coding-system,
4772         file-name-coding-system and language-info-alist for XEmacs.
4773
4774         * gnus-uu.el (gnus-uu-decode-save): Typo.
4775
4776 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4777
4778         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4779
4780 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4781
4782         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4783         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4784         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4785         (gnus-agent-flush-group, gnus-agent-flush-cache)
4786         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4787         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4788         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4789         (gnus-agent-regenerate-group)
4790         (gnus-agent-update-files-total-fetched-for)
4791         (gnus-agent-update-view-total-fetched-for): Bind
4792         file-name-coding-system to nnmail-pathname-coding-system.
4793         (gnus-agent-group-pathname): Don't encode file names by
4794         nnmail-pathname-coding-system.
4795         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4796         coding-system-for-write instead of buffer-file-coding-system to
4797         gnus-agent-file-coding-system.
4798
4799         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4800         Decode group name.
4801
4802         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4803
4804         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4805         (gnus-read-newsrc-el-file): Make group names unibyte.
4806
4807         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4808         nnmail-pathname-coding-system.
4809
4810         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4811         (nnrss-request-delete-group): Bind file-name-coding-system to
4812         nnmail-pathname-coding-system.
4813         (nnrss-read-server-data, nnrss-read-group-data): Bind
4814         file-name-coding-system correctly.
4815         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4816
4817         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4818         (nntp-server-to-method-cache): New variable.
4819         (nntp-group-pathname): New function that decodes non-ASCII group names.
4820         (nntp-possibly-create-directory, nntp-marks-changed-p)
4821         (nntp-save-marks, nntp-open-marks): Use it.
4822         (nntp-possibly-create-directory, nntp-open-marks):
4823         Bind file-name-coding-system to nnmail-pathname-coding-system.
4824         (nntp-open-marks): Decode group names when bootstrapping marks.
4825
4826         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4827         Newsgroups and Folowup-To headers.
4828
4829 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4830
4831         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4832         (gnus-server-closed-face, gnus-server-denied-face)
4833         (gnus-server-offline-face): Remove variable.
4834         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4835
4836         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4837         of modifying message-stack directly for XEmacs.
4838
4839         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4840         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4841         if the coding-system argument is nil for XEmacs.
4842
4843         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4844         mm-charset-override-alist.
4845
4846         * rfc2047.el: Don't require base64; require rfc2045 for the function
4847         rfc2045-encode-string.
4848         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4849         to quote the parameter value.
4850
4851 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4852
4853         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4854         form in gnus-group-name-charset-method-alist.
4855
4856         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4857         overrides the default layout edit-form.
4858
4859         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4860
4861         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4862
4863 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4864
4865         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4866         as unfetched articles.
4867
4868 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4869
4870         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4871
4872 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4873
4874         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4875         original back end that keeps marks in the local system.
4876
4877 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4880         arg of pop-to-buffer for XEmacs.
4881         (gnus-article-read-summary-keys): Ditto; don't restore window
4882         configuration if summary command ends up with neither article buffer
4883         nor summary buffer; describe bindings if summary keys end with C-h.
4884
4885 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4886
4887         * message.el (message-fix-before-sending): Skip raw message part to be
4888         forwarded while checking illegible text.
4889         (message-forward-make-body-mime, message-forward-make-body): Mark
4890         signed or encrypted raw message as having no illegible text.
4891
4892 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4893
4894         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4895         (gnus-message-with-timestamp-1): New macro.
4896         (gnus-message-with-timestamp): New function.
4897         (gnus-message): Use them.
4898
4899         * nnheader.el (nnheader-message): Use them.
4900
4901 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4902
4903         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4904         .newsrc.eld file.
4905
4906 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4907
4908         * gnus-agent.el (gnus-agent-fetch-headers)
4909         (gnus-agent-retrieve-headers): Bind
4910         gnus-decode-encoded-address-function to identity.
4911
4912         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4913         available also when the server returns simply a dot.
4914
4915         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4916
4917 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4918
4919         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4920
4921 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * gnus-ems.el (gnus-x-splash): Make it work.
4924
4925         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4926         from being used.
4927
4928         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
4929
4930 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
4933         4th and the 5th arguments.
4934
4935         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4936         the front stickiness.
4937         (gnus-article-summary-command-nosave): Correct the order of the
4938         arguments passed to pop-to-buffer.
4939         (gnus-article-read-summary-keys): Ditto; make it work properly when the
4940         summary command ends up with the article buffer.
4941
4942         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4943         the same faces.
4944
4945 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4946
4947         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4948
4949 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4950
4951         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4952         * gnus-sum.el (gnus-summary-highlight):
4953         * pgg.el (pgg-sign-region, pgg-sign):
4954         * mail-source.el (mail-source-delete-old-incoming-confirm):
4955         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4956
4957 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4958
4959         * gnus-art.el (gnus-mime-view-part-externally)
4960         (gnus-mime-view-part-internally): Fix predicate function passed to
4961         completing-read.
4962
4963         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4964
4965         * gnus.el (gnus-update-message-archive-method): Add :version.
4966
4967 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4968
4969         * gnus.el (gnus-update-message-archive-method): New variable.
4970
4971         * gnus-start.el (gnus-setup-news): Update saved "archive" method
4972         according to gnus-message-archive-method if
4973         gnus-update-message-archive-method is non-nil.
4974
4975 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4976
4977         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
4978         by Loic Dachary <loic@dachary.org>.
4979         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4980
4981 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4982
4983         * message.el (message-pop-to-buffer): Add switch-function argument.
4984         (message-mail): Pass switch-function argument to it.
4985
4986 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
4987
4988         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4989         Improve doc string.
4990
4991 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4992
4993         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4994         (gnus-header-content)
4995         * gnus-cite.el (gnus-cite-10)
4996         * gnus-srvr.el (gnus-server-closed)
4997         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4998         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4999         (gnus-group-mail-3-empty, gnus-group-mail-low)
5000         (gnus-group-mail-low-empty, gnus-splash)
5001         * message.el (message-header-to, message-header-cc)
5002         (message-header-subject, message-header-other, message-header-name)
5003         (message-header-xheader, message-separator, message-cited-text)
5004         (message-mml): Lighten colors of faces used for dark background.
5005
5006 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5007
5008         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5009         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5010
5011 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5012
5013         * message.el (message-narrow-to-headers-or-head):
5014         Ignore mail-header-separator in the body.
5015
5016 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5017
5018         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5019         same as window size.
5020
5021 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5022
5023         * message.el (message-font-lock-keywords): Use message-header-xheader
5024         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5025         ahead of the anything pattern, to get it recognised.
5026
5027 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5028
5029         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5030         spam.el loads uses it in the compiled defadvice form.
5031
5032 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5033
5034         * gnus-sum.el (gnus-articles-to-read)
5035         (gnus-summary-insert-old-articles): Don't truncate group name for
5036         `read-string'.
5037
5038         * gnus-util.el (gnus-limit-string): Delete this function.
5039
5040         * gnus-sum.el (gnus-simplify-subject-fully): Use
5041         `truncate-string-to-width' instead.
5042
5043 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5044
5045         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5046         if, on summary exit, the next group has to be selected.
5047         (gnus-summary-exit): Use it.
5048
5049 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5050
5051         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5052         non-break space.
5053
5054 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5055
5056         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5057         Check if group is not a directory.
5058         (nnfolder-request-expire-articles): Don't delete articles if the target
5059         group is not available.
5060
5061         * nnml.el (nnml-request-create-group): Properly check if group is not a
5062         file.
5063         (nnml-request-expire-articles): Don't delete articles if the target
5064         group is not available.
5065
5066         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5067         Don't quote characters that are within parentheses.
5068
5069 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5070
5071         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5072         (gnus-handle-ephemeral-exit): Select article according to it.
5073
5074 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5075
5076         * message.el (message-insert-formated-citation-line): Remove newline.
5077         (message-citation-line-format): Add final \n here so that the user can
5078         avoid a blank line.
5079
5080 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5081
5082         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5083         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5084         Update lanl/arXiv support.
5085
5086 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5087
5088         * gnus.el: Bump version number.
5089
5090 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5091
5092         * gnus.el (gnus-version-number): Bump version.
5093
5094 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5095
5096         * gnus.el: No Gnus v0.6 is released.
5097
5098 2007-04-27  Didier Verna  <didier@xemacs.org>
5099
5100         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5101         * gmm-utils.el (gmm-regexp-concat): here.
5102         * message.el: Don't require 'gnus-util.
5103         (message-dont-reply-to-names): Handle name change above.
5104         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5105
5106 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5107
5108         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5109         since the initial value varies according to the system.
5110
5111 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5112
5113         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5114
5115 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5116
5117         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5118
5119 2007-04-24  Didier Verna  <didier@xemacs.org>
5120
5121         Improve the type of gnus-ignored-from-addresses.
5122         * gnus-util.el (gnus-orify-regexp): New function.
5123         * message.el (gnus-util): Require it.
5124         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5125         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5126         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5127
5128 2007-04-24  Didier Verna  <didier@xemacs.org>
5129
5130         * gnus-sum.el:
5131         * gnus-utils.el: Fix some trailing whitespaces.
5132
5133 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5134
5135         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5136         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5137         article's Message-ID; refer parent article in summary buffer.
5138
5139         * message.el (message-bounce): Call mime-to-mml.
5140
5141         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5142         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5143         optimize and/or forms properly.
5144
5145 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5146
5147         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5148         URL.
5149
5150 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5151
5152         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5153
5154 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5155
5156         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5157         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5158         displayed of multipart/alternative part if it is invoked from summary
5159         buffer.
5160
5161         * mm-view.el (mm-inline-text-html-render-with-w3m)
5162         (mm-inline-text-html-render-with-w3m-standalone)
5163         (mm-inline-render-with-function): Use mail-parse-charset by default.
5164
5165 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5166
5167         * parse-time.el (parse-time-string-chars): Check if CHAR
5168         is less than the length of parse-time-syntax.
5169
5170 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5171
5172         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5173         from gnus-newsgroup-processable.
5174
5175 2007-04-16  Didier Verna  <didier@xemacs.org>
5176
5177         * gnus-msg.el (gnus-configure-posting-styles): Handle
5178         message-signature-directory properly with :file syntax.  Reported by
5179         "Leo".
5180
5181 2007-04-11  Didier Verna  <didier@xemacs.org>
5182
5183         New user option: message-signature-directory.
5184         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5185         * message.el (message-insert-signature): Ditto.
5186         * message.el (message-signature-file): Doc update.
5187         * message.el (message-signature-directory): New.
5188
5189 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5190
5191         * gnus-msg.el (gnus-inews-yank-articles): Use
5192         message-exchange-point-and-mark instead of exchange-point-and-mark.
5193
5194 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * message.el (message-yank-original): Make sure cited text ends with
5197         newline; don't exchange point and mark.
5198
5199 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5200
5201         * tls.el (open-tls-stream): Properly handle case where there
5202         is no associated buffer.
5203
5204 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5205
5206         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5207         message-yank-original, make sure (< mark TEXT point).
5208
5209 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5210
5211         * message.el (message-fill-column): New variable.
5212         (message-mode): Use it.  Add comment on a possible new hook.
5213
5214         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5215         (nnmail-get-new-mail): Reformat.
5216
5217         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5218
5219         * gmm-utils.el: Fix Commentary.
5220         (gmm-tool-bar-from-list): Fix typo in doc string.
5221
5222 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5223
5224         * message.el (message-yank-original): Don't switch point and mark
5225         unnecessarily to put point and mark as documented.
5226
5227 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5228
5229         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5230         from the message heads.
5231
5232 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5233
5234         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5235         article buffer does not have a window.  This may not be the best
5236         solution but is certainly better than setting the start of the null,
5237         that is the current, window.
5238
5239 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5240
5241         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5242         (gnus-draft-setup): Run it.
5243
5244         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5245         gnus-score-fast-scoring.  Allow regexp.
5246         (gnus-score-headers): Use it.
5247
5248         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5249         XEmacs.
5250
5251         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5252         string.
5253         (gnus-button-alist): Also catch `<f1> k ...'.
5254         (gnus-treat-display-x-face): Fix doc string.
5255
5256 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5257
5258         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5259         evaluation of gnus-extended-version to ensure correct generation of the
5260         User-Agent header when message-generate-headers-first is used.
5261
5262 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5263
5264         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5265         hashcash-path is nil.  Don't call callback with incorrect number of
5266         parameters if val is 0.
5267
5268 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5269
5270         * message.el (message-required-news-headers):
5271         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5272
5273 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5274
5275         * tls.el (open-tls-stream): In handshake-waiting loop,
5276         don't wait more if there is output available to process.
5277
5278 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5279
5280         * tls.el (tls-program): Doc fix.
5281
5282 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5283
5284         * message.el (message-generate-new-buffers): Change the meaning of the
5285         nil value; add `standard' to the choices; treat t as `unique'; improve
5286         doc string.
5287         (gnus-select-frame-set-input-focus): Autoload.
5288         (message-buffer-name): Search for the existing message buffer if
5289         message-generate-new-buffers is nil or `standard'; treat the value t of
5290         message-generate-new-buffers as `unique'.
5291         (message-pop-to-buffer): Raise the frame already displaying the message
5292         buffer; clear the echo area after querying.
5293         (message-setup): Pass the `continue' argument to compose-mail.
5294         (message-mail): Prefer `switch-function' if it is given; search for the
5295         existing message buffer if the `continue' argument is non-nil; pass
5296         continue and switch-function arguments to compose-mail by way of
5297         message-setup.
5298         (message-mail-other-window): Adjust argument of message-setup.
5299         (message-mail-other-frame): Ditto.
5300
5301 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5302
5303         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5304         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5305         to turn font-lock on when turning gnus-message-citation-mode on.
5306
5307 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5308
5309         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5310         (mml-smime-function-alist): New variable; add epg as the backend.
5311         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5312         mml-smime- functions instead.
5313         * mm-view.el: Require smime.
5314
5315 2007-03-05  Didier Verna  <didier@xemacs.org>
5316
5317         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5318         instead of just inheritance for posting styles.
5319         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5320
5321 2007-02-24  Chris Moore  <dooglus@gmail.com>
5322
5323         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5324         * pgg-pgp.el (pgg-pgp-encrypt-region):
5325         * pgg-gpg.el (pgg-gpg-encrypt-region):
5326         Check pgg-encrypt-for-me if no other recipients.
5327
5328 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5329
5330         * tls.el (tls-certtool-program): Fix custom type.
5331
5332 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5335         and point-at-eol instead of line-(beginning|end)-position.
5336
5337         * assistant.el (assistant-parse-buffer): Ditto.
5338
5339         * netrc.el (netrc-parse-services): Ditto.
5340
5341 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5342
5343         * mml2015.el (mml2015-epg-find-usable-key): New function.
5344         (mml2015-epg-sign): Use it.
5345         (mml2015-epg-encrypt): Use it.
5346
5347 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * message.el (message-make-in-reply-to): Quote name containing
5350         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5351         if there are special characters.  Reported by NAKAJI Hiroyuki
5352         <nakaji@jp.freebsd.org>.
5353
5354 2007-02-27  Didier Verna  <didier@xemacs.org>
5355
5356         Include the group parameters as well as the topic ones in the
5357         inheritance filter process.
5358         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5359         argument GROUP-PARAMS-LIST.
5360         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5361
5362 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5363
5364         * nntp.el (nntp-never-echoes-commands)
5365         (nntp-open-connection-functions-never-echo-commands): New variables.
5366         (nntp-send-command): Use them.
5367
5368 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5369
5370         * mml2015.el (mml2015-epg-verify): Simplified.
5371
5372 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * mml.el (mml-content-disposition-alist): New user option.
5375         (mml-content-disposition): New function.
5376         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5377         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5378
5379 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5380
5381         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5382         verification.
5383
5384 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5385
5386         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5387         articles posted in the last 24 hours.
5388
5389 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5390
5391         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5392
5393 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5394
5395         * nntp.el (nntp-send-command): Don't wait for echoes when
5396         nntp-open-ssl-stream is used.
5397
5398 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5399
5400         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5401         (gnus-message-add-citation-keywords)
5402         (gnus-message-remove-citation-keywords): Remove.
5403         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5404         directly, make the variables in font-lock-defaults buffer-local, add
5405         gnus-message-citation-keywords to them and then update the value of
5406         font-lock-keywords.
5407
5408 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5409
5410         * message.el (message-cite-original-1): Don't call
5411         gnus-article-highlight-citation.
5412
5413         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5414         citations; fix line count.
5415
5416 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5417
5418         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5419         (gnus-message-add-citation-keywords)
5420         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5421         versions of font-lock-add-keywords and font-lock-remove-keywords to
5422         work with XEmacs correctly.
5423
5424 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5425
5426         * gnus-cite.el (gnus-cite-face-list): Set the values of
5427         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5428         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5429         (gnus-message-cite-prefix-regexp): New variable.
5430         (gnus-message-search-citation-line): Use it; protect against long
5431         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5432         the 0th match data for Emacs.
5433         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5434         (gnus-message-add-citation-keywords): Append keywords rather than
5435         prepending; emulate font-lock-add-keywords if it is not available.
5436         (gnus-message-remove-citation-keywords): Emulate
5437         font-lock-remove-keywords if it is not available.
5438
5439         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5440
5441         * message.el (message-cite-prefix-regexp): Set the value of
5442         gnus-message-cite-prefix-regexp.
5443
5444 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5445
5446         * nnweb.el (nnweb-google-parse-1): Update parser.
5447
5448 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5449
5450         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5451
5452 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5453
5454         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5455         regexp.
5456
5457 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5460         string-to-multibyte.
5461         (uudecode-decode-region-internal): Use it.
5462
5463         * lpath.el: Fbind string-as-multibyte for XEmacs.
5464
5465 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5466
5467         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5468         custom choice.
5469
5470         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5471
5472 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5473
5474         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5475
5476         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5477         `write-region' to respect `mm-inhibit-file-name-handlers'.
5478
5479 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5480
5481         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5482         Use gnus-home-directory instead of "~/" or "$HOME".
5483
5484 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5485
5486         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5487         to mention filename.
5488         Add comments at beginning regarding usage.
5489         (encrypt-write-file-contents): Change interactive so a string is
5490         acceptable.  If the file has no associated model, show an error instead
5491         of a nonsense prompt.
5492
5493 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5494
5495         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5496         Thanks to Yoshihiko Yamada for kind notification of this typo.
5497
5498 2007-01-12  Kenichi Handa  <handa@m17n.org>
5499
5500         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5501         multibyte buffer.
5502
5503 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5504
5505         * gnus-score.el (gnus-score-fast-scoring): New variable.
5506         (gnus-score-headers): Use it.
5507
5508         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5509
5510         * message.el (message-cite-original-1): Call
5511         gnus-article-highlight-citation if requested.
5512         (message-make-from): Allow name and address as optional arguments.
5513
5514         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5515
5516         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5517         bugs to doc string.
5518         (gnus-button-alist): Add mid\\|message-id.
5519         (gnus-button-fetch-group): Extend for use in
5520         `browse-url-browser-function'.
5521         (gnus-button-url-regexp): Try to catch paired parentheses like in
5522         Wikipedia URLs.
5523
5524         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5525         Suggested by Simon Krahnke <overlord@gmx.li>.
5526
5527 2007-01-13  Romain Francoise  <romain@orebokech.com>
5528
5529         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5530         Update copyright.
5531
5532 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5533
5534         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5535
5536 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5537
5538         * gnus-registry.el (gnus-registry-unfollowed-groups)
5539         (gnus-registry-split-fancy-with-parent): Fix documentation.
5540
5541 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5542
5543         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5544         from nnweb groups.
5545
5546 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5547
5548         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5549         Xref urls.  Erase buffer before requesting head.
5550
5551 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5552
5553         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5554         customizable.
5555
5556 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5557
5558         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5559         no signing key is found.
5560         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5561         no encrypting and/or signing key is found.
5562
5563 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5564
5565         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5566
5567 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5568
5569         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5570         headers read from disk with the ones newly found in the current search.
5571         This should no longer cause problems, because the article numbers in
5572         Gmane's `nov.php' output are ignored since the previous change.
5573
5574 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5575
5576         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5577
5578 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5579
5580         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5581         replace-regexp-in-string; bind url-version; fbind display-images-p and
5582         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5583         find-face and set-itimer-function for Emacs; bind itimer-list for
5584         Emacs.
5585
5586         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5587
5588 2007-01-01  Romain Francoise  <romain@orebokech.com>
5589
5590         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5591
5592 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5593
5594         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5595         `define-minor-mode' macro definition expanded properly.
5596         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5597         exclude it there.
5598
5599         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5600         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5601         `fboundp' test.
5602         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5603         This is OK to autoload in (S)XEmacs now.
5604
5605 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5606
5607         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5608         keystroke.
5609         (gnus-summary-limit-to-singletons): Fix typo.
5610
5611         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5612         else fails.
5613
5614 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5615
5616         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5617         docstring.
5618
5619         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5620         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5621         (gnus-summary-insert-dormant-articles): Fix typo in message.
5622
5623 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5624
5625         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5626         nil for XEmacs.
5627         (gnus-message-citation-mode): Don't autoload in XEmacs.
5628
5629         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5630
5631 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5632
5633         * nnimap.el (nnimap-expunge-search-string): Mention
5634         nnimap-search-uids-not-since-is-evil in docstring.
5635
5636 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5637
5638         * spam.el: Revert to make-obsolete-variable because
5639         define-obsolete-variable-alias is not supported in Emacs 21.
5640
5641         * spam.el (spam-ifile-path, spam-ifile-database-path)
5642         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5643         make-obsolete-variable.
5644         (spam-bsfilter-path, spam-bsfilter-program)
5645         (spam-spamassassin-path, spam-spamassassin-program)
5646         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5647         use "path" inappropriately.
5648         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5649         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5650         variable names.
5651
5652 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5653
5654         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5655         summary buffer.
5656
5657         * password.el (password-cache-remove): Use clear-string to burn
5658         password, if available.
5659
5660 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5661
5662         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5663
5664         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5665
5666         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5667         (gnus-message-highlight-citation): Move defcustom here from
5668         gnus-cite.el.
5669         (gnus-message-citation-mode): Autoload.
5670
5671         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5672         checks to make it compile with XEmacs.
5673         (gnus-message-citation-mode): New minor mode.
5674         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5675         (gnus-message-highlight-citation): New variables.
5676         (gnus-message-search-citation-line)
5677         (gnus-message-add-citation-keywords)
5678         (gnus-message-remove-citation-keywords)
5679         (turn-on-gnus-message-citation-mode)
5680         (turn-off-gnus-message-citation-mode): New functions.
5681
5682 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5683
5684         * gnus-cite.el: Enable highlighting of different citation levels in
5685         message-mode.
5686
5687 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5688
5689         * message.el (message-make-fqdn): Fix comment.
5690         (message-bogus-system-names): Add ".local".
5691
5692         * spam.el (spam-ifile-path, spam-ifile-program)
5693         (spam-ifile-database-path, spam-ifile-database)
5694         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5695         Don't use "path" inappropriately.
5696         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5697         strings.
5698         (spam-check-ifile, spam-ifile-register-with-ifile)
5699         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5700         new variable names.
5701
5702         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5703         (gnus-treat-display-smileys): Simplify using
5704         gnus-image-type-available-p.
5705
5706         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5707         available.
5708
5709         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5710         `display-images-p' if available.
5711
5712 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5713
5714         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5715         one after turning on the buffer's multibyteness instead of decoding
5716         them directly in the unibyte buffer that causes unexpected conversion
5717         in Emacs 23 (unicode).
5718
5719 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5720
5721         * message.el (message-generate-hashcash): Fix custom type.
5722
5723 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5724
5725         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5726
5727 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5728
5729         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5730         disconnect icons.  Add help text.
5731
5732 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5733
5734         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5735         negated to be consistent with the others we handle.
5736
5737 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5738
5739         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5740         version of gnus-summary-buffer to something, so that we can use two
5741         article buffers at the same time.
5742
5743 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5744
5745         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5746         trigger all the extra headers.
5747         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5748         sorting.
5749
5750 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5751
5752         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5753         solid groups.
5754
5755 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5756
5757         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5758
5759 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5760
5761         * legacy-gnus-agent.el: Add Copyright notice.
5762
5763 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5764
5765         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5766
5767 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5768
5769         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5770
5771         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5772         to make it work reliably in CVS Emacs.
5773         (gnus-summary-limit-strange-charsets-predicate)
5774         (gnus-summary-limit-to-predicate): New functions.
5775
5776 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5777
5778         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5779         specifying array size.
5780         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5781         array if it is too small.
5782         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5783         (gnus-sort-threads-loop): New function.
5784
5785 2006-12-06  Chris Moore  <dooglus@gmail.com>
5786
5787         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5788         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5789
5790 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5791
5792         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5793         options.
5794
5795 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5796
5797         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5798         DOS-ing the recipient.
5799
5800         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5801         the headers when creating the mapping to avoid mismappings.
5802         (nnweb-gmane-create-mapping): Always nix out old mapping.
5803
5804 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5805
5806         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5807         and mm-verify-option to never.
5808
5809 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5810
5811         * message.el (message-signed-or-encrypted-p): New function.
5812         (message-forward-make-body): Use it.
5813
5814         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5815         Replace encode-coding-string with mm-encode-coding-string.
5816
5817 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5818
5819         * nneething.el (nneething-decode-file-name): Replace
5820         decode-coding-string with mm-decode-coding-string.
5821
5822         * gnus-int.el (gnus-open-server): Say failed server's name.
5823
5824 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5825
5826         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5827         strings to a single string.  Quote `errors-file-name'.
5828         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5829         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5830         Adjust calls.  Use `shell-quote-argument'.
5831
5832 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5833
5834         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5835         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5836
5837         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5838         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5839         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5840         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5841         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5842         (gnus-subscribe-newsgroup, gnus-1):
5843         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5844         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5845         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5846         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5847
5848 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5849
5850         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5851         keystroke.
5852         (gnus-summary-limit-to-bodies): Implement headersp.
5853
5854 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5855
5856         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5857
5858 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5861
5862 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5863
5864         * message.el (message-generate-hashcash): Expand range of values to
5865         include `opportunistic'.
5866         (message-send-mail): Use it.
5867
5868 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5869
5870         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5871         and comment it.
5872
5873         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5874
5875 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5876
5877         * gnus-util.el (gnus-extract-address-components): Improve comment.
5878
5879 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * gnus-util.el (gnus-extract-address-components): Work with address in
5882         which the name portion contains @.
5883
5884         * lpath.el: Fbind custom-autoload.
5885
5886 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5887
5888         * gnus.el (gnus-start): Move custom group up.
5889         (gnus-select-method): Don't autoload, but make it available for
5890         `customize-variable'.
5891         (gnus-getenv-nntpserver): Don't autoload.
5892
5893 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5894
5895         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5896
5897 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5898
5899         * message.el (message-sendmail-extra-arguments): New variable.
5900         (message-send-mail-with-sendmail): Use it.
5901
5902 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5903
5904         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5905         mm-with-unibyte-current-buffer to make string unibyte.
5906
5907         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5908         mm-string-as-multibyte.
5909
5910 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5911
5912         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5913         Reported by Werner Koch <wk@gnupg.org>.
5914
5915 2006-11-14  Daiki Ueno  <ueno@p360>
5916
5917         * mml2015.el: Autoload epa-select-keys when compiling.
5918
5919 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5920
5921         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5922         message-options.
5923         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5924
5925 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5926
5927         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5928         EasyPG (< 0.0.6).
5929         (mml2015-always-trust): New user option.
5930         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5931         prompt.
5932
5933 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5934
5935         * nntp.el (nntp-authinfo-force): New variable.
5936         (nntp-send-authinfo): Use it.
5937
5938 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5939
5940         * message.el (message-strip-subject-encoded-words): Allow _not_ to
5941         decode encoded words.  Improve prompt.  Add comment about forwarding.
5942         (message-replacement-char): Move up.
5943
5944 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5945
5946         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5947         instead of gnus-intersection because arguments of gnus-sorted-nunion
5948         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
5949
5950 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
5951
5952         * message.el (message-strip-subject-encoded-words): Reformat prompt.
5953         (message-simplify-subject-functions): Enable
5954         message-strip-subject-encoded-words by default.
5955
5956 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
5957
5958         * message.el (message-strip-subject-encoded-words): New function.
5959         (message-simplify-subject-functions): New variable.
5960         (message-simplify-subject): Use it.  Fix typo in doc string.
5961         Support message-strip-subject-encoded-words.
5962
5963 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5964
5965         * gnus-diary.el (gnus-diary-delay-format-function):
5966         * nndiary.el (nndiary-reminders):
5967         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5968
5969 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5970
5971         * gnus-art.el (article-hide-boring-headers): Fetch date from
5972         gnus-original-article-buffer to avoid problems with localized date
5973         strings.
5974
5975 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5976
5977         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5978
5979 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
5980
5981         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5982         New variables.
5983         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5984         (mm-charset-synonym-alist): Move some entries to
5985         mm-codepage-iso-8859-list.
5986         (mm-charset-synonym-alist, mm-charset-override-alist): Add
5987         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5988
5989 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5992
5993 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5994
5995         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5996         with Emacs 21 and XEmacs.
5997
5998 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5999
6000         * spam.el (spam-parse-address): New function for better parsing,
6001         catching errors, etc.
6002         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6003
6004 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6005
6006         * mm-view.el: Add interactive arg to html2text autoload.
6007
6008 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6011
6012 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6013
6014         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6015         variables.
6016         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6017         (mm-charset-synonym-alist): Move some entries to
6018         mm-codepage-iso-8859-list.
6019
6020         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6021
6022 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6023
6024         * message.el (message-citation-line-format)
6025         (message-insert-formated-citation-line): Fix implementation of %E, %N
6026         and %n according to the doc string.
6027
6028 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6029
6030         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6031         car-safe to avoid bad parses.
6032
6033 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6034
6035         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6036         names.
6037
6038         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6039
6040 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6043         header.
6044
6045         * message.el (message-draft-headers): Add Date.
6046         (message-headers-to-generate): Fix typo in docstring.
6047
6048         * nndraft.el (nndraft-required-headers): New variable.
6049         (nndraft-generate-headers): Use it.
6050
6051         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6052
6053 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6054
6055         * gnus-registry.el (gnus-registry-wash-for-keywords)
6056         (gnus-registry-find-keywords): New functions to allow easy searching of
6057         articles that are in the registry.
6058
6059 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6060
6061         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6062         ietf-drums-parse-address instead of gnus-extract-address-components.
6063         Reported by Damien Elmes <damien@repose.cx>.
6064
6065 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6066
6067         * gnus.el (gnus-mime): Remove unused custom group.
6068
6069 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6070
6071         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6072         "blank line" when searching for end of armor headers.
6073
6074 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * gmm-utils.el (gmm-write-region): Fix variable name.
6077
6078 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6079
6080         * gmm-utils.el (gmm-write-region): New function based on compatibility
6081         code from `mm-make-temp-file'.
6082
6083         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6084
6085         * nnmaildir.el (nnmaildir--update-nov)
6086         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6087         Use `gmm-write-region'.
6088
6089 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6090
6091         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6092         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6093
6094         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6095
6096         * message.el (message-replacement-char): New variable.
6097         (message-fix-before-sending): Use it.
6098         (message-simplify-subject): New function to remove duplicate code.
6099         (message-reply, message-followup): Use it.
6100
6101         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6102         gnus-summary-limit-to-articles.
6103
6104 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6105
6106         * gnus-util.el (gnus-with-local-quit): New macro.
6107
6108         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6109
6110 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6111
6112         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6113         ignore non-string data.
6114
6115 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6116
6117         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6118         non-string data (needs to be done in the registry too).
6119
6120 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6121
6122         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6123         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6124         (gnus-registry-split-fancy-with-parent)
6125         (gnus-registry-fetch-simplified-message-subject-fast)
6126         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6127         Remove text properties on ingress into the registry and when it's saved.
6128         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6129         registry from entries with no groups.
6130
6131 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6132
6133         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6134         function to remove string properties.
6135
6136 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6137
6138         * gmm-utils.el (gmm): Adjust custom version.
6139
6140         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6141         custom version.
6142
6143         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6144
6145 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6146
6147         * gnus-art.el (gnus-insert-prev-page-button)
6148         (gnus-insert-next-page-button): Simplify.  Reformat.
6149
6150 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6151
6152         * gnus-art.el (gnus-insert-prev-page-button)
6153         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6154
6155 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6156
6157         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6158
6159 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6160
6161         * gnus-art.el (gnus-insert-mime-button)
6162         (gnus-insert-mime-security-button):
6163         Apply gnus-article-button-face to MIME and security buttons.
6164
6165 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6166
6167         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6168         readable.
6169
6170 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6171
6172         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6173
6174 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6175
6176         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6177         `browse-url-of-file' instead of `browse-url'.
6178
6179 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6180
6181         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6182         regexp.  Articles containing quotation were cut prematurely.
6183
6184 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6185
6186         * message.el (message-cite-original-1): Use nobody by default for the
6187         value of From header.
6188         (message-reply): Ditto.
6189
6190 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6191
6192         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6193         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6194         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6195
6196 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6197
6198         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6199         mails in the doc string.  Add some URLs in comment.
6200         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6201
6202 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6205         backslashes handling and the way to find boundaries of quoted strings.
6206
6207 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6208
6209         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6210         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6211         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6212         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6213
6214 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6215
6216         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6217         doc string.
6218         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6219
6220 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6221
6222         * lpath.el: Fbind epg-check-configuration.
6223
6224 2006-09-06  Simon Josefsson  <jas@extundo.com>
6225
6226         * mml2015.el (mml2015-use): Doc fix, mention epg.
6227
6228 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6229
6230         * mml2015.el (mml2015-use): Default to epg, if available.
6231
6232 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6233
6234         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6235         message-sender.
6236         (mml1991-epg-encrypt): Ditto.
6237         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6238         message-sender.
6239         (mml2015-epg-encrypt): Ditto.
6240
6241 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6242
6243         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6244         several common directories.
6245
6246 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6247
6248         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6249         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6250
6251 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * gnus-art.el (article-decode-encoded-words): Make it fast.
6254
6255 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6256
6257         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6258
6259         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6260         in quoted string into `\'.
6261
6262 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6263
6264         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6265         Use standard-syntax-table.
6266
6267 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6268
6269         * gnus-art.el (gnus-decode-address-function): New variable.
6270         (article-decode-encoded-words): Use it to decode headers which are
6271         assumed to contain addresses.
6272         (gnus-mime-delete-part): Remove useless `or'.
6273
6274         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6275         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6276         (gnus-nov-parse-line): Use it to decode From header.
6277         (gnus-get-newsgroup-headers): Ditto.
6278         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6279
6280         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6281         (mail-decode-encoded-address-string): New alias.
6282
6283         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6284         New function.
6285         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6286         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6287         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6288         (rfc2047-decode-string): Ditto.
6289         (rfc2047-decode-address-region): New function.
6290         (rfc2047-decode-address-string): New function.
6291
6292 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6293
6294         * message.el (message-caesar-buffer-body): Allow rotating headers.
6295
6296         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6297
6298         * message.el (message-insert-formated-citation-line): Fix %f.
6299         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6300
6301 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6302
6303         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6304         (gnus-bookmark-mouse-available-p): New macro.
6305         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6306         (gnus-bookmark-bmenu-show-infos): Use it.
6307         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6308         (gnus-bookmark-bmenu-hide-infos): Ditto.
6309         (gnus-bookmark-remove-properties): New function.
6310         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6311         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6312         (gnus-bookmark-write-file): Bind coding-system-for-write.
6313         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6314         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6315         group before selecting it.
6316         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6317         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6318         quit-window if it is not available; use gnus-mouse-2 and bind it to
6319         gnus-bookmark-bmenu-select-by-mouse.
6320         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6321         (gnus-bookmark-bmenu-select-by-mouse): New function.
6322
6323 2006-08-13  Romain Francoise  <romain@orebokech.com>
6324
6325         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6326         space.
6327
6328 2006-08-10  Romain Francoise  <romain@orebokech.com>
6329
6330         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6331         (dns-mode-soa-auto-increment-serial): New user option.
6332         (dns-mode-soa-maybe-increment-serial): New function.
6333         (dns-mode): Add the latter to `write-contents-functions'.
6334
6335 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * compface.el (uncompface): Use binary rather than raw-text-unix.
6338
6339 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * compface.el (uncompface): Make sure the eol conversion doesn't take
6342         place when communicating with the external programs.  Reported by
6343         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6344
6345 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6346
6347         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6348
6349 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6350
6351         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6352         Make it more robust by parsing author and date independently.
6353
6354 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6355
6356         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6357
6358 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6359
6360         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6361         first matching secret key.
6362         (mml2015-epg-encrypt): Ditto.
6363
6364         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6365         first matching secret key.
6366         (mml1991-epg-encrypt): Ditto.
6367
6368         * mml2015.el (mml2015-encrypt-to-self): New user option.
6369         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6370         mml2015-epg-encrypt-to-self is set.
6371
6372         * mml1991.el (mml1991-encrypt-to-self): New variable.
6373         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6374         mml1991-epg-encrypt-to-self is set.
6375
6376         * mml2015.el (mml2015-signers): New user option.
6377         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6378         (mml2015-epg-encrypt): Allow to select signing keys.
6379
6380         * mml1991.el (mml1991-signers): New variable.
6381         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6382         (mml1991-epg-encrypt): Allow to select signing keys.
6383
6384 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * nnheader.el (nnheader-insert-head): Make it work even if the file
6387         uses CRLF for the line-break code.
6388
6389 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6390
6391         * mml2015.el: Require mml-sec instead of password.
6392         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6393         (mml2015-cache-passphrase): Inherit the default value from
6394         mml-secure-cache-passphrase.
6395         (mml2015-passphrase-cache-expiry): Inherit the default value from
6396         mml-secure-passphrase-cache-expiry.
6397
6398         * mml1991.el: Require mml-sec instead of password.
6399         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6400         (mml1991-cache-passphrase): Inherit the default value from
6401         mml-secure-cache-passphrase.
6402         (mml1991-passphrase-cache-expiry): Inherit the default value from
6403         mml-secure-passphrase-cache-expiry.
6404
6405         * mml-sec.el: Require password.
6406         (mml-secure-verbose): New user option.
6407         (mml-secure-cache-passphrase): New user option.
6408         (mml-secure-passphrase-cache-expiry): New user option.
6409
6410 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6411
6412         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6413         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6414         andreas@altroot.de (Andreas Vögele).
6415
6416         FIXME: Use `tiny change'?
6417
6418 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6419
6420         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6421         workaround for the url package included with Emacs.
6422
6423         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6424
6425 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6428         correctly.  This fixes a bug caused by the 2006-05-12 change.
6429
6430 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6431
6432         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6433         some information about the error when saying that the `bogus' mail
6434         group will be used.
6435
6436 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6437
6438         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6439         string.
6440
6441 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6442
6443         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6444
6445 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6446
6447         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6448
6449 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6450
6451         * mml1991.el (mml1991-function-alist): Add epg.
6452         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6453         (mml1991-epg-encrypt): New functions.
6454
6455 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6456
6457         * mml2015.el (mml2015-verbose): New variable.
6458         (mml2015-cache-passphrase): Ditto.
6459         (mml2015-passphrase-cache-expiry): Ditto.
6460         (mml2015-function-alist): Add epg.
6461         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6462         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6463         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6464         functions.
6465
6466 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6467
6468         * message.el (message-cite-original-1): Preserve region when removing
6469         quoted text due to X-No-Archive in order to avoid bogus attribution
6470         when citing multiple messages.
6471
6472 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6473
6474         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6475         Kenneth Jacker <khj@be.cs.appstate.edu>.
6476
6477 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6478
6479         * gnus-diary.el (gnus-user-format-function-d)
6480         (gnus-user-format-function-D): Autoload.
6481
6482         * imap.el (Commentary): Fix typo.
6483
6484         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6485         2006-04-22 contribution.
6486
6487 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6488
6489         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6490         It didn't really fix the bogosity I'm seeing with solid web groups.
6491
6492 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6493
6494         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6495         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6496         created using server names.  If we use the feature without declaring
6497         it, Gnus does not properly manage server and group state.
6498
6499         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6500         bound.
6501
6502 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6503
6504         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6505         looking up the method using GROUP's prefix before inventing a new one.
6506         It is used on killed/unknown groups in various places where returning
6507         an all-new method isn't expected by the caller.
6508
6509         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6510         and match semantics of gnus-group-real-prefix.
6511
6512 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6513
6514         * nnmail.el (nnmail-broken-references-mailers): New variable.
6515         (nnmail-ignore-broken-references): New function generalizing
6516         nnmail-fix-eudora-headers.
6517         (nnmail-fix-eudora-headers): Now obsolete.
6518
6519         * gnus-art.el (gnus-button-handle-custom): Support
6520         `customize-apropos*'.
6521
6522 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6523
6524         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6525
6526         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6527         articles.
6528
6529 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6530
6531         * message.el (message-cite-reply-above): New variable.
6532         (message-yank-original): Use it.
6533
6534 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6535
6536         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6537
6538 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6539
6540         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6541         as read.
6542
6543         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6544
6545 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6546
6547         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6548         (gnus-bookmark-default-file): Use gnus-directory.
6549         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6550         Remove "*" in doc string.
6551         (gnus-bookmark-write-file): Simplify.
6552         (gnus-bookmark-maybe-sort-alist): Use `when'.
6553         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6554         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6555         FIXME about Emacs 21 and XEmacs compatibility.
6556         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6557         compatibility.
6558         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6559         compatibility.
6560         (gnus-bookmark-menu-heading): Fix version.
6561
6562 2006-06-19  Bastien Guerry  <bzg@altern.org>
6563
6564         * gnus-bookmark.el: New file.
6565
6566 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6567
6568         * message.el (message-syntax-checks): Doc fix.
6569
6570 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6571
6572         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6573         unsubscribed groups as if they were killed ones.  It causes duplicate
6574         entries in gnus-newsrc-alist.
6575
6576 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6577
6578         * message.el (message-syntax-checks): Doc fix.
6579         (message-send-mail): Add check for continuation headers.
6580         (message-check-news-header-syntax): Fix regexp used to check for
6581         continuation headers.
6582
6583 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6584
6585         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6586
6587 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6588
6589         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6590
6591 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6592
6593         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6594         default-truncate-lines.
6595
6596 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6597
6598         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6599         to fill the utf-8 entry.
6600
6601         * lpath.el: Fbind unicode-precedence-list.
6602
6603 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6604
6605         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6606
6607 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6608
6609         * gnus-agent.el (directory-files-and-attributes): Move all the way
6610         forward (the third and final move).
6611         (gnus-agent-read-agentview): Trap reconstruction errors due to
6612         nonexistant directory.  Handle by returning nil.
6613
6614 2006-05-30  Didier Verna  <didier@xemacs.org>
6615
6616         * message.el (message-dont-reply-to-names): Update the custom type.
6617         * message.el (message-dont-reply-to-names): New defsubst: potentially
6618         convert a list of regexps into a single one.
6619         * message.el (message-get-reply-headers): Use it.
6620         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6621
6622 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6623
6624         * gnus-agent.el (directory-files-and-attributes): Move forward.
6625
6626 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6627
6628         * gnus-ml.el (gnus-mailing-list-subscribe)
6629         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6630         (gnus-mailing-list-message): Fix doc strings.
6631
6632 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6633
6634         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6635         of doing it manually.
6636
6637 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6638
6639         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6640         comment.
6641
6642 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6643
6644         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6645         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6646         (gnus-agent-read-local): All symbols allocated in my-obarray.
6647         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6648         (gnus-agent-regenerate-group): Check numeric names to see if they are
6649         messages or groups.
6650         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6651         better way of do this...)
6652
6653         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6654         'dummy.group' (there should be a better way of do this...)
6655
6656 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6657
6658         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6659         (gnus-saved-headers): Ditto.
6660         (gnus-default-article-saver): Mention functions may have properties.
6661         (gnus-article-save): Override gnus-save-all-headers and
6662         gnus-saved-headers by :headers property which saver function may have.
6663         (gnus-summary-save-in-file): Add :headers property.
6664         (gnus-summary-write-to-file): Ditto.
6665
6666         * gnus-sum.el (gnus-summary-save-article): Bind
6667         gnus-prompt-before-saving to t when saving many articles in a file;
6668         always show all headers.
6669
6670         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6671
6672 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6673
6674         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6675         marks.
6676
6677         * message.el (message-indent-citation): Add optional arguments to allow
6678         using it outside of message buffers.
6679
6680         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6681         (gnus-article-treat-unfold-headers): Use it.
6682         (gnus-article-truncate-lines): New variable.
6683         (gnus-article-mode): Use it.
6684         (gnus-article-toggle-truncate-lines): New function.
6685
6686         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6687         gnus-article-toggle-truncate-lines.
6688
6689         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6690         coding system in XEmacs, use binary.
6691
6692 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6693
6694         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6695         after-load-alist.
6696
6697         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6698         this function should save decoded articles.
6699         (gnus-summary-write-to-file): Use property to specify this function
6700         should save decoded articles and specify gnus-summary-save-in-file
6701         should be used to save articles other than the first one when saving
6702         many articles.
6703         (gnus-summary-save-body-in-file): Use property to specify this
6704         function should save decoded articles.
6705         (gnus-summary-write-body-to-file): Use property to specify this
6706         function should save decoded articles and specify
6707         gnus-summary-save-body-in-file should be used to save articles other
6708         than the first one when saving many articles.
6709
6710         * gnus-sum.el (gnus-summary-save-article): Simplify.
6711
6712 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6713
6714         * gnus-art.el (gnus-default-article-saver): Add
6715         gnus-summary-write-body-to-file.
6716         (gnus-article-save-coding-system): Don't use coding system object
6717         in XEmacs.
6718         (gnus-read-save-file-name): Add optional `dir-var' argument which
6719         specifies directory in which files are saved; work even if optional
6720         `variable' argument is not specified.
6721         (gnus-summary-write-to-file): Read file name.
6722         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6723         (gnus-summary-write-body-to-file): New function.
6724
6725         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6726         (gnus-summary-local-variables): Add it.
6727         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6728         (gnus-summary-save-article): Remove optional `decode' argument;
6729         determine whether to decode articles by the value of
6730         gnus-default-article-saver; when saving many files using
6731         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6732         it first and use gnus-summary-save-in-file or
6733         gnus-summary-save-body-in-file thereafter unless
6734         gnus-prompt-before-saving is always; move point to article which
6735         will be saved.
6736         (gnus-summary-save-article-file): Revert.
6737         (gnus-summary-write-article-file): Revert.
6738         (gnus-summary-save-article-body-file): Revert.
6739         (gnus-summary-write-article-body-file): New function.
6740
6741 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6742
6743         * gnus-art.el (gnus-default-article-saver): Doc fix.
6744         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6745         from gnus-summary-save-article-coding-system, and default to a
6746         certain coding system.
6747         (gnus-output-to-file): Add coding cookie and encode text according
6748         to gnus-article-save-coding-system; don't use mm-append-to-file.
6749
6750         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6751         gnus-art.el and rename to gnus-article-save-coding-system.
6752         (gnus-summary-save-article): Require gnus-art; don't show all
6753         headers if it decodes articles; don't add coding cookie here;
6754         don't bind mm-text-coding-system-for-write.
6755         (gnus-summary-save-article-file): Save decoded articles.
6756         (gnus-summary-write-article-file): When saving many files, use
6757         gnus-summary-write-to-file first and gnus-summary-save-in-file
6758         thereafter unless gnus-prompt-before-saving is always.
6759         (gnus-summary-save-article-body-file): Save decoded articles.
6760
6761         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6762
6763 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6764
6765         * nnrss.el (nnrss-check-group): Bind hash-index.
6766
6767 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6768
6769         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6770         its hash index.  Store this hash in `nnrss-group-data'.
6771         (nnrss-read-group-data): Update accordingly.
6772
6773 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6774
6775         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6776         entry.
6777
6778         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6779         gnus-article-browse-html-article.
6780
6781 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6782
6783         * gnus-sum.el (gnus-summary-mime-map): Add
6784         gnus-article-browse-html-article.
6785
6786         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6787
6788 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6789
6790         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6791         suitable coding systems in customize.
6792
6793 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6794
6795         * mail-source.el (mail-sources): Fix custom type.
6796
6797 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6798
6799         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6800         (gnus-summary-expire-articles-now): Shorten prompt.
6801
6802         * gmm-utils.el (wid-edit): Require.
6803         (defun-gmm): Renamed from `gmm-defun-compat'.
6804         (gmm-image-search-load-path): Use it.
6805         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6806
6807 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6808
6809         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6810         variable.
6811         (gnus-summary-save-article): Add optional `decode' argument.  If
6812         it is set and gnus-summary-save-article-coding-system is non-nil,
6813         save decoded article.
6814         (gnus-summary-write-article-file): Save decoded article if
6815         gnus-summary-save-article-coding-system is non-nil.
6816
6817         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6818         type.
6819
6820 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6821
6822         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6823
6824 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6825
6826         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6827         first to test gnus-single-article-buffer which may be buffer-local.
6828
6829         * gnus-sum.el (gnus-summary-setup-buffer): Make
6830         gnus-single-article-buffer buffer-local and nil in ephemeral
6831         group; make gnus-article-buffer, gnus-article-current, and
6832         gnus-original-article-buffer always buffer-local.
6833         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6834         group.
6835         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6836
6837 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6838
6839         * nnml.el (nnml-request-compact-group): Compressed files might not
6840         have .gz extension.
6841
6842 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6843
6844         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6845         (mm-copy-to-buffer): Use with-current-buffer.
6846         (mm-display-part): Simplify.
6847         (mm-inlinable-p): Add optional arg `type'.
6848
6849 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6850
6851         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6852         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6853         Try harder to show the attachment internally or externally using
6854         gnus-mime-view-part-as-type.
6855
6856 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6857
6858         * message.el (message-from-style, message-signature-separator)
6859         (message-user-organization-file, message-send-mail-function)
6860         (message-citation-line-function, message-yank-prefix)
6861         (message-indent-citation-function, message-signature)
6862         (message-signature-file, message-signature-insert-empty-line):
6863         Remove autoloads.
6864
6865         * gnus-art.el (gnus-buttonized-mime-types): Remove
6866         "multipart/signed".  Revert 2006-04-26 change.
6867
6868 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6869
6870         * gnus.el (gnus-version-number): Bump version.
6871
6872 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6873
6874         * gnus.el: No Gnus v0.5 is released.
6875
6876 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6877
6878         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6879         fetching articles by message-id.
6880
6881 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6882
6883         * message.el (hashcash): Require hashcash as normal.
6884
6885         * ecomplete.el (ecomplete-highlight-match-line): Use
6886         point-at-eol.
6887         (ecomplete-highlight-match-line): Use `highlight', because that
6888         face exists in both Emacs and XEmacs.
6889
6890         * message.el (message-display-abbrev): Use point-at-bol.
6891
6892         * mail-source.el: Don't require timer/timer-funcs.
6893
6894         * gnus-async.el: Ditto.
6895
6896         * password.el: Ditto.
6897
6898         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6899
6900         * mm-url.el: Ditto.
6901
6902         * gnus-xmas.el: Don't require timer-funcs.
6903
6904         * mm-util.el: Require timer/timer-funcs.
6905
6906 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6907
6908         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6909         Close.
6910
6911 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6912
6913         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6914         unibyte after clear-decrypt function runs.
6915
6916         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6917         returns as a unibyte string.
6918
6919 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6920
6921         * lpath.el: Revert.
6922
6923         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
6924         (pgg-gpg-process-sentinel): Revert.
6925
6926         * pgg-pgp.el (pgg-pgp-process-region): Revert.
6927         (pgg-pgp-lookup-key): Revert.
6928
6929         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
6930         (pgg-pgp5-lookup-key): Revert.
6931
6932         * pgg.el (pgg-fetch-key): Revert.
6933
6934 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * lpath.el: Fbind string-as-multibyte for XEmacs.
6937
6938         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6939         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6940         (mml1991-pgg-encrypt): Ditto.
6941
6942         * pgg-gpg.el (pgg-string-to-multibyte): New function.
6943         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
6944         a multibyte buffer.
6945
6946         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
6947         (pgg-pgp-lookup-key): Ditto.
6948
6949         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6950         (pgg-pgp5-lookup-key): Ditto.
6951
6952         * pgg.el (pgg-fetch-key): Ditto.
6953
6954 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6955
6956         * message.el (message-user-organization-file): Check several
6957         locations of the organization file.
6958
6959         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6960         Add gnus-article-view-part-as-type.
6961
6962         * gnus-art.el (gnus-article-view-part-as-type): New function.
6963
6964         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6965         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
6966
6967         * mml.el: Simplify autoload.
6968         (mml-mode): defvar dnd-protocol-alist instead of using
6969         symbol-value.
6970         (mml-default-directory): New variable.
6971         (mml-minibuffer-read-file): Use it.
6972         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6973
6974         * message.el (message-citation-line-format): New variable.
6975         (message-insert-formated-citation-line): New function.
6976         (message-citation-line-function): Add
6977         `message-insert-formated-citation-line' to custom type.
6978
6979         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6980         to doc string.
6981
6982         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6983         depending on mm-verify-option.
6984
6985 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6986
6987         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6988         binding pgg-* variables; reimplement the section which prevents
6989         MIME header from being signed.
6990         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6991         pgg-text-mode; remove a blank line at the top of body.
6992
6993         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6994         lines at the top of body; use gnus-newsgroup-charset if there's no
6995         Charset header.
6996
6997 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * message.el (message-self-insert-commands): Doc fix.
7000
7001         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7002         (mm-uu-pgp-encrypted-test): Ditto.
7003         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7004         between header and body; return application/pgp-encrypted handle
7005         if decryption failed; decode decrypted body by charset.
7006
7007         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7008         element match to application/pgp-*.
7009
7010 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7011
7012         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7013         HTML.
7014
7015 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7016
7017         * mail-source.el (mail-source-call-script): Message the error
7018         string.
7019
7020 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7021
7022         * gnus-util.el (gnus-byte-compile): Use it.
7023
7024 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7025
7026         * gnus-util.el (kill-empty-logs): New function.
7027
7028 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7029
7030         * message.el (message-mail-alias-type): Doc fix.
7031         (message-mail-alias-type-p): New function.
7032         (message-send): Use it.
7033         (message-mode): Ditto.
7034         (message-strip-forbidden-properties): Ditto.
7035
7036         * ecomplete.el (ecomplete-database-file-coding-system): New
7037         variable.
7038         (ecomplete-save): Use it.
7039         (ecomplete-setup): Use it.
7040
7041 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7042
7043         * message.el (message-self-insert-commands): New variable.
7044         (message-strip-forbidden-properties): Use it.
7045
7046 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7047
7048         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7049         that doesn't make XEmacs choke.
7050
7051 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7052
7053         * gnus-util.el (gnus-replace-in-string):
7054         Prefer replace-regexp-in-string over of replace-in-string.
7055
7056 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7057
7058         * gnus-util.el (gnus-select-frame-set-input-focus):
7059         Use select-frame-set-input-focus if it is available in XEmacs; use
7060         definition defined in Emacs 22 for old Emacsen.
7061
7062         * dgnushack.el: Autoload unmorse-region for XEmacs.
7063
7064         * lpath.el: Bind cursor-in-non-selected-windows and
7065         select-frame-set-input-focus for XEmacs.
7066
7067 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7070
7071 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7072
7073         * gnus-registry.el (gnus-registry-cache-save): Remove text
7074         properties when saving via the temp buffer.
7075
7076 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7077
7078         * message.el (message-generate-hashcash): Honor custom type.
7079
7080 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7081
7082         * message.el (message-generate-hashcash): Default to non-nil when
7083         hashcash is found.
7084
7085         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7086         (gnus-refer-thread-limit): Increase default to 500.
7087
7088         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7089
7090         * flow-fill.el (fill-flowed): Allow delete-space.
7091
7092 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7093
7094         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7095         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7096         Remove autoloads.
7097
7098 2006-04-18  Simon Josefsson  <jas@extundo.com>
7099
7100         * message.el (message-generate-hashcash): Default to.
7101
7102 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7103
7104         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7105         concatenating segments rather than before concatenating them.
7106
7107 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7108
7109         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7110
7111 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7112
7113         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7114
7115         * message.el (message-forward-make-body-plain): Allow
7116         message-forward-ignored-headers to be a list.
7117         (message-remove-ignored-headers): Factor out into function.
7118         (message-forward-make-body-mml): Use it.
7119
7120         * imap.el (imap-quote-specials): New function.
7121         (imap-login-auth): Quote specials.
7122
7123         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7124         (rfc2231-parse-string): Allow concatanation of parameters that
7125         aren't contiguous.  The test case is
7126           (mail-header-parse-content-type "message/external-body;
7127             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7128             access-type=LOCAL-FILE;
7129             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7130
7131 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7132
7133         * nntp.el (nntp-accept-process-output): Return the value of
7134         `nnheader-accept-process-output'.
7135
7136 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7137
7138         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7139         (gnus-button-alist): Recognize more diff formats.
7140         (gnus-button-patch): Strip directory.
7141
7142 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7143
7144         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7145         Emacs 22 when setting focus.
7146
7147 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7148
7149         * gnus-art.el (gnus-article-treat-types): Do treatment of
7150         text/x-verbatim parts.
7151         (gnus-button-patch): New command.
7152
7153         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7154         addresses that contain invalid characters.
7155
7156 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7157
7158         * message.el (message-put-addresses-in-ecomplete): Use
7159         gnus-replace-in-string.
7160         (message-is-yours-p): Use the more correct
7161         mail-header-parse-address instead of
7162         mail-extract-address-components.
7163         (message-put-addresses-in-ecomplete): Fix typo.
7164
7165         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7166         keystroke.
7167
7168         * gnus-art.el (gnus-treatment-function-alist): Change order of
7169         newsgroups/generic header folding to avoid double-folding.
7170
7171         * message.el (message-hidden-headers): Add X-Draft-From.
7172
7173         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7174         command.
7175         (gnus-summary-repeat-search-article-backward): New command.
7176
7177         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7178         groups in the parent topic.
7179
7180 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7181
7182         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7183         (spam-extra-header-to-number): Return the CRM114 number as a
7184         number instead of a string.
7185
7186 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7187
7188         * gnus-art.el (gnus-face-properties-alist): Moved here from
7189         gnus-fun.
7190
7191         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7192
7193 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7194
7195         * message.el (message-strip-forbidden-properties): Only display on
7196         self-insert-command.
7197
7198         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7199         reindent.
7200         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7201
7202 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7203
7204         * smiley.el (smiley-style): Fix typo.
7205
7206 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7207
7208         * hashcash.el (hashcash-insert-payment-async-2): Use
7209         message-goto-eoh instead of doing it manually.
7210         (mail-add-payment): Use message-narrow-to-header instead of trying
7211         to do the same itself.
7212
7213         * message.el (message-hidden-headers): Add Face.
7214
7215         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7216         reparenting code.
7217         (gnus-summary-reparent-children): Refactored out code.
7218         (gnus-summary-thread-map): New keystroke.
7219         (gnus-summary-reparent-children): Make into command.
7220
7221         * smiley.el (smiley-style): Default to `medium' if using a large
7222         font.
7223
7224         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7225         does it itself.
7226
7227         * message.el (message-point-in-header-p): Simplify definition.
7228
7229 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7230
7231         * nnagent.el (nnagent-request-set-mark): Silence log file
7232         writing.
7233         (nnagent-request-set-mark): Use write-region instead of
7234         append-to-file.
7235
7236         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7237         strange select method.
7238
7239         * ecomplete.el (ecomplete-display-matches): Get highlightling
7240         right.
7241         (ecomplete-display-matches): Use literals.
7242         (ecomplete-display-matches): Disable message logging.
7243
7244         * message.el (message-display-abbrev): Small optimization.
7245
7246         * ecomplete.el (ecomplete-display-matches): Allow automatic
7247         display.
7248
7249         * message.el (message-strip-forbidden-properties): Display
7250         abbrevs.
7251         (message-display-abbrev): Get automatic display right.
7252
7253         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7254         keystrokes.
7255
7256 2006-04-13  Romain Francoise  <romain@orebokech.com>
7257
7258         TODO: Backport to v5-10!
7259
7260         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7261         Moved here (and renamed) from gnus-registry.el.
7262
7263         * gnus-registry.el: Require gnus-util.
7264         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7265
7266 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7267
7268         * gnus-group.el (gnus-group-catchup-current): Change
7269         if-then-else-if-then-else into cond.
7270         (gnus-group-catchup): Indent.
7271         (group-name-at-point): New function.
7272         (gnus-fetch-group): Provide default from thing at point.
7273
7274 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7275
7276         * message.el (message-display-abbrev): Fix regexp.
7277
7278         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7279         choosing.
7280         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7281         dead variables.
7282
7283         * message.el (message-newline-and-indent): Remove debugging.
7284         (message-display-abbrev): Use new implementation.
7285
7286 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7287
7288         * gnus-art.el (gnus-article-mode): Set
7289         cursor-in-non-selected-windows to nil.
7290
7291         * smiley.el: Revert previous change.
7292         (smiley-data-directory): defvar it before using it in the
7293         defcustom of `smiley-style'.
7294
7295 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7296
7297         * message.el (message-newline-and-indent): New function.
7298
7299         * ecomplete.el: Implement more bits.
7300
7301         * message.el (message-put-addresses-in-ecomplete): Clean up the
7302         string.
7303
7304         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7305
7306         * gnus-sum.el (gnus-summary-save-parts): Bind
7307         gnus-summary-save-parts-counter and use it to make unique file
7308         names.
7309
7310         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7311
7312         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7313         parameter to say whether to actually parse the individual
7314         addresses.
7315
7316         * message.el (message-put-addresses-in-ecomplete): New function.
7317         (ecomplete): Require.
7318         (message-mail-alias-type): Add ecomplete as an option.
7319
7320 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7321
7322         * flow-fill.el (fill-flowed): Remove trailing space from blank
7323         quoted lines.
7324
7325 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7326
7327         * smiley.el (smiley-style): Move definition later to avoid a
7328         compilation warning.
7329
7330 2006-04-12  Kenichi Handa  <handa@m17n.org>
7331
7332         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7333         buffer and then decode the buffer text if necessary.
7334         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7335         first, and after mm-encode-body, change the buffer to unibyte.
7336         Use mm-disable-multibyte instead of set-buffer-multibyte.
7337
7338 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7341         Content-Type header instead of Content-Disposition header.
7342         (gnus-mime-inline-part): Ditto.
7343         (gnus-mime-view-part-as-charset): Ignore charset that the part
7344         specifies.
7345
7346         * mm-decode.el (mm-display-part): Work with external parts and
7347         usual parts similarly.
7348
7349         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7350         instead of gnus-display-mime.
7351
7352         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7353         instead of with-temp-buffer.
7354
7355         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7356         tag to summarized topics part in order to encode non-ASCII text.
7357
7358 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7359
7360         * smiley.el (smiley-style): New variable.
7361         (smiley-directory): New function.
7362         (smiley-data-directory): Derive from `smiley-style' using
7363         `smiley-directory'.
7364         (smiley-regexp-alist): Add new entries.
7365
7366         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7367         (gnus-article-browse-delete-temp): Add :version.
7368
7369 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7370
7371         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7372         the sieve region.
7373
7374 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7375
7376         * gnus.el (gnus-version-number): Bump version.
7377
7378 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7379
7380         * gnus.el: No Gnus v0.4 is released.
7381
7382 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7383
7384         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7385         layout.
7386
7387         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7388         unknown charset.
7389
7390         * message.el (message-header-synonyms): Add Original-To to the
7391         default.
7392
7393         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7394         optional parameter.
7395
7396 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7397
7398         * gnus-fun.el (gnus): Require it for gnus-directory.
7399
7400 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7401
7402         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7403
7404 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7405
7406         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7407
7408 2006-04-05  Simon Josefsson  <jas@extundo.com>
7409
7410         * password.el (password-reset): New function.
7411
7412 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7413
7414         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7415         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7416
7417 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7418
7419         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7420         Some whitespace was matched into the url, which broke browsing hits
7421         > 100 when mm-url-use-external was nil.
7422
7423 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7424
7425         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7426         gnus-extra-headers for 'Newsgroups.
7427
7428         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7429         bound.
7430
7431 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7432
7433         * pgg-gpg.el: Clean up process buffers every time gpg processes
7434         complete.
7435
7436 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7437
7438         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7439         doc string.
7440
7441 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7442
7443         * pgg-gpg.el (pgg-gpg-process-filter)
7444         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7445
7446         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7447         lines, temporary fix.
7448
7449 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7450
7451         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7452
7453 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7454
7455         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7456         default-enable-multibyte-characters.  This reverts the change from
7457         revision 6.17 which is no longer necessary because the passphrase
7458         is sent separately now.  GnuPG messages are unreadable under
7459         multibyte locales with default-enable-multibyte-characters set to
7460         nil.
7461
7462 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7463
7464         * message.el (message-tool-bar-gnome): Move "spell".
7465
7466 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7467
7468         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7469         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7470         instead.
7471
7472 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7473
7474         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7475         newsgroups handling for NNTP overviews which don't include
7476         Newsgroups.
7477
7478 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7479
7480         * message.el (message-resend): Bind message-generate-hashcash to nil.
7481
7482 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7483
7484         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7485         when searching for already-paid recipients.
7486
7487 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7488
7489         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7490         passphrases when it is not needed.
7491         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7492         passphrase stuff from gpg, should only be necessary when you use
7493         gpg with a smartcard.
7494
7495 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7496
7497         * mml.el (mml-insert-mime): Ignore cached contents of
7498         message/external-body part.
7499
7500         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7501         (mm-insert-part): Ditto.
7502
7503 2006-03-23  Simon Josefsson  <jas@extundo.com>
7504
7505         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7506         Reiner.
7507         (pgg-gpg-use-agent-p): Use it again.
7508
7509 2006-03-23  Simon Josefsson  <jas@extundo.com>
7510
7511         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7512         older emacsen.
7513         (pgg-gpg-use-agent-p): Don't use it.
7514
7515 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7516
7517         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7518         if we can.
7519
7520 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7521
7522         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7523         (pgg-gpg-update-agent): New function.
7524         (pgg-gpg-use-agent-p): New function.
7525         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7526         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7527         (pgg-gpg-sign-region): Use it.
7528
7529 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7532         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7533
7534 2006-03-21  Simon Josefsson  <jas@extundo.com>
7535
7536         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7537         <wilde@sha-bang.de>.
7538         (pgg-gpg-use-agent): New variable.
7539         (pgg-gpg-process-region): Use it.
7540         (pgg-gpg-encrypt-region): Likewise.
7541         (pgg-gpg-encrypt-symmetric-region): Likewise.
7542         (pgg-gpg-decrypt-region): Likewise.
7543         (pgg-gpg-sign-region): Likewise.
7544         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7545
7546 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7547
7548         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7549
7550         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7551         Add comment on version.
7552
7553 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7554
7555         * smiley.el: Add missing test smiley.
7556
7557 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7558
7559         * mm-decode.el (mm-with-part): New macro.
7560         (mm-get-part): Use it; work with message/external-body as well.
7561         (mm-save-part): Treat name and filename equally.
7562
7563         * mm-extern.el (mm-extern-cache-contents): New function.
7564         (mm-inline-external-body): Use it; force the part to be displayed;
7565         move undisplayer added to the cached handle to the parent.
7566
7567         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7568         (gnus-mime-view-part-as-type): Work with message/external-body.
7569
7570         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7571
7572 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7573
7574         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7575         images in image-load-path.  [Sync with image.el, revision 1.60, in
7576         Emacs.]
7577
7578 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7579
7580         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7581         path rather than symbol.  Always return list of directories.
7582         Guarantee that image directory comes first.  [Sync with image.el,
7583         revision 1.59, in Emacs.]
7584
7585         * message.el (message-make-tool-bar): Adjust to new API of
7586         `gmm-image-load-path-for-library'.
7587
7588         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7589
7590         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7591
7592 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7593
7594         * gnus-art.el (gnus-article-only-boring-p):
7595         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7596         intangible text.
7597         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7598
7599 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7600
7601         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7602         `defun' instead of `gmm-defun-compat'.
7603
7604 2006-03-14  Simon Josefsson  <jas@extundo.com>
7605
7606         * message.el (message-unique-id): Don't use message-number-base36
7607         if (user-uid) is a float.
7608         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7609
7610 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7611
7612         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7613
7614         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7615         empty line between a part and a message part.
7616
7617 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7618
7619         * smiley.el: Add more test smileys.
7620         (smiley-data-directory, smiley-regexp-alist)
7621         (gnus-smiley-file-types): Fix doc strings.
7622         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7623         adding new elements.
7624         (smiley-mouse-map): Unused code.  Make it a comment.
7625
7626 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7627
7628         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7629         scan latest NoCeM messages instead of old ones.
7630         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7631         delimiters that are recently used.
7632         (gnus-nocem-load-cache): Add autoload cookie.
7633
7634         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7635
7636         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7637         level which is larger than gnus-use-nocem is specified.
7638
7639         * gnus-group.el (gnus-group-get-new-news): Ditto.
7640
7641 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7642
7643         * gnus-util.el (gnus-tool-bar-update): New function.
7644
7645         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7646         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7647
7648         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7649
7650         * gnus-group.el (gnus-group-redraw-when-idle)
7651         (gnus-group-redraw-check): Remove.
7652         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7653
7654 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7657         if optional last element is specified in splits (FIELD VALUE...).
7658
7659 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7660
7661         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7662         to gmm-image-load-path-for-library.  Call with no-error argument.
7663         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7664
7665         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7666
7667         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7668
7669         * gmm-utils.el (gmm-image-load-path): Remove alias.
7670
7671 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7672
7673         * gmm-utils.el (gmm-image-load-path): Add alias.
7674
7675         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7676         nnml-generate-nov-databases-1.
7677         (nnml-generate-nov-databases): Use it.
7678         (nnml-generate-nov-databases-directory): Document no-active
7679         argument.
7680
7681         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7682         directory if path is t.  Add no-error.
7683
7684         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7685         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7686
7687         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7688         resetting gnus-article-browse-html-temp-list.
7689
7690         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7691         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7692         Add example to docstring.  Rename local variables.  Move error
7693         checks to default case in cond and simplify.
7694
7695 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7696
7697         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7698         handle is multipart when calling it recursively.
7699         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7700
7701 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7702
7703         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7704         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7705
7706 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7707
7708         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7709         is loaded.
7710
7711         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7712         loaded.
7713
7714 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7715
7716         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7717         to "Emacs 23 (unicode)" in doc string.
7718
7719         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7720         "Emacs 23 (unicode)" in comment.
7721
7722 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7723
7724         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7725
7726         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7727         characters 160 through 255 in Emacs 23.
7728
7729 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7730
7731         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7732         gnus-article-browse-html-temp.
7733         (gnus-article-browse-delete-temp): Make it customizable.  Add
7734         `file'.  Adjust doc string.
7735         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7736         query for each file.  Adjust doc string.
7737         (gnus-article-browse-html-parts): Add
7738         `gnus-article-browse-delete-temp-files' to
7739         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7740
7741 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7742
7743         * gnus-art.el (gnus-article-browse-html-temp)
7744         (gnus-article-browse-delete-temp): New variables.
7745         (gnus-article-browse-delete-temp-files): New function.
7746         (gnus-article-browse-html-parts): Use it.
7747
7748 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7749
7750         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7751
7752         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7753         string.
7754
7755         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7756         gnus-summary-insert-new-articles when unplugged.  Remove
7757         gnus-summary-search-article-forward.
7758
7759         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7760         display-visual-class instead of display-color-cells.
7761
7762 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7763
7764         * dgnushack.el: Autoload customize-group for XEmacs.
7765
7766         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7767         message/* containing non-ASCII text properly.
7768
7769 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7770
7771         * message.el: Require gmm-utils, remove autoloads.
7772         (message-tool-bar): Set default based on
7773         gmm-tool-bar-style.
7774         (message-tool-bar-gnome): Add gmm-customize-mode.
7775
7776         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7777         gmm-tool-bar-style.
7778         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7779
7780         * gnus-group.el (gnus-group-tool-bar): Set default based on
7781         gmm-tool-bar-style.
7782         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7783
7784         * gmm-utils.el (gmm-image-directory): Rename variable from
7785         gmm-image-load-path.
7786         (gmm-image-load-path): Use gmm-image-directory.
7787         (gmm-customize-mode): New function.
7788         (gmm-tool-bar-style): New variable.
7789
7790         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7791         gnus-group-redraw-line-number.
7792         (gnus-group-redraw-check): Simplify.
7793         (gnus-group-tool-bar-update): Remove redraw check.
7794         (gnus-group-make-tool-bar): Add redraw check.
7795
7796 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7797
7798         * gnus-art.el (gnus-button): Add missing parentheses.
7799
7800 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7801
7802         * lpath.el: Fbind line-number-at-pos.
7803
7804 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7805
7806         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7807
7808 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7809
7810         * gnus-art.el (gnus-button): New face.
7811         (gnus-article-button-face): Use it.
7812
7813         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7814         gnus-summary-next-page.  Re-order.
7815
7816         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7817         next-node are now included.
7818         (gnus-group-redraw-line-number): New internal variable.
7819         (gnus-group-redraw-check): Helper function for updating the tool
7820         bar.
7821         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7822
7823         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7824
7825         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7826         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7827         Use it to match format of Spamassassin 3.0 and later.  Reported by
7828         IRIE Tetsuya <irie@t.email.ne.jp>.
7829         (spam-check-bogofilter)
7830         (spam-bogofilter-register-with-bogofilter): Fix args of
7831         `gnus-error' calls.
7832
7833 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7834
7835         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7836         unnecessary interaction when sending queued mails.  Reported by
7837         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7838
7839 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7840
7841         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7842         first or last are nil.
7843
7844 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7845
7846         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7847
7848 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7849
7850         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7851
7852 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7853
7854         * dns.el (query-dns): Protect more against buggy tcp output.
7855
7856 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7857
7858         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7859         nov.php.
7860
7861 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7862
7863         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7864         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7865         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7866         output on the server side.
7867         (nnweb-google-create-mapping): Update regexps and add some
7868         progress indication.
7869
7870 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7871
7872         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7873         gnus-agent-toggle-plugged.  Re-order icons.
7874         (gnus-group-tool-bar-gnome): Add
7875         gnus-group-{prev,next}-unread-group.
7876         (gnus-group-tool-bar-gnome): Re-order icons.
7877
7878         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7879         gnus-summary-insert-new-articles.
7880
7881         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7882         comments.
7883
7884         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7885         also available in Emacs 21.3.
7886
7887         * message.el (message-fix-before-sending): Change "Emacs 22" to
7888         "Emacs 23 (unicode)" in comment.
7889
7890         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7891         "Emacs 23 (unicode)" in comment.
7892
7893         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7894         comment.
7895         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7896
7897         * mm-view.el (mm-fill-flowed): Add :version.
7898
7899 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7900
7901         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7902         and load-path.
7903
7904 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7905
7906         * message.el: Autoload gmm-image-load-path.
7907         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7908         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7909         consitency.
7910
7911         * gmm-utils.el (gmm-image-load-path): Also search in
7912         "../etc/images".  Don't set gmm-image-load-path if we don't find
7913         the image.
7914
7915 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7916
7917         * gmm-utils.el (gmm-image-load-path): Don't make
7918         `gmm-image-load-path' include subdirectories which the second arg
7919         `image' might specify.
7920
7921         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7922         subdirectory to icon file names.
7923
7924         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7925
7926 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7927
7928         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7929         gmm-image-load-path calls.
7930
7931         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7932
7933         * message.el (message-make-tool-bar): Ditto.
7934
7935         * mml.el (mml-preview): Added comment concerning tool bar icons.
7936
7937         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7938         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7939
7940         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7941         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7942
7943         * message.el (message-tool-bar-gnome): Use new icon names.
7944         (message-make-tool-bar): Use `gmm-image-load-path'.
7945
7946         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7947         functions from MH-E.
7948         (gmm-image-load-path): New variable from MH-E.
7949         (gmm-image-load-path): New function from MH-E.  Added arguments
7950         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
7951         *-image-load-path-called-flag.
7952
7953 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
7954
7955         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7956
7957 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
7958
7959         * nnimap.el (nnimap-request-move-article): Change folder back to
7960         source group before deleting.
7961
7962 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
7963
7964         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7965
7966         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7967         mm-url.
7968
7969         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7970
7971 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7972
7973         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7974         coding system which mm-charset-to-coding-system returns for a
7975         given charset is valid.
7976
7977 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
7978
7979         * html2text.el (html2text-remove-tag-list):
7980         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7981
7982 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7983
7984         * gnus-cus.el: Revert 2005-10-17 change.
7985
7986 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7987
7988         * gnus-art.el (article-strip-banner): Call
7989         article-really-strip-banner only when the regexp match is made.
7990
7991 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * gnus-art.el (article-strip-banner): Use
7994         gnus-extract-address-components instead of
7995         mail-header-parse-addresses to make it work with non-ASCII text;
7996         remove mail-encode-encoded-word-string.
7997
7998         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7999         values which are surrounded with \"...\"; make it never cause a
8000         Lisp error; give up parsing of parameters if it failed in
8001         extracting type.
8002
8003 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8004
8005         * smime.el (smime-cert-by-ldap-1): Fix bug where
8006         `smime-ldap-search' returns results without userCertificates.
8007
8008 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8009
8010         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8011
8012 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8013
8014         * spam.el (spam-check-spamassassin-headers): Adapt format for
8015         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8016         <ari@mbf.ocn.ne.jp>.
8017         (spam-list-of-processors): Add spam-use-gmane.
8018
8019 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8020
8021         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8022         make-temp-file; make it work with XEmacs as well.
8023
8024         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8025         mm-make-temp-file.
8026
8027         * mm-decode.el (mm-display-external): Use the 3rd arg of
8028         mm-make-temp-file.
8029         (mm-create-image-xemacs): Ditto.
8030
8031 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8032
8033         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8034         with message-narrow-to-headers.
8035         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8036         (gnus-draft-check-draft-articles): New function.
8037         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8038
8039 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8040
8041         * gnus-art.el (gnus-article-browse-html-parts):
8042         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8043         Don't use suffix argument for mm-make-temp-file for Emacs 21
8044         compatibility.  Remove useless `format'.
8045
8046 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8047
8048         * nnweb.el (nnweb-google-wash-article): Update regexps.
8049         (nnweb-group-alist): Use defvoo instead of defvar.
8050
8051 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8052
8053         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8054         re-loading nn* modules.
8055
8056 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8057
8058         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8059         for `tool-bar-mode' and don't check it's default-value.
8060
8061         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8062
8063         * message.el (message-make-tool-bar): Ditto.
8064
8065         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8066         `substring'.  Shorten tmp-file name.
8067
8068         * gnus.el: Remove bogus comment.
8069
8070 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8071
8072         * gnus-art.el (gnus-article-browse-html-parts): New function.
8073         (gnus-article-browse-html-article): New function for viewing html
8074         articles with a browser.
8075
8076 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8077
8078         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8079         in elisp.
8080         (pgg-gpg-encrypt-symmetric-region): Ditto.
8081         (pgg-gpg-sign-region): Ditto.
8082
8083         * pgg-def.el (pgg-text-mode): New variable.
8084
8085         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8086         (mml2015-pgg-encrypt): Ditto.
8087
8088         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8089         (mml1991-pgg-encrypt): Ditto.
8090
8091 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8092
8093         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8094         message-make-date instead of current-time-string.
8095
8096         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8097         to gnus-decoded which mm-uu might set.
8098
8099 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8100
8101         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8102         don't decode quoted parameters; remove misimported Emacs code.
8103         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8104         (rfc2231-decode-encoded-string): Don't use split-string which
8105         behaves differently according to Emacs version; use
8106         mm-decode-coding-region to convert charset to coding-system.
8107         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8108         (rfc2231-encode-string): Remove misimported Emacs code.
8109
8110 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8113         when calling mail-header-parse-content-type.
8114         (article-de-quoted-unreadable): Ditto.
8115         (article-de-base64-unreadable): Ditto.
8116         (article-wash-html): Ditto.
8117
8118         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8119         calling mail-header-parse-content-type and
8120         mail-header-parse-content-disposition.
8121         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8122         mail-header-parse-content-type.
8123
8124         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8125         insert charset and format parameters; encode description after
8126         inserting it to buffer.
8127         (mml-insert-parameter): Fold lines properly even if a parameter is
8128         segmented into two or more lines; change the max column to 76.
8129
8130         * rfc1843.el (rfc1843-decode-article-body): Don't use
8131         ignore-errors when calling mail-header-parse-content-type.
8132
8133         * rfc2231.el (rfc2231-parse-string): Return at least type if
8134         possible; don't cause an error even if it fails in parsing of
8135         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8136         (rfc2231-encode-string): Don't break lines at the beginning, leave
8137         it to mml-insert-parameter.
8138
8139         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8140         calling mail-header-parse-content-type.
8141
8142 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8143
8144         * spam-report.el (spam-report-gmane-use-article-number):
8145         Improve doc string.
8146         (spam-report-gmane-internal): Check if a suitable header was found
8147         in the article.
8148
8149 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8150
8151         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8152         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8153
8154 2006-02-05  Romain Francoise  <romain@orebokech.com>
8155
8156         Update copyright notices of all files in the gnus directory.
8157
8158 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8159
8160         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8161
8162 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8165         segmented lines of parameter value to cope with Thunderbird 1.5
8166         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8167         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8168         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8169
8170 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8171
8172         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8173         parts.
8174
8175 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8176
8177         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8178         there's only one active file for all servers.
8179         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8180         solid groups.  Gnus might have used a FAST request to select the group.
8181         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8182         and nnweb-search redundantly in the active file.
8183         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8184         (nnweb-request-create-group): Don't use ARGS.
8185         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8186         initialisations.  Let nnoo do the work.
8187
8188 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8191         Say the part has been decoded.
8192
8193         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8194
8195 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8196
8197         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8198         mailcap-viewer-test-cache when there's no 'test clause, since that
8199         will invert the meaning of a "nil" test previously determined by
8200         mailcap-mailcap-entry-passes-test.
8201
8202 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8203
8204         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8205         compiling.
8206
8207         * gnus-sum.el: Ditto.
8208
8209         * message.el: Don't bind tool-bar-map when compiling.
8210
8211 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8212
8213         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8214
8215 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8216
8217         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8218         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8219         current Google Groups.
8220
8221 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8222
8223         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8224         and tool-bar-mode.
8225
8226         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8227         and tool-bar-mode.
8228
8229         * message.el (message-tool-bar-update): Simplify.
8230         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8231
8232         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8233         gnus-summary-buffer.
8234         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8235         gnus-summary-reply.
8236
8237         * gmm-utils.el (gmm): Add :version.
8238
8239 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8240
8241         * Makefile.in (clean): New rule.
8242         (distclean): Use it.
8243
8244 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8245
8246         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8247         autoload.
8248
8249 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8250
8251         * gmm-utils.el (gmm-verbose): Add :group.
8252
8253 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8254
8255         * message.el: Change some comments WRT tool-bars.
8256
8257         * gnus-sum.el (gnus-summary-tool-bar)
8258         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8259         (gnus-summary-tool-bar-zap-list): New variables.
8260         (gnus-summary-make-tool-bar): Complete rewrite using
8261         `gmm-tool-bar-from-list'.
8262
8263         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8264         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8265         variables.
8266         (gnus-group-make-tool-bar): Complete rewrite using
8267         `gmm-tool-bar-from-list'.
8268         (gnus-group-tool-bar-update): New function.
8269
8270         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8271
8272 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8273
8274         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8275         is dissected into a single part of which the type is the same as
8276         the given one; decode charset.
8277
8278 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8279
8280         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8281         into alists as symbol not string, since that's what
8282         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8283         look for.
8284
8285 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8286
8287         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8288         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8289
8290         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8291
8292 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8293
8294         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8295         (gnus-xmas-mime-security-button-menu): New function.
8296
8297         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8298         (gnus-mime-security-button-menu): New definition.
8299         (gnus-mime-security-button-map): Use them.
8300         (gnus-mime-security-button-menu): New function.
8301         (gnus-insert-mime-security-button): Addition to help echo.
8302         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8303         (gnus-mime-security-pipe-part): New functions.
8304
8305         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8306         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8307
8308         * mm-decode.el (mm-handle-set-disposition): Remove.
8309         (mm-handle-set-description): Remove.
8310
8311 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8312
8313         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8314         (mm-w3m-standalone-supports-m17n-p): New function.
8315         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8316         w3m usage.
8317
8318         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8319         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8320
8321 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8322
8323         * message.el (message-tool-bar-zap-list): Use
8324         gmm-tool-bar-zap-list as custom type.
8325         (message-tool-bar-update): New function.
8326         (message-tool-bar, message-tool-bar-gnome)
8327         (message-tool-bar-retro): Add message-tool-bar-update.
8328         (message-tool-bar-gnome): Add flyspell-buffer.
8329
8330         * gnus-util.el (gnus-error): Describe `args'.
8331
8332         * gmm-utils.el (gmm-error): Describe `args'.
8333         (gmm-tool-bar-zap-list): New widget.
8334         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8335
8336 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8337
8338         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8339         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8340         the number of recursive calls.
8341
8342         * mm-decode.el (mm-handle-set-disposition): New macro.
8343         (mm-handle-set-description): New macro.
8344
8345 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8346
8347         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8348         encoding.
8349
8350 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8351
8352         * message.el (message-tool-bar-zap-list, message-tool-bar)
8353         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8354         (message-tool-bar-local-item-from-menu): Remove.
8355         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8356         (message-make-tool-bar): New function.
8357         (message-mode): Use `message-make-tool-bar'.
8358
8359         * gmm-utils.el: New file.
8360         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8361         (gmm-lazy): New widget copied from `nnmail.el'.
8362         (gmm-tool-bar-from-list): New function for creating customizable
8363         tool bars.
8364         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8365         output.
8366         (gmm): Add :prefix to defgroup.
8367
8368 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8369
8370         * gmm-utils.el (gmm-widget-p): New function.
8371
8372 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8373
8374         * mml.el (mml-attach-file): Describe `description' in doc string.
8375         (mml-menu): Add Emacs MIME manual and PGG manual.
8376
8377 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8378
8379         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8380
8381 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8382
8383         * nntp.el (nntp-end-of-line): Doc fix.
8384
8385 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8386
8387         * imap.el (imap-open): Handle case where buffer is a buffer
8388         object.
8389
8390 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8391
8392         * gnus-delay.el (gnus-delay): Don't autoload.
8393         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8394         to be re-loaded when customizing the `gnus-delay' group.
8395
8396 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8397
8398         * message.el (message-insert-citation-line): Use newlines.
8399
8400 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8401
8402         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8403         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8404         these routines, so the passphrase can be managed externally and
8405         passed in to the system.
8406         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8407         pgg-add-passphrase-to-cache function.
8408
8409         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8410         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8411         these routines, so the passphrase can be managed externally and
8412         passed in to the system.
8413         (pgg-pgp5-sign-region): Use new name of
8414         pgg-add-passphrase-to-cache function.
8415
8416 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8417
8418         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8419         part of the decoded armor to find the key-identifier.
8420         (pgg-gpg-lookup-key-owner): New function to return the
8421         human-readable identifier of a key owner.
8422         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8423         itself.
8424         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8425         the key value) if we have a key and can match it against a secret
8426         key.  Also, added a note pointing out fact that the prompt only
8427         indicates the first matching key.
8428
8429         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8430         pgg-decrypt-region.
8431         (pgg-add-passphrase-to-cache): Rename from
8432         `pgg-add-passphrase-cache' to reduce confusion (all callers
8433         changed).
8434         (pgg-remove-passphrase-from-cache): Rename from
8435         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8436         changed).
8437         (pgg-read-passphrase, pgg-add-passphrase-cache)
8438         (pgg-remove-passphrase-cache): Add informative docstrings.
8439         (pgg-decrypt): Convey provided passphrase in subordinate call to
8440         pgg-decrypt-region.
8441
8442 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8443
8444         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8445         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8446         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8447         'passphrase' argument, so the passphrase can be managed externally
8448         and then passed in to the system.
8449
8450         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8451         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8452         so the passphrase cache can be used reliably with identifiers
8453         besides a pgp packet's key id.
8454
8455         * pgg-gpg.el (pgg-gpg-encrypt-region)
8456         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8457         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8458         these routines, so the passphrase can be managed externally and
8459         passed in to the system.
8460
8461         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8462         'notruncate' argument, so the passphrase cache can be used
8463         reliably with identifiers besides a pgp packet's key id.
8464
8465 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8466
8467         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8468         symmetric encryption.
8469         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8470         encrypted session key.
8471         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8472         message ask for the passphrase in a proper way.
8473
8474         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8475         New user commands for symmetric encryption.
8476
8477 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8478
8479         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8480
8481         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8482
8483 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8484
8485         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8486
8487 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8488
8489         * mm-decode.el (mm-inlined-types): Add application/pgp.
8490         (mm-automatic-display): Ditto.
8491
8492         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8493         part as text.
8494
8495 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8496
8497         * nnrss.el: Update copyright.
8498         (nnrss-opml-import): Query whether to subscribe to each entry.
8499
8500         * gnus-art.el:
8501         * gnus-sum.el:
8502         * gnus-xmas.el:
8503         * messagexmas.el:
8504         * mm-uu.el:
8505         * mm-view.el: Update copyright.
8506
8507 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8508
8509         * message.el (message-info): New function.
8510         (message-mode-menu): Add it.
8511         Update copyright.
8512
8513         * ChangeLog: Fix and update copyright.
8514
8515 2006-01-13  Romain Francoise  <romain@orebokech.com>
8516
8517         * message.el (message-forward-subject-name-subject): Prefer the
8518         address to 'nowhere' if the sender has no name.
8519         Fix typo.  Update copyright year.
8520
8521 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8522
8523         * gnus-art.el (article-wash-html): Use
8524         gnus-summary-show-article-charset-alist if a numeric arg is given.
8525         (gnus-article-wash-html-with-w3m-standalone): New function.
8526
8527         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8528         mm-inline-text-html-render-with-w3m-standalone.
8529         (mm-text-html-washer-alist): Map w3m-standalone to
8530         gnus-article-wash-html-with-w3m-standalone.
8531         (mm-inline-text-html-render-with-w3m-standalone): New function.
8532
8533 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8534
8535         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8536         Improve LaTeX.
8537
8538 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8539
8540         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8541         (nnrss-request-article): Render text/plain parts as HTML.
8542
8543         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8544         the buffer.
8545
8546 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8547
8548         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8549         custom definition of `gnus-posting-styles'.
8550
8551         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8552         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8553
8554 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8555
8556         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8557         Use nntp for bug archive.
8558
8559 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8560
8561         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8562         parts.
8563         (nnrss-normalize-date): New function converts ISO 8601 date into
8564         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8565         (nnrss-check-group): Use it.
8566
8567 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8568
8569         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8570
8571         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8572         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8573         (nnrss-insert-w3): Ditto.
8574
8575 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8576
8577         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8578         the articles to be forwarded including the case where neither a
8579         number of articles nor a region is specified.
8580
8581 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8582
8583         * nnrss.el (nnrss-request-article): Fix last change; fill
8584         text/plain parts.
8585
8586 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8587
8588         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8589         in text/plain part.
8590         (nnrss-check-group): Don't add excessive newline to dc:subject.
8591
8592 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8593
8594         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8595         article.
8596
8597 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8598
8599         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8600         (nnml-use-compressed-files, nnml-save-mail): Support other
8601         comression programs such as bzip2.
8602
8603 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8604
8605         * dns.el (query-dns): Make sure we check the buffer size before
8606         removing tcp headers.
8607
8608 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8609
8610         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8611         remove MIME buttons associated with multipart/alternative parts.
8612         (gnus-mime-display-alternative): Tag buttons using `article-type'
8613         text property.
8614
8615         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8616         associated with multipart/alternative parts.
8617
8618         * gnus-art.el (gnus-signature-separator): Fix custom type.
8619
8620         * mm-decode.el (mm-inlined-types): Fix custom type.
8621         (mm-keep-viewer-alive-types): Ditto.
8622         (mm-automatic-display): Ditto.
8623         (mm-attachment-override-types): Ditto.
8624         (mm-inline-override-types): Ditto.
8625         (mm-automatic-external-display): Ditto.
8626
8627 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8628
8629         * spam-report.el (spam-report-user-mail-address)
8630         (spam-report-user-agent): New variables.
8631         (spam-report-url-ping-plain): Use spam-report-user-agent.
8632
8633 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8634
8635         * gnus-art.el (gnus-button-handle-custom): Do not just use
8636         `customize-apropos' for any "M-x customize-*" button but the
8637         function called for.  Accept both the function name and its
8638         argument in order to achieve this.
8639         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8640         function name to `gnus-button-handle-custom' in case of "M-x
8641         customize-*" buttons.
8642
8643 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8646         multipart/alternative and add xref to mm-discouraged-alternatives
8647         in doc string.
8648
8649         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8650         gnus-buttonized-mime-types in doc string.
8651
8652 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8653
8654         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8655         Suggest image/.* in the doc string.
8656
8657 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8658
8659         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8660         message-marks (Debian bug #342521).
8661
8662 2005-12-12  Simon Josefsson  <jas@extundo.com>
8663
8664         * password.el (password-read-from-cache): Add.
8665         (password-read): Use it.
8666
8667 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8670         us-ascii as a MIME charset.
8671
8672         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8673         against the case where the 2nd arg TYPE is nil.
8674
8675 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8676
8677         * pop3.el (pop3-stream-type): Fix custom version.
8678
8679         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8680
8681 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8682
8683         * mm-decode.el (mm-display-external): Add missing cdr.
8684
8685 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8686
8687         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8688         RFC1524) if it is in mailcap or add a suffix according to
8689         mailcap-mime-extensions when generating a temp filename; postpone
8690         deleting a temp file for 2 seconds for some wrappers, shell
8691         scripts, and so on, which might exit right after having started a
8692         viewer command as a background job.
8693
8694 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8695
8696         * nntp.el (nntp-marks-directory): Fix custom group.
8697
8698         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8699         steps when < 10.
8700
8701         * gnus-start.el (gnus-no-server-1): Mention
8702         `gnus-level-default-subscribed' in doc string.
8703
8704 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8705
8706         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8707         parens.
8708
8709 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8710
8711         * gnus-xmas.el (gnus-use-toolbar): Revert.
8712         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8713         gnus-use-toolbar is default.
8714
8715         * messagexmas.el (message-use-toolbar): Revert.
8716         (message-setup-toolbar): Use global default-toolbar if
8717         message-use-toolbar is default.
8718
8719 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8722         according to default-toolbar-visible-p.
8723
8724         * messagexmas.el (message-use-toolbar): Ditto.
8725
8726 2005-11-26  Dave Love  <fx@gnu.org>
8727
8728         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8729         (tls-program, tls-success): Provide openssl alternative.
8730
8731         * starttls.el: Doc fixes.
8732         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8733         SERVICE to PORT.
8734
8735         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8736         port null or service name.
8737         (starttls-negotiate): Autoload.
8738
8739 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8740
8741         * message.el (message-kill-to-signature): Fix interactive spec.
8742
8743 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8744
8745         * pop3.el (pop3-open-server): Recognize a string as a service name.
8746
8747 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8748
8749         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8750
8751 2005-11-23  Dave Love  <fx@gnu.org>
8752
8753         Add pop3s, pop3/starttls.
8754
8755         * pop3.el (pop3-authentication-scheme): Clarify doc.
8756         (open-tls-stream, starttls-open-stream): Autoload.
8757         (pop3-stream-type): New.
8758         (pop3-open-server): Use it.
8759
8760         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8761         for POP.
8762         (mail-source-keyword-map): Add :stream for POP.
8763         (mail-source-fetch-pop): Use pop3-stream-type.
8764
8765 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8768         of current-time-string.
8769
8770 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8771
8772         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8773         date header.
8774
8775 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8776
8777         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8778         it can seriously impact performance as it bypasses the agent's
8779         local caches.
8780
8781 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8782
8783         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8784         must be explicitly online rather than "not explicitly offline" for
8785         its flags to be synchronized.
8786
8787         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8788         that gnus-uu-unmark-thread will function correctly.
8789
8790         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8791         1024K is instead displayed as 1M.
8792
8793 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8794
8795         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8796
8797 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8798
8799         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8800
8801 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8802
8803         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8804         error message to display actual error condition.
8805         (gnus-agent-save-local): Avoid saving symbols that are bound to
8806         nil as they simply result in a warning message in
8807         gnus-agent-read-local.
8808
8809 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8810
8811         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8812         rather than make-variable-buffer-local for file-precious-flag.
8813
8814 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8815
8816         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8817         for duplicates which are removed.  The invalid sort check then
8818         triggers a rescan after the sort as sorting may have moved
8819         duplicate entries such that they can be cheaply detected.
8820
8821 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8822
8823         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8824
8825 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8826
8827         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8828         internal variable to a custom variable.  Changed default value
8829         from compressed(2) to uncompressed(1).
8830         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8831         support for uncompressed agentview files.  Taken together, reading
8832         the agentview file should now be 6-7 times faster.
8833
8834 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8835
8836         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8837         as a buffer-local variable.  This avoids creating truncated
8838         dribble files as a result of a hang up, eg.
8839
8840 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8841
8842         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8843         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8844         XEmacs.
8845
8846 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8847
8848         * gnus-start.el (gnus-start-draft-setup): Enforce
8849         `gnus-draft-mode' for nndraft:drafts at startup.
8850
8851         * gnus.el (gnus-splash): Change custom group.
8852         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8853         allow-list argument.
8854
8855         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8856         string.
8857
8858 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8859
8860         * gnus-art.el (gnus-default-article-saver): Add user-defined
8861         `function' to custom type.
8862
8863 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8864
8865         * imap.el (imap-open): Handle case where buffer is a buffer
8866         object.
8867
8868 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8869
8870         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8871         long lines.
8872         (gnus-cache-delete-group): Wrap doc strings.
8873
8874         * gnus-agent.el (gnus-agent-rename-group)
8875         (gnus-agent-delete-group): Wrap doc strings.
8876
8877 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * messagexmas.el (message-use-toolbar): Change the valid values
8880         into default, top, bottom, left, and right.
8881         (message-toolbar-thickness): New variable.
8882         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8883         well.
8884         (message-setup-toolbar): Make it work.
8885
8886         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8887         (gnus-use-toolbar): Change the valid values into default, top,
8888         bottom, left, and right.
8889         (gnus-toolbar-thickness): New variable.
8890         (gnus-xmas-setup-toolbar): New function.
8891         (gnus-xmas-setup-group-toolbar): Use it.
8892         (gnus-xmas-setup-summary-toolbar): Use it.
8893
8894 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8895
8896         * gnus-start.el (gnus-1): Add "native" to
8897         gnus-predefined-server-alist.
8898
8899         * gnus.el (gnus-method-to-server): Don't add "native" to the
8900         lists here, because that leads to problems when
8901         gnus-select-method is bound.
8902
8903 2005-11-09  Simon Josefsson  <jas@extundo.com>
8904
8905         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8906         use (not sort-by-date) instead.
8907
8908 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8909
8910         * gnus-delay.el (gnus-delay-group): Don't autoload.
8911         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8912         to be re-loaded when customizing the `gnus-delay' group.
8913
8914 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8915
8916         * message.el: Revert last changes.
8917         (message-insert-citation-line): Use newlines.
8918
8919 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8920
8921         * message.el (message-courtesy-message)
8922         (message-mark-insert-begin, message-mark-insert-end)
8923         (message-elide-ellipsis, message-cancel-message)
8924         (message-add-header, message-change-subject)
8925         (message-cross-post-followup-to-header)
8926         (message-cross-post-insert-note, message-reduce-to-to-cc)
8927         (message-widen-reply, message-delete-not-region)
8928         (message-kill-to-signature, message-insert-signature)
8929         (message-insert-importance-high, message-insert-importance-low)
8930         (message-insert-or-toggle-importance)
8931         (message-insert-disposition-notification-to)
8932         (message-indent-citation, message-yank-original)
8933         (message-cite-original-without-signature, message-cite-original)
8934         (message-insert-citation-line, message-position-on-field)
8935         (message-fix-before-sending, message-send-mail-partially)
8936         (message-send-mail, message-send-mail-with-sendmail)
8937         (message-send-mail-with-qmail, message-send-news)
8938         (message-check-news-header-syntax, message-generate-headers)
8939         (message-insert-courtesy-copy, message-fill-address)
8940         (message-fill-header, message-shorten-references)
8941         (message-setup-1, message-cancel-news)
8942         (message-forward-make-body-plain, message-forward-make-body-mime)
8943         (message-forward-make-body-mml, message-encode-message-body)
8944         (message-forward-make-body-digest-plain)
8945         (message-forward-make-body-digest-mime)
8946         (message-use-alternative-email-as-from): Insert `hard-newline'
8947         instead of ordinary newlines.
8948
8949 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * message.el (message-generate-headers): Downcase the argument
8952         given to message-check-element.
8953
8954 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
8955
8956         * nntp.el (nntp-authinfo-rejected): New error condition.
8957         (nntp-wait-for): Use new error condition to signal authentication
8958         error.
8959         (nntp-retrieve-data): Rethrow new error condition to break out of
8960         recursive call to nntp-send-authinfo.
8961
8962 2005-11-08  Romain Francoise  <romain@orebokech.com>
8963
8964         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8965         (gnus-summary-exit-map): Bind to `Z p'.
8966         (gnus-summary-make-menu-bar): Add menu item.
8967
8968 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8969
8970         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8971         (gnus-treat-*): Add `first' in all doc strings.
8972
8973         * gnus-group.el (gnus-group-compact-group): Fix typo.
8974
8975 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * gnus.el (gnus-parameters-case-fold-search): New variable.
8978         (gnus-parameters-get-parameter): Use it.
8979
8980         * gnus-score.el (gnus-home-score-file): Doc fix.
8981
8982 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8983
8984         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8985
8986 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8987
8988         * mm-util.el (mm-special-display-p): New function.
8989
8990         * mml.el (mml-preview): Use it; doc fix.
8991
8992 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8993
8994         * imap.el (imap-open): Handle case where buffer is a buffer object.
8995
8996 2005-10-29  Romain Francoise  <romain@orebokech.com>
8997
8998         * message.el (message-fix-before-sending): Fix comment.
8999
9000 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9001
9002         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9003
9004 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9005
9006         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9007         Used in gnus-score.el.
9008
9009 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9010
9011         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9012
9013 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9014
9015         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9016         whitespace removed in revision 7.8.  Use concatenated string to
9017         protect trailing whitespace.
9018
9019 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9020
9021         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9022         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9023         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9024         Courier IMAP ("some version from 2004").  Mostly based on similar
9025         code in the same function.
9026
9027 2005-10-26  Didier Verna  <didier@xemacs.org>
9028
9029         * gnus-group.el (gnus-group-compact-group): Invalidate original
9030         article buffer.
9031         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9032         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9033         NOV database and in article itself.
9034         Invalidate article backlog.
9035
9036 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9037
9038         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9039
9040 2005-10-26  Simon Josefsson  <jas@extundo.com>
9041
9042         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9043         part of 2004-07-25 change.
9044
9045 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9046
9047         * message.el (message-display-completion-list): New function.
9048         (message-expand-group): Use it; make sure the Completions buffer
9049         is modifiable.
9050 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9051
9052         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9053         user-mail-name is an empty string.
9054
9055 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9056
9057         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9058         depending on gnus-score-decay-constant.
9059
9060         * encrypt.el (encrypt-insert-file-contents)
9061         (encrypt-write-file-contents): Don't use `gnus-message'.
9062
9063         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9064         arguments.
9065         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9066         arguments to mm-uu-verbatim-marks-extract.
9067         (mm-uu-hide-markers): New variable.
9068         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9069
9070         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9071         (gnus-convert-image-to-face-command): Use "convert" by default to
9072         allow other input image formats.
9073         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9074         accordingly.
9075
9076 2005-10-23  Simon Josefsson  <jas@extundo.com>
9077
9078         * imap.el (imap-gssapi-program): Align command line parameters
9079         with latest GNU SASL.
9080         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9081
9082 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9083
9084         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9085         HTML.
9086         (nnslashdot-request-article): Ditto.
9087
9088         * lpath.el (featurep): Add nobreak-char-display.
9089
9090 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9091
9092         * mail-source.el (mail-source-fetch-pop): Require pop3.
9093         (mail-source-check-pop): Ditto.
9094
9095 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9096
9097         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9098         errors.
9099
9100 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9101
9102         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9103         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9104
9105         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9106
9107         * mm-bodies.el (mm-decode-string): Call
9108         `mm-charset-to-coding-system' with allow-override argument.
9109
9110 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9111
9112         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9113         (rfc2047-charset-to-coding-system): New function.
9114         (rfc2047-decode-encoded-words): New function.
9115         (rfc2047-decode-region): Use them.
9116         (rfc2047-decode-cte): Remove.
9117         (rfc2047-parse-and-decode): Remove.
9118         (rfc2047-decode): Remove.
9119
9120 2005-10-15  Kenichi Handa  <handa@m17n.org>
9121
9122         * rfc2047.el (rfc2047-decode-cte): New function.
9123         (rfc2047-decode-region): Change the way to decode successive
9124         encoded-words: decode B- or Q-encoding in each encoded-word,
9125         concatenate them, and decode it as charset.
9126
9127 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9128
9129         * lpath.el: Fbind codepage-setup for XEmacs.
9130
9131 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9132
9133         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9134         widget-move-and-invoke.
9135         (gnus-custom-mode): Use gnus-custom-map.
9136
9137 2005-10-15  Bill Wohler  <wohler@newt.com>
9138
9139         * message.el (message-tool-bar-map): Renamed image file from
9140         mail_send to mail/send.
9141
9142 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9143
9144         * message.el (message-expand-group): Pass the common
9145         prefix substring of completion to `display-completion-list'.
9146
9147 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9148
9149         * mml-sec.el (mml-secure-method): New internal variable.
9150         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9151         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9152         functions using mml-secure-method.
9153
9154         * mml.el (mml-mode-map): Add key bindings for those functions.
9155         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9156         Harder <harder@myrealbox.com>.
9157         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9158         end of message if point is the headers of the message.
9159
9160         * message.el (message-in-body-p): New function.
9161
9162         * assistant.el: Autoload gnus-util and netrc.
9163
9164         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9165         Use `mm-charset-override-alist' only when decoding.
9166
9167         * mm-bodies.el (mm-decode-body): Call
9168         `mm-charset-to-coding-system' with allow-override argument.
9169
9170         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9171         `filename' from Content-Disposition if Content-Type doesn't
9172         provide `name'.
9173         (gnus-mime-view-part-as-type): Set default instead of
9174         initial-input.
9175
9176 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9177
9178         * format-spec.el (format-spec): Propagate text properties of % spec.
9179
9180 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9181
9182         * gnus-art.el (gnus-treat-predicate): Add `first'.
9183
9184 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9185
9186         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9187         (mm-charset-override-alist): New variable.
9188         (mm-charset-to-coding-system): Use it.
9189         (mm-codepage-setup): New helper function.
9190         (mm-charset-eval-alist): New variable.
9191         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9192         about unknown charsets.
9193
9194         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9195
9196 2005-10-04  David Hansen  <david.hansen@gmx.net>
9197
9198         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9199         (nnrss-check-group): Ditto.
9200
9201 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9202
9203         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9204         Rename x-gnus-verbatim to x-verbatim.
9205         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9206
9207         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9208         x-verbatim.
9209
9210         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9211
9212         * gnus-util.el (gnus-remove-duplicates): Remove.
9213
9214         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9215         instead of gnus-remove-duplicates.
9216
9217         * message.el (message-remove-duplicates): Remove.
9218         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9219         message-remove-duplicates.
9220
9221         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9222         available, else use implementation from `delete-dups'.
9223
9224         * message.el (message-insert-expires): New function.
9225         (message-mode-map): Add key binding.
9226         (message-mode-field-menu): Add menu entry.
9227         (message-mode): Document it.
9228         (message-make-expires-date): Use `message-make-date'.
9229
9230 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9231
9232         * message.el (message-make-expires-date): New function.
9233
9234 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * Makefile.in (list-installed-shadows): New entry.
9237         (install): Use it.
9238         (remove-installed-shadows): New entry.
9239
9240         * dgnushack.el (dgnushack-default-load-path): New variable.
9241         (dgnushack-find-lisp-shadows): New function.
9242         (dgnushack-remove-lisp-shadows): New function.
9243
9244 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9245
9246         * Makefile.in (install-el-elc): New entry.
9247         (install): Use it so that .el files are necessarily installed.
9248
9249 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9250
9251         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9252
9253 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9254
9255         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9256         function rather than the diff-mode.el package.
9257         (mm-display-external): Use with-current-buffer.
9258         (mm-viewer-completion-map, mm-viewer-completion-map):
9259         Move initialization inside declaration.
9260
9261 2005-09-29  Simon Josefsson  <jas@extundo.com>
9262
9263         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9264         autoload mail-check-payment.
9265         (spam-check-hashcash): Define unconditionally, since hashcash.el
9266         is part of Gnus now.  Ignore errors from payment checking.
9267
9268 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9269
9270         * message.el (message-bold-region, message-unbold-region): Rename
9271         from `bold-region' and `unbold-region'.
9272
9273         * message.el: Remove useless autoloads.
9274
9275 2005-09-28  Simon Josefsson  <jas@extundo.com>
9276
9277         * message.el (message-use-idna): Default to t.
9278         (message-use-idna): Test whether encoding works too.  Doc fix.
9279
9280 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * nntp.el (nntp-warn-about-losing-connection): Remove.
9283
9284 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9285
9286         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9287         customizable.  Change default value.
9288         (mm-uu-diff-groups-regexp): Change default value.
9289         (mm-uu-type-alist): Add doc string.
9290         (mm-uu-configure): Add doc string.  Make it interactive.
9291         (mm-uu-tex-groups-regexp): New variable.
9292         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9293         (mm-uu-type-alist): Add LaTeX documents.
9294         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9295         of "text/verbatim".
9296         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9297
9298         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9299         instead of "text/verbatim".
9300
9301         * message.el (message-mark-inserted-region)
9302         (message-mark-insert-file): Use slrn style marks when called with
9303         prefix argument.
9304
9305 2005-09-27  Simon Josefsson  <jas@extundo.com>
9306
9307         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9308
9309 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9310
9311         * message.el (message-remove-duplicates): New function.
9312         Implementation borrowed from `gnus-remove-duplicates'.
9313         (message-idna-to-ascii-rhs): Also encode idna addresses in
9314         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9315         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9316         only ask about the same idna domain once per header and also tell
9317         in what header to replace the idna domain.
9318
9319         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9320         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9321         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9322         a header is decoded and not just the last one.
9323
9324 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9325
9326         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9327         has been decoded.
9328
9329         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9330         (mm-insert-part): Don't modify text if it has been decoded.
9331
9332         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9333         decoded.
9334
9335         * mm-view.el (mm-inline-text): Don't strip text props unless
9336         decoding enriched or richtext parts.
9337
9338 2005-09-25  Romain Francoise  <romain@orebokech.com>
9339
9340         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9341         * gnus-start.el (gnus-subscribe-interactively):
9342         * gnus-uu.el (gnus-uu-grab-articles):
9343         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9344         space.
9345
9346 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9347
9348         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9349         * mm-view.el (mm-view-pkcs7-decrypt):
9350         * gnus-sum.el (gnus-summary-limit-to-extra)
9351         (gnus-summary-respool-article, gnus-read-move-group-name):
9352         * gnus-score.el (gnus-summary-increase-score):
9353         * gnus-util.el (gnus-completing-read-with-default):
9354         * gnus-art.el (gnus-read-save-file-name)
9355         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9356         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9357         * message.el (message-check-news-header-syntax):
9358         Follow convention for reading with the minibuffer.
9359
9360 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9361
9362         * spam-report.el (spam-report-url-ping-plain):
9363         Use gnus-extended-version as User-Agent.
9364
9365         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9366         default value is nil.
9367
9368         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9369         (mm-uu-verbatim-marks-extract): New function.
9370         (mm-uu-extract): New face.
9371         (mm-uu-copy-to-buffer): Use it.
9372
9373         * spam-report.el (spam-report-gmane-ham): Renamed from
9374         `spam-report-gmane-unspam'.
9375         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9376         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9377
9378         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9379         Autoload.
9380         (spam-report-gmane-unregister-routine): Renamed
9381         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9382
9383 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9384
9385         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9386         (spam-report-gmane-unregister-routine): Add support for gmane
9387         unregistration.
9388
9389         * spam-report.el (spam-report-gmane-unspam)
9390         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9391         (spam-report-gmane): Change to take a single article and do unspam
9392         registration.
9393
9394 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9395
9396         * mm-url.el (mm-url-decode-entities): Fix regexp.
9397
9398 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9399
9400         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9401         default to nil, to be able to use Gnus at all.  If the default
9402         switches to something else, then the function should be fixed not
9403         be exceedingly slow.
9404
9405 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9406
9407         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9408         fail hard.
9409
9410         * spam-report.el: Add better Keywords line.
9411
9412         * spam.el: Add Maintainer and better Keywords line.
9413
9414 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9415
9416         * gnus-art.el (gnus-article-replace-part)
9417         (gnus-mime-replace-part): New functions.
9418         (gnus-mime-action-alist, gnus-mime-button-commands)
9419         (gnus-mime-save-part-and-strip): Added file argument.
9420         (gnus-article-part-wrapper): Added interactive argument.
9421
9422         * gnus-sum.el (gnus-summary-mime-map): Add
9423         `gnus-article-replace-part'.
9424
9425 2005-09-19  Didier Verna  <didier@xemacs.org>
9426
9427         The nnml compaction feature:
9428         * nnml.el (nnml-request-compact-group): New function.
9429         * nnml.el (nnml-request-compact): New function.
9430         * gnus-int.el (gnus-request-compact-group): New function.
9431         * gnus-int.el (gnus-request-compact): New function.
9432         * gnus-group.el (gnus-group-compact-group): New function.
9433         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9434         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9435         * gnus-srvr.el (gnus-server-compact-server): New function.
9436         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9437         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9438
9439 2005-09-18  Deepak Goel  <deego@gnufans.org>
9440
9441         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9442         format spec.
9443
9444 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9445
9446         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9447
9448 2005-09-15  Romain Francoise  <romain@orebokech.com>
9449
9450         * message.el (message-fill-paragraph): Clarify docstring.
9451
9452 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9453
9454         * gnus-art.el (gnus-mime-display-part): Protect against broken
9455         MIME messages.
9456
9457 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9460         before parsing header.
9461
9462 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9463
9464         * html2text.el (html2text-replace-list): Add new entities.
9465
9466 2005-09-11  Romain Francoise  <romain@orebokech.com>
9467
9468         * message.el (message-alternative-emails): Improve docstring.
9469         (message-setup-1): Call `message-use-alternative-email-as-from'
9470         after `message-setup-hook' to give it precedence over posting
9471         styles, etc.
9472         (message-use-alternative-email-as-from): Add docstring.  Remove
9473         the original From header if present.
9474
9475         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9476         (nnml-save-mail): Use it.
9477
9478         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9479         articles.  Add new argument `silent'.
9480         (gnus-uu-mark-all): Report the total number of marked articles.
9481
9482 2005-09-10  Romain Francoise  <romain@orebokech.com>
9483
9484         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9485         (gnus-uu-mark-series): Likewise.
9486
9487 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9488
9489         * spam-report.el (spam-report-gmane): Fix generation of spam
9490         report URL.
9491
9492 2005-09-10  Simon Josefsson  <jas@extundo.com>
9493
9494         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9495         t, based on discussion on the ding list with Robert Epprecht
9496         <epprecht@solnet.ch>.
9497
9498 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9499
9500         * spam-report.el (spam-report-gmane): Make it work without
9501         X-Report-Spam header.  Gmane now only provides Archived-At.
9502         This is only used if `spam-report-gmane-use-article-number' is nil.
9503         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9504
9505         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9506         make `gnus-summary-sort-by-recipient' work with threading.
9507
9508         * nnweb.el (nnweb-google-wash-article): Print a message if article
9509         is not available.
9510
9511 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9512
9513         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9514         change.  Decode text/* parts content before displaying.
9515
9516 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9517
9518         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9519
9520 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9521
9522         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9523
9524         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9525         url-package-name, url-package-version,
9526         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9527         w3m-display-inline-images, and w3m-minor-mode-map.
9528
9529 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9530
9531         * message.el (message-tab-body-function): Fix mismatched custom type.
9532
9533         * gnus.el (gnus-group-change-level-function): Ditto.
9534
9535         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9536
9537         * gnus-art.el (gnus-signature-limit)
9538         (gnus-article-mime-part-function): Ditto.
9539
9540 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9541
9542         * mml.el (mml-mode): Silence the byte compiler.
9543
9544         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9545         using `(sit-for 0)' before moving the point to the specified part;
9546         skip unbuttonized parts.
9547         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9548         return to the summary window if gnus-auto-select-part is non-nil.
9549
9550 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9551
9552         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9553         variables.
9554         (mml-dnd-attach-file, mml-mode): Use them.
9555
9556         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9557         Make fetching article by MID work again for Google Groups.  Added
9558         FIXME concerning gnus-group-make-web-group.
9559
9560         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9561         Don't depend on Gnus by using mail-extract-address-components if
9562         gnus-extract-address-components is not bound.
9563
9564 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9565
9566         * gnus-art.el (gnus-mime-display-security): Don't display the
9567         signature, but only the signed part.
9568
9569 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9570
9571         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9572
9573         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9574         list, not listp.
9575
9576 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9577
9578         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9579         when encoding.
9580
9581         * mm-bodies.el (mm-decode-content-transfer-encoding):
9582         De-canonicalize CRLF for all text content types, not just
9583         text/plain.
9584
9585 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9588         valid article; point arrow and cursor at the MIME button.
9589
9590 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9591
9592         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9593         Suggested by Dan Christensen <jdc@uwo.ca>.
9594
9595         * mm-decode.el (mm-save-part): Enable change of prompt.
9596
9597 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9598
9599         * gnus-msg.el (gnus-inews-add-send-actions): Made
9600         `message-post-method' lambda parameter ARG `&optional'.
9601
9602 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9603
9604         * gnus-sum.el (gnus-summary-mime-map): Added
9605         gnus-article-save-part-and-strip, gnus-article-delete-part and
9606         gnus-article-jump-to-part.
9607
9608         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9609         (gnus-article-edit-part): Use it.
9610         (gnus-article-part-wrapper): Added no-handle argument.
9611         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9612         functions.
9613
9614 2005-08-29  Romain Francoise  <romain@orebokech.com>
9615
9616         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9617         docstring.
9618         (gnus-face-from-file): Likewise.
9619
9620 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9621
9622         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9623         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9624         non-nil.
9625         (gnus-auto-select-part): New variable.
9626         (gnus-article-jump-to-part): New function.
9627         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9628         (gnus-mime-delete-part): Allow selecting specified part after
9629         deleting or stripping parts.
9630         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9631         part if argument is bogus.
9632
9633 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9634
9635         * gnus-art.el (w3m-minor-mode-map):
9636         * gnus-spec.el (gnus-newsrc-file-version):
9637         * gnus-util.el (nnmail-active-file-coding-system)
9638         (gnus-original-article-buffer, gnus-user-agent):
9639         * gnus.el (gnus-ham-process-destinations)
9640         (gnus-parameter-ham-marks-alist)
9641         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9642         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9643         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9644         * mm-decode.el (gnus-current-window-configuration):
9645         * mm-extern.el (gnus-article-mime-handles):
9646         * mm-url.el (url-current-object, url-package-name)
9647         (url-package-version):
9648         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9649         (smime-keys, w3m-cid-retrieve-function-alist)
9650         (w3m-current-buffer, w3m-display-inline-images)
9651         (w3m-minor-mode-map):
9652         * mml-smime.el (gnus-extract-address-components):
9653         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9654         (gnus-newsrc-hashtb, message-default-charset)
9655         (message-deletable-headers, message-options)
9656         (message-posting-charset, message-required-mail-headers)
9657         (message-required-news-headers):
9658         * mml1991.el (mc-pgp-always-sign):
9659         * mml2015.el (mc-pgp-always-sign):
9660         * nnheader.el (nnmail-extra-headers):
9661         * rfc1843.el (gnus-decode-encoded-word-function)
9662         (gnus-decode-header-function, gnus-newsgroup-name):
9663         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9664
9665 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9666
9667         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9668         the end of the date treatments.
9669
9670 2005-08-15  Simon Josefsson  <jas@extundo.com>
9671
9672         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9673         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9674         Capello and Romain Francoise.
9675         (pgg-fetch-key-function): Removed, not used?
9676         (pgg-insert-url-with-w3): Require url, to get
9677         url-insert-file-contents regardless of where it is defined.
9678
9679 2005-08-13  Romain Francoise  <romain@orebokech.com>
9680
9681         * message.el (message-cite-original-1): New function.
9682         (message-cite-original): Use it.
9683         (message-cite-original-without-signature): Ditto.
9684
9685 2005-08-08  Romain Francoise  <romain@orebokech.com>
9686
9687         * message.el (message-yank-empty-prefix): New variable.
9688         (message-indent-citation): Use it.
9689         (message-cite-original-without-signature): Respect X-No-Archive.
9690
9691 2005-08-08  Simon Josefsson  <jas@extundo.com>
9692
9693         * pgg.el: Autoload url-insert-file-contents instead of loading
9694         w3/url.
9695         (pgg-insert-url-with-w3): Don't load url here.
9696
9697 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9698
9699         * message.el (message-kill-to-signature): Don't insert newline at
9700         bol.
9701         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9702
9703 2005-08-06  Romain Francoise  <romain@orebokech.com>
9704
9705         * message.el (message-user-fqdn): Fix typo in docstring.
9706
9707 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9708
9709         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9710
9711         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9712
9713 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9714
9715         * mm-bodies.el (mm-encode-body): Use coding system rather than
9716         charset to encode text.
9717
9718         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9719         number of charsets if utf-8 is available (XEmacs).
9720
9721 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9722
9723         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9724         taken from `gnus-button-mid-or-mail-regexp'.
9725         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9726         (gnus-button-alist): Improve regexp for domain part of the MIDs
9727         for news:localpart@domain buttons.
9728         (gnus-button-ctan-directory-regexp): Update.
9729
9730 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9731
9732         * sieve-manage.el (sieve-manage-interactive-login): Use
9733         make-local-variable rather than make-variable-buffer-local.
9734         (sieve-manage-open): Ditto.
9735         (sieve-manage-authenticate): Ditto.
9736
9737         * mml.el (mml-generate-mime-1): Make the content type default to
9738         text/plain if the filename is not specified.
9739
9740 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9741
9742         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9743         instead of insert-buffer.
9744
9745         * message.el (message-yank-original): Ditto; set the mark at the
9746         end of the yanked message.
9747
9748 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9749
9750         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9751         lines to scroll rather than to stop it.
9752
9753         * mml.el (mml-generate-default-type): Add doc string.
9754         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9755         default to application/octet-stream when determining the content
9756         type if it is not specified for the part or the mml contents; add
9757         a comment about mml-generate-default-type.
9758
9759 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9760
9761         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9762         make it default to application/octet-stream when determining the
9763         content type if it is not specified for the external contents.
9764
9765 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9766
9767         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9768         segmented parameter but also other parameters might be there.
9769
9770 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9771
9772         * mm-decode.el (mm-display-external): Delete temp file, directory
9773         and buffer immediately if the external process is exited.
9774
9775 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9776
9777         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9778         fewer lines than that of scroll-margin.
9779         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9780
9781 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * gnus-art.el (gnus-article-next-page): Revert.
9784         (gnus-article-beginning-of-window): New macro.
9785         (gnus-article-next-page-1): Use it.
9786         (gnus-article-prev-page): Ditto.
9787         (gnus-article-edit-part): Use insert-buffer-substring instead of
9788         insert-buffer.
9789         (gnus-article-edit-exit): Ditto.
9790
9791         * gnus-util.el (gnus-beginning-of-window): Remove.
9792         (gnus-end-of-window): Remove.
9793
9794         * lpath.el: Don't bind header-line-format and scroll-margin.
9795
9796 2005-07-25  Simon Josefsson  <jas@extundo.com>
9797
9798         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9799         to have the url package without w3.  Reported by Daiki Ueno
9800         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9801
9802 2005-07-20  Didier Verna  <didier@xemacs.org>
9803
9804         * gnus-diary.el: Remove the description comment (nndiary is now
9805         properly documented in the Gnus manual).
9806         Fix the spelling of "Back End".
9807         * nndiary.el: Ditto.
9808         Fix the copyright notice.
9809
9810 2005-07-18  Romain Francoise  <romain@orebokech.com>
9811
9812         * gnus-sum.el (gnus-summary-to-prefix)
9813         (gnus-summary-newsgroup-prefix): New variables.
9814         (gnus-summary-from-or-to-or-newsgroups): Use them.
9815
9816 2005-07-17  Romain Francoise  <romain@orebokech.com>
9817
9818         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9819         space as it's generally not especially interesting to the user.
9820
9821 2005-07-16  Romain Francoise  <romain@orebokech.com>
9822
9823         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9824         nil to avoid prompting and file modification if one of the
9825         messages at the top of the nnfolder file contains a copyright
9826         notice.
9827         Update copyright notice.
9828
9829         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9830         instead of `current-time-string' as the latter creates a time
9831         string that is not RFC 2822 compliant (it lacks the zone).
9832         Update copyright notice.
9833
9834 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9835
9836         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9837         for text/rtf.  Display default in prompt.  Pass default for M-n.
9838
9839         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9840
9841 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9842
9843         * gnus-msg.el (gnus-button-mailto): Remove
9844         save-selected-window-window hackery because it relies on
9845         save-selected-window internals.
9846
9847 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9848
9849         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9850         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9851         (gnus-article-prev-page): Ditto.
9852
9853         * gnus-util.el (gnus-beginning-of-window): New function.
9854         (gnus-end-of-window): New function.
9855
9856         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9857
9858 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9859
9860         * gnus-score.el (gnus-score-edit-all-score): Set
9861         gnus-score-edit-exit-function to gnus-score-edit-done and call
9862         gnus-message.
9863
9864 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9865
9866         * gnus-msg.el (gnus-button-mailto): Remove
9867         save-selected-window-window hackery because it relies on
9868         save-selected-window internals.
9869
9870 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9871
9872         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9873         add-minor-mode.
9874         (gnus-binary-mode): Ditto.
9875
9876         * gnus-topic.el (gnus-topic-mode): Ditto.
9877
9878 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9879
9880         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9881         (gnus-article-prev-page): Take scroll-margin into consideration.
9882
9883 2005-07-04  Lute Kamstra  <lute@gnu.org>
9884
9885         Update FSF's address in GPL notices.
9886
9887 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9888
9889         * gnus.el (gnus-exit):
9890         * gnus-group.el (gnus-group-icons):
9891         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9892
9893         * gnus-nocem.el (gnus-nocem):
9894         * message.el (message-various, message-buffers, message-sending)
9895         (message-interface, message-forwarding, message-insertion)
9896         (message-headers, message-news, message-mail):
9897         * pgg-gpg.el (pgg-gpg):
9898         * pgg-parse.el (pgg-parse):
9899         * pgg-pgp.el (pgg-pgp):
9900         * pgg-pgp5.el (pgg-pgp5):
9901         * pop3.el (pop3): Finish `defgroup' description with period.
9902
9903 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9904
9905         * gnus-art.el (article-display-face): Improve the efficiency.
9906         (article-display-x-face): Ditto; remove grey x-face stuff.
9907
9908 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * gnus-art.el (article-display-face): Correct the position in
9911         which Faces are inserted.
9912
9913 2005-06-29  Didier Verna  <didier@xemacs.org>
9914
9915         * gnus-art.el (article-display-face): Display faces in correct
9916         order.
9917
9918 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9921         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9922         (gnus-nocem-check-article): Fetch the Type header.
9923         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9924         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9925         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9926         make sure gnus-nocem-hashtb is initialized.
9927         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9928         (gnus-nocem-unwanted-article-p): Ditto.
9929
9930         * pgg.el (pgg-verify): Return the verification result.
9931
9932 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9933
9934         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9935         is ascii.
9936
9937 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9938
9939         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9940         `show-nonbreak-escape'.
9941
9942 2005-06-23  Lute Kamstra  <lute@gnu.org>
9943
9944         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9945
9946         * dig.el (dig-mode):
9947         * smime.el (smime-mode): Use gnus-run-mode-hooks.
9948
9949 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
9950
9951         * nnimap.el (nnimap-split-download-body): Fix spellings.
9952
9953 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
9954
9955         * gnus-art.el (gnus-article-encrypt-body):
9956         * gnus-cus.el (gnus-score-customize):
9957         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9958         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9959
9960 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
9961
9962         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9963         header by looking for magic "MII" at the beginnig.
9964
9965 2005-06-16  Miles Bader  <miles@gnu.org>
9966
9967         * gnus-xmas.el (gnus-xmas-group-startup-message):
9968         Use renamed gnus-splash face.
9969
9970         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9971         (assistant-field-face): New backward-compatibility alias for renamed
9972         face.
9973         (assistant-render-text): Use renamed assistant-field face.
9974
9975         * spam.el (spam): Remove "-face" suffix from face name.
9976         (spam-face): New backward-compatibility alias for renamed face.
9977         (spam-face, spam-initialize): Use renamed spam face.
9978
9979         * message.el (message-header-to, message-header-cc)
9980         (message-header-subject, message-header-newsgroups)
9981         (message-header-other, message-header-name)
9982         (message-header-xheader, message-separator, message-cited-text)
9983         (message-mml): Remove "-face" suffix from face names.
9984         (message-header-to-face, message-header-cc-face)
9985         (message-header-subject-face, message-header-newsgroups-face)
9986         (message-header-other-face, message-header-name-face)
9987         (message-header-xheader-face, message-separator-face)
9988         (message-cited-text-face, message-mml-face):
9989         New backward-compatibility aliases for renamed faces.
9990         (message-font-lock-keywords): Use renamed message faces.
9991
9992         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9993         (sieve-test-commands, sieve-tagged-arguments):
9994         Remove "-face" suffix from face names.
9995         (sieve-control-commands-face, sieve-action-commands-face)
9996         (sieve-test-commands-face, sieve-tagged-arguments-face):
9997         New backward-compatibility aliases for renamed faces.
9998         (sieve-control-commands-face, sieve-action-commands-face)
9999         (sieve-test-commands-face, sieve-tagged-arguments-face):
10000         Use renamed sieve faces.
10001
10002         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10003         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10004         (gnus-group-news-3-empty, gnus-group-news-4)
10005         (gnus-group-news-4-empty, gnus-group-news-5)
10006         (gnus-group-news-5-empty, gnus-group-news-6)
10007         (gnus-group-news-6-empty, gnus-group-news-low)
10008         (gnus-group-news-low-empty, gnus-group-mail-1)
10009         (gnus-group-mail-1-empty, gnus-group-mail-2)
10010         (gnus-group-mail-2-empty, gnus-group-mail-3)
10011         (gnus-group-mail-3-empty, gnus-group-mail-low)
10012         (gnus-group-mail-low-empty, gnus-summary-selected)
10013         (gnus-summary-cancelled, gnus-summary-high-ticked)
10014         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10015         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10016         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10017         (gnus-summary-low-undownloaded)
10018         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10019         (gnus-summary-low-unread, gnus-summary-normal-unread)
10020         (gnus-summary-high-read, gnus-summary-low-read)
10021         (gnus-summary-normal-read, gnus-splash):
10022         Remove "-face" suffix from face names.
10023         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10024         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10025         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10026         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10027         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10028         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10029         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10030         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10031         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10032         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10033         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10034         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10035         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10036         (gnus-summary-normal-ticked-face)
10037         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10038         (gnus-summary-normal-ancient-face)
10039         (gnus-summary-high-undownloaded-face)
10040         (gnus-summary-low-undownloaded-face)
10041         (gnus-summary-normal-undownloaded-face)
10042         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10043         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10044         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10045         (gnus-splash-face):
10046         New backward-compatibility aliases for renamed faces.
10047         (gnus-group-startup-message): Use renamed gnus faces.
10048
10049         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10050         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10051         (gnus-server-agent): Remove "-face" suffix from face names.
10052         (gnus-server-agent-face, gnus-server-opened-face)
10053         (gnus-server-closed-face, gnus-server-denied-face)
10054         (gnus-server-offline-face):
10055         New backward-compatibility aliases for renamed faces.
10056         (gnus-server-agent-face, gnus-server-opened-face)
10057         (gnus-server-closed-face, gnus-server-denied-face)
10058         (gnus-server-offline-face): Use renamed gnus faces.
10059
10060         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10061         Remove "-face" suffix from face names.
10062         (gnus-picon-xbm-face, gnus-picon-face):
10063         New backward-compatibility aliases for renamed faces.
10064
10065         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10066         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10067         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10068         (gnus-cite-11): Remove "-face" suffix from face names.
10069         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10070         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10071         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10072         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10073         New backward-compatibility aliases for renamed faces.
10074         (gnus-cite-attribution-face, gnus-cite-face-list)
10075         (gnus-article-boring-faces): Use renamed gnus faces.
10076
10077         * gnus-art.el (gnus-signature, gnus-header-from)
10078         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10079         (gnus-header-content): Remove "-face" suffix from face names.
10080         (gnus-signature-face, gnus-header-from-face)
10081         (gnus-header-subject-face, gnus-header-newsgroups-face)
10082         (gnus-header-name-face, gnus-header-content-face):
10083         New backward-compatibility aliases for renamed faces.
10084         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10085
10086         * gnus-sum.el (gnus-summary-selected-face)
10087         (gnus-summary-highlight): Use renamed gnus faces.
10088         * gnus-group.el (gnus-group-highlight): Likewise.
10089
10090 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10091
10092         * gnus-sieve.el (gnus-sieve-article-add-rule):
10093         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10094         * spam-stat.el (spam-stat-buffer-change-to-spam)
10095         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10096
10097         * message.el (message-is-yours-p):
10098         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10099
10100 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10101
10102         * mm-view.el (mm-inline-text): Withdraw the last change.
10103
10104 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10105
10106         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10107         executing enriched-decode.
10108
10109 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10110
10111         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10112         charset of tar files.
10113
10114 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10115
10116         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10117
10118 2005-06-04  Lute Kamstra  <lute@gnu.org>
10119
10120         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10121         information is never recorded.
10122
10123 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10124
10125         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10126
10127 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10128
10129         * pop3.el (pop3-apop): Run md5 in the binary mode.
10130
10131         * starttls.el (starttls-set-process-query-on-exit-flag):
10132         Use eval-and-compile.
10133
10134 2005-05-31  Simon Josefsson  <jas@extundo.com>
10135
10136         * smime.el (smime-replace-in-string): Define.
10137         (smime-cert-by-ldap-1): Use it.
10138
10139 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10140
10141         * gnus-art.el (article-display-x-face): Replace
10142         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10143
10144         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10145         set-process-query-on-exit-flag or process-kill-without-query.
10146
10147         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10148         loop instead of replace-regexp.
10149
10150         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10151         instead of process-kill-without-query if it is available.
10152
10153         * lpath.el: Fbind ldap-search-entries.
10154
10155         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10156         instead of find-file-hooks if it is available.
10157
10158         * mml1991.el: Bind pgg-default-user-id when compiling.
10159
10160         * mml2015.el: Bind pgg-default-user-id when compiling.
10161
10162         * nndraft.el (nndraft-request-associate-buffer):
10163         Use write-contents-functions instead of write-contents-hooks if it is
10164         available.
10165
10166         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10167         instead of find-file-hooks if it is available.
10168
10169         * nntp.el (nntp-open-connection): Replace
10170         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10171         (nntp-open-ssl-stream): Ditto.
10172         (nntp-open-tls-stream): Ditto.
10173
10174         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10175         set-process-query-on-exit-flag or process-kill-without-query.
10176         (starttls-open-stream-gnutls): Use it instead of
10177         process-kill-without-query.
10178         (starttls-open-stream): Ditto.
10179
10180 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10181
10182         * smime.el (smime-cert-by-ldap-1): Don't use
10183         replace-regexp-in-string.
10184
10185 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10186
10187         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10188
10189         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10190         in PEM format.  Adjust to the XEmacs compability.
10191
10192 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10193
10194         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10195         by `string-to-number'.
10196         * gnus-agent.el (gnus-agent-regenerate-group)
10197         (gnus-agent-fetch-articles): Ditto.
10198         * gnus-art.el (gnus-button-fetch-group): Ditto.
10199         * gnus-cache.el (gnus-cache-generate-active)
10200         (gnus-cache-articles-in-group): Ditto.
10201         * gnus-group.el (gnus-group-set-current-level)
10202         (gnus-group-insert-group-line): Ditto.
10203         * gnus-score.el (gnus-score-set-expunge-below)
10204         (gnus-score-set-mark-below, gnus-summary-score-effect)
10205         (gnus-summary-score-entry): Ditto.
10206         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10207         (gnus-soup-pack): Ditto.
10208         * gnus-spec.el (gnus-xmas-format): Ditto.
10209         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10210         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10211         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10212         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10213         * nndb.el (nndb-get-remote-expire-response): Ditto.
10214         * nndiary.el (nndiary-parse-schedule-value)
10215         (nndiary-string-to-number, nndiary-request-replace-article)
10216         (nndiary-request-article): Ditto.
10217         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10218         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10219         * nneething.el (nneething-make-head): Ditto.
10220         * nnfolder.el (nnfolder-request-article)
10221         (nnfolder-retrieve-headers): Ditto.
10222         * nnheader.el (nnheader-file-to-number): Ditto.
10223         * nnkiboze.el (nnkiboze-request-article): Ditto.
10224         * nnmail.el (nnmail-process-unix-mail-format)
10225         (nnmail-process-babyl-mail-format): Ditto.
10226         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10227         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10228         (nnmh-request-create-group, nnmh-request-list-1)
10229         (nnmh-request-group, nnmh-request-article): Ditto.
10230         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10231         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10232         * nnsoup.el (nnsoup-make-active): Ditto.
10233         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10234         * nntp.el (nntp-find-group-and-number)
10235         (nntp-retrieve-headers-with-xover): Ditto.
10236         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10237         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10238         (pgg-format-key-identifier): Ditto.
10239         * pop3.el (pop3-last, pop3-stat): Ditto.
10240         * qp.el (quoted-printable-decode-region): Ditto.
10241
10242         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10243         of concat.
10244
10245 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10246
10247         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10248
10249         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10250
10251         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10252
10253         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10254
10255         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10256
10257         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10258
10259         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10260         (gnus-carpal-mode): Ditto.
10261
10262         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10263         (gnus-browse-mode): Ditto.
10264
10265         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10266
10267         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10268
10269 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10270
10271         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10272
10273 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10274
10275         * gnus-util.el (gnus-run-mode-hooks): New function.
10276
10277         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10278
10279         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10280         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10281
10282 2005-05-27  Lute Kamstra  <lute@gnu.org>
10283
10284         * dns-mode.el (dns-mode): Specify customization group.
10285
10286 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10287
10288         * gnus-agent.el (gnus-agent-make-mode-line-string):
10289         Use mode-line-highlight as mouse-face.
10290
10291 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10292
10293         * canlock.el (canlock): Change the parent group to news.
10294
10295         * deuglify.el (gnus-outlook-deuglify): Add :group.
10296
10297         * dig.el (dig): Add :group.
10298
10299         * dns-mode.el (dns-mode): Add :group.
10300
10301         * encrypt.el (encrypt): Add :group.
10302
10303         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10304         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10305         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10306         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10307         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10308
10309         * gnus-diary.el (gnus-diary): Add :group.
10310
10311         * gnus.el (gnus-group-news-1-face): Add :group.
10312         (gnus-group-news-1-empty-face): Ditto.
10313         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10314         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10315         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10316         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10317         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10318         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10319         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10320         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10321         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10322         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10323         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10324         (gnus-summary-high-ticked-face): Ditto.
10325         (gnus-summary-low-ticked-face): Ditto.
10326         (gnus-summary-normal-ticked-face): Ditto.
10327         (gnus-summary-high-ancient-face): Ditto.
10328         (gnus-summary-low-ancient-face): Ditto.
10329         (gnus-summary-normal-ancient-face): Ditto.
10330         (gnus-summary-high-undownloaded-face): Ditto.
10331         (gnus-summary-low-undownloaded-face): Ditto.
10332         (gnus-summary-normal-undownloaded-face): Ditto.
10333         (gnus-summary-high-unread-face): Ditto.
10334         (gnus-summary-low-unread-face): Ditto.
10335         (gnus-summary-normal-unread-face): Ditto.
10336         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10337         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10338
10339         * hashcash.el (hashcash): New custom group.
10340         (hashcash-default-payment): Add :group.
10341         (hashcash-payment-alist): Ditto.
10342         (hashcash-default-accept-payment): Ditto.
10343         (hashcash-accept-resources): Ditto.
10344         (hashcash-path): Ditto.
10345         (hashcash-extra-generate-parameters): Ditto.
10346         (hashcash-double-spend-database): Ditto.
10347         (hashcash-in-news): Ditto.
10348
10349         * message.el (message-minibuffer-local-map): Add :group.
10350
10351         * netrc.el (netrc): Add :group.
10352
10353         * sieve-manage.el (sieve-manage-log): Add :group.
10354         (sieve-manage-default-user): Diito.
10355         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10356         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10357         (sieve-manage-authenticators): Ditto.
10358         (sieve-manage-authenticator-alist): Ditto.
10359         (sieve-manage-default-port): Ditto.
10360
10361         * sieve-mode.el (sieve-control-commands-face): Add :group.
10362         (sieve-action-commands-face): Ditto.
10363         (sieve-test-commands-face): Ditto.
10364         (sieve-tagged-arguments-face): Ditto.
10365
10366         * smime.el (smime): Add :group.
10367
10368         * spam-report.el (spam-report): Add :group.
10369
10370         * spam.el (spam, spam-face): Add :group.
10371
10372 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10373
10374         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10375         return \n.\n.\n at the end of articles.  Protect against that.
10376         (nntp-with-open-group): Allow debugging.
10377
10378         * nnheader.el (mail-header-set-extra): Make into a function
10379         because I just could't understand how to quote the list properly.
10380
10381         * dns.el (query-dns-cached): New function.
10382
10383 2005-05-26  Lute Kamstra  <lute@gnu.org>
10384
10385         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10386
10387 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10388
10389         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10390
10391         * gnus-art.el: Don't autoload mail-extract-address-components.
10392
10393         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10394         eval-and-compile to evaluate it.
10395
10396         * hashcash.el: Don't autoload executable-find.
10397
10398         * nndb.el: Don't declare the nndb back end two or more times; don't
10399         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10400
10401         * nntp.el: Autoload format-spec instead of format; use
10402         eval-and-compile to evaluate autoload forms.
10403
10404 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10405
10406         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10407
10408 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10409
10410         * gnus.el (gnus-version-number): Bump version.
10411
10412 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10413
10414         * gnus.el: No Gnus v0.3 is released.
10415
10416 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10417
10418         * lpath.el (featurep): Bind show-nonbreak-escape.
10419
10420 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10421
10422         * gnus-art.el (gnus-article-edit-part): Disable undo.
10423
10424 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10427         gnus-article-date-lapsed-new-header is t if date timer is active;
10428         skip headers in which the original date value is empty.
10429         (gnus-article-save-original-date): Redefine it as a macro.
10430         (gnus-display-mime): Use it.
10431
10432 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10433
10434         * gnus-art.el (article-date-ut): Support converting date in
10435         forwarded parts as well.
10436         (gnus-article-save-original-date): New function.
10437         (gnus-display-mime): Use it.
10438
10439 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10440
10441         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10442         enclosure element of <item>.
10443
10444 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10445
10446         * message.el (message-kill-buffer-query): Renamed from
10447         `message-kill-buffer-query-if-modified'.  Added :version.
10448
10449 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10450
10451         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10452         window layout.
10453
10454 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10455
10456         * mml.el: Autoload dnd when compiling.
10457
10458 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10459
10460         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10461         x-dnd-*.
10462
10463 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * qp.el (quoted-printable-encode-region): Save excursion.
10466
10467 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10468
10469         * message.el (message-kill-buffer-query-if-modified): Add new variable
10470         so the user can kill a modified message buffer quickly.
10471         (message-kill-buffer): Use it.
10472
10473 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * lpath.el: Fbind display-time-event-handler; don't fbind
10476         string-to-multibyte.
10477
10478         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10479
10480 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10481
10482         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10483         contained in text because xml.el decodes entities) with LFs.
10484
10485 2005-04-11  Lute Kamstra  <lute@gnu.org>
10486
10487         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10488         differently.
10489
10490 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10491
10492         * mm-util.el (mm-detect-coding-region): Typo.
10493
10494 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10495
10496         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10497
10498 2005-04-06  Deepak Goel  <deego@gnufans.org>
10499
10500         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10501         user-function allow user modifications of the scores.
10502         (spam-stat-score-buffer-user): New function, to allow
10503         user-computed modifications to the score.
10504         (spam-stat-score-buffer-user-functions): List of additional
10505         scoring functions.
10506         (spam-stat-error-holder): Global temporary error holder.
10507         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10508         variable.
10509
10510 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10511
10512         * gnus-registry.el (gnus-registry-clean-empty-function)
10513         (gnus-registry-trim, gnus-registry-fetch-groups)
10514         (gnus-registry-delete-group): Groups that match
10515         `gnus-registry-ignored-groups' are removed from the registry
10516         entries, not just ignored for splitting.  This helps clean up the
10517         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10518         to get all the groups a message ID is in.
10519
10520         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10521         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10522         (spam-stat-score-buffer-user-functions): Add :number custom type.
10523
10524 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10525
10526         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10527         argument in XEmacs.
10528
10529         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10530         (nnrss-request-group): Decode group name first.
10531         (nnrss-request-article): Make a text/plain article if mml-to-mime
10532         failed.
10533         (nnrss-get-encoding): Return a compatible encoding according to
10534         nnrss-compatible-encoding-alist.
10535         (nnrss-find-el): Use consp instead of listp.
10536         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10537
10538 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10541         which Emacs 20 doesn't support.
10542         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10543
10544 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10545
10546         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10547         silence the byte compiler inside the defun.
10548
10549         * gnus-demon.el (parse-time-string): Add autoload.
10550
10551         * gnus-delay.el (parse-time-string): Add autoload.
10552
10553         * gnus-art.el (parse-time-string): Add autoload.
10554
10555         * nnultimate.el (parse-time): Require for `parse-time-string'.
10556
10557 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10558
10559         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10560
10561         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10562
10563         * smime.el (smime-ldap-host-list): Add :version.
10564
10565 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10566
10567         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10568         pass it to `gnus-browse-read-group'.
10569         (gnus-browse-read-group): Add NUMBER argument and pass it to
10570         `gnus-group-read-ephemeral-group'.
10571
10572         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10573         argument and pass it to `gnus-group-read-group'.
10574
10575 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10576
10577         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10578         mm-xemacs-find-mime-charset-1 if we have the mule feature
10579         available at runtime.
10580
10581 2005-03-25  Werner Lemberg  <wl@gnu.org>
10582
10583         * nnmaildir.el: Replace `illegal' with `invalid'.
10584
10585 2005-03-23  Lute Kamstra  <lute@gnu.org>
10586
10587         * time-date.el: Add comment on time value formats.
10588         Don't require parse-time.
10589         (with-decoded-time-value): New macro.
10590         (encode-time-value): New function.
10591         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10592         (days-to-time): Return a valid time value when arg is huge.
10593         (time-since): Use time-subtract.
10594         (time-to-number-of-days): Use time-to-seconds.
10595
10596 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10597
10598         * gnus-start.el (gnus-display-time-event-handler):
10599         Check display-time-timer at runtime rather than only at load time
10600         in case display-time-mode is turned off in the mean time.
10601
10602 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10603
10604         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10605         used.
10606
10607         * nneething.el (nneething-map-file-directory): Derive from
10608         `gnus-directory'.
10609
10610         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10611         the To/Cc button.
10612
10613 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10614
10615         * nnmaildir.el (nnmaildir-request-accept-article):
10616         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10617
10618 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10619
10620         * gnus-async.el: Require timer-funcs at compile time when in
10621         XEmacs for `run-with-idle-timer'.
10622
10623 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10624
10625         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10626         autoloaded function.
10627
10628 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10629
10630         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10631
10632 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10633
10634         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10635
10636 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10637
10638         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10639         gnus-expert-user to default.
10640
10641 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10642
10643         * nnimap.el (nnimap-open-server): Ditto.
10644
10645         * imap.el (imap-authenticate): Fix typo.
10646
10647 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10648
10649         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10650         buffer (since IMAP server might return FETCH response out of
10651         order, and the nntp buffer must be sorted).
10652
10653 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10654
10655         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10656         comparison on string.
10657
10658         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10659         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10660         (gnus-agent-summary-fetch-series): Modified to protect against
10661         gnus-agent-summary-fetch-group clearing processable flags.
10662         (gnus-agent-synchronize-group-flags): Update live group buffer as
10663         synchronization may occur due to the user toggle the plugged
10664         status.
10665         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10666         successfully downloaded.
10667         (gnus-agent-expire-group-1): Avoid using markers when the overview
10668         is in ascending order; greatly improves performance.
10669         (gnus-agent-regenerate-group): Use
10670         gnus-agent-synchronize-group-flags to reset read status in both
10671         gnus and server.
10672         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10673
10674 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10675
10676         * message.el: Don't autoload former message-utils variables.
10677         (message-strip-subject-trailing-was): Change doc string.
10678
10679         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10680         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10681         (nnweb-google-search): Add "hl=en" here.
10682         (nnweb-google-parse-1, nnweb-google-create-mapping):
10683         Don't hardcode URL.
10684
10685 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10686
10687         * message.el (message-get-reply-headers, message-followup):
10688         Mention related variables `message-use-followup-to' and
10689         `message-use-mail-followup-to', in the information buffer.
10690
10691         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10692         of broken groups(-beta).google.com.
10693
10694 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10695
10696         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10697         parameter to invoked gnus-request-move-article; remove the
10698         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10699         all at once instead of once per article.
10700         (gnus-summary-remove-process-mark): Accept a list of articles as
10701         well as a single article for processing.
10702
10703         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10704         parameter.
10705
10706         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10707
10708         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10709
10710         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10711         parameter.
10712
10713         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10714         parameter.
10715
10716         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10717         parameter and remove the gnus-sum-hint-move-is-internal variable.
10718
10719         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10720         parameter.
10721
10722         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10723         parameter.
10724
10725         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10726         parameter.
10727
10728         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10729
10730         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10731         parameter.
10732
10733         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10734         parameter.
10735
10736 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10737
10738         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10739         a more conservative way.
10740
10741 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10742
10743         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10744         buffer, so it moves the window's cursor.
10745
10746 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10747
10748         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10749         `mm-dissect-multipart' and receive the from field as an (optional)
10750         argument from `mm-dissect-multipart'.
10751         (mm-dissect-multipart): Receive the from field as an argument and
10752         pass it on when we call `mm-dissect-buffer' on MIME parts.
10753         Fixes verification/decryption of signed/encrypted MIME parts.
10754
10755 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10756
10757         * gnus-sum.el (gnus-summary-move-article): Set
10758         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10759         whatever it calls (right now, only nnimap-request-move article
10760         respects it).
10761
10762         * nnimap.el (nnimap-request-move-article): When
10763         gnus-sum-hint-move-is-internal is set, don't do the extra
10764         nnimap-request-article.
10765
10766 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10767
10768         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10769
10770         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10771         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10772
10773         * gnus-sum.el (gnus-summary-caesar-message):
10774         Apply `gnus-treat-article' after rotation.
10775
10776         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10777         doc string.
10778
10779 2005-02-22  Simon Josefsson  <jas@extundo.com>
10780
10781         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10782         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10783         <arne@arnested.dk>.
10784         (encrypt): Add password-cache and password-cache-expiry as group
10785         members.
10786
10787 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10788
10789         * smime.el (smime-ldap-host-list): Doc fix.
10790         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10791         cache) password.
10792         (smime-sign-region): Use it.
10793         (smime-decrypt-region): Use it.
10794         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10795         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10796         fails.
10797         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10798         certificate from DER to PEM format rather than calling openssl.
10799
10800         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10801
10802         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10803         for signing/encryption.
10804
10805         * mml.el (mml-parse-1): Use them.
10806
10807 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10808
10809         * nnrss.el (nnrss-verbose): Removed.
10810         (nnrss-request-group): Use `nnheader-message' instead.
10811
10812 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10813
10814         * nnrss.el (nnrss-verbose): New variable.
10815         (nnrss-request-group): Make it say nnrss is requesting a group.
10816
10817 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10818
10819         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10820         Handle news URL with given port correctly.
10821
10822 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10823
10824         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10825         containing special characters.
10826
10827         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10828
10829         * mml.el (mime-to-mml): Ditto.
10830
10831         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10832         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10833         (rfc2047-decode-region): Quote decoded words containing special
10834         characters when rfc2047-quote-decoded-words-containing-tspecials
10835         is non-nil.
10836
10837 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10838
10839         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10840
10841         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10842
10843 2005-02-15  Simon Josefsson  <jas@extundo.com>
10844
10845         * nnimap.el (nnimap-debug): Doc fix.
10846
10847         * imap.el (imap-debug): Doc fix.
10848
10849 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10850
10851         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10852
10853 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10854
10855         * gnus.el (spam-contents): Improve docs for spam-contents
10856         parameter in its variable incarnation.
10857
10858 2005-02-14  Simon Josefsson  <jas@extundo.com>
10859
10860         * smime-ldap.el: Use require instead of load-library for ldap.
10861         (smime-ldap-search): Indent.
10862         (smime-ldap-search-internal): Shorten line.
10863
10864         * smime.el (smime-cert-by-dns): Add doc-string.
10865         (smime-cert-by-ldap-1): Indent.
10866
10867         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10868         mml-smime-get-dns-ldap.
10869         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10870
10871 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10872
10873         * smime.el: Require smime-ldap.
10874         (smime-ldap-host-list): New variable.
10875         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10876
10877         * mml-smime.el (mml-smime-encrypt-query): New function.
10878         (mml-smime-encrypt-query): Use it.
10879
10880         * smime-ldap.el: New file.
10881
10882 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10883
10884         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10885
10886 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10887
10888         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10889         argument in doc string.  Make query for type more clear.
10890
10891 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10892
10893         * gnus.el (gnus-group-startup-message): Search for gnus images in
10894         etc/images/gnus.
10895         * mm-util.el (mm-image-load-path): Likewise.
10896         * smiley.el (smiley-data-directory): Search for smilies in
10897         etc/images/smilies.
10898
10899 2005-02-09  Kim F. Storm  <storm@cua.dk>
10900
10901         Change Emacs release version from 21.4 to 22.1 throughout.
10902         Change Emacs development version from 21.3.50 to 22.0.50.
10903
10904 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10905
10906         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10907
10908         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10909         non-Mule XEmacs as well.
10910         (mm-decompress-buffer): Signal an error intentionally if it does
10911         not decompress compressed data because auto-compression-mode is
10912         disabled.
10913
10914 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10915
10916         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10917         an ID in the registry even if it has no groups.
10918
10919 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10920
10921         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10922         merge it into mm-decompress-buffer.
10923         (gnus-mime-copy-part): Use the MIME part charset, the value which
10924         a user specified or gnus-newsgroup-charset for decoding, like
10925         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10926         save-buffer what was used.  Suggested by Kevin Ryde
10927         <user42@zip.com.au>.
10928         (gnus-mime-inline-part): Allow the name parameter as well as the
10929         filename parameter; force decompressing of compressed data; always
10930         display contents being not decoded as unibyte.
10931
10932         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10933         as well as the filename parameter.
10934
10935         * mm-util.el (mm-decompress-buffer): Merge
10936         gnus-mime-jka-compr-maybe-uncompress.
10937         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10938         of compressed data.
10939
10940 2005-02-08  Simon Josefsson  <jas@extundo.com>
10941
10942         * imap.el (imap-log): Doc fix.
10943
10944 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10945
10946         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10947         the coding cookies; decompress compressed parts.
10948
10949         * mml.el (mml-generate-mime-1): Add the charset parameter according
10950         to the value which a user specified manually or the coding cookie.
10951
10952         * mm-util.el (mm-string-to-multibyte): New function.
10953         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10954         (mm-coding-system-to-mime-charset): New function.
10955         (mm-decompress-buffer): New function.
10956         (mm-find-buffer-file-coding-system): New function.
10957
10958         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10959         (mm-display-inline-fontify): Rewrite for decoding and decompressing
10960         parts.
10961
10962 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10963
10964         * mm-view.el (mm-display-inline-fontify): Decode a part according
10965         to the charset parameter.
10966
10967 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10968
10969         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10970         prefix arg is neither nil nor a number, as info specifies.
10971
10972 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10973
10974         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10975         timestamps.
10976
10977 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
10978
10979         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10980         groups error checking and notify user.
10981
10982 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
10983
10984         * message.el (message-send-mail-function): Check existence of
10985         sendmail-program first before using default value
10986         `message-send-mail-with-sendmail'.  Otherwise use more generic
10987         `smtpmail-send-it'.
10988
10989 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10990
10991         * nntp.el (nntp-request-update-info): Always return nil.
10992
10993 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10994
10995         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10996
10997 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10998
10999         * message.el (message-beginning-of-line): Change the behavior when
11000         invoked between BOL and : so that it first moves backward.
11001
11002 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11003
11004         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11005         article buffer when editing of the article is discarded.
11006         (gnus-article-prepare): Revert.
11007
11008 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11009
11010         * gnus-art.el (gnus-article-prepare):
11011         Remove message-strip-forbidden-properties from the local hook.
11012
11013 2005-01-27  Simon Josefsson  <jas@extundo.com>
11014
11015         * password.el (password-cache-add): Only start one timer per key.
11016         Reported by Derek Atkins <warlord@MIT.EDU>.
11017
11018 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11019
11020         * run-at-time.el: Removed.  It is no longer needed as
11021         timer-funcs.el in the xemacs-base package has a working version of
11022         `run-at-time'.
11023
11024         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11025
11026         * password.el: Require timer-funcs instead of run-at-time in
11027         XEmacs.
11028         Remove `password-run-at-time' macro.
11029         (password-cache-add): Use `run-at-time' instead of
11030         `password-run-at-time'.
11031
11032         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11033         Remove `nnheader-cancel-function-timers' alias,
11034         `cancel-function-timers' exists in XEmacs in timer-funcs.
11035
11036         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11037         for `run-with-idle-timer'.
11038
11039         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11040         for `run-at-time'.
11041
11042         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11043         for `with-timeout'.
11044
11045         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11046         the same as for XEmacs 21.4.
11047         No need to ignore `run-with-idle-timer', this function exists in
11048         XEmacs now in timer-funcs.el in the xemacs-base package.
11049         (dgnushack-compile): No need to delete
11050         run-at-time.el from the list of files to compile because it
11051         doesn't exist anymore.
11052
11053 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11054
11055         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11056         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11057
11058 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11059
11060         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11061         sensitively.
11062
11063 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11064
11065         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11066
11067 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11068
11069         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11070         which will be inserted according to the multibyteness of a buffer
11071         rather than the type of contents.  Suggested by ARISAWA Akihiro
11072         <ari@mbf.ocn.ne.jp>.
11073
11074         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11075         of string which old xml.el may return rather than a string.
11076
11077 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11078
11079         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11080
11081 2005-01-16  Simon Josefsson  <jas@extundo.com>
11082
11083         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11084         idn/idna.el isn't available.
11085         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11086         <michael@waxrat.com>.
11087
11088         * hashcash.el: Remove non-FSF copyright header.
11089
11090         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11091         (hashcash-generate-payment): Use it.
11092         (hashcash-generate-payment-async): Use it.
11093
11094 2005-01-15  Simon Josefsson  <jas@extundo.com>
11095
11096         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11097         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11098
11099         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11100         gnus-summary-idna-message.
11101         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11102         (gnus-summary-idna-message): New function.
11103
11104 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11105
11106         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11107         gnus-novice-user.
11108
11109 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11110
11111         * nnrss.el (nnrss-request-delete-group): Delete entries in
11112         nnrss-group-alist as well.
11113         (nnrss-save-server-data): Insert newline.
11114
11115 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11116
11117         * gnus.el (gnus-user-agent): Use list of symbols instead of
11118         symbols.  Display full version number for (S)XEmacs.  Optionally
11119         display (S)XEmacs codename.
11120
11121         * gnus-util.el (gnus-emacs-version): Update for new
11122         `gnus-user-agent'.
11123
11124         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11125         Gnus version.
11126
11127 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11128
11129         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11130         which is unreadable in some setups.
11131
11132 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11133
11134         * gnus-spec.el (gnus-update-format-specifications): Flush the
11135         group format spec cache if it doesn't support decoded group names.
11136
11137 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11138
11139         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11140         Allow to apply decay on score files matching a regexp.
11141
11142 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11143
11144         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11145         compatibility in %g and %c.
11146
11147 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11148
11149         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11150         name for only %g and %c.
11151         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11152         of gnus-tmp-group to decoded group name.
11153         (gnus-group-make-rss-group): Exclude `/'s from group names.
11154
11155 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * nnrss.el (nnrss-get-encoding): Fix regexp.
11158
11159 2004-12-27  Simon Josefsson  <jas@extundo.com>
11160
11161         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11162         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11163         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11164
11165 2004-12-17  Kim F. Storm  <storm@cua.dk>
11166
11167         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11168
11169         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11170
11171 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11172
11173         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11174
11175 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11176
11177         * nnrss.el: Require rfc2047 and mml.
11178         (nnrss-file-coding-system): New variable.
11179         (nnrss-format-string): Redefine it as an inline function.
11180         (nnrss-decode-group-name): New function.
11181         (nnrss-string-as-multibyte): Remove.
11182         (nnrss-retrieve-headers): Decode group name; don't use
11183         nnrss-format-string.
11184         (nnrss-request-group): Decode group name.
11185         (nnrss-request-article): Decode group name; allow a Message-ID as
11186         well as an article number; don't use nnrss-format-string; encode a
11187         Message-ID string which may contain non-ASCII characters; use
11188         mml-to-mime to compose a MIME article.
11189         (nnrss-request-expire-articles): Decode group name.
11190         (nnrss-request-delete-group): Decode group name.
11191         (nnrss-fetch): Clarify error message.
11192         (nnrss-read-server-data): Use insert-file-contents instead of load;
11193         bind file-name-coding-system; use multibyte buffer.
11194         (nnrss-save-server-data): Bind coding-system-for-write to the
11195         value of nnrss-file-coding-system; bind file-name-coding-system;
11196         add coding cookie.
11197         (nnrss-read-group-data): Use insert-file-contents instead of load;
11198         bind file-name-coding-system; use multibyte buffer.
11199         (nnrss-save-group-data): Bind coding-system-for-write to the
11200         value of nnrss-file-coding-system; bind file-name-coding-system.
11201         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11202         make it work with non-ASCII text.
11203         (nnrss-find-el): Make it work with old xml.el as well.
11204
11205 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11206
11207         * nnrss.el (nnrss-get-encoding): New function.
11208         (nnrss-fetch): Use unibyte buffer initially; bind
11209         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11210         decode contents according to the encoding attribute.
11211         (nnrss-save-group-data): Add coding cookie.
11212         (nnrss-mime-encode-string): New function.
11213         (nnrss-check-group): Use it to encode subject and author.
11214
11215 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11216
11217         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11218         imaginary variable.
11219
11220 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11223         correctly even if there are wide characters.
11224
11225 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11226
11227         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11228         downcased symbol names; make a new cache instead of reusing
11229         bbdb-hashtable.
11230
11231 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11232
11233         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11234         concatenating segments rather than before concatenating them.
11235         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11236
11237         * message.el (message-get-reply-headers): Bind `extra'.
11238
11239 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11240
11241         * message.el (message-extra-wide-headers): New variable.
11242         (message-get-reply-headers): Use it.
11243
11244 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11245
11246         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11247         (gnus-agent-group-pathname): Ditto.
11248
11249         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11250
11251         * gnus-group.el (gnus-group-make-group): Decode group name.
11252         (gnus-group-make-rss-group): Register the group data after opening
11253         the nnrss group.
11254
11255 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11256
11257         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11258         by expiry now get marked as read.
11259
11260 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11261
11262         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11263
11264 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11265
11266         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11267         unify Latin characters in XEmacs.
11268         (mm-find-mime-charset-region): Use it.
11269
11270 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11271
11272         * gnus-util.el (gnus-delete-directory): New function.
11273
11274         * gnus-agent.el (gnus-agent-delete-group): Use it.
11275
11276         * gnus-cache.el (gnus-cache-delete-group): Use it.
11277
11278 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11281         names.
11282
11283 2004-12-16  Simon Josefsson  <jas@extundo.com>
11284
11285         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11286
11287 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11288
11289         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11290
11291         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11292         (gnus-group-set-current-level): Decode group name.
11293
11294 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11295
11296         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11297         failed.
11298
11299 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11300
11301         * gnus-group.el (gnus-group-delete-group): Decode group name.
11302         (gnus-group-make-rss-group): Encode group name.
11303         (gnus-group-catchup-current): Decode group name.
11304         (gnus-group-kill-group): Decode group name.
11305
11306 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11307
11308         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11309
11310 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11311
11312         * gnus-group.el (gnus-group-make-rss-group):
11313         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11314
11315         * gnus-start.el (gnus-setup-news): Honor user's setting to
11316         gnus-message-archive-method.  Suggested by Lute Kamstra
11317         <lute@gnu.org>.
11318
11319 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11320
11321         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11322         global counterparts of the buffer-local variables.
11323
11324 2004-11-16  Romain Francoise  <romain@orebokech.com>
11325
11326         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11327         counterparts of the buffer-local variables.
11328
11329 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11330
11331         * message.el (message-forbidden-properties): Fixed typo in doc
11332         string.
11333
11334 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11335
11336         * gnus-util.el (gnus-replace-in-string): Added doc string.
11337
11338         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11339         to avoid problems when splitting mails with many recipients.
11340
11341 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11342
11343         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11344         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11345
11346 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11347
11348         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11349         if there is no hashtable in memory or file modification time is
11350         newer than cached timestamp.
11351
11352 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11353
11354         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11355         not-matching option.
11356
11357 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11358
11359         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11360         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11361         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11362         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11363         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11364         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11365
11366 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11367
11368         * message.el (message-forward-make-body-mml): Remove headers
11369         according to message-forward-ignored-headers if a message is decoded.
11370
11371 2004-12-02  Romain Francoise  <romain@orebokech.com>
11372
11373         * message.el (message-forward-make-body-plain): Always remove
11374         headers according to message-forward-ignored-headers.
11375
11376 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11377
11378         * spam.el (spam-summary-prepare-exit): Remove the
11379         gnus-summary-limit pop for now, it has problems with ham marks for
11380         me.
11381
11382 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11383
11384         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11385         correctly.
11386
11387 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11388
11389         * format-spec.el (format-spec): Message the char.
11390
11391 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11392
11393         * gnus-art.el (gnus-split-methods): Reformat comments.
11394
11395         * spam.el (spam-summary-prepare-exit): Remove article limits
11396         before exiting the summary buffer.
11397
11398 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11399
11400         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11401         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11402
11403         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11404         order to silence the byte compiler.
11405
11406         * spam.el: Fix the way to silence the byte compiler, which
11407         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11408         bbdb-search-simple, spam-BBDB-register-routine,
11409         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11410         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11411         spam-stat-buffer-is-spam, spam-stat-load,
11412         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11413         spam-stat-save and spam-stat-split-fancy.
11414
11415 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11416
11417         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11418         which may confuse users.
11419         (canlock-password-for-verify): Ditto.
11420
11421         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11422
11423         * gnus-art.el (gnus-emphasis-alist): Ditto.
11424
11425         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11426
11427         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11428
11429         * gnus-start.el (gnus-save-killed-list): Ditto.
11430
11431         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11432         (gnus-sum-thread-tree-root): Ditto.
11433         (gnus-sum-thread-tree-false-root): Ditto.
11434         (gnus-sum-thread-tree-single-indent): Ditto.
11435
11436         * message.el (message-courtesy-message): Ditto.
11437         (message-archive-note): Ditto.
11438         (message-subscribed-address-file): Ditto.
11439         (message-user-fqdn): Ditto.
11440
11441         * spam-report.el (spam-report-gmane-regex): Ditto.
11442
11443         * spam.el (spam-blackhole-good-server-regex): Ditto.
11444
11445 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11446
11447         * mml.el (mml-preview): Widen the message buffer before copying
11448         the contents to the preview buffer; sort headers before previewing.
11449
11450         * message.el (message-hidden-headers): Fix the way to avoid a bug
11451         in the `repeat' widget in Emacs 21.3 or earlier.
11452
11453 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11454
11455         * message.el (message-hidden-headers): Default to "^References:".
11456         Improve customization type.  Suggested by Reiner Steib
11457         <Reiner.Steib@gmx.de>.
11458
11459 2004-11-25  Romain Francoise  <romain@orebokech.com>
11460
11461         * message.el (message-strip-forbidden-properties): Remove check for
11462         obsolete `message-hidden' text property, hidden headers are not
11463         accessible in the buffer anymore.
11464
11465 2004-11-22  Romain Francoise  <romain@orebokech.com>
11466
11467         * message.el (message-header-format-alist): Add `From' in list
11468         so that it can be sorted.
11469         (message-fix-before-sending): Widen and sort headers before
11470         sending.
11471         (message-hide-headers): Use narrowing to hide headers by moving
11472         them to the top of the buffer and narrowing to the region
11473         underneath.
11474
11475 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11476
11477         * message.el (message-strip-forbidden-properties): Bind
11478         buffer-read-only (etc) to nil.
11479
11480 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11481
11482         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11483         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11484
11485 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11486
11487         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11488
11489 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11490
11491         * dns.el (query-dns): Use sit-for to time instead of
11492         accept-process-output, since that doesn't seem to work on udp
11493         sockets.
11494
11495 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11496
11497         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11498
11499 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11500
11501         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11502         doc string.  Improve doc string.
11503
11504 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11505
11506         * nntp.el (nntp-request-update-info): Return nil if
11507         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11508         may not call gnus-activate-group which uselessly issues the GROUP
11509         commands for all nntp groups and wastes time.  Reported by Romain
11510         Francoise <romain@orebokech.com>.
11511
11512         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11513
11514 2004-11-15  Simon Josefsson  <jas@extundo.com>
11515
11516         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11517         headers separately.
11518         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11519         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11520
11521 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11522
11523         * gnus-start.el (gnus-convert-old-newsrc):
11524         Assign legacy-gnus-agent to 5.10.7.
11525
11526 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11527
11528         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11529         start of the lines.
11530
11531 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11532
11533         * hashcash.el (hashcash-default-payment): Change default to 20.
11534         (hashcash-default-accept-payment): Change default to 20.
11535         (hashcash-process-alist): New variable.
11536         (hashcash-generate-payment-async): Add.
11537         (hashcash-already-paid-p): Add.
11538         (hashcash-insert-payment): Don't generate payments twice.
11539         (hashcash-insert-payment-async): Add.
11540         (hashcash-insert-payment-async-2): Add.
11541         (hashcash-cancel-async): Add.
11542         (hashcash-wait-async): Add.
11543         (hashcash-processes-running-p): Add.
11544         (hashcash-wait-or-cancel): Add.
11545         (mail-add-payment): New optional argument.  Conditionally start
11546         asynchronous calculation.
11547         (mail-add-payment-async): Add.
11548
11549         * message.el (message-send-mail): Wait for asynchronous hashcash
11550         results.  Don't clobber existing X-Hashcash headers.
11551         (message-setup-1): Call mail-add-payment-async when
11552         message-generate-hashcash is non-nil.
11553
11554 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11555
11556         * message.el (message-use-alternative-email-as-from): Examine the
11557         From header as well; use message-make-from in order to include a
11558         user's full name.
11559
11560 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11561
11562         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11563         default; improve customization type.
11564         (gnus-emphasis-custom-with-format): New macro.
11565         (gnus-emphasis-custom-value-to-external): New function.
11566         (gnus-emphasis-custom-value-to-internal): New function.
11567
11568 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11569
11570         * dns.el (query-dns): Resolve reverse addresses.
11571
11572 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11573
11574         * gnus-group.el (gnus-group-get-new-news): Use it.
11575
11576         * gnus-start.el (gnus-check-reasonable-setup): New function.
11577
11578 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11579
11580         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11581         "Args out of range" error.  Reported by Arnaud Giersch
11582         <arnaud.giersch@free.fr>.
11583
11584 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11585
11586         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11587
11588 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11589
11590         * spam.el (spam group): Add :version.
11591
11592         * pgg-def.el (pgg group): Add :version.
11593
11594 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11595
11596         * gnus-art.el (gnus-article-edit-article): Don't associate the
11597         article buffer with a draft file.  This is a temporary measure
11598         against the 2004-08-22 change to gnus-article-edit-mode.
11599
11600 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11601
11602         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11603         (html2text-format-tags): Remove unused variable `attr'.
11604
11605 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11606
11607         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11608
11609         * tls.el (tls-process-connection-type, tls-success)
11610         (tls-certtool-program): Add :version.
11611
11612         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11613         (starttls-extra-arguments, starttls-process-connection-type)
11614         (starttls-connect, starttls-failure, starttls-success): Add :version.
11615
11616         * spam-stat.el (spam-stat): Add :version.
11617
11618         * sieve.el (sieve): Add :version.
11619
11620         * sha1.el (sha1): Add :version.
11621         (sha1-use-external): Remove redundant version.
11622
11623         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11624         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11625         (nnmail-split-fancy-match-partial-words)
11626         (nnmail-split-lowercase-expanded): Add :version.
11627
11628         * nndiary.el (nndiary): Add :version.
11629
11630         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11631
11632         * mml-sec.el (mml-default-sign-method)
11633         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11634         Add :version.
11635
11636         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11637
11638         * mm-url.el (mm-url-use-external, mm-url-program)
11639         (mm-url-arguments): Add :version.
11640
11641         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11642         (mm-attachment-file-modes, mm-decrypt-option)
11643         (mm-w3m-safe-url-regexp): Add :version.
11644
11645         * message.el (message-cite-prefix-regexp)
11646         (message-sendmail-envelope-from, message-minibuffer-local-map)
11647         (message-user-fqdn, message-completion-alist): Add :version.
11648
11649         * gnus-win.el (gnus-configure-windows-hook)
11650         (gnus-use-frames-on-any-display): Add :version.
11651
11652         * gnus-art.el (gnus-article-address-banner-alist)
11653         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11654         (gnus-treat-from-picon, gnus-treat-mail-picon)
11655         (gnus-treat-x-pgp-sig): Add :version.
11656
11657         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11658         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11659         (gnus-summary-article-delete-hook)
11660         (gnus-summary-display-while-building): Add :version.
11661
11662         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11663         (gnus-get-top-new-news-hook): Add :version.
11664
11665         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11666         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11667
11668         * gnus-registry.el (gnus-registry): Add :version.
11669
11670         * gnus-spec.el (gnus-use-correct-string-widths)
11671         (gnus-make-format-preserve-properties): Add :version.
11672
11673         * gnus.el (gnus-group-charter-alist)
11674         (gnus-group-fetch-control-use-browse-url)
11675         (gnus-install-group-spam-parameters): Add :version.
11676
11677         * gnus-diary.el (gnus-diary): Add :version.
11678
11679         * gnus-delay.el (gnus-delay): Add :version.
11680
11681         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11682         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11683         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11684         Add :version.
11685
11686         * gnus-agent.el (gnus-agent-max-fetch-size)
11687         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11688         (gnus-agent-prompt-send-queue): Add :version.
11689
11690         * deuglify.el (gnus-outlook-deuglify): Add :version.
11691
11692         * html2text.el: Beautify code.  Improve doc strings.  Some
11693         checkdoc cleanup.
11694         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11695
11696 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11697
11698         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11699
11700 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11701
11702         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11703         when package is loaded.
11704
11705         * spam.el (spam-summary-score-preferred-header): Add global preference
11706         for people who want to override the default SpamAssassin over
11707         Bogofilter preference (when both are set).
11708         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11709         (spam-user-format-function-S): Check
11710         spam-summary-score-preferred-header.
11711         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11712         (spam-user-format-function-S): Format the score correctly.
11713
11714 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11715
11716         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11717         signature file.  Suggested by Manoj Srivastava
11718         <srivasta@golden-gryphon.com>.
11719
11720         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11721         iso-2022-jp even in the Japanese language environment.
11722         Suggested by Jason Rumney <jasonr@gnu.org>.
11723
11724 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11725
11726         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11727         use the same characters as the dummy marks; make it free from
11728         getting affected by the language environment.
11729         (gnus-summary-read-group-1): Update mark positions only when the
11730         format spec is updated.
11731
11732         * gnus-spec.el (gnus-update-format-specifications): Return a list
11733         of updated types.
11734
11735 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11736
11737         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11738         of boundp to check if display-warning is available.
11739
11740 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11741
11742         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11743
11744 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11745
11746         * nnspool.el (nnspool-spool-directory): Use news-path if the
11747         news-directory variable is not bound.
11748
11749         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11750         function instead of display-warning if it is not available.
11751
11752 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11753
11754         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11755         v5-10: Use `point-at-bol'.
11756
11757 2004-10-26  Simon Josefsson  <jas@extundo.com>
11758
11759         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11760         <chenggao@gmail.com>.
11761
11762 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11763
11764         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11765         instead.
11766
11767 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11768
11769         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11770         to remove a server from the nnimap-server-buffer-alist.
11771         (nnimap-open-connection, nnimap-close-server): Use it.
11772
11773         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11774
11775 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11776
11777         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11778         running the major-mode function.
11779
11780 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11781
11782         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11783         dummy marks in the right way.
11784
11785 2004-10-18  David Edmondson  <dme@dme.org>
11786
11787         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11788         excessively.
11789
11790 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11791
11792         * gnus-util.el (gnus-split-references): Accept a nil references
11793         string and go on blissfully.
11794
11795         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11796         cases where the references string is non-nil but has no references.
11797
11798         * encrypt.el: Add autoload tags.
11799
11800         * spam.el (spam-resolve-registrations-routine): Remove article
11801         from unregistration list too.  Reported by David Hanak
11802         <dhanak@isis.vanderbilt.edu>
11803
11804 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11805
11806         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11807         nil.  Changed custom type.
11808
11809 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11810
11811         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11812
11813         * gnus-sum.el (gnus-summary-move-article): Use it.
11814
11815 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11816
11817         * encrypt.el: Add autoload cookies.
11818
11819         * spam.el (spam-backend-article-list-property)
11820         (spam-backend-get-article-todo-list)
11821         (spam-backend-put-article-todo-list)
11822         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11823         Resolve registrations separately.
11824         (spam-register-routine): Format comments.
11825         (spam-unregister-routine, spam-register-routine): Always call with
11826         specific-articles, no default list.
11827         (spam-summary-prepare-exit): Use the spam-classifications function.
11828
11829         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11830         gnus-encrypt.el.
11831
11832         * encrypt.el: Copied from gnus-encrypt.el.
11833
11834         * gnus-encrypt.el: Commented that it's obsolete.
11835
11836 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11837
11838         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11839         (gnus-score-save): Use it.
11840
11841         * message.el (message-bury): Use `window-dedicated-p'.
11842
11843 2004-10-15  Simon Josefsson  <jas@extundo.com>
11844
11845         * pop3.el (top-level): Don't require nnheader.
11846         (pop3-read-timeout): Add.
11847         (pop3-accept-process-output): Add.
11848         (pop3-read-response, pop3-retr): Use it.
11849
11850 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11851
11852         * spam.el (spam-register-routine): Move comment.
11853         (spam-verify-bogofilter): Use 'unknown for the initial
11854         spam-bogofilter-valid state, not 'never.
11855
11856         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11857         for netrc-machine.
11858
11859         * nnimap.el (nnimap-open-connection): Use
11860         netrc-machine-user-or-password.
11861
11862 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11863
11864         * gnus-registry.el (gnus-registry-unload-hook):
11865         Set as a variable with add-hook.
11866
11867         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11868         of news-path.
11869
11870         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11871
11872         * spam.el: Delete duplicate `provide'.
11873         (spam-unload-hook): Set as a variable with add-hook.
11874
11875 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11876
11877         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11878         in the doc string.
11879
11880         * message.el (message-ignored-news-headers)
11881         (message-ignored-supersedes-headers)
11882         (message-ignored-resent-headers)
11883         (message-forward-ignored-headers): Improve custom type.
11884
11885 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11886
11887         * message.el (message-tokenize-header): Fix 2004-09-06 change
11888         which used point-min in the wrong place.
11889
11890 2004-10-12  Simon Josefsson  <jas@extundo.com>
11891
11892         * tls.el (tls-certtool-program): New variable.
11893         (tls-certificate-information): New function, based on
11894         ssl-certificate-information.
11895
11896 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11897
11898         * compface.el: Move the version of ELisp-based uncompface program
11899         to the contrib directory because of the copyright problem.
11900
11901 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11902
11903         * message.el (message-kill-buffer): Raise the current frame.
11904
11905 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11906
11907         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11908
11909         * gnus.el (message-y-or-n-p): Autoload.
11910
11911         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11912         (pop3-password-required, pop3-authentication-scheme)
11913         (pop3-leave-mail-on-server): Made customizable.
11914         (pop3): New custom group.
11915         (pop3-retr): Remove `sleep-for' statements.
11916         Suggested by Dave Love <fx@gnu.org>.
11917
11918         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11919         Windows/DOS.
11920
11921         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11922         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11923         Dave Love <fx@gnu.org>.
11924
11925         * mml.el (mml-minibuffer-read-disposition): Require match.
11926         Suggested by Dave Love <fx@gnu.org>.
11927
11928 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11929
11930         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11931         doc string.
11932
11933 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11934
11935         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11936
11937 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11938
11939         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11940         instead of calling `mm-insert-inline', to decode text/* parts
11941         before displaying them.
11942
11943 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11944
11945         * mm-uu.el (mm-uu-text-plain-type): New variable.
11946         (mm-uu-pgp-signed-extract-1): Use it.
11947         (mm-uu-pgp-encrypted-extract-1): Use it.
11948         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11949         bind mm-uu-text-plain-type with that value.
11950         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11951         mm-uu-dissect.
11952
11953 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11954
11955         * gnus-group.el (gnus-update-group-mark-positions):
11956         * gnus-sum.el (gnus-update-summary-mark-positions):
11957         * message.el (message-check-news-body-syntax):
11958         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11959         of string-as-multibyte.
11960
11961 2004-10-05  Juri Linkov  <juri@jurta.org>
11962
11963         * gnus-group.el (gnus-update-group-mark-positions):
11964         * gnus-sum.el (gnus-update-summary-mark-positions):
11965         * message.el (message-check-news-body-syntax):
11966         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11967         8-bit unibyte values to a multibyte string for search functions.
11968
11969 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11970
11971         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11972         (mm-uu-dissect-text-parts): New function.
11973
11974         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11975         dissect text parts.
11976
11977         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11978         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11979
11980         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11981
11982         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11983         gnus-current-topics instead of gnus-current-topic.
11984
11985 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
11986
11987         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11988
11989 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
11990
11991         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11992         where approriate.
11993
11994         * nnml.el (nnml-generate-active-info): do.
11995
11996         * nndiary.el (nndiary-generate-active-info): do.
11997
11998         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11999         (gnus-topic-move): do.
12000
12001         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12002         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12003
12004         * gnus-srvr.el (gnus-server-prepare)
12005         (gnus-server-open-all-servers): do.
12006
12007         * gnus-msg.el (gnus-summary-cancel-article)
12008         (gnus-summary-resend-message)
12009         (gnus-summary-mail-crosspost-complaint): do.
12010
12011         * gnus-move.el (gnus-change-server): do.
12012
12013         * gnus-group.el (gnus-group-unmark-all-groups)
12014         (gnus-group-set-current-level): do.
12015
12016 2004-10-04  Simon Josefsson  <jas@extundo.com>
12017
12018         * message.el (message-generate-hashcash): Doc fix.
12019
12020 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12021
12022         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12023         avoid infinite recursion via gnus-get-function.
12024
12025 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12026
12027         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12028
12029         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12030
12031         * nnmail.el (nnmail-split-history): do.
12032
12033         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12034         (nnml-request-delete-group): do.
12035
12036         * nnslashdot.el (nnslashdot-read-groups): do.
12037
12038         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12039         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12040
12041         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12042         (nnspool-sift-nov-with-sed): Use last.
12043         (nnspool-retrieve-headers-with-nov): Use mapc.
12044         (nnspool-request-newgroups): Use dolist.
12045         (nnspool-request-group): Use last.
12046
12047         * nntp.el (nntp-read-server-type): Use dolist.
12048
12049         * nnvirtual.el (nnvirtual-create-mapping)
12050         (nnvirtual-update-read-and-marked): Use dolist.
12051         (nnvirtual-convert-headers): Simplify.
12052
12053 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12054
12055         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12056         support for sync'ing tick marks.
12057
12058 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12059
12060         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12061         there's no visible header.
12062
12063 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12064
12065         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12066         necessary, pass full group name to gnus-request-set-marks.
12067
12068 2004-10-01  Simon Josefsson  <jas@extundo.com>
12069
12070         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12071         acroread.
12072
12073 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12074
12075         * spam-report.el (spam-report-gmane): Fix interactive.
12076
12077         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12078
12079         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12080         when writing file.
12081         (gnus-agent-synchronize-flags): Don't default to being
12082         interactive.
12083
12084 2004-09-30  Simon Josefsson  <jas@extundo.com>
12085
12086         * message.el (message-generate-hashcash): Add.
12087         (message-send-mail): Use it, call mail-add-payment.
12088
12089 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12090
12091         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12092
12093 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12094
12095         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12096         gnus-requst-update-info with explicit code to sync the in-memory
12097         info read flags with the marks being sync'd to the backend.
12098
12099         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12100
12101 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12102
12103         * spam.el (spam-verify-bogofilter): Add new function.
12104         (spam-check-bogofilter)
12105         (spam-bogofilter-register-with-bogofilter): Use it.
12106         (spam-verify-bogofilter): Add small fixes.
12107
12108 2004-09-28  Simon Josefsson  <jas@extundo.com>
12109
12110         * hashcash.el (hashcash-generate-payment): Revert.
12111
12112 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12113
12114         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12115         gnus-extract-references instead of gnus-split-references.
12116
12117         * gnus-util.el (gnus-extract-references): Add new function, analogous
12118         to gnus-split-references but extracts only the message-ID without
12119         anything extra.
12120
12121         * hashcash.el (hashcash-generate-payment)
12122         (hashcash-check-payment): Do the right thing if hashcash-path is
12123         nil (because the hashcash program could not be found).
12124
12125         * spam.el (spam-use-hashcash): Remove comment.
12126
12127 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12128
12129         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12130         (gnus-cache-enter-article, gnus-cache-remove-article)
12131         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12132
12133         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12134
12135         * gnus-art.el (article-hide-boring-headers)
12136         (article-translate-strings, article-display-face)
12137         (gnus-article-mime-match-handle-first)
12138         (gnus-article-highlight-headers)
12139         (gnus-article-add-buttons-to-head): do.
12140
12141 2004-09-27  Simon Josefsson  <jas@extundo.com>
12142
12143         * hashcash.el: New version, from
12144         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12145         ../contrib/.
12146
12147 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12148
12149         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12150
12151 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12152
12153         * gnus-dup.el (gnus-dup-open): Use mapc.
12154         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12155
12156         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12157         Reported by Stefan Wiens <s.wi@gmx.net>.
12158
12159         * gnus.el (gnus-shutdown): Use dolist.
12160
12161         * gnus-undo.el (gnus-undo): Use mapc.
12162
12163         * nnrss.el (nnrss-generate-active): do.
12164
12165         * message.el (message-cite-original-without-signature)
12166         (message-cite-original): Use mapc.
12167         (message-do-actions, message-make-forward-subject): Use dolist.
12168
12169 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12170
12171         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12172         deletion to remove entire duplicate line.  Fixes merged article
12173         number bug.
12174
12175 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12176
12177         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12178         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12179         first ask if you want to open a server and then, even when you
12180         responded with no, asking if you want to synchronize the server's
12181         flags.
12182         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12183         multi-line expressions.
12184         (gnus-agent-synchronize-group-flags): New internal function.
12185         Updates marks in memory (in the info structure) AND in the
12186         backend.
12187
12188         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12189
12190         * nnagent.el (nnagent-request-set-mark): Use
12191         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12192         method, to ensure that synchronization updates marks in the
12193         backend and in the info (in memory) structure.
12194
12195 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12196
12197         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12198         convention fully; don't miss the root article of a thread; make
12199         the X-Draft-From header with correct article numbers.
12200
12201 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12202
12203         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12204         unless plugged.  Disable the agent so that an open failure causes
12205         an error.
12206
12207         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12208         Reverted 2004-09-21 change.  The backend must be opened while
12209         synchronizing flags even when the backend stores the flags
12210         locally.
12211
12212 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12213
12214         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12215         in `header' match.  Reported by Svend Tollak Munkejord.
12216
12217         * message.el (message-cite-original): Fix use of
12218         `message-cite-articles-with-x-no-archive'.
12219
12220 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12221
12222         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12223         (gnus-window-to-buffer): Ditto.
12224
12225         * mml.el (mml-preview-buffer): New variable.
12226         (mml-preview): Manage window layout with gnus-buffer-configuration.
12227
12228         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12229         X-Draft-From header even if those articles aren't quoted.
12230
12231 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12232
12233         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12234         (gnus-request-set-mark, gnus-request-update-mark): Use new
12235         g-s-t-u-l-m to decide to use backend even when unplugged.
12236
12237 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12238
12239         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12240         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12241
12242 2004-09-20  Simon Josefsson  <jas@extundo.com>
12243
12244         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12245         "utf-16-le".
12246
12247 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12248
12249         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12250
12251 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12252
12253         * uudecode.el (uudecode-use-external): Add :version.
12254
12255         * smime.el (smime-CA-file, smime-encrypt-cipher)
12256         (smime-dns-server): Add :version.
12257
12258         * smiley.el (gnus-smiley-file-types): Add :version.
12259
12260         * sha1.el (sha1-use-external): Add :version.
12261
12262         * pgg-def.el (pgg-query-keyserver): Add :version.
12263
12264         * nnmail.el (nnmail-fancy-expiry-targets)
12265         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12266         Add :version.
12267
12268         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12269         (nnimap-retrieve-groups-asynchronous): Add :version.
12270         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12271
12272         * mml.el (mml-content-disposition-parameters)
12273         (mml-insert-mime-headers-always): Add :version.
12274
12275         * mm-util.el (mm-coding-system-priorities): Add :version.
12276
12277         * mm-decode.el (mm-inline-text-html-with-images)
12278         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12279         (mm-verify-option): Add :version.
12280         (mm-text-html-renderer): Change :version.
12281
12282         * message.el (message-fcc-externalize-attachments)
12283         (message-required-headers, message-draft-headers)
12284         (message-subject-trailing-was-query)
12285         (message-subject-trailing-was-ask-regexp)
12286         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12287         (message-mark-insert-end, message-archive-header)
12288         (message-archive-note, message-cross-post-default)
12289         (message-cross-post-note, message-followup-to-note)
12290         (message-cross-post-note-function, message-use-mail-followup-to)
12291         (message-subscribed-address-functions)
12292         (message-subscribed-address-file, message-subscribed-addresses)
12293         (message-subscribed-regexps, message-allow-no-recipients)
12294         (message-yank-cited-prefix, message-signature-insert-empty-line)
12295         (message-hidden-headers, message-hierarchical-addresses)
12296         (message-mail-user-agent, message-use-idna)
12297         (message-valid-fqdn-regexp)
12298         (message-strip-special-text-properties, message-header-synonyms)
12299         (message-beginning-of-line, message-tab-body-function): Add :version.
12300         (message-insert-canlock, message-wide-reply-confirm-recipients):
12301         Change :version.
12302
12303         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12304         and :version.
12305         (mail-source-delete-old-incoming-confirm)
12306         (mail-source-movemail-program): Add :version.
12307
12308         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12309         (gnus-agent-cache, gnus-agent): Change :version.
12310
12311         * gnus-util.el (gnus-use-byte-compile): Change :version.
12312
12313         * gnus-sum.el (gnus-summary-make-false-root-always)
12314         (gnus-summary-default-high-score)
12315         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12316         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12317         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12318         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12319         (gnus-sum-thread-tree-single-indent)
12320         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12321         (gnus-sum-thread-tree-leaf-with-other)
12322         (gnus-sum-thread-tree-single-leaf): Add :version.
12323         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12324         (gnus-article-loose-mime): Change :version.
12325
12326         * gnus-start.el (gnus-backup-startup-file)
12327         (gnus-save-startup-file-via-temp-buffer): Add :version.
12328
12329         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12330         (gnus-server-offline-face): Add :version.
12331
12332         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12333
12334         * gnus-msg.el (gnus-gcc-externalize-attachments)
12335         (gnus-debug-files, gnus-debug-exclude-variables)
12336         (gnus-discouraged-post-methods): Change :version.
12337         (gnus-confirm-mail-reply-to-news)
12338         (gnus-confirm-treat-mail-like-news): Add :version.
12339
12340         * gnus-int.el (gnus-server-unopen-status): Add :version.
12341
12342         * gnus-group.el (gnus-group-jump-to-group-prompt)
12343         (gnus-large-ephemeral-newsgroup)
12344         (gnus-fetch-old-ephemeral-headers): Add :version.
12345
12346         * gnus-fun.el (gnus-x-face-directory)
12347         (gnus-convert-pbm-to-x-face-command)
12348         (gnus-convert-image-to-x-face-command)
12349         (gnus-convert-image-to-face-command): Add :version.
12350
12351         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12352
12353         * gnus-cite.el (gnus-cite-blank-line-after-header)
12354         (gnus-article-boring-faces): Add :version.
12355
12356         * gnus-art.el (gnus-buttonized-mime-types)
12357         (gnus-inhibit-mime-unbuttonizing)
12358         (gnus-treat-display-face)
12359         (gnus-treat-body-boundary): Change :version.
12360         (gnus-body-boundary-delimiter, gnus-picon-databases)
12361         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12362         (gnus-treat-date-english, gnus-treat-fold-headers)
12363         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12364         (gnus-treat-mail-picon, gnus-treat-wash-html)
12365         (gnus-article-encrypt-protocol)
12366         (gnus-use-idna, gnus-article-over-scroll)
12367         (gnus-mime-display-multipart-alternative-as-mixed)
12368         (gnus-mime-display-multipart-related-as-mixed)
12369         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12370         (gnus-ctan-url, gnus-button-ctan-handler)
12371         (gnus-button-handle-ctan-bogus-regexp)
12372         (gnus-button-ctan-directory-regexp)
12373         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12374         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12375         (gnus-button-man-level, gnus-button-emacs-level)
12376         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12377
12378         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12379         (gnus-agent-go-online): Change :version.
12380         (gnus-agent-expire-unagentized-dirs)
12381         (gnus-agent-auto-agentize-methods): Add :version.
12382
12383         * flow-fill.el (fill-flowed-display-column)
12384         (fill-flowed-encode-column): Add :version.
12385
12386         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12387         (gnus-outlook-deuglify-unwrap-max)
12388         (gnus-outlook-deuglify-cite-marks)
12389         (gnus-outlook-deuglify-unwrap-stop-chars)
12390         (gnus-outlook-deuglify-no-wrap-chars)
12391         (gnus-outlook-deuglify-attrib-cut-regexp)
12392         (gnus-outlook-deuglify-attrib-verb-regexp)
12393         (gnus-outlook-deuglify-attrib-end-regexp)
12394         (gnus-outlook-display-hook): Add :version.
12395
12396         * binhex.el (binhex-use-external): Add :version.
12397
12398 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12399
12400         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12401         and `invisible'.
12402
12403 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12404
12405         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12406         in gnus-registry-trim.
12407
12408 2004-09-13  Simon Josefsson  <jas@extundo.com>
12409
12410         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12411
12412         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12413
12414         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12415         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12416         <yamaoka@jpl.org>.
12417         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12418         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12419         <yamaoka@jpl.org>.
12420
12421         * sieve.el (sieve-manage-mode): Ditto.
12422
12423 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12424
12425         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12426
12427 2004-09-11  Simon Josefsson  <jas@extundo.com>
12428
12429         * dns-mode.el: Add.
12430
12431         * mm-view.el (mm-display-dns-inline): Add.
12432
12433         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12434         (mm-automatic-display): Ditto.
12435
12436         * mailcap.el (mailcap-mime-data): Add text/dns.
12437         (mailcap-mime-extensions): Map .soa to text/dns.
12438
12439 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12440
12441         * gnus-art.el (article-decode-mime-words, article-babel)
12442         (gnus-article-highlight-signature, gnus-article-add-buttons)
12443         (gnus-signature-toggle): Remove unnecessary bindings of
12444         `inhibit-read-only' inherited from v5.10 merge.
12445
12446 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12447
12448         * nntp.el (nntp): New customization group.
12449         (nntp-authinfo-file): Add customization group.
12450
12451         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12452
12453         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12454
12455         * gnus.el (to-address, to-list, subscribed)
12456         (large-newsgroup-initial): Ditto.
12457
12458         * flow-fill.el (fill-flowed-display-column)
12459         (fill-flowed-encode-column): Ditto.
12460
12461 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12462
12463         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12464         Use point-min rather than 1.
12465         (message-send-mail): Use buffer-size rather than point-max.
12466
12467         * gnus-sum.el (gnus-summary-search-article-forward):
12468         Signal a specific `search-failed' rather than a generic `error'.
12469
12470         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12471         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12472         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12473
12474 2004-09-10  Simon Josefsson  <jas@extundo.com>
12475
12476         * nndb.el (require): Remove tcp and duplicate cl.
12477
12478 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12479
12480         * gnus-agent.el (directory-files-and-attributes): Move forward.
12481
12482 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12483
12484         * gnus-agent.el (directory-files-and-attributes): Optionally
12485         defined to support XEmacs.
12486
12487 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12488
12489         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12490         to avoid run-time CL dependencies.
12491         (gnus-agent-unfetch-articles): New function.
12492         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12493         article numbers even when local .overview file is missing.
12494         (gnus-agent-read-article-number): New function.  Only accepts
12495         27-bit article numbers.
12496         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12497         gnus-agent-read-article-number.
12498         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12499         from backend while recognizing that article numbers in .overview
12500         must be valid.
12501         (gnus-agent-update-files-total-fetched-for): Use
12502         directory-files-and-attributes to improve performance.
12503         * gnus-int.el (gnus-request-move-article): Use
12504         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12505         improve performance.
12506
12507         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12508         some users confused by references to .newsrc when they only have a
12509         .newsrc.eld file.
12510         (gnus-convert-mark-converter-prompt)
12511         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12512         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12513         New function.  Used internally to only display 'gnus converting
12514         files' message when actually necessary.
12515
12516         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12517         methods now autoloaded.
12518
12519 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12520
12521         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12522         identifiers.
12523
12524 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12525
12526         * gnus-picon.el: Fix indentation and closing parenthesis.
12527
12528 2004-09-01  Simon Josefsson  <jas@extundo.com>
12529
12530         * message.el (message-canlock-generate): Require sha1, not
12531         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12532         to require within a function.  Sadly, if sha1.el isn't loaded, the
12533         let binding in m-c-g will hide the defcustom definition, which is
12534         bad.)
12535
12536         * canlock.el: Require sha1, not sha1-el.
12537
12538         * message.el: Don't autoload sha1 (there is a autoload cookie in
12539         sha1.el).
12540
12541         * sha1-el.el: Renamed to sha1.el.
12542
12543 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12544
12545         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12546
12547 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12548
12549         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12550
12551 2004-08-30  Kim F. Storm  <storm@cua.dk>
12552
12553         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12554
12555         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12556         Add :group 'nnimap.
12557
12558 2004-08-30  Andreas Schwab  <schwab@suse.de>
12559
12560         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12561         ?* and ?\;.
12562
12563         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12564         and ?\' to symbol instead of whitespace.
12565
12566 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12567
12568         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12569
12570         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12571         instead of re-search-forward.
12572
12573         * gnus-uu.el (gnus-uu-save-article): Ditto.
12574         (gnus-uu-post-encode-uuencode): Ditto.
12575
12576         * html2text.el (html2text-clean-list-items): Ditto.
12577         (html2text-clean-dtdd): Ditto.
12578         (html2text-format-tags): Ditto.
12579
12580         * message.el (message-send-mail-with-sendmail): Fix regexp.
12581         (message-fill-field-general): Use search-forward instead of
12582         re-search-forward.
12583         (unbold-region): Ditto.
12584
12585         * nnrss.el (nnrss-request-article): Ditto.
12586
12587         * nnslashdot.el (nnslashdot-request-article): Ditto.
12588
12589         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12590
12591         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12592         "Unrecognized menu descriptor" error in XEmacs.
12593
12594 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12595
12596         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12597         parent article of a sparse article in the thread hashtb.
12598
12599 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12600
12601         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12602         (nnmail-expand-newtext): Lowercase expanded entries if
12603         nnmail-split-lowercase-expanded is non-nil.
12604
12605 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12606
12607         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12608
12609         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12610         of gnus-tmp-news-method into string under XEmacs.  It will be
12611         passed to gnus-correct-length which takes only a string argument.
12612
12613 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12614
12615         * gnus-util.el (gnus-bind-print-variables): New macro.
12616         (gnus-prin1): Use it.
12617         (gnus-prin1-to-string): Use it.
12618         (gnus-pp): New function.
12619         (gnus-pp-to-string): New function.
12620
12621         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12622         Replace pp-to-string with gnus-pp-to-string.
12623         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12624         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12625         * gnus-msg.el (gnus-debug): Ditto.
12626         * gnus-score.el (gnus-score-save): Ditto.
12627         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12628         gnus-pp-to-string.
12629         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12630         with gnus-pp.
12631         * score-mode.el (gnus-score-pretty-print): Ditto.
12632         * webmail.el (webmail-debug): Ditto.
12633
12634 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12635
12636         * gnus-art.el (article-display-face, article-display-x-face):
12637         Use buffer-read-only.
12638
12639 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12640
12641         * gnus-art.el (article-hide-list-identifiers):
12642         Bind inhibit-read-only as t.
12643
12644 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12645
12646         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12647
12648 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12649
12650         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12651         (gnus-narrow-to-page): Don't assume point-min == 1.
12652         (gnus-article-edit-mode): Derive from message-mode.
12653
12654         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12655         point-min == 1.
12656
12657         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12658         Disable incorrect use of `assert'.
12659
12660         * message.el (message-mode): Set comment-start-skip.
12661
12662
12663 2004-08-22  Sam Steingold  <sds@gnu.org>
12664
12665         * pop3.el (pop3-leave-mail-on-server): New user variable.
12666         (pop3-movemail): Delete mail only when it is nil.
12667
12668 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12669
12670         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12671
12672         * mml.el (mml-preview): Use `pop-to-buffer'.
12673
12674         * message.el (message-goto-mail-followup-to): Insert after "To".
12675         (message-carefully-insert-headers): Add comment.
12676
12677         * gnus.el: Remove unused variable `gnus-article-check-size'.
12678
12679         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12680
12681         * gnus-art.el (gnus-button-alist): Improve
12682         `gnus-button-handle-library' entry.
12683
12684 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12685
12686         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12687         downcase, since XEmacs capitalizes error messages differently.
12688
12689 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12690
12691         * nntp.el: Add (require 'gnus) due to reference to
12692         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12693
12694 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12695
12696         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12697         `mm-fill-flowed'.
12698
12699         * mm-decode.el (mm-dissect-singlepart): Check it.
12700
12701 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12702
12703         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12704         'imap' for netrc parsing.
12705
12706 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12707
12708         * mailcap.el (mailcap-mime-data): Mark as risky.
12709
12710 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12713         may be included in the encoded word.
12714         (rfc2047-encode): Don't append a space if the encoded word
12715         includes close parenthesis.
12716
12717 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12718
12719         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12720         of text within parentheses.
12721
12722 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12723
12724         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12725         (gnus-encrypt-write-file-contents): Make the password key the file
12726         name PLUS the cipher, not just the cipher.  Also remove failed
12727         passwords from the cache.
12728
12729 2004-08-06  Simon Josefsson  <jas@extundo.com>
12730
12731         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12732         fix.
12733
12734 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12735
12736         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12737         LWSP.
12738
12739 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12740
12741         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12742         to append in-reply-to: data to the references: header.
12743
12744         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12745         (netrc-parse): Use gnus-encrypt.el functions.
12746
12747         * gnus-encrypt.el: Add new file for encryption support; currently
12748         does only a few GPG ciphers and an internal XOR cipher.
12749
12750         * password.el: Add comments on using password-read-and-add.
12751         (password-read-and-add): Add function to read and add the
12752         password to the cache at once.
12753
12754 2004-07-28  Simon Josefsson  <jas@extundo.com>
12755
12756         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12757         parameter (but don't use it, for now).
12758
12759         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12760         instead of hard coding to nil.
12761
12762 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12763
12764         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12765         as mm-inline-image-xemacs does.
12766
12767 2004-07-26  Simon Josefsson  <jas@extundo.com>
12768
12769         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12770         Revert part of 2004-07-17 change below.
12771
12772 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12773
12774         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12775         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12776
12777 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12778
12779         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12780         quotes that actually start with ">" at the beginning of the
12781         lines.
12782
12783 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12784
12785         * rfc2047.el (rfc2047-encode-region): Fix last change.
12786         (rfc2047-encode-parameter): Remove useless concat.
12787
12788 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12789
12790         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12791         encode special characters; fix some kind of misconfigured headers;
12792         signal a real error if debug-on-quit or debug-on-error is non-nil.
12793         (rfc2047-encode-max-chars): New variable.
12794         (rfc2047-encode-1): Use it.
12795         (rfc2047-encode-parameter): New function.
12796
12797         * mml.el (mml-insert-parameter): Remove an excessive space.
12798
12799 2004-07-17  Simon Josefsson  <jas@extundo.com>
12800
12801         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12802         Kai Grossjohann <kai@emptydomain.de>.
12803         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12804         (gnus-group-make-menu-bar): Ditto.
12805
12806         * gnus-util.el (gnus-group-server): Add.
12807
12808 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12809
12810         * message.el (message-clone-locals): Clone sendmail and smtp
12811         variables.
12812
12813 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12814
12815         * rfc2047.el (rfc2047-encode-region): Fix last change.
12816
12817 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12818
12819         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12820         characters as non-special.
12821
12822 2004-07-09  Simon Josefsson  <jas@extundo.com>
12823
12824         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12825         Users will lose all flag changes made while unplugged with
12826         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12827         good default.  See numerous reports on ding mailing list.
12828
12829 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12830
12831         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12832         add generate-head-function and generate-article-function to the
12833         rfc822-forward entry.
12834         (nndoc-rfc822-forward-generate-article): New function.
12835         (nndoc-rfc822-forward-generate-head): New function.
12836
12837         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12838
12839 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12840
12841         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12842         respect display group parameter and gnus-summary-expunge-below.
12843         (gnus-articles-to-read): Remove unused reference to display group
12844         parameter.
12845
12846 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12847
12848         * nnheader.el (nnheader-uniquify-message-id): New experimental
12849         variable.
12850         (nnheader-nov-read-message-id): Use it.
12851
12852         * spam-report.el (spam-report-gmane): Add interactive.
12853
12854 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12855
12856         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12857         qp-or-base64 for the application/* types.
12858
12859 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12860
12861         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12862
12863 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12864
12865         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12866         trim value.
12867
12868 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12869
12870         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12871         New macro and function.
12872         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12873
12874 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12875
12876         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12877         after-load-alist.
12878
12879 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12880
12881         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12882         update info that isn't there.
12883
12884 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
12885
12886         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12887         entry.
12888
12889 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12890
12891         * mm-view.el (mm-inline-render-with-function): Use multibyte
12892         buffer; decode html source by charset.
12893
12894         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12895
12896         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12897         Mule-UCS is loaded under XEmacs.
12898         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12899
12900 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12901
12902         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12903
12904 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12905
12906         * mm-util.el (mm-coding-system-p): Return a coding-system.
12907         (mm-mime-mule-charset-alist): Use shift_jis instead of
12908         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12909         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12910         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12911         instead of japanese-shift-jis and iso-latin-1 respectively in
12912         order to share the default value with both Emacs and XEmacs-mule.
12913         (mm-mule-charset-to-mime-charset): Make
12914         mm-coding-system-priorities effective.
12915         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12916         while predicating of candidates upon the priorities.
12917
12918 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12919
12920         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12921         gnus-uu-invert-processable.
12922
12923         * gnus.el: Autoload gnus-uu-invert-processable.
12924
12925 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12926
12927         * mm-util.el (mm-with-multibyte-buffer): New macro.
12928
12929         * rfc2047.el (rfc2047-encode-string): Use it.
12930         (rfc2047-encode-region): Move point to the end of the region after
12931         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12932
12933 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12934
12935         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12936         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12937
12938 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12941         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12942         Karl Chen <quarl@nospam.quarl.org>.
12943
12944 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
12945
12946         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12947         invalid addresses.
12948
12949 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
12950
12951         * spam.el: Change section markers, revise TODO list.
12952         (spam-backends): Make new master list of all installed backends.
12953         (spam-summary-exit-behavior): Add new variable to determine how
12954         messages moves are done at summary exit.
12955         (spam-move-spam-nonspam-groups-only)
12956         (spam-process-ham-in-nonham-groups)
12957         (spam-process-ham-in-spam-groups): Remove variables, the
12958         spam-summary-exit-behavior variable should be used to manage this
12959         behavior.
12960         (spam-old-ham-articles, spam-old-spam-articles): Remove.
12961         (spam-old-articles): Add variable, replacing spam-old-ham-articles
12962         and spam-old-spam-articles.
12963         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12964         Add empty variables, placeholders for the backends they represent.
12965         (spam-set-difference): Move, unchanged.
12966         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12967         unless the user has a processor variable.
12968         (spam-classifications, spam-classification-valid-p)
12969         (spam-backend-properties, spam-backend-property-valid-p)
12970         (spam-backend-function-type-valid-p)
12971         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12972         (spam-report-articles-gmane, spam-report-articles-resend):
12973         Remove functions, they are not needed.
12974         (spam-install-backend-super, spam-backend-list)
12975         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12976         (spam-backend-function, spam-backend-ham-registration-function)
12977         (spam-backend-spam-registration-function)
12978         (spam-backend-ham-unregistration-function)
12979         (spam-backend-spam-unregistration-function)
12980         (spam-backend-statistical-p, spam-backend-mover-p)
12981         (spam-install-backend-alias, spam-install-checkonly-backend)
12982         (spam-install-mover-backend, spam-install-nocheck-backend)
12983         (spam-install-backend, spam-install-statistical-backend)
12984         (spam-install-statistical-checkonly-backend): Add backend installation
12985         support.
12986         (spam-summary-prepare-exit): Rewrite to use the new backend code.
12987         (spam-group-processor-p): Use the new backend code and respect the
12988         summary exit behavior.
12989         (spam-mark-spam-as-expired-and-move-routine): Remove.
12990         (spam-summary-prepare): Change to use the new spam-old-articles
12991         variable.
12992         (spam-copy-or-move-routine, spam-copy-spam-routine)
12993         (spam-move-spam-routine, spam-copy-ham-routine)
12994         (spam-move-ham-routine): Add code to copy/move ham or spam.
12995         (spam-fetch-field-fast): Improve doc and code, plus allow the
12996         'number request.
12997         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12998         variables.
12999         (spam-split, spam-find-spam): Use the new backend code.
13000         (spam-registration-functions): Remove variable.
13001         (spam-unregister-routine): Add convenience wrapper.
13002         (spam-log-undo-registration, spam-register-routine)
13003         (spam-log-processing-to-registry)
13004         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13005         where possible.
13006         (spam-check-gmane-xref, spam-check-regex-headers)
13007         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13008         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13009         (spam-check-bogofilter-headers, spam-check-spamoracle)
13010         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13011         (spam-check-crm114-headers): Use the spam-split-group that
13012         spam-split prepares, no need to determine it every time.
13013
13014         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13015         to the nnheader-parse-naked-head call.
13016
13017         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13018
13019         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13020         the nnheader-nov-read-message-id call.
13021
13022 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13023
13024         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13025         gnus-activate-group twice.  Suggested by Markus Peter
13026         <warp@spin.de>.
13027
13028 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * gnus-art.el (gnus-article-time-format): Exchange the order of
13031         day and month in the default value; fix customization type.
13032         (article-date-ut): Use add-text-properties.
13033         (article-make-date-line): Use message-make-date instead of
13034         current-time-string.
13035
13036         * message.el (message-fetch-field): Don't use set-text-properties.
13037         (message-make-date): Simplify.
13038
13039         * messagexmas.el (message-xmas-make-date): New function.
13040         (message-xmas-redefine): Defalias message-make-date to it.
13041
13042 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13043
13044         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13045         (rfc2047-encode-region): Treat text within parentheses as special;
13046         show the original text when error has occurred.
13047
13048         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13049         already-computed method to gnus-activate-group.
13050
13051         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13052         same select-methods identical Lisp objects.
13053
13054         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13055         object when modifying the info.
13056
13057 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13058
13059         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13060         gnus-opened-servers since it has never been opened with the new
13061         configuration yet.
13062
13063 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13064
13065         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13066         arg to nnheader-generate-fake-message-id.
13067
13068 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13069
13070         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13071         number and build a fake message ID localized to a group and
13072         article number (so it's repeatable from that point on).
13073         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13074         ID format.
13075
13076         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13077         nnheader-generate-fake-message-id with the article number.
13078
13079 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13080
13081         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13082         end-of-buffer.
13083
13084 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13085
13086         * message.el (message-ignored-supersedes-headers): Add Approved.
13087
13088 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13089
13090         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13091         goto-char.
13092         (rfc2047-encode): Fold the line before encoding.
13093
13094 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13095
13096         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13097         folding -- not all headers can be folded, and this should be done
13098         by the message composition mode.  Probably.  I think.
13099
13100 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13101
13102         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13103         fast.
13104
13105         * gnus-ems.el (gnus-remove-image): Don't use
13106         message-text-with-property; remove only the image found first.
13107
13108         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13109         found first.
13110
13111 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13112
13113         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13114
13115 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13116
13117         * message.el (message-text-with-property): Make it fast and accept
13118         optional arguments.
13119         (message-strip-forbidden-properties): Use it.
13120         (message-fix-before-sending): Follow the m-t-w-p change.
13121
13122         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13123
13124 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * gnus-art.el (article-hide-headers): Don't change the buffer
13127         mistakenly when performing mml-preview even if
13128         gnus-single-article-buffer is nil.
13129
13130 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13131
13132         * message.el (message-expand-name-databases): New user option.
13133         (message-expand-name): Use it.
13134
13135 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13136
13137         * spam.el (spam-report-articles-resend)
13138         (spam-report-resend-register-routine): Allow ham reporting.
13139         (spam-report-resend-register-ham-routine): Add wrapper.
13140         (spam-registration-functions): Add ham resending functions.
13141         (spam-list-of-processors): Add ham resend processor.
13142
13143         * gnus.el (ham-resend-to): Add new group parameter.
13144         (spam-process): Add ham resend option.
13145
13146         * spam-report.el (spam-report-resend): Allow reporting ham.
13147         (spam-report-resend-ham): Add wrapper.
13148
13149 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13150
13151         * message.el (message-cite-articles-with-x-no-archive): New
13152         variable.
13153         (message-cite-original): Use it.
13154
13155 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13156
13157         * message.el (message-cite-original): Respect X-No-Archive.
13158
13159 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13160
13161         * gnus-art.el (article-hide-headers): Refer to the values for
13162         gnus-ignored-headers and gnus-visible-headers in the summary
13163         buffer since a user may have set them as group parameters.
13164
13165 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13166
13167         * assistant.el (assistant-node-name): Add convenience function.
13168         (assistant-render-text, assistant-render-node): Add error handling,
13169         plus handle multiple next nodes.
13170         (assistant-find-next-node): Comment out for now.
13171         (assistant-find-next-nodes): Add function, returns list of next
13172         nodes.
13173
13174 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13175
13176         * mail-source.el (mail-source-directory): Fix doc-string.
13177
13178 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13179
13180         * assistant.el (assistant-render-text, assistant-eval): Add :set
13181         widget type, which is different because it takes and returns a
13182         list.  Much hilarity ensues.
13183
13184 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13185
13186         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13187
13188         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13189         doc-string.
13190
13191         * gnus-start.el (gnus-activate-group): Added doc-string.
13192
13193 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13194
13195         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13196
13197 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13198
13199         * assistant.el (assistant-render-text): Try to add a :set
13200         widget, more to come.
13201
13202         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13203         strings.
13204         (spam-report-articles-resend)
13205         (spam-register-routine): Do registration iff any articles warrant
13206         it.
13207         (spam-summary-prepare-exit): Change log message for nil group
13208         destinations.
13209
13210 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13211
13212         * spam.el (spam-report-resend-register-routine): Allow
13213         spam-report-resend-to to be a group parameter or a global value.
13214
13215 2004-05-26  Simon Josefsson  <jas@extundo.com>
13216
13217         * starttls.el: Merge with my GNUTLS based starttls.el.
13218         (starttls-gnutls-program, starttls-use-gnutls)
13219         (starttls-extra-arguments, starttls-process-connection-type)
13220         (starttls-connect, starttls-failure, starttls-success): New
13221         variables.
13222         (starttls-program, starttls-extra-args): Doc fix.
13223         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13224         functions.
13225         (starttls-negotiate, starttls-open-stream): Check
13226         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13227         function if it is set.
13228
13229 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13230
13231         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13232         structured fields.
13233
13234 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13237
13238 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13239
13240         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13241         variable.
13242         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13243         assigning the spam-mark to new messages.
13244
13245 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13246
13247         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13248
13249 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13250
13251         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13252
13253         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13254         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13255         default.
13256
13257 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13258
13259         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13260         correct data.
13261
13262 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13263
13264         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13265         (spam-group-processor-p): Fix function.
13266         (spam-group-processor-multiple-p)
13267         (spam-group-spam-processor-report-gmane-p)
13268         (spam-group-spam-processor-report-resend-p)
13269         (spam-group-spam-processor-bogofilter-p)
13270         (spam-group-spam-processor-blacklist-p)
13271         (spam-group-spam-processor-ifile-p)
13272         (spam-group-ham-processor-ifile-p)
13273         (spam-group-spam-processor-spamoracle-p)
13274         (spam-group-spam-processor-crm114-p)
13275         (spam-group-ham-processor-bogofilter-p)
13276         (spam-group-spam-processor-stat-p)
13277         (spam-group-ham-processor-stat-p)
13278         (spam-group-ham-processor-whitelist-p)
13279         (spam-group-ham-processor-BBDB-p)
13280         (spam-group-ham-processor-spamoracle-p)
13281         (spam-group-ham-processor-copy-p): Remove functions with some
13282         prejudice against unneeded code.
13283         (spam-report-articles-resend)
13284         (spam-report-resend-register-routine): Allow the group/topic
13285         spam-resend-to value to override spam-report-resend-to.
13286         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13287         properly now.
13288
13289         * gnus.el (spam-resend-to): Add group/topic parameter.
13290         (spam-process): Move the OBSOLETE processors to the end of the
13291         choices.
13292
13293 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13294
13295         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13296         with resend-to set to nil, and then ask the user if necessary.
13297         (spam-report-resend): spam-report-resend takes a list of articles, not
13298         separate article numbers.
13299
13300 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13301
13302         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13303         addition to emacs-w3m.
13304
13305 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13306
13307         * assistant.el (assistant-authinfo-data): New function.
13308         (assistant-eval): Eval for entire assistant.
13309
13310         * netrc.el (netrc-services-file): New variable.
13311         (netrc-parse-services): New function.
13312         (netrc-find-service-name): New function.
13313         (netrc-find-service-number): New function.
13314         (netrc-port-equal): New function.
13315         (netrc-machine): Use it.
13316
13317         * nnimap.el (nnimap-open-connection): Use netrc.
13318
13319         * gnus-util.el (gnus-netrc-get): Remove aliases.
13320
13321         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13322
13323         * assistant.el (wid-edit): Fix compilation.
13324
13325         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13326
13327 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13328
13329         * gnus-util.el (gnus-set-file-modes): New function.  (small
13330         patch).
13331
13332 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13333
13334         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13335
13336         * assistant.el (assistant-render-node): Fix up rendering and
13337         read-only text.
13338         (assistant-render-node): Reset.
13339         (assistant-make-read-only): Not sticky.
13340
13341 2004-05-20  Danny Siu  <dsiu@adobe.com>
13342
13343         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13344         centered even when gnus-auto-center-summary is t.
13345
13346 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13347
13348         * dns.el (dns-get-txt-answer): New function.
13349         (dns-read-txt): Ditto.
13350         (query-dns): Use it.
13351
13352 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13353
13354         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13355         active for foreign groups even if the group level is higher than
13356         the specified value.
13357
13358 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13359
13360         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13361         non-active groups.
13362
13363         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13364
13365 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13366
13367         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13368
13369 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13370
13371         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13372         (spam-crm114-header, spam-crm114-spam-switch)
13373         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13374         (spam-crm114-positive-spam-header)
13375         (spam-crm114-database-directory, spam-list-of-processors)
13376         (spam-group-spam-processor-crm114-p)
13377         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13378         (spam-generic-score, spam-list-of-checks)
13379         (spam-list-of-statistical-checks, spam-registration-functions)
13380         (spam-check-crm114-headers, spam-crm114-score)
13381         (spam-check-crm114, spam-crm114-register-with-crm114)
13382         (spam-crm114-register-spam-routine)
13383         (spam-crm114-unregister-spam-routine)
13384         (spam-crm114-register-ham-routine)
13385         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13386         asjo@koldfront.dk (Adam Sjøgren).
13387
13388         * gnus.el: Add spam-use-crm114.
13389
13390         * spam.el (spam-list-of-processors, spam-registration-functions):
13391         Add spam-use-resend.
13392         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13393         (spam-report-articles-gmane): Add doc fix.
13394         (spam-report-articles-resend, spam-report-resend-register-routine):
13395         Add wrappers around spam-report-resend-to.
13396
13397         * spam-report.el (spam-report-resend-to, spam-report-resend):
13398         Add support for resending spam.
13399         (spam-report-gmane): Fix line length >80.
13400
13401         * gnus.el (spam-process): Add spam-use-resend.
13402
13403 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13404
13405         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13406         number of processed spam messages.
13407         (spam-ham-copy-or-move-routine): Return the number of processed
13408         ham messages.
13409         (spam-summary-prepare-exit): Use the above values to decide
13410         whether status messages shouled be displayed.
13411
13412 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13413
13414         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13415         `rfc2047-encoding-function-alist' in order to avoid conflicting
13416         with the old version.
13417         (rfc2047-encode-region): Concatenate words containing non-ASCII
13418         characters in structured fields; don't encode space-delimited
13419         ASCII words even in unstructured fields; don't break words at
13420         char-category boundaries.
13421         (rfc2047-encode-1): New function.
13422         (rfc2047-encode): Use it; encode text so that it occupies the
13423         maximum width within 76-column; work correctly on Q encoding for
13424         iso-2022-* charsets.
13425         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13426         sure not to break a line just after the header name.
13427         (rfc2047-b-encode-region): Removed.
13428         (rfc2047-b-encode-string): New function.
13429         (rfc2047-q-encode-region): Removed.
13430         (rfc2047-q-encode-string): New function.
13431
13432         * mm-util.el (mm-replace-in-string): New function.
13433
13434 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13435
13436         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13437         get it right.
13438         (gnus-inews-make-draft): Really.
13439
13440 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13441
13442         * nnmh.el (nnmh-request-list-1): Don't check the link count
13443         before descending.  (small patch)
13444
13445 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13446
13447         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13448         stuff.
13449
13450         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13451         on real group name.
13452
13453         * gnus-art.el (gnus-signature-limit): Doc fix.
13454
13455         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13456
13457         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13458
13459 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13460
13461         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13462         isn't a string.
13463
13464 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13465
13466         * gnus-draft.el (gnus-draft-send): Bind
13467         rfc2047-encode-encoded-words.
13468
13469         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13470         (rfc2047-encodable-p): Say that =? needs encoding.
13471         (rfc2047-encode-encoded-words): New variable.
13472
13473         * gnus-group.el (gnus-group-select-group): Doc fix.
13474
13475         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13476
13477         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13478         to nil.
13479
13480         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13481
13482         * nnheader.el (nnheader-get-lines-and-char): New function.
13483
13484 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13485
13486         * gnus-msg.el (gnus-summary-followup-with-original): Document
13487         yanking of region when active.
13488
13489 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13492         groups if the group level is higher than the specified value.
13493
13494 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13495
13496         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13497         (gnus-group-jump-to-group): Added prefix argument using
13498         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13499         non-active group.
13500
13501         * compface.el (uncompface): Be verbose when changing
13502         `uncompface-use-external'.
13503
13504         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13505         handle manual section.
13506
13507 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13508
13509         * gnus-art.el (gnus-button-alist): Revert previous change.
13510
13511 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13512
13513         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13514
13515 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13516
13517         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13518         whether backend can accept message.
13519
13520         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13521
13522 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13523
13524         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13525         Avoid creating directory when nntp-marks-is-evil is true.
13526         Reported by Reiner Steib.
13527
13528 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13529
13530         * gnus-picon.el (gnus-picon-style): New variable.
13531         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13532         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13533         Jesper Harder <harder@ifa.au.dk>.
13534
13535 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13536
13537         * message.el (message-fill-field): Return point.
13538         (message-generate-headers): Go to end of field.
13539
13540         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13541         stuff for non-living groups.
13542
13543 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13544
13545         * gnus-art.el (gnus-article-followup-with-original)
13546         (gnus-article-reply-with-original): gnus-mark-active-p ->
13547         gnus-region-active-p.
13548
13549 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13550
13551         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13552         only when there is spam or ham to be processed.
13553
13554 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13555
13556         * mail-source.el (mail-source-delete-crash-box): Refactor.
13557         (mail-source-fetch): Use it.
13558         (mail-source-fetch-file): Ditto.
13559         (mail-source-fetch-directory): Run postscript in loop.
13560         (mail-source-fetch-pop): Delete.
13561         (mail-source-fetch-maildir): Ditto.
13562         (mail-source-fetch-imap): Ditto.
13563
13564         * imap.el (imap-authenticators): Comment out sasl.
13565
13566         * message.el (message-skip-to-next-address): New function.
13567         (message-fill-header-address): Refactor.
13568         (message-fill-address): Use it.
13569         (message-delete-address): Use it.
13570         (message-fill-header-general): Refactor.
13571         (message-fill-field-address): Rename.
13572         (message-narrow-to-field): Find the start of the header.
13573         (message-header-format-alist): Don't pre-fill.
13574         (message-fill-header): Removed.
13575         (message-insert-header): New function.
13576         (message-shorten-references): Use it.
13577
13578         * rfc2047.el (rfc2047-field-value): Strip props.
13579
13580         * mail-parse.el (mail-header-make-address): New alias.
13581
13582         * ietf-drums.el (ietf-drums-make-address): New function.
13583
13584         * imap.el: Add compiler directives.
13585
13586         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13587
13588         * gnus-art.el (article-decode-idna-rhs): Don't use
13589         message-idna-inside-rhs-p.
13590
13591 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13592
13593         * message.el (message-idna-inside-rhs-p): Removed.
13594         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13595
13596         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13597         false positives.
13598
13599 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13600
13601         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13602
13603 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13604
13605         * nneething.el (nneething-file-name): Don't create spurious
13606         files.
13607
13608         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13609         (gnus-inews-do-gcc): Remove sleep.
13610
13611         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13612         part under point.
13613
13614         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13615         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13616
13617 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13618
13619         * spam.el (spam-summary-prepare-exit): Fixed (length).
13620
13621 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13622
13623         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13624         as expired without moving it" message when there are spam
13625         messages left.
13626
13627 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13628
13629         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13630         header is not nil.
13631
13632 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13633
13634         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13635         nntp-possibly-create-directory, not nntp-possibly-change-group.
13636         (nntp-marks-changed-p): New arg SERVER.
13637         (nntp-request-update-info): Adjust caller.
13638
13639 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13640
13641         * nntp.el (nntp-save-marks): Pass missing arg.
13642
13643 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13644
13645         * nntp.el: Support marks.
13646         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13647         (nntp-marks-modtime, nntp-marks-directory): New variables.
13648         (nntp-request-set-mark, nntp-request-update-info)
13649         (nntp-possibly-create-directory, nntp-marks-changed-p)
13650         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13651         functions.
13652
13653 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13654
13655         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13656         (gnus-xmas-redefine): Rename.
13657
13658         * gnus-score.el (gnus-score-insert-help): Use
13659         gnus-select-lowest-window.
13660
13661         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13662         appt-select-lowest-window and rename to gnus-select-lowest-window.
13663
13664         * gnus.el: do.
13665
13666 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13667
13668         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13669         encodings of MIME-encoded words, in order to improve
13670         interoperability with several broken MUAs.
13671
13672 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13673
13674         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13675         tags, only when charsets are not specified in headers.
13676         (mm-inline-text-html-render-with-w3m): Ditto.
13677
13678         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13679         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13680
13681 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13682
13683         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13684         instead of MIME-decoded from fields when checking
13685         `gnus-article-address-banner-alist'.
13686
13687 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13688
13689         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13690         description rather than subject.
13691
13692 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13693
13694         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13695
13696 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13697
13698         * gnus.el (gnus-version-number): Bump.
13699
13700 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13701
13702         * gnus.el: No Gnus v0.2 is released.
13703
13704 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13705
13706         * gnus-agent.el (gnus-agent-read-agentview): Inline
13707         gnus-uncompress-range.
13708
13709 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13710
13711         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13712         `exec-installed-p'.
13713
13714 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13715
13716         * gnus.el (spam-process, spam-autodetect-methods): Add
13717         bsfilter and bsfilter-headers.
13718
13719         * spam.el (spam-bsfilter): New customize group.
13720         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13721         (spam-bsfilter-header, spam-bsfilter-probability-header)
13722         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13723         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13724         (spam-bsfilter-database-directory): New options.
13725         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13726         (spam-list-of-statistical-checks, spam-registration-functions):
13727         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13728         (spam-bsfilter-score): New command.
13729         (spam-check-bsfilter-headers, spam-check-bsfilter)
13730         (spam-bsfilter-register-with-bsfilter)
13731         (spam-bsfilter-register-spam-routine)
13732         (spam-bsfilter-unregister-spam-routine)
13733         (spam-bsfilter-register-ham-routine)
13734         (spam-bsfilter-unregister-ham-routine): New functions.
13735         (spam-generic-score): Support bsfilter; Accept an optional argument
13736         to recalcurate spam score even if scoring header has already been
13737         added.
13738         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13739         optional argument to recalcurate spam score even if scoring header
13740         has already been added.
13741
13742 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13743
13744         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13745         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13746         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13747         link is missing.
13748
13749 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13750
13751         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13752         (html2text-get-attr): Rewrite.
13753
13754         * message.el (message-setup-1): Remove redundant put-text-property
13755         on mail-header-separator.
13756
13757 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13758
13759         * gnus-registry.el (gnus-registry-cache-whitespace)
13760         (gnus-registry-action, gnus-registry-spool-action)
13761         (gnus-registry-split-fancy-with-parent): Change message levels
13762         from 5 to 3 or 7, as needed.
13763
13764         * spam.el (spam-summary-prepare-exit)
13765         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13766         (spam-split, spam-find-spam, spam-log-undo-registration)
13767         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13768         level from 5 to 6.
13769
13770 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13771
13772         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13773         2004-03-04 change).
13774
13775 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13776
13777         * sieve-manage.el (sieve-manage-open):
13778         * nnweb.el (nnweb-insert-html):
13779         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13780         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13781         * nnspool.el (nnspool-request-group):
13782         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13783         * nnml.el (nnml-request-update-info):
13784         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13785         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13786         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13787         (nnimap-request-set-mark):
13788         * nnfolder.el (nnfolder-request-update-info):
13789         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13790         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13791         * gnus-uu.el (gnus-uu-find-articles-matching):
13792         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13793         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13794         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13795         * gnus-nocem.el (gnus-nocem-scan-groups):
13796         * gnus-int.el (gnus-start-news-server):
13797         * gnus-group.el (gnus-group-make-kiboze-group)
13798         (gnus-group-browse-foreign-server):
13799         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13800         Use mapc when appropriate.
13801
13802 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13803
13804         FIXME: Make separate entries for each person.
13805
13806         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13807         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13808         <shields@msrl.com>:
13809
13810         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13811         may need for spam sorting and scoring.
13812         (spam-user-format-function-S): Add user format function suitable for
13813         general use.
13814         (spam-article-sort-by-spam-status): Add sorting function for summary
13815         sorting.
13816         (spam-extra-header-to-number): Add function to get a score from a
13817         header.
13818         (spam-summary-score): Add function to get a numeric score from the
13819         headers.
13820         (spam-generic-score): Fix function doc, was in wrong place.
13821         (spam-initialize): Take symbols when it's run, and install the
13822         extra headers that spam-necessary-extra-headers thinks we need.
13823
13824 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13825
13826         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13827         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
13828
13829 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13830
13831         * gnus-sum.el (gnus-set-global-variables)
13832         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13833         (gnus-article-get-xrefs, gnus-summary-best-group)
13834         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13835         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13836         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13837         Use with-current-buffer.
13838
13839 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13840
13841         * spam.el (spam-summary-prepare-exit): Simplify logic.
13842         (spam-fetch-article-header): Read the article header if it's not
13843         available.
13844         (spam-list-articles): Simplify logic.
13845         (spam-filelist-register-routine): Fix bug with unregister-list.
13846
13847         * gnus-registry.el: Fix comments at beginning.
13848
13849 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13850
13851         * message.el (message-cater-to-broken-inn): Remove.
13852         (message-shorten-references): Make sure the total folded length of
13853         References is shorter than 998 characters to cater to a bug in INN
13854         2.3.  Also, don't pretend that references aren't folded -- this
13855         hasn't worked for a while.
13856
13857 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13858
13859         * gnus-agent.el (gnus-agentize):
13860         gnus-agent-send-mail-real-function no longer set to current value
13861         of message-send-mail-function but rather a lambda that calls
13862         message-send-mail-function.  The change makes the agent real-time
13863         responsive to user changes to message-send-mail-function.
13864
13865 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13866
13867         * legacy-gnus-agent.el
13868         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13869         help from Florian Weimer <fw@deneb.enyo.de>
13870
13871 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13872
13873         * nnmail.el (nnmail-cache-insert): Revert last change.
13874
13875 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13876
13877         * nnmail.el (nnmail-cache-insert): Always check whether
13878         nnmail-cache-ignore-groups matches a group name.
13879
13880 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13881
13882         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13883         (spam-find-spam, spam-log-processing-to-registry)
13884         (spam-log-registered-p, spam-log-unregistration-needed-p)
13885         (spam-log-undo-registration): Use gnus-message instead of
13886         gnus-error, none of these errors are fatal.
13887
13888         * gnus-registry.el (gnus-registry-clean-empty-function)
13889         (gnus-registry-clean-empty): Remove only empty entries without
13890         extra data.
13891
13892 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13893
13894         * spam-stat.el (spam-stat-buffer-change-to-spam)
13895         (spam-stat-buffer-change-to-non-spam): Change (error) to
13896         (gnus-message 8) invocation.
13897
13898 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13899
13900         * nntp.el (nntp-via-netcat-command): New variable.
13901         (nntp-via-netcat-switches): New variable.
13902         (nntp-open-via-rlogin-and-netcat): New function.
13903         (nntp-open-connection-function): Doc fix.
13904         (nntp-telnet-command): Doc fix.
13905         (nntp-end-of-line): Doc fix.
13906         (nntp-via-rlogin-command): Doc fix.
13907         (nntp-via-user-name): Doc fix.
13908         (nntp-via-address): Doc fix.
13909
13910 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13911
13912         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13913         error in Emacs 21.1.
13914
13915 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13916
13917         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13918
13919 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13920
13921         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13922         (gnus-agent-with-refreshed-group): New macro.
13923         (gnus-agent-rename-group): New function.
13924         (gnus-agent-delete-group): New function.
13925         (gnus-agent-save-group-info): Use gnus-command-method when
13926         `method' parameter is nil.  Don't write nil entries into the
13927         active file.
13928         (gnus-agent-get-group-info): New function.
13929         (gnus-agent-fetch-articles): Use
13930         gnus-agent-update-files-total-fetched-for to increment disk space
13931         used.
13932         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13933         gnus-agent-update-view-total-fetched-for to increment disk space
13934         used.
13935         (gnus-agent-get-local): Added optional parameters to avoid calling
13936         gnus-group-real-name and gnus-find-method-for-group.
13937         (gnus-agent-set-local): Delete stored entry if either min, or max,
13938         are nil.
13939         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13940         quit, use gnus-agent-regenerate-group to record existance of any
13941         articles fetched to disk before the quit occurred.
13942         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13943         gnus-agent-update-view-total-fetched-for, and
13944         gnus-agent-update-files-total-fetched-for to decrement disk space
13945         used.
13946         (gnus-agent-retrieve-headers): Use
13947         gnus-agent-update-view-total-fetched-for to increment disk space
13948         used.
13949         (gnus-agent-regenerate-group): Replace gnus-group-update-group
13950         with gnus-agent-update-files-total-fetched-for to decrement disk
13951         space and fresh group buffer.
13952         (gnus-agent-inhibit-update-total-fetched-for): New variable.
13953         (gnus-agent-need-update-total-fetched-for): New variable.
13954         (gnus-agent-update-files-total-fetched-for): New function.
13955         (gnus-agent-update-view-total-fetched-for): New function.
13956         (gnus-agent-total-fetched-for): New function.
13957
13958         * gnus-cache.el (gnus-cache-save-buffers): Use
13959         gnus-cache-update-overview-total-fetched-for to change disk space
13960         used by this group.
13961         (gnus-cache-possibly-enter-article): Use
13962         gnus-cache-update-file-total-fetched-for to increment disk space
13963         used by this group.
13964         (gnus-cache-possibly-remove-article): Use
13965         gnus-cache-update-file-total-fetched-for to decrement disk space
13966         used by this group.
13967         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13968         (gnus-cache-rename-group): New function.
13969         (gnus-cache-delete-group): New function.
13970         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13971         (gnus-cache-need-update-total-fetched-for): New variable.
13972         (gnus-cache-with-refreshed-group): New macro.
13973         (gnus-cache-update-file-total-fetched-for): New function.
13974         (gnus-cache-update-overview-total-fetched-for): New function.
13975         (gnus-cache-rename-group-total-fetched-for): New function.
13976         (gnus-cache-delete-group-total-fetched-for): New function.
13977         (gnus-cache-total-fetched-for): New function.
13978
13979         * gnus-group.el: Require gnus-sum and autoload functions to
13980         resolve warnings when gnus-group.el compiled alone.
13981         (gnus-group-line-format): Documented new %F.
13982         (size of Fetched data) group line format; identifies disk space
13983         used by agent and cache.
13984         (gnus-group-line-format-alist): Defined new F format.
13985         (gnus-total-fetched-for): New function.
13986         (gnus-group-delete-group): No longer update
13987         gnus-cache-active-altered as gnus-request-delete-group now keeps
13988         the cache in sync.
13989         (gnus-group-list-active): Let the agent store a server's active
13990         list if currently plugged.
13991
13992         * gnus-int.el (gnus-request-delete-group):
13993         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13994         local disk in sync with the server.
13995         (gnus-request-rename-group):
13996         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13997         local disk in sync with the server.
13998
13999         * gnus-start.el (gnus-get-unread-articles):
14000         Cosmetic simplification to logic.
14001
14002         * gnus-util.el (gnus-rename-file): New function.
14003
14004 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14005
14006         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14007
14008 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14009
14010         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14011         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14012
14013 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14014
14015         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14016         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14017
14018 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14019
14020         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14021
14022 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14023
14024         * spam.el (spam-set-difference): Add function to replace
14025         gnus-set-difference in spam.el.
14026         (spam-summary-prepare-exit): Use spam-set-difference.
14027
14028 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14029
14030         * gnus-registry.el (gnus-registry-cache-file): Update to use
14031         gnus-dribble-directory OR gnus-home-directory OR ~.
14032         (gnus-registry-split-fancy-with-parent): Fix doc.
14033
14034 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14035
14036         * message.el (message-exchange-point-and-mark): Use
14037         message-mark-active-p.  Suggested by Jesper Harder
14038         <harder@ifa.au.dk>.
14039
14040 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * message.el (message-exchange-point-and-mark): Don't activate
14043         region if it was inactive.  Suggested by Hiroshi Fujishima
14044         <pooh@nature.tsukuba.ac.jp>.
14045
14046 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14047
14048         * gnus-art.el (article-display-face): Display Faces in the same
14049         order as X-Faces.
14050
14051 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14052
14053         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14054
14055 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14056
14057         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14058         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14059         (gnus-article-mime-hierarchy): Remove.
14060         (gnus-article-mime-hierarchy-next): Remove.
14061         (gnus-article-mode): Revert 2004-03-19 change.
14062         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14063         (gnus-insert-mime-button): Revert 2004-03-19 change.
14064         (gnus-mime-accumulate-hierarchy): Remove.
14065         (gnus-mime-enter-multipart): Remove.
14066         (gnus-mime-leave-multipart): Remove.
14067         (gnus-mime-display-part): Revert 2004-03-19 change.
14068         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14069
14070         * mml.el (mml-preview): Revert 2004-03-19 change.
14071
14072 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14073
14074         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14075
14076 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14077
14078         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14079         t while entering a file name using the mm-with-multibyte macro.
14080         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14081
14082         * mm-util.el (mm-with-multibyte): New macro.
14083
14084 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14085
14086         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14087         user option.
14088         (gnus-mime-multipart-functions): Doc and customization fix.
14089         (gnus-article-mime-hierarchy): New variable.
14090         (gnus-article-mime-hierarchy-next): New variable.
14091         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14092         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14093         gnus-article-mime-hierarchy-next to nil.
14094         (gnus-insert-mime-button): Show hierarchy numbers.
14095         (gnus-mime-accumulate-hierarchy): New function.
14096         (gnus-mime-enter-multipart): New function.
14097         (gnus-mime-leave-multipart): New function.
14098         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14099         (gnus-mime-display-alternative): Show hierarchy numbers.
14100
14101         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14102         gnus-article-mime-hierarchy-next to nil.
14103
14104 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14105
14106         * dns.el: Don't require gnus-xmas.
14107
14108 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14109
14110         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14111         inline PGP.
14112         (mml-menu): Disable mml-quote-region if mark is inactive.
14113
14114 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14115
14116         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14117         when the group's active is not available.
14118
14119 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14120
14121         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14122         error.
14123
14124 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14125
14126         * imap.el (imap-store-password): New variable.
14127         (imap-interactive-login): Use it.
14128         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14129
14130 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14131
14132         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14133         window-start and hscroll to summary window.
14134
14135 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14136
14137         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14138         conversion message to newsrc-dribble when an actual conversion is
14139         performed.
14140
14141 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14142
14143         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14144
14145 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * mm-decode.el (mm-complicated-handles): New function reviving
14148         former definition of mm-multiple-handles.
14149
14150         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14151         (gnus-mime-delete-part): Use it.
14152
14153 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14154
14155         * gnus-agent.el (gnus-agent-read-local): Bind
14156         nnheader-file-coding-system to gnus-agent-file-coding-system to
14157         avoid the implicit assumption that they will always be equal.
14158         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14159         coding-system-for-write, as the with-temp-file macro first prints
14160         to a buffer then saves the buffer.
14161
14162 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14163
14164         * gnus-art.el (gnus-article-edit-part): New function.
14165         (gnus-mime-save-part-and-strip): Use it; do query instead of
14166         signaling an error; don't use mm-multiple-handles.
14167         (gnus-mime-delete-part): Ditto.
14168
14169 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14170
14171         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14172         old file versions.
14173         (gnus-group-prepare-hook): Removed function that converted list
14174         form of gnus-agent-expire-days to group properties.
14175
14176         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14177         (gnus-request-accept-article): Re-indented.
14178
14179         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14180         converters to handle old agent file formats.  Added logic for a
14181         "backup before upgrading warning".
14182         (gnus-convert-mark-converter-prompt): Developers can mark
14183         functions as needing (default), or not needing,
14184         gnus-convert-old-newsrc's "backup before upgrading warning".
14185         (gnus-convert-converter-needs-prompt): Tests whether the user
14186         should be protected from potentially irreversable changes by the
14187         function.
14188
14189         * legacy-gnus-agent.el: New.  Provides converters that are only
14190         loaded when gnus-convert-old-newsrc needs to call them.
14191
14192 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14193
14194         * mail-source.el (mail-source-touch-pop): Doc fix.
14195
14196         * message.el (message-smtpmail-send-it): Doc fix.
14197
14198 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14199
14200         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14201
14202         * nnmail.el (nnmail-split-fancy): do.
14203
14204         * gnus-kill.el (gnus-kill, gnus-execute): do.
14205
14206 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14207
14208         * gnus-sum.el (gnus-widget-reversible-match)
14209         (gnus-widget-reversible-to-internal)
14210         (gnus-widget-reversible-to-external): New functions.
14211         (gnus-widget-reversible): New widget.
14212         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14213
14214 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14215
14216         * gnus-sum.el (gnus-thread-sort-functions)
14217         (gnus-article-sort-functions): Document `(not F)' items.
14218
14219 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14220
14221         * spam.el (spam-use-gmane-xref): Add new backend.
14222         (spam-gmane-xref-spam-group): Add variable to control the name of the
14223         Gmane spam group.
14224         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14225         (spam-regex-headers-spam, spam-regex-headers-ham)
14226         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14227         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14228         backends and checks.
14229         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14230
14231         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14232         an autodetect method.
14233
14234 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14235
14236         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14237         articles are being added to a group.
14238         (gnus-request-replace-article): Inform the agent that articles
14239         need to be uncached as the cached contents are no longer valid.
14240
14241 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14242
14243         * binhex.el: Don't autoload executable-find.
14244
14245         * canlock.el: Don't autoload mail-fetch-field.
14246
14247         * dgnushack.el: Autoload c-mode for XEmacs.
14248
14249         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14250
14251         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14252         rmail-dont-reply-to and rmail-output.
14253
14254         * gnus-score.el: Don't autoload ffap-string-at-point.
14255
14256         * gnus-setup.el: Don't autoload sc-cite-original.
14257
14258         * imap.el: Don't autoload base64-decode-string,
14259         base64-encode-string and md5.
14260
14261         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14262         and rmail-msg-restore-non-pruned-header.
14263
14264         * mm-decode.el: Don't autoload executable-find.
14265
14266         * mm-url.el: Don't autoload executable-find.
14267
14268         * mm-view.el: Don't autoload diff-mode.
14269
14270         * nndb.el: Don't autoload news-reply-mode, news-setup,
14271         cancel-timer and telnet.
14272
14273         * password.el: Don't autoload run-at-time for Emacs.
14274
14275         * sha1-el.el: Don't autoload executable-find.
14276
14277         * sieve-mode.el: Don't autoload c-mode.
14278
14279         * uudecode.el: Don't autoload executable-find.
14280
14281 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14282
14283         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14284         (gnus-agent-possibly-alter-active): Avoid null in numeric
14285         comparison.
14286         (gnus-agent-set-local): Refuse to save null in local object table.
14287         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14288         list of articles that will be marked as unread.
14289
14290 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14291
14292         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14293
14294 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14295
14296         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14297         language tags.
14298
14299 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14300
14301         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14302         Don't bind "obarray".
14303
14304         * gnus-sum.el (gnus-thread-sort-functions): Added
14305         `gnus-thread-sort-by-most-recent-number' and
14306         `gnus-thread-sort-by-most-recent-date'.
14307         Reported by Kai Grossjohann <kai@emptydomain.de>.
14308
14309 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14310
14311         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14312
14313 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14314
14315         * gnus-cus.el (gnus-agent-customize-category): Removed
14316         ignore-errors macro reference that required cl to be loaded at
14317         run-time.
14318
14319         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14320         single-interval range of the form (min . max).  Previously the
14321         range had to look like ((min . max)).  Likewise, return
14322         (min . max) rather than ((min . max)).
14323         (gnus-range-map): Use gnus-range-normalize to accept
14324         single-interval range.
14325
14326         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14327         the cache, but not the agent, now appear with their usual face.
14328
14329         * dgnushack.el (loaddir): New variable that is bound to the
14330         directory containing the dgnushack.el file. Use loaddir, rather
14331         than srcdir, to update load-path. Change lets dgnushack compile
14332         code in directories other than GNUS/lisp.
14333
14334 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14335
14336         * lpath.el: Don't bind w3m-safe-url-regexp.
14337
14338         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14339         w3m-safe-url-regexp variable buffer-local.
14340
14341         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14342
14343 2004-02-27  Simon Josefsson  <jas@extundo.com>
14344
14345         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14346         gnus-group-real-prefix.
14347         (gnus-summary-move-article): Use it, instead of
14348         gnus-group-real-prefix.
14349
14350 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14351
14352         * lpath.el: Bind w3m-safe-url-regexp.
14353
14354         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14355         w3m-safe-url-regexp variable buffer-local and set it as the value
14356         of mm-w3m-safe-url-regexp.
14357
14358         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14359
14360         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14361         parsing gnus-posting-styles when the message is not for replying.
14362
14363         * dgnushack.el: Autoload sgml-mode for XEmacs.
14364
14365         * nnrss.el (nnrss-opml-export): Use
14366         mm-set-buffer-file-coding-system instead of
14367         set-buffer-file-coding-system.
14368
14369 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14370
14371         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14372         of checkdoc.el).
14373         * nnrss.el: do.
14374         * gnus-mlspl.el: do.
14375         * gnus-ml.el: do.
14376         * gnus-srvr.el: do.
14377
14378         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14379
14380 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14381
14382         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14383         Corrections to custom-manual links.
14384
14385         * gnus-art.el (gnus-article): Ditto.
14386
14387         * mm-decode.el (mime-display, mime-security): Ditto.
14388
14389 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14390
14391         * flow-fill.el: Typo.
14392
14393 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14394
14395         * spam-wash.el: New file.
14396
14397 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14398
14399         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14400
14401 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14402
14403         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14404         to be run with new-articles as LIST1, not LIST2.
14405         (spam-registration-functions): Add spam-use-ham-copy as a nil
14406         registration backend.
14407
14408 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14409
14410         * spam-stat.el (spam-stat-washing-hook): New option.
14411         (spam-stat-buffer-words): Use it.
14412         (spam-stat-process-directory, spam-stat-test-directory): Use
14413         insert-file-contents-literally.
14414         (spam-stat-coding-system): New variable.
14415         (spam-stat-load, spam-stat-save): Use it.
14416
14417 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14418
14419         * spam-report.el (spam-report-plug-agent): Quote
14420         spam-report-url-to-file and spam-report-url-ping-plain.
14421
14422 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14423
14424         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14425         / in mailto URLs.
14426
14427 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14428
14429         * spam-report.el (spam-report-process-queue): Fix interactive use.
14430         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14431         (spam-report-unplug-agent): Doc fixes.
14432         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14433         (spam-report-agentize, spam-report-deagentize): Autoload.
14434
14435 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14436
14437         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14438
14439         * message.el (message-setup-fill-variables): Add mml tags to
14440         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14441         <ajk@iu.edu>.
14442         (message-mode): Don't modify paragraph-separate there.
14443
14444 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14445
14446         * compface.el (uncompface-use-external): Default to undecided.
14447         (uncompface-use-external-threshold): New variable.
14448         (uncompface-float-time): New macro.
14449         (uncompface): Determine whether to use the external decoder if
14450         uncompface-use-external is undecided.
14451
14452 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14453
14454         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14455         after images.
14456
14457         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14458
14459 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14460
14461         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14462
14463         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14464
14465         * gnus-sum.el (gnus-summary-limit-to-age)
14466         (gnus-summary-limit-children): do.
14467
14468         * gnus-int.el (gnus-request-scan): do.
14469
14470         * gnus-group.el (gnus-group-suspend): do.
14471
14472         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14473
14474         * gnus-cite.el (gnus-cite-parse-attributions): do.
14475
14476         * gnus-agent.el (gnus-summary-set-agent-mark)
14477         (gnus-agent-regenerate-group): do.
14478
14479         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14480
14481         * binhex.el (binhex-decode-region-internal): do.
14482
14483 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14484
14485         * gnus-fun.el (gnus-face-properties-alist): New user option.
14486         (gnus-display-x-face-in-from): Use it.
14487
14488         * gnus-art.el (article-display-face): Ditto.
14489
14490         * compface.el (uncompface-use-external): Default to nil.
14491
14492 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14493
14494         * nntp.el (nntp-erase-buffer): New function.
14495         (nntp-retrieve-data, nntp-send-command)
14496         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14497         (nntp-possibly-change-group): Use it.
14498
14499         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14500         with-current-buffer.
14501
14502 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14503
14504         * compface.el: Merge the ELisp-based uncompface program.
14505         (compface): New customization group.
14506         (uncompface-use-external): New user option.
14507         (uncompface): Call uncompface-internal if uncompface-use-external
14508         is nil.
14509         (uncompface-internal): New function.  Note that there are also
14510         some other functions and variables added for this function.
14511
14512 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14513
14514         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14515         if necessary.
14516
14517 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14518
14519         * spam-report.el (spam-report-unplug-agent)
14520         (spam-report-plug-agent, spam-report-deagentize)
14521         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14522         Add support for the Agent in spam-report: when unplugged, report to a
14523         file; when plugged, submit all the requests.
14524
14525         * spam.el (spam-register-routine): Fix message about
14526         registration.
14527
14528 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14529
14530         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14531         dependencies.
14532         (rfc2047-encode): Use it.
14533
14534         * gnus-art.el (gnus-button-marker-list): Move before first
14535         reference.
14536
14537         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14538         (imap-parse-body): Fix format string mismatch.
14539
14540         * gnus-score.el (gnus-summary-increase-score): do.
14541
14542         * nnrss.el (nnrss-close): New function.
14543
14544 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14545
14546         * nnrss.el (nnrss-make-filename): New function.
14547         (nnrss-request-delete-group, nnrss-read-server-data)
14548         (nnrss-save-server-data, nnrss-read-group-data)
14549         (nnrss-save-group-data): Use it.
14550         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14551         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14552         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14553
14554 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14555
14556         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14557
14558 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14559
14560         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14561         files.
14562
14563         * message.el (message-generate-headers-first): Don't quote nil
14564         and t in docstrings.
14565
14566         * imap.el (imap-id): do.
14567
14568         * gnus-agent.el (gnus-agent-consider-all-articles)
14569         (gnus-agent-queue-mail): do.
14570
14571 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14572
14573         * spam-report.el (spam-report-process-queue): New function.
14574         Process requests from `spam-report-requests-file'.
14575         (spam-report-process-queue): Doc fix.
14576
14577 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14578
14579         * spam.el (spam-register-routine)
14580         (spam-log-processing-to-registry, spam-log-registered-p)
14581         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14582         Change "check" to "spam-check" for semi-clarity.
14583
14584 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14585
14586         * pop3.el: Require nnheader.
14587
14588         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14589
14590         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14591
14592         * gnus-picon.el: Require cl.
14593
14594         * gnus-fun.el: Require gnus-ems and gnus-util.
14595
14596         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14597
14598         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14599
14600         * gnus-art.el (gnus-article-edit-mode): Define before first
14601         reference.
14602
14603 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14604
14605         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14606         (gnus-uu-post-encoded): Use point-at-bol.
14607
14608         * gnus-topic.el (gnus-group-active-topic-p): do.
14609
14610         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14611
14612         * gnus-group.el (gnus-group-kill-region): do.
14613
14614         * gnus-art.el (article-date-ut): do.
14615
14616         * message.el (message-fetch-field): Remove redundant
14617         case-fold-search binding.
14618         (message-narrow-to-field): Simplify.
14619
14620 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14621
14622         * spam.el (spam-directory): Derive from `gnus-directory'.
14623
14624         * spam-report.el (spam-report-url-to-file)
14625         (spam-report-requests-file): New function and variable for offline
14626         reporting.
14627         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14628         and user defined function.
14629         (spam-report-url-ping-mm-url): Remove doubled slash.
14630
14631 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14632
14633         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14634
14635 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14636
14637         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14638         format string mismatch.
14639
14640         * sieve.el (sieve-deactivate-all): do.
14641
14642         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14643
14644         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14645
14646         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14647
14648         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14649
14650 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14651
14652         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14653         the list of checks.
14654
14655 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14656
14657         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14658         padding.
14659
14660 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14661
14662         * mm-view.el (mm-fill-flowed): New variable.
14663         (mm-inline-text): Use it.
14664
14665 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14666
14667         * spam.el (spam-spamassassin-register-ham-routine)
14668         (spam-spamassassin-register-spam-routine): Fix function names.
14669
14670 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14671
14672         * gnus.el (gnus-tmp-grouplens): Remove.
14673         (gnus-summary-line-format): Remove grouplens.
14674
14675         * gnus-group.el (gnus-group-line-format): Ditto.
14676
14677         * gnus-spec.el (gnus-format-specs): Ditto.
14678         (gnus-update-format-specifications): Flush the group format spec
14679         cache if there's the grouplens stuff.
14680         (gnus-parse-simple-format): Replace %l with the empty string.
14681
14682 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14683
14684         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14685         omission.
14686
14687 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14688
14689         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14690         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14691
14692 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14693
14694         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14695         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14696         New macros and functions.
14697         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14698         Handle > NLINK_MAX messages.
14699         * nnmaildir.el (nnmaildir-request-set-mark): Use
14700         nnmaildir--emlink-p and nnmaildir--eexist-p.
14701
14702 2004-01-25  Alex Schroeder  <alex@gnu.org>
14703
14704         * spam-stat.el (spam-stat-process-directory-age): New option.
14705         (spam-stat-process-directory): Use it.
14706
14707 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14708
14709         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14710         (spam-stat-save): Accept prefix argument.
14711
14712 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14713
14714         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14715         links" error.
14716
14717 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14718
14719         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14720         the rest of the and/or forms.
14721
14722 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14723
14724         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14725         compatibility with old .newsrc.eld files.
14726
14727         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14728
14729         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14730
14731         * gnus-start.el (gnus-1): do.
14732
14733         * gnus-group.el (gnus-group-line-format-alist): do.
14734
14735         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14736
14737         * gnus-gl.el: Remove.
14738
14739 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14740
14741         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14742         marks consisting of a single range {for example, (3 . 5)} rather
14743         than a list of a single range { ((3 . 5)) }.
14744
14745 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14746
14747         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14748         with-current-buffer.
14749         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14750         avoid consing a string.
14751
14752         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14753         Remove obsolete entries for big5 and gb2312.
14754
14755 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14756
14757         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14758         uncompressed list.
14759
14760 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14761
14762         * spam-stat.el (spam-stat-strip-xref): New function.
14763         (spam-stat-process-directory): Use it.
14764
14765         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14766         here -- it's done in message-fetch-field.
14767
14768 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14769
14770         * gnus-agent.el (gnus-agent-queue-mail)
14771         (gnus-agent-prompt-send-queue): New variables.
14772         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14773         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14774         "nndraft:queue" along to gnus-draft-send.  Use
14775         gnus-agent-prompt-send-queue.
14776         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14777         is "nndraft:queue".  Suggested by Gaute Strokkenes
14778         <gs234@srcf.ucam.org>
14779
14780         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14781         (agent-enable-undownloaded-faces): Added.
14782         (gnus-agent-cat-groups): Use eval-and-compile, not
14783         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14784         method of gnus-agent-cat-groups even when the buffer has been
14785         evaled.
14786         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14787         delete gnus-agent-save-active-1.
14788         (gnus-agent-save-groups): Deleted.  Identical to
14789         gnus-agent-save-active.
14790         (gnus-agent-write-active): No longer adjust agent's copy of active
14791         file as agent's adjustments are now stored in their own
14792         file.  Removed optional parameter.
14793         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14794         servers.  Add use of min/max range limits from server's local
14795         file.
14796         (gnus-agent-save-alist): Removed unused optional argument.
14797         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14798         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14799         (gnus-agent-set-local): A per-server file that keeps min/max range
14800         limits for articles known to the agent.  Provides a fast mechanism
14801         for altering many active ranges.
14802         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14803         active file (local makes it unnecessary).
14804         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14805
14806         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14807         (agent-enable-undownloaded-faces): Added.
14808
14809         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14810         disable it when sending to "nndraft:queue".
14811         (gnus-group-send-queue): Add safety check to avoid sending queue
14812         when unplugged.
14813
14814         * gnus-group.el (gnus-group-catchup): Use new
14815         gnus-sequence-of-unread-articles, not
14816         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14817         numbers of articles.  Use gnus-range-map to avoid having to
14818         uncompress the unread list.
14819         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14820         Fixed invalid ange-ftp reference.
14821
14822         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14823         (gnus-sorted-range-intersection): Intersection of two ranges
14824         without requiring that they first be uncompressed.
14825
14826         * gnus-start.el (gnus-activate-group): Unless blocked by the
14827         caller, possibly expand the active range to include both cached
14828         and agentized articles.
14829         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14830         multiple version-dependent converters.
14831         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14832         gnus-agent-save-active.
14833         (gnus-save-newsrc-file): Save dirty agent range limits.
14834
14835         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14836         gnus-agent-possibly-alter-active.
14837         (gnus-adjust-marked-articles): Faster handling of simple lists.
14838
14839 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14840
14841         * spam-stat.el (spam-stat-test-directory): New optional argument
14842         displays a list of files detected.  Suggested by Andrew Cohen
14843         <cohen@andy.bu.edu>.
14844         (spam-stat-buffer-words-with-scores): Don't narrow and change
14845         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14846
14847 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14848
14849         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14850         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14851         (spam-spamassassin-arguments)
14852         (spam-spamassassin-spam-flag-header)
14853         (spam-spamassassin-positive-spam-flag-header)
14854         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14855         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14856         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14857         (spam-list-of-processors, spam-list-of-checks)
14858         (spam-list-of-statistical-checks, spam-registration-functions)
14859         (spam-check-spamassassin-headers, spam-check-spamassassin)
14860         (spam-spamassassin-score)
14861         (spam-spamassassin-register-with-sa-learn)
14862         (spam-spamassassin-register-spam-routine)
14863         (spam-spamassassin-register-ham-routine)
14864         (spam-assassin-register-spam-routine)
14865         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14866         (spam-bogofilter-score): Fix to show article before scoring.
14867
14868 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14869
14870         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14871         default scoring function.
14872         (spam-generic-score): Call spam-spamassassin-score if
14873         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14874         spam-bogofilter-score otherwise.
14875
14876         * gnus.el (spam-process, spam-autodetect-methods): Add
14877         spamassassin and spamassassin-headers.
14878
14879 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14880
14881         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14882         Suppress unnecessary messages.
14883
14884 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14885
14886         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14887         make-hash-table.
14888
14889 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14890
14891         * canlock.el (base64-encode-string): Don't autoload it.
14892
14893 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14894
14895         * run-at-time.el: Remove useless (require 'itimer),
14896         eval-and-compile and (featurep 'xemacs).
14897
14898 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14899
14900         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14901         GROUP is a virtual group.
14902
14903 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14904
14905         * gnus.el: Autoload `message-y-or-n-p'.
14906
14907 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14908
14909         * pgg-parse.el: Remove unnecessary (require 'custom).
14910
14911         * pgg-def.el: do.
14912
14913         * nnmail.el: do.
14914
14915         * gnus-undo.el: do.
14916
14917         * gnus-picon.el: do.
14918
14919         * gnus-util.el: do.
14920
14921 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14922
14923         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14924
14925 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14926
14927         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14928         handle, as well as a list.
14929
14930         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14931         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14932         (mm-w3m-cid-retrieve): Simplify.
14933
14934 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
14935
14936         * message.el (message-kill-to-signature): Allow prefix arg to
14937         specify number of lines to keep before signature.
14938
14939 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
14940
14941         * message.el (message-kill-to-signature): Change docstring.
14942
14943 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14944
14945         * canlock.el: Always require sha1-el.
14946         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14947
14948         * message.el: Autoload sha1 only when compiling.
14949
14950         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
14951         eudc-expand-inline for XEmacs.
14952
14953 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14954
14955         * message.el (message-canlock-generate): Require sha1-el.
14956
14957 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
14958
14959         * message.el (message-expand-name): Silence the byte compiler.
14960
14961         * lpath.el: Add detect-coding-system.
14962
14963         * dgnushack.el (dgnushack-compile): Remove obsolete check for
14964         cus-edit.
14965
14966 2004-01-13  Simon Josefsson  <jas@extundo.com>
14967
14968         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14969         Invoke gnus-score-mode.  Reported by
14970         bojohan+news@dd.chalmers.se (Johan Bockgård).
14971
14972         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14973         Jim Blandy <jimb@redhat.com> (tiny change).
14974
14975 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14976
14977         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14978
14979 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
14980
14981         * spam.el (spam-get-article-as-string): Update to use
14982         gnus-request-article-this-buffer, much simpler.
14983         (spam-get-article-as-buffer): Remove.
14984
14985 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
14986
14987         * message.el (message-expand-name): Use EUDC if the user uses that.
14988
14989 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14990
14991         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14992         character for the encoding to avoid consing a string.
14993
14994         * rfc2047.el (rfc2047-decode-string): Don't cons a string
14995         unnecessarily.
14996
14997         * mm-util.el (mm-replace-chars-in-string): Remove.
14998
14999         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15000         of mm-replace-chars-in-string.
15001
15002 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15003
15004         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15005
15006         * mm-util.el (mm-subst-char-in-string): Support inplace.
15007
15008         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15009         a new string in every iteration.  Use shy groups.
15010
15011 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15012
15013         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15014         * gnus-soup.el (gnus-soup-group-brew):
15015         * gnus-msg.el (gnus-put-message):
15016         * gnus-move.el (gnus-group-move-group-to-server):
15017         * gnus-kill.el (gnus-batch-score):
15018         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15019         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15020         (gnus-group-update-group, gnus-group-read-group)
15021         (gnus-group-make-group, gnus-group-make-help-group)
15022         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15023         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15024         (gnus-group-sort-by-unread, gnus-group-catchup)
15025         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15026         (gnus-group-yank-group, gnus-group-set-info)
15027         (gnus-group-list-groups):
15028         * gnus.el (gnus-generate-new-group-name):
15029         * gnus-delay.el (gnus-delay-send-queue):
15030         * nnvirtual.el (nnvirtual-catchup-group):
15031         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15032         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15033         (gnus-group-prepare-topics, gnus-topic-check-topology):
15034         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15035         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15036         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15037         (gnus-group-make-articles-read):
15038         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15039         (gnus-group-change-level, gnus-kill-newsgroup)
15040         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15041         (gnus-get-unread-articles, gnus-make-articles-unread)
15042         (gnus-make-ascending-articles-unread): Use accessor
15043         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15044         to get group information for improved readability.
15045
15046
15047 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15048
15049         * gnus-art.el (article-decode-mime-words, article-babel)
15050         (gnus-article-highlight-signature, gnus-article-add-buttons)
15051         (gnus-signature-toggle): Use gnus-with-article-buffer.
15052
15053         * gnus-art.el (gnus-article-highlight-headers)
15054         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15055
15056         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15057         (gnus-article-set-globals, gnus-request-article-this-buffer)
15058         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15059         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15060         (gnus-mime-display-alternative): Use with-current-buffer.
15061
15062 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15063
15064         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15065         also under 80 char limit, and call gnus-error if needed.
15066         (spam-fetch-article-header): Fix - it was a
15067         buffer-local variable (gnus-newsgroup-data).
15068         (spam-find-spam): Use spam-generate-fake-headers, forget about
15069         spam-insert-fake-headers.
15070         (spam-insert-fake-headers): Remove.
15071
15072 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15073
15074         * deuglify.el (gnus-article-outlook-unwrap-lines)
15075         (gnus-outlook-rearrange-article)
15076         (gnus-outlook-repair-attribution-outlook)
15077         (gnus-outlook-repair-attribution-block)
15078         (gnus-outlook-repair-attribution-other): Remove redundant
15079         save-excursion.
15080
15081 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15082
15083         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15084         (spam-fetch-field-subject-fast)
15085         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15086         (spam-fetch-article-header): Add functions to deal with Gnus
15087         internals for fast retrieval of article header data.
15088         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15089
15090 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15091
15092         * pop3.el (pop3-md5): Remove.
15093         (pop3-apop): Replace pop3-md5 with md5.
15094
15095         * mm-bodies.el: base64 is always built-in.
15096
15097         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15098         with-current-buffer.
15099
15100 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15101
15102         * canlock.el (canlock-insert-header): Remove excessive grouping in
15103         regexp.
15104
15105         * gnus-sum.el (gnus-summary-read-document): Ditto.
15106
15107         * gnus-uu.el (gnus-uu-part-number): Ditto.
15108
15109         * html2text.el (html2text-remove-tags): Ditto.
15110         (html2text-format-tags): Ditto.
15111         (html2text-format-single-elements): Ditto.
15112
15113         * mml.el (mml-parse-1): Ditto.
15114
15115 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15116
15117         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15118
15119         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15120
15121         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15122
15123         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15124
15125 2003-11-15  Simon Josefsson  <jas@extundo.com>
15126
15127         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15128         (pgg-gpg-lookup-key): Use regexp match instead of
15129         split-string (split-string is different between emacs 21.2 and
15130         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15131
15132 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15133
15134         * gnus-art.el (gnus-mime-view-all-parts)
15135         (gnus-article-part-wrapper, gnus-article-view-part): Use
15136         with-current-buffer.
15137
15138 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15139
15140         * spam.el (spam-disable-spam-split-during-ham-respool)
15141         (spam-spamoracle-database, spam-cache-lookups)
15142         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15143         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15144         (spam-group-ham-marks, spam-group-spam-marks)
15145         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15146         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15147         also add spam-use-blackholes to the statistical checks.
15148         (spam-fetch-field-fast): Add interface to fetching fields, may
15149         become a macro.
15150         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15151         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15152         (spam-insert-fake-headers): Fake an article when needed.
15153         (spam-find-spam): Fake article when possible.
15154         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15155         (spam-check-bogofilter-headers): Use message-fetch-field instead
15156         of nnmail-fetch-field.
15157
15158 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15159
15160         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15161
15162 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15163
15164         * spam.el (spam-split): Do not require spam-use-CHECK to be
15165         enabled if that check is passed to spam-split explicitly; also
15166         fix so 'spam doesn't get converted to spam-split-group when
15167         spam-split-symbolic-return is t.
15168         (spam-find-spam): Find registrations of the article and use those
15169         instead of re-running spam-split to find the spam/ham
15170         classification of the article.
15171         (spam-log-processing-to-registry, spam-log-registered-p)
15172         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15173         Use gnus-error instead of gnus-message.
15174         (spam-log-registration-type): Add function to determine the
15175         classification of a message based on registry entries; will
15176         return nil if both 'spam and 'ham are found.
15177         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15178         a reasonably fast local cache without the loading errors.
15179         (spam-cache-lookups): Set to t by default.
15180         (spam-find-spam): Don't try to guess spam-cache-lookups.
15181         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15182         spam-caches entry.
15183         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15184         caching of whitelist/blacklist entries.
15185         (spam-check-whitelist, spam-check-blacklist): Invoke
15186         spam-from-listed-p with a type, not a cache variable.
15187         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15188
15189 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15190
15191         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15192
15193         * nnmail.el (nnmail-split-fancy): do.
15194
15195         * mml.el (mml-parse): do.
15196
15197         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15198         (gnus-score-adaptive): do.
15199
15200 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15201
15202         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15203         (gnus-mime-button-map): Don't set keymap parent.
15204         (gnus-button-ctan-directory-regexp): Use shy grouping.
15205         (gnus-prev-page-map): Don't set keymap parent.
15206         (gnus-prev-page-map): Remove duplicated one.
15207         (gnus-next-page-map): Don't set keymap parent.
15208         (gnus-mime-security-button-map): Ditto.
15209
15210         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15211         version number.
15212
15213         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15214
15215 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15216
15217         * canlock.el (canlock-sha1-function): Remove.
15218         (canlock-sha1-function-for-verify): Remove.
15219         (canlock-openssl-program): Remove.
15220         (canlock-openssl-args): Remove.
15221         (canlock-ignore-errors): Remove.
15222         (canlock-sha1-with-openssl): Remove.
15223         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15224         (canlock-verify): Don't use canlock-ignore-errors.
15225
15226         * sha1-el.el (sha1-string-external): Make it can return a string
15227         in binary form.
15228         (sha1-region-external): Ditto.
15229         (sha1-string-internal): Ditto.
15230         (sha1-region-internal): Ditto.
15231         (sha1-region): Ditto.
15232         (sha1-string): Ditto.
15233         (sha1): Ditto.
15234
15235 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15236
15237         * spam.el (spam-report-articles-gmane): New command.
15238
15239 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15240
15241         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15242
15243         * run-at-time.el (run-at-time-saved): Remove.
15244         (run-at-time): Doc fix.
15245
15246 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15247
15248         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15249         (gnus-summary-limit-map): Add it.
15250         (gnus-summary-make-menu-bar): do.
15251
15252 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15253
15254         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15255         Make attempt at some caching support (done for BBDB only now).
15256         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15257         addresses to be checked.
15258         (spam-clear-cache-BBDB): Add function, to be invoked by
15259         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15260         (spam-check-BBDB): Check and use the caches, if
15261         spam-cache-lookups is on, remove superfluous (provide).
15262
15263 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15264
15265         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15266
15267 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15268
15269         * run-at-time.el (run-at-time-saved): Move to after the definition
15270         of `run-at-time'.
15271
15272         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15273
15274 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15275
15276         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15277         mm-w3m-local-map-property.
15278
15279         * mm-view.el (mm-w3m-mode-map): Remove.
15280         (mm-w3m-local-map-property): Remove.
15281         (mm-inline-text-html-render-with-w3m): Don't use
15282         mm-w3m-local-map-property.
15283
15284 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15285
15286         * run-at-time.el: New file.
15287
15288         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15289         under Emacs.
15290
15291         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15292         of gnus-set-text-properties.
15293
15294         * gnus-uu.el (gnus-uu-save-article): Ditto.
15295
15296         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15297
15298         * gnus-cite.el (gnus-cite-parse): Ditto.
15299
15300         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15301         of gnus-.
15302
15303         * gnus-xmas.el (run-at-time): Require run-at-time.
15304
15305         * gnus.el: Changed calls to nnheader-run-at-time and
15306         password-run-at-time throughout to use run-at-time directly.
15307
15308         * password.el: Removed definition of run-at-time.
15309
15310         * nnheaderxm.el: Remove definition of run-at-time.
15311
15312 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15313
15314         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15315         in prompt.
15316
15317 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15318
15319         * messagexmas.el (message-xmas-redefine): Alias
15320         `message-make-caesar-translation-table' to
15321         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15322         version.
15323
15324         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15325         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15326         `gnus-xmas-set-text-properties'.
15327         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15328         `gnus-xmas-completing-read'.
15329         (gnus-xmas-completing-read): Removed.
15330         (gnus-xmas-open-network-stream): Removed.
15331
15332         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15333         XEmacs version.
15334
15335         * dns.el (dns-make-network-process): Use `open-network-stream'
15336         instead of `gnus-xmas-open-network-stream'.
15337
15338         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15339
15340         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15341
15342 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15343
15344         * gnus-art.el (gnus-mime-display-alternative)
15345         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15346         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15347         Don't use gnus-local-map-property.
15348
15349         * gnus-util.el (gnus-local-map-property): Remove.
15350
15351         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15352         gnus-completing-read-maybe-default with completing-read.
15353
15354         * gnus-util.el (gnus-completing-read): do.
15355         (gnus-completing-read-maybe-default): Remove.
15356
15357 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15358
15359         * password.el: Only autoload `run-at-time' if not XEmacs.
15360         Only autoload the itimer functions if XEmacs.
15361
15362 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15363
15364         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15365         XEmacsen.
15366
15367         * dgnushack.el: Autoload executable-find for XEmacs.
15368
15369 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15370
15371         * gnus-art.el (gnus-read-string): Remove.
15372         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15373         read-string.
15374
15375 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15376
15377         * netrc.el: Autoload password-read.
15378         (netrc): Add configuration group.
15379         (netrc-encoding-method, netrc-openssl-path): Add
15380         variables for encoding and decoding of files with symmetric
15381         ciphers.
15382         (netrc-encode): Add assistant function to encode a file with
15383         netrc-encoding-method.
15384         (netrc-parse): Add interactive parameter, added optional
15385         decoding if netrc-encoding-method is non-nil but otherwise
15386         behavior is standard.
15387         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15388         Do s/encode/encrypt/ everywhere.
15389
15390         * spam.el: Remove executable-find autoload.
15391
15392 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15393
15394         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15395
15396         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15397
15398 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15399
15400         * gnus-art.el (gnus-treat-ansi-sequences)
15401         (article-treat-ansi-sequences): New variable and function.
15402         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15403
15404         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15405         Use it.
15406
15407 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15408
15409         * mm-util.el (mm-quote-arg): Remove.
15410
15411         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15412         shell-quote-argument.
15413
15414         * gnus-uu.el (gnus-uu-command): do.
15415
15416         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15417
15418         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15419         with make-char.
15420
15421         * mm-util.el (mm-make-char): Remove.
15422
15423         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15424         add-minor-mode.
15425
15426         * gnus-undo.el (gnus-undo-mode): do.
15427
15428         * gnus-topic.el (gnus-topic-mode): do.
15429
15430         * gnus-sum.el (gnus-dead-summary-mode): do.
15431
15432         * gnus-start.el (gnus-slave-mode): do.
15433
15434         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15435
15436         * gnus-ml.el (gnus-mailing-list-mode): do.
15437
15438         * gnus-gl.el (gnus-grouplens-mode): do.
15439
15440         * gnus-draft.el (gnus-draft-mode): do.
15441
15442         * gnus-dired.el (gnus-dired-mode): do.
15443
15444         * gnus-ems.el (gnus-add-minor-mode): Remove.
15445
15446         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15447         Replace gnus-char-width with char-width.
15448
15449         * gnus-ems.el (gnus-char-width): 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         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15457         definition.
15458         Remove Emacs 20 hash table compatibility code.
15459
15460         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15461         20 compatibility code.
15462
15463         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15464
15465         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15466
15467         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15468         with point-at-{eol,bol}.
15469
15470         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15471
15472         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15473
15474         * flow-fill.el (fill-flowed-point-at-bol)
15475         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15476
15477         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15478         Replace with point-at-{eol,bol} throughout all files.
15479
15480 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15481
15482         * ntlm.el (ntlm-string-as-unibyte): New macro.
15483         (ntlm-build-auth-response): Use it.
15484
15485         Remove Emacs 20 stuff:
15486         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15487         (butlast, mapc, remove): Remove the compiler macros.
15488         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15489         of delq and copy-sequence.
15490         * gnus-art.el (popup-menu): Remove the compiler macro.
15491         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15492         Emacs 20.
15493
15494 2004-01-05  Simon Josefsson  <jas@extundo.com>
15495
15496         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15497         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15498         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15499         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15500         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15501         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15502         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15503         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15504         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15505         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15506         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15507         string-xor into ntlm-string-xor.  Suggested by
15508         Jesper Harder <harder@myrealbox.com>.
15509
15510         * ntlm.el: Don't include poem.
15511
15512         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15513         Jesper Harder <harder@myrealbox.com>.
15514
15515         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15516
15517         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15518         probably breaks emacs with DL patch, but do we care? Is anyone
15519         still using the DL stuff?)
15520
15521         * sieve-manage.el: Use the password package.
15522         (sieve-manage-read-passwd): Remove.
15523         (sieve-manage-interactive-login): Use password.  Re-add
15524         condition-case around loop.
15525
15526         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15527         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15528         the password package.
15529
15530 2003-02-19  Simon Josefsson  <jas@extundo.com>
15531
15532         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15533         token.
15534
15535 2002-08-07  Simon Josefsson  <jas@extundo.com>
15536
15537         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15538         (sieve-manage-authenticators):
15539         (sieve-manage-authenticator-alist): Add some SASL mechs.
15540         (sieve-sasl-auth): New function.
15541         (sieve-manage-cram-md5-auth):
15542         (sieve-manage-plain-auth): Rewrite using SASL library.
15543         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15544         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15545         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15546         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15547
15548 2004-01-05  Simon Josefsson  <jas@extundo.com>
15549
15550         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15551         New files.
15552
15553 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15554
15555         * gnus-group.el (gnus-no-groups-message): Update.
15556
15557         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15558
15559 2003-11-09  Simon Josefsson  <jas@extundo.com>
15560
15561         * imap.el: Support for ID IMAP extension (RFC 2971).
15562         (imap-local-variables): Add imap-id.
15563         (imap-id): New variable.
15564         (imap-id): New function.
15565         (imap-parse-response): Parse untagged ID response.
15566         * nnimap.el (nnimap-id): New variable.
15567         (nnimap-open-connection): Use it.
15568
15569 2003-12-28  Simon Josefsson  <jas@extundo.com>
15570
15571         * gnus-score.el (gnus-score-edit-all-score): New.
15572         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15573
15574 2004-01-04  Simon Josefsson  <jas@extundo.com>
15575
15576         * password.el: Add.
15577
15578 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15579
15580         * dns.el (dns-query-types): Fix typo.
15581         (dns-query-types): New function.
15582         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15583         PTR and SOA replies, see RFC 1035.
15584
15585 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15586
15587         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15588
15589         * Moved to Changelog.2.
15590
15591 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15592
15593         * gnus.el (gnus-version-number): Bump version.
15594
15595 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15596
15597         * gnus.el: No Gnus v0.1 is released.
15598
15599 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15600
15601         * gnus.el: No Gnus v0.0 is released.
15602
15603 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15604
15605         * gnus.el (gnus-version-number): Bump.
15606         (gnus-version): No.
15607
15608 See ChangeLog.2 for earlier changes.
15609
15610     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15611       Free Software Foundation, Inc.
15612
15613   This file is part of GNU Emacs.
15614
15615   GNU Emacs is free software: you can redistribute it and/or modify
15616   it under the terms of the GNU General Public License as published by
15617   the Free Software Foundation, either version 3 of the License, or
15618   (at your option) any later version.
15619
15620   GNU Emacs is distributed in the hope that it will be useful,
15621   but WITHOUT ANY WARRANTY; without even the implied warranty of
15622   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15623   GNU General Public License for more details.
15624
15625   You should have received a copy of the GNU General Public License
15626   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15627
15628 ;; Local Variables:
15629 ;; coding: utf-8
15630 ;; fill-column: 79
15631 ;; add-log-time-zone-rule: t
15632 ;; End:
15633
15634 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4