Bump custom version of some user options of which the default values changed.
[gnus] / lisp / ChangeLog
1 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4         * gnus.el (gnus-valid-select-methods)
5         * message.el (message-send-mail-partially-limit)
6         * mm-decode.el (mm-text-html-renderer)
7         * mml.el (mml-insert-mime-headers-always)
8         * smiley.el (smiley-regexp-alist): Bump custom version.
9
10 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11
12         * gnus-html.el: require mm-url.
13
14 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15
16         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
17         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
18         bindings, as they aren't useful at all. `w' is moved to `W w'.
19
20         * gnus-move.el: Removed file, since it doesn't really work.
21
22         * gnus-html.el (gnus-article-html): Tell w3m that the input is
23         UTF-8. This seems to fix problems with some German web feeds.
24
25         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
26         at the top so that the proper colours are applied.
27
28         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
29         don't have dots in their names.
30
31         * gnus-art.el (gnus-article-view-part): Doc fix.
32
33         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
34         XEmacs-compatible.
35         (gnus-html-put-image): Don't do images on non-graphic displays.
36
37         * nnslashdot.el: Removed this unused backend.
38
39         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
40         actions.
41         (gnus-undo-register-1): Revert last change.
42
43         * gnus-group.el (gnus-group-completing-read): Protect against not
44         having completion-styles bound.
45
46         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
47         make broken recipients happier.
48
49         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
50
51         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
52         point parameter.
53
54         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
55
56         * gnus-group.el (gnus-group-completing-read): Add 'substring to
57         completion-styles for group selection.
58
59 2009-02-04  Andreas Schwab  <schwab@suse.de>
60
61         * gnus-score.el (gnus-score-string): Fix regex for matching extra
62         headers and regexp-quote the match if necessary.
63
64 2009-03-24  Miles Bader  <miles@gnu.org>
65
66         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
67         the blinking smiley.
68
69 2009-03-24  Simon Josefsson  <simon@josefsson.org>
70
71         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
72         blink smiley.
73
74 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
75
76         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
77         where the dribbel file lives exists.
78
79         * message.el (message-send-mail-partially-limit): Change the default to
80         nil, since most people don't want this.
81
82         * mm-url.el (mm-url-decode-entities): Also decode entities like
83         &#x3212.
84
85 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
86
87         * gnus-sum.el (gnus-summary-idna-message):
88         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
89         Hyperlink urls in docstrings with URL `...'.
90
91 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
92
93         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
94         functions.
95
96 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
97
98         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
99         say what the mouseover text should be.
100
101         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
102         version of the mm-w3m-safe-url-regexp variable to only download images
103         in the groups where we want that to happen.
104
105         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
106
107         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
108         easier debugging.
109         (gnus-article-beginning-of-window): Add kludge to allow spacing past
110         big pictures in the article buffer.
111
112         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
113         gnus-article-html.
114         (mm-text-html-renderer): gnus-article-html needs curl in addition to
115         w3m.
116
117         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
118
119 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
120
121         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
122         which doesn't exist.
123
124         * message.el (message-inhibit-ecomplete): New variable to allow some
125         function to inhibit ecomplete address storage.
126         (message-resend): Disable ecomplete message storage when resending
127         messages.
128
129         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
130
131 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
132
133         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
134         Save excursion while copying, moving, and deleting articles in order to
135         prevent the cursor from jumping to unforeseen place.
136
137 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
138
139         * lpath.el: No need to bind bookmark-current-buffer,
140         bookmark-yank-point and bookmark-make-record-function.
141
142 2010-08-17  Glenn Morris  <rgm@gnu.org>
143
144         * gnus-sync.el: Require gnus components whose functions are used.
145
146         * gnus-art.el (bookmark-make-record-function):
147         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
148         Declare for compiler.
149
150         * mm-url.el (mml-compute-boundary): Autoload.
151
152 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
153
154         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
155
156 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
157
158         Typo fix "hoo4a" -> "hook".
159
160         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
161
162 2010-08-14  Glenn Morris  <rgm@gnu.org>
163
164         * gnus-sync.el (gnus-sync): Fix defgroup version.
165
166 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
167
168         Doc fixes and keep unknown groups (ammended for nunion bug fix).
169
170         * gnus-sync.el: Fix docs.
171         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
172         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
173
174 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
175
176         Optimizations for gnus-sync.el.
177
178         * gnus-sync.el: Add docs about gnus-sync-backend
179         possibilities.
180         (gnus-sync-save): Remove unnecessary message.
181         (gnus-sync-read): Optimize and show what groups were skipped.
182
183 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
184
185         Minor bug fixes for gnus-sync.el.
186
187         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
188         read the sync on get-new-news.
189
190         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
191         quiet.
192
193         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
194
195 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
196
197         Make saving and restoring of hidden threads work with overlays.
198         Patch applied by Ted Zlatanov.
199
200         * gnus-sum.el (gnus-hidden-threads-configuration)
201         (gnus-restore-hidden-threads-configuration): Update to deal with text
202         properties, rather than searching for a magic character.
203
204 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
205
206         New gnus-sync.el library for synchronization of marks.
207
208         * gnus-sync.el: New library for synchronization of marks.
209
210         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
211         renamed from `gnus-registry-grep-in-list'.
212
213         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
214
215         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
216
217 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
218
219         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
220         determining charset of text fails.
221
222 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
223
224         * nnmail.el (nnmail-get-new-mail-1): Revert.
225
226         * nnml.el (nnml-active-number): Make sure names of newly created groups
227         in nnml-group-alist are encoded.
228
229 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
230
231         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
232         containing non-ASCII characters in active file for nnml back end.
233
234 2010-07-24  David Engster  <dengste@eml.cc>
235
236         * mml-smime.el (mml-smime-epg-verify): Also accept the older
237         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
238
239 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
240
241         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
242         tag (Bug#6654).
243
244 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
245
246         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
247         the article buffer, not the summary buffer.
248
249 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
250
251         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
252         Emacs 23 as well.
253
254 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
255
256         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
257         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
258
259 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
260
261         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
262         Patch applied by Karl Fogel.
263
264         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
265         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
266
267 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
268
269         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
270         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
271         C-w still not working correctly from Article buffers; Thierry's
272         patch to fix that will be applied after this.
273
274         * gnus-art.el (bookmark-make-record-function): New local variable.
275
276         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
277         article buffer.
278         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
279
280 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
281
282         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
283         on changes in bookmark.el.
284
285 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
286
287         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
288         `no-log' instead of message not to log prompt string.
289
290 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
291
292         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
293         the *other* type of HTML form submission.
294
295 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
296
297         * auth-source.el (auth-source-pick): If choice does not contain a
298         questioned keyword, set the check to t.
299
300 2010-06-12  Romain Francoise  <romain@orebokech.com>
301
302         * gnus-util.el (gnus-date-get-time): Move up before first use.
303
304 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
305
306         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
307         (gnus-article-edit-part): Bind it to make last part that is substituted
308         or deleted visible.
309         (gnus-mime-display-single): Buttonize part of which id equals to
310         gnus-mime-buttonized-part-id.
311
312 2010-06-10  Dan Christensen  <jdc@uwo.ca>
313
314         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
315         (gnus-dd-mmm): Use gnus-date-get-time.
316         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
317         simplify logic.
318         (gnus-summary-limit-to-age): Use gnus-date-get-time.
319         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
320
321 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
322
323         * auth-source.el (top): Autoload `secrets-list-collections',
324         `secrets-create-item', `secrets-delete-item'.
325         (auth-sources): Fix tag string.
326         (auth-get-source, auth-source-retrieve, auth-source-create)
327         (auth-source-delete): New defuns.
328         (auth-source-pick): Rewrite in order to avoid 2 passes.
329         (auth-source-forget-user-or-password): New parameter USERNAME.
330         (auth-source-user-or-password): New parameters CREATE-MISSING and
331         DELETE-EXISTING.  Retrieve password interactively, if needed.
332
333 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
334
335         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
336         deleting unused directories when gnus-expert-user is t.
337
338 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
341         for each temp file when gnus-article-browse-delete-temp is ask.
342
343 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
344
345         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
346         Lisp calls to delete-backward-char by calls to delete-char.
347
348 2010-05-20  Kevin Ryde  <user42@zip.com.au>
349
350         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
351
352 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
353
354         * password-cache.el (password-cache-remove): Fix docstring.
355
356 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
357
358         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
359         article unless decoding article to be saved.
360
361 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
362
363         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
364         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
365         generated within the mm-with-unibyte-current-buffer macro.
366
367 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
368
369         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
370         to nil when we're in a mml-preview buffer and no group is selected.
371
372 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
373
374         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
375         when catching the `C-g'.  Reported by "Leo".
376
377 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
378
379         * message.el (message-forward-make-body-plain)
380         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
381         multibyte-string-p.
382
383         * lpath.el: Revert.
384
385 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
386
387         * message.el (message-forward-make-body-mml): Assume original message
388         is multibyte string; error on unibyte.
389         (message-forward-make-body-plain): Ditto; don't add excessive newline
390         in body end.
391
392         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
393
394 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
395
396         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
397         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
398
399 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
400
401         * mm-extern.el (mm-extern-url): Don't use
402         mm-with-unibyte-current-buffer.
403         (mm-extern-cache-contents): Use with-current-buffer instead of
404         save-excursion + set-buffer.
405
406 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
407
408         * mm-util.el (mm-emacs-mule): Remove.
409
410 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
411
412         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
413         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
414         change.
415
416 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
417
418         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
419         bind the default value of enable-multibyte-characters to nil.
420
421 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
422
423         * message.el (message-forward-make-body-plain)
424         (message-forward-make-body-mml):
425         Don't use mm-with-unibyte-current-buffer.
426
427 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
428
429         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
430
431 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
432
433         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
434         (Bug#5592).
435
436 2010-05-07  Julien Danjou  <julien@danjou.info>
437
438         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
439         it to mm-pipe-part.
440
441         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
442         it is given.
443
444 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * binhex.el (binhex-decode-region-internal)
447         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
448         (dns-query)
449         * nnweb.el (nnweb-gmane-search)
450         * pgg-parse.el (pgg-parse-armor)
451         * pgg.el (pgg-verify-region)
452         * sha1.el (sha1-string-external)
453         * uudecode.el (uudecode-decode-region-internal)
454         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
455         XEmacs.
456
457         * gnus-art.el (gnus-article-browse-html-parts)
458         * gnus-group.el (gnus-read-ephemeral-gmane-group)
459         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
460         make-temp-file.
461
462         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
463         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
464         compiling.
465
466         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
467         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
468         XEmacs when compiling.
469
470         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
471         gnus-pick-mode-off-hook for XEmacs when compiling.
472         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
473         gnus-binary-mode-off-hook for XEmacs when compiling.
474
475         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
476         nil if char-charset is not available.
477
478         * imap.el (imap-disable-multibyte)
479         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
480         macros.
481
482         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
483         instead of encode-coding-string.
484
485         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
486         'xemacs) instead of mm-emacs-mule to switch function definitions.
487         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
488
489         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
490         bind temporary-file-directory for XEmacs;
491         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
492         timer-set-function for XEmacs 21.4 and SXEmacs;
493         bind timer-list for XEmacs 21.4 and SXEmacs;
494         fbind char-charset and find-charset-region for non-Mule XEmacs;
495         fbind decode-coding-region, decode-coding-string, detect-coding-region,
496         encode-coding-region and encode-coding-string for XEmacs having no
497         file-coding feature.
498
499 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
500
501         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
502
503 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
504
505         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
506         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
507
508 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
509
510         * mm-util.el (mm-decompress-buffer): Use `delete-file';
511         alias `jka-compr-delete-temp-file' no longer exists.
512
513 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
514
515         Use define-minor-mode in Gnus where applicable.
516         * mml.el (mml-mode): Use define-minor-mode.
517         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
518         (gnus-undo-mode): Use define-minor-mode.
519         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
520         (gnus-dead-summary-mode): Use define-minor-mode.
521         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
522         Initialize in declaration.
523         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
524         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
525         (gnus-mailing-list-mode): Use define-minor-mode.
526         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
527         (gnus-draft-mode): Use define-minor-mode.
528         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
529         (gnus-dired-mode): Use define-minor-mode.
530
531 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
532
533         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
534         handles on recursive mml-to-mime translation and check them for
535         boundary delimiter collisions.  Reported by Greg Troxel.
536
537 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
538
539         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
540
541 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
542
543         * mm-util.el (mm-find-buffer-file-coding-system):
544         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
545
546 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
547
548         * message.el (message-generate-headers): Record insertion of optional
549         headers as well.  Otherwise the check to prevent repeated insertion of
550         optional headers is a no-op.
551
552 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
553
554         * smime.el: Don't mention CVS.
555
556         * nnrss.el (nnrss-fetch): Don't mention CVS.
557
558         * nnir.el: Don't mention CVS.
559
560 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
561
562         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
563
564 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
565
566         * lpath.el: Fbind bookmark-default-handler,
567         bookmark-get-bookmark-record, bookmark-make-record-default,
568         bookmark-prop-get for Emacs <23 and XEmacs.
569
570 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
571
572         * gnus-sum.el: Add bookmark declarations to silence the compiler.
573         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
574         Use with-current-buffer to silence the byte-compiler.
575         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
576         bother to require `gnus'.
577         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
578
579 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
580
581         * gnus-sum.el (gnus-summary-bookmark-make-record)
582         (gnus-summary-bookmark-jump): New functions.
583         (gnus-summary-mode): Setup bookmark support.
584
585 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
586
587         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
588         if set.
589
590 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
591
592         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
593         gnus-article-browse-html-save-cid-image; make it work recursively for
594         forwarded messages as well.
595         (gnus-article-browse-html-parts): Work when prefix arg is given.
596         (gnus-article-browse-html-article): Doc fix.
597
598 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
599
600         * message.el (message-default-mail-headers):
601         (message-default-headers): Carry the value mail-default-headers over
602         into message-default-mail-headers, rather than message-default-headers.
603
604 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
605
606         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
607         charset.
608
609         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
610         charset into the <meta> tag when the article is encoded to utf-8.
611
612 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
613
614         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
615         directories as well.
616         (gnus-article-browse-html-parts): Work for images that do not specify
617         file names; delete temp directory when quitting; insert header at the
618         right place; use file: scheme for image files.
619
620 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
621
622         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
623         (gnus-article-browse-html-parts): Use it to make temporary cid image
624         files in addition to html file so that browser may display them.
625
626 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
627
628         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
629
630 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
631
632         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
633
634 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
635
636         * auth-source.el (auth-sources): Change default to be simpler.  Explain
637         about Secret Service API sources.  Improve Customize options.
638         (auth-source-pick): Change to accept any number of search parameters.
639         Implement fallbacks iteratively, not recursively.  Add scoring on the
640         second pass and sort by score.  Call Secret Service API when needed.
641         (auth-source-user-or-password): Use it.  Call Secret Service API
642         directly when needed to get the user name and the password.
643
644 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
645
646         * message.el (message-interactive): Doc fix.
647         (message-qmail-inject-args): Reflow.
648         (message-kill-to-signature): Fix typo in docstring.
649
650         * smiley.el (smiley-buffer): Fix typo in docstring.
651
652 2010-03-24  Glenn Morris  <rgm@gnu.org>
653
654         * mail-source.el (gnus-message): Declare.
655         (mail-source-delete-old-incoming): Require gnus-util.
656
657 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
658
659         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
660
661         * message.el (ecomplete-setup): Autoload it for Emacs <23.
662
663         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
664         password-cache's default if it is not bound.
665         (mml-secure-passphrase-cache-expiry): Default to 16 that is
666         password-cache-expiry's default if it is not bound.
667
668         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
669         available in Emacs 21.
670
671         * lpath.el: Suppress compiler warnings for:
672         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
673         XEmacs;
674         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
675         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
676         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
677
678 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
679
680         * auth-source.el (auth-sources): Fix up definition so extra parameters
681         are always inline.
682
683 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
684
685         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
686         wasn't updated after mismatch.  Clear cached mailbox info correctly
687         when uidvalidity changes.
688         (nnimap-group-prefixed-name): New function to avoid some code
689         duplication.
690         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
691         (nnimap-request-group): Use it.
692         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
693         (nnimap-update-unseen): Significantly improved speed of Gnus startup
694         with many imap folders.  This is done by caching the group status from
695         the imap server persistently in a group parameter `imap-status'.  (This
696         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
697         but not persistently, so every Gnus startup was still very slow.)
698
699 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
700
701         * assistant.el (assistant-render-text): Run `widget-setup' and don't
702         delete the extra newline.  Otherwise editing of :string and :number
703         types don't work.
704
705 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
706
707         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
708         secrets.el dependency.
709         (auth-sources): Add optional user name.  Add secrets.el configuration
710         choice (unused right now).
711
712 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
713
714         * gnus-sum.el (gnus-summary-make-menu-bar): Let
715         `gnus-registry-install-shortcuts' fill in the functions.
716
717         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
718         warnings.
719         (gnus-registry-misc-menus): Variable to hold registry mark menus.
720         (gnus-registry-install-shortcuts): Populate and use it in a
721         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
722
723 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
724
725         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
726         In-place substitutions for the group name encoding/decoding.
727         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
728         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
729         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
730         (nnimap-update-unseen, nnimap-request-list)
731         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
732         (nnimap-request-set-mark, nnimap-split-to-groups)
733         (nnimap-split-articles, nnimap-request-newgroups)
734         (nnimap-request-create-group, nnimap-request-accept-article)
735         (nnimap-request-delete-group, nnimap-request-rename-group)
736         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
737         `encoded-mbx' for consistency.
738         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
739         variable `imap-current-mailbox'.
740
741         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
742         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
743
744 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
745
746         * pop3.el (pop3-display-message-size-flag): Display message size byte
747         counts during POP3 download.
748         (pop3-movemail): Use it.
749         (pop3-list): Implement listing of available messages.
750
751 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
752
753         * nnir.el (nnir-get-article-nov-override-function): New function to
754         override the normal NOV retrieval.
755         (nnir-retrieve-headers): Use it.
756
757 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
758
759         * auth-source.el (netrc-machine-user-or-password): Autoload.
760
761 2010-03-19  Glenn Morris  <rgm@gnu.org>
762
763         Stop message.el from loading about 40 libraries it doesn't always need.
764         The general approach is to autoload rather than require, and to
765         require in the specific functions rather than the file.  (Bug#5642)
766
767         * gmm-utils.el: Don't require wid-edit.
768         (widget-create-child-value, widget-convert, widget-default-get):
769         Autoload.
770
771         * gnus-util.el: Don't require time-date, netrc.
772         (message-fetch-field, gnus-group-name-decode): Declare rather than
773         autoloading.
774         (gnus-fetch-field): Require message.
775         (gnus-decode-newsgroups): Require gnus-group.
776
777         * ietf-drums.el: Don't require time-date.
778
779         * message.el: Don't require hashcash, canlock, ecomplete.
780         Do require mail-utils.  Require nnheader only when compiling.
781         (smtpmail-default-smtp-server): Remove declaration.
782         (message-send-mail-function): Check smtpmail-default-smtp-server
783         is bound rather than requiring smtpmail.
784         (message-auto-save-directory, message-insert-signature): Use
785         expand-file-name rather than nnheader-concat.
786         (nnheader-insert-file-contents): Autoload.
787         (hashcash-wait-async): Declare.
788         (message-send-mail): Only call gnus-setup-posting-charset if
789         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
790         (message-send-mail-with-sendmail): Require sendmail.
791         (canlock-password, canlock-password-for-verify): Declare.
792         (message-canlock-password): Require canlock.
793         (nnheader-get-report): Autoload.
794         (gnus-setup-posting-charset): Declare.
795         (message-send-news): Require gnus-msg.
796         (message-make-references, message-make-in-reply-to): Use mail-header-id
797         rather than the alias mail-header-message-id.
798         (ecomplete-add-item, ecomplete-save): Declare.
799         (message-put-addresses-in-ecomplete): Require ecomplete.
800         (ecomplete-display-matches): Autoload.
801
802         * mm-decode.el: Don't require mailcap, gnus-util.
803         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
804         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
805         Autoload.
806         (mailcap-mime-extensions): Declare.
807
808         * mm-encode.el: Don't require mailcap.
809         (mailcap-extension-to-mime): Autoload.
810
811         * mml-sec.el: Don't require password-cache.
812
813         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
814         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
815         (mml-minibuffer-read-type): Require mailcap.
816         (mml-preview): Require gnus-msg.
817
818         * mml1991.el: Require password-cache.
819         (password-cache-expiry): Remove declaration.
820
821         * mml2015.el: Require password-cache.
822         (password-cache-expiry): Remove declaration.
823
824         * nneething.el (mailcap): Require mailcap.
825
826         * nnheader.el (declare-function): Add compatibility stub.
827         (message-remove-header): Declare rather than autoload.
828         (nnheader-replace-header): Require message.
829
830         * nnimap.el (declare-function): Add compatibility stub.
831         (netrc-parse, netrc-machine-user-or-password): Declare.
832         (nnimap-open-connection): Require netrc.
833
834         * nntp.el (declare-function): Add compatibility stub.
835         (netrc-parse, netrc-machine, netrc-get): Declare.
836         (nntp-send-authinfo): Require netrc.
837
838         * rfc2047.el: Don't require qp.
839         (quoted-printable-encode-region, quoted-printable-decode-string):
840         Autoload.
841
842         * sieve-mode.el: Don't require easymenu.
843         (easy-menu-add-item): Autoload it.
844
845         * spam-stat.el (time-to-number-of-days): Autoload it.
846
847 2010-03-19  Glenn Morris  <rgm@gnu.org>
848
849         * password-cache.el (password-cache, password-cache-expiry): Autoload.
850
851 2010-03-18  Glenn Morris  <rgm@gnu.org>
852
853         * hashcash.el (declare-function): Remove duplicate definition.
854
855 2010-03-17  Kevin Ryde  <user42@zip.com.au>
856
857         * mml.el (mml-read-tag): Unquote values with `read' to reverse
858         prin1 in mml-insert-tag (just stripping the quotes gave wrong
859         value if any backslash escapes).
860
861 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
862
863         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
864         if it is available.  (bug#5647)
865
866         * lpath.el: Suppress compiler warning for coding-system-from-name for
867         Emacs 21 and XEmacs.
868
869 2010-03-14  Juri Linkov  <juri@jurta.org>
870
871         * hmac-def.el:
872         * hmac-md5.el:
873         * netrc.el: Fix keywords.
874
875 2010-02-26  Glenn Morris  <rgm@gnu.org>
876
877         * message.el (message-send-mail-function): Change the default, so that
878         it inherits from a customized send-mail-function.  (Bug#5643)
879
880 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
881
882         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
883         shell-command-to-string signals an error (bug#5299).
884
885 2010-02-24  Glenn Morris  <rgm@gnu.org>
886
887         * message.el (message-smtpmail-send-it)
888         (message-send-mail-with-mailclient): Doc fixes.
889
890 2010-02-16  Glenn Morris  <rgm@gnu.org>
891
892         * message.el (message-default-mail-headers): Change the default value
893         to ease the transition from mail-mode to message-mode.  (Bug#5555)
894
895 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
896
897         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
898         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
899
900 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
901
902         * time-date.el (date-to-time): Doc fix (Bug#5408).
903
904 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
905
906         * message.el (message-mail): Just pass yank-action on to message-setup.
907         (message-setup): Handle (FUN . ARGS) form of yank-action.
908         (message-with-reply-buffer, message-widen-reply)
909         (message-yank-original): Handle non-buffer values of
910         message-reply-buffer (Bug#4080).
911         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
912
913 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
914
915         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
916         Fix typo in docstring.
917
918 2010-01-08  Jason Rumney  <jasonr@gnu.org>
919
920         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
921         response.
922
923 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
924
925         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
926
927         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
928
929         * message.el (message-check-news-header-syntax): Protect against a
930         string that `rfc822-addresses' returns when parsing fails.
931
932 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
933
934         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
935         (gnus-previous-char-property-change): New functions.
936
937         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
938
939 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
940
941         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
942         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
943
944 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
945
946         * message.el (message-exchange-point-and-mark): Rework last change to
947         avoid using optional arg of exchange-point-and-mark, for backward
948         compatibility.
949
950 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
951
952         * message.el (message-exchange-point-and-mark): Call
953         exchange-point-and-mark with an argument rather than setting
954         mark-active by hand (Bug#5175).
955
956 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
957
958         * nntp.el (nntp-service-to-port): Work for service expressed with
959         numeric string; replace [:digit:] with [0-9] for XEmacs.
960
961 2009-12-17  Glenn Morris  <rgm@gnu.org>
962
963         * gnus-group.el (gnus-bug-group-download-format-alist):
964         Change emacs entry to debbugs.gnu.org.  Bump :version.
965
966 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
967
968         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
969
970 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
971
972         * message.el (message-info): Explain why we use `Info-goto-node'.
973
974 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
975
976         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
977
978 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
979
980         * message.el (message-completion-in-region): New compatibility function.
981         (message-expand-group): Use it.
982
983 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
984
985         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
986         with no unread article should be listed if the 2nd arg `predicate' is
987         given.
988
989 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
990
991         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
992
993 2009-11-29  Juri Linkov  <juri@jurta.org>
994
995         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
996         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
997         on `gnus-recenter'. (Bug#4698, Bug#4981)
998
999 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1000
1001         * sha1.el (sha1-string-external): default-directory "/" in case
1002         otherwise non-existent.  process-connection-type pipe for touch of
1003         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1004
1005 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1006
1007         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1008         it's comms related and sgml-mode.el has "comm" on that basis too.
1009
1010 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1011
1012         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1013         containing tspecial characters if they have been already quoted.
1014
1015 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1016
1017         * dns-mode.el (auto-mode-alist): Purecopy string.
1018
1019 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1020
1021         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1022
1023 2009-10-24  Glenn Morris  <rgm@gnu.org>
1024
1025         * gnus-art.el (help-xref-stack-item): Define for compiler.
1026
1027 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1028
1029         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1030
1031 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1032
1033         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1034
1035 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1036
1037         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1038         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1039
1040 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1041
1042         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1043         (gnus-overlays-in): New alias to overlays-in.
1044
1045         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1046         gnus-overlay-get, and gnus-delete-overlay.
1047         (gnus-summary-show-thread): Make it work as well for systems in which
1048         next-single-char-property-change is not available.
1049         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1050
1051         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1052         (gnus-overlay-get): New alias to extent-property.
1053         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1054
1055         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1056         SXEmacs.
1057
1058         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1059         SXEmacs.
1060
1061 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1062
1063         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1064
1065 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1066
1067         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1068         and XEmacs that don't have `remove-overlays'.
1069
1070 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1071
1072         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1073         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1074         selective display.  Use overlays instead.
1075
1076 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1077
1078         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1079
1080 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1081
1082         * spam-stat.el (spam-stat-load): Fix typo in message.
1083
1084 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1085
1086         * dig.el (dig-invoke): Fix typo in docstring.
1087         (query-dig): Reflow docstring.
1088
1089 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1090
1091         * gnus-art.el (gnus-article-encrypt-body):
1092         * message.el (message-check-recipients):
1093         * mm-util.el (mm-codepage-setup):
1094         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1095         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1096
1097 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1098
1099         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1100         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1101         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1102         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1103         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1104
1105 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1106
1107         * dig.el: Add "Keywords: comm", as per net-utils.el.
1108
1109 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1110
1111         * dig.el (dig-mode): Use define-derived-mode.
1112
1113 2009-09-19  Glenn Morris  <rgm@gnu.org>
1114
1115         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1116
1117 2009-09-18  Glenn Morris  <rgm@gnu.org>
1118
1119         * gnus-diary.el (gnus-diary-check-message):
1120         * message.el (message-insert-formatted-citation-line):
1121         * nnbabyl.el (top-level):
1122         * nndiary.el (nndiary-schedule):
1123         Fix typos in condition-case handlers.
1124
1125 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1126
1127         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1128         configuration that provides the sole article window in a frame;
1129         position point correctly after deleting a part.
1130
1131 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1132
1133         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1134         (spam-resolve-registrations-routine): Use it to unregister articles
1135         that change status.
1136
1137 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1138
1139         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1140         with XEmacs.
1141         (parse-time-string-chars): Use it.
1142
1143 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1144
1145         * imap.el (imap-interactive-login): Better messages.
1146         (imap-open): Fix bug with renamed buffer on reconnect.
1147         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1148         for easier debugging and cleaner code.  On successful (guessed based on
1149         server capabilities) secondary authentication, set imap-state
1150         correctly.
1151         (imap-last-authenticator): Define imap-last-authenticator as a variable
1152         to avoid warnings.
1153
1154 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1155
1156         * nnrss.el (nnrss-request-article): Remove binding of
1157         default-enable-multibyte-characters that has gotten needless by
1158         the 2007-07-13 change in rfc2047-encode-message-header.
1159
1160         * mml.el (mml-insert-multipart): Error on the message header.
1161         (mml-insert-part): Error on the message header; position point at
1162         the end of a MIME tag.
1163
1164 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1165
1166         * time-date.el (autoload): Expand define-obsolete-function-alias into
1167         defalias and make-obsolete for old Emacsen that Gnus supports.
1168         (with-no-warnings): Define it for old Emacsen.
1169         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1170         is available.
1171         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1172         float-time is available; suppress compile warning for time-to-seconds.
1173
1174         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1175         (gnus-float-time): Alias to float-time if it exists.
1176
1177         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1178         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1179         float-time is available; suppress compile warning for time-to-seconds.
1180
1181         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1182         XEmacs.
1183
1184 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1185
1186         * imap.el (imap-message-map): Docstring fix.
1187
1188 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1189
1190         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1191         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1192         Add the optional argument `encoding' that overrides the default.
1193
1194         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1195         mm-encode-buffer.
1196
1197 2009-09-04  Glenn Morris  <rgm@gnu.org>
1198
1199         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1200         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1201         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1202         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1203         * mm-util.el (mm-with-unibyte-current-buffer)
1204         (mm-find-buffer-file-coding-system):
1205         * yenc.el (yenc-decode-region): Use default-value rather than
1206         default-enable-multibyte-characters.
1207
1208 2009-09-03  Glenn Morris  <rgm@gnu.org>
1209
1210         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1211         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1212         than default-enable-multibyte-characters.
1213
1214 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1215
1216         * gnus-art.el (gnus-article-read-summary-keys):
1217         Fix gnus-buffer-configuration's value temporarily used.
1218
1219 2009-09-02  Glenn Morris  <rgm@gnu.org>
1220
1221         * gnus-util.el (gnus-float-time): New function.
1222         * gnus-delay.el (gnus-delay-article):
1223         * gnus-sum.el (gnus-thread-latest-date):
1224         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1225         * nnspool.el (nnspool-request-newgroups):
1226         Use gnus-float-time rather than time-to-seconds.
1227         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1228
1229         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1230         (gnus-header-subject-face, gnus-header-newsgroups-face)
1231         (gnus-header-name-face, gnus-header-content-face):
1232         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1233         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1234         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1235         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1236         (gnus-cite-face-11):
1237         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1238         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1239         (gnus-server-closed-face, gnus-server-denied-face)
1240         (gnus-server-offline-face):
1241         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1242         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1243         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1244         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1245         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1246         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1247         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1248         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1249         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1250         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1251         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1252         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1253         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1254         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1255         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1256         (gnus-summary-high-undownloaded-face)
1257         (gnus-summary-low-undownloaded-face)
1258         (gnus-summary-normal-undownloaded-face)
1259         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1260         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1261         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1262         (gnus-splash-face):
1263         * message.el (message-header-to-face, message-header-cc-face)
1264         (message-header-subject-face, message-header-newsgroups-face)
1265         (message-header-other-face, message-header-name-face)
1266         (message-header-xheader-face, message-separator-face)
1267         (message-cited-text-face, message-mml-face):
1268         * sieve-mode.el (sieve-control-commands-face)
1269         (sieve-action-commands-face, sieve-test-commands-face)
1270         (sieve-tagged-arguments-face):
1271         * spam.el (spam-face):
1272         Mark face aliases with "-face" in the name as obsolete.
1273
1274 2009-09-01  Glenn Morris  <rgm@gnu.org>
1275
1276         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1277         than goto-line.
1278
1279 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1280
1281         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1282         Don't move point if the command is invoked inside the message header.
1283
1284 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1285
1286         * imap.el (imap-send-command): Simplify.
1287         (imap-wait-for-tag): point-max -> buffer-size.
1288
1289 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1290
1291         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1292         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1293         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1294         * nnir.el (nnir-swish-e-index-file):
1295         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1296         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1297         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1298         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1299         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1300         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1301
1302 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1303
1304         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1305         Don't save excursion.
1306
1307 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1308
1309         * nnheader.el (nnheader-find-file-noselect):
1310         * mm-util.el (mm-insert-file-contents):
1311         Use (default-value 'major-mode) instead of default-major-mode.
1312
1313 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1314
1315         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1316
1317 2009-08-26  Glenn Morris  <rgm@gnu.org>
1318
1319         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1320         than placing in files.el.
1321
1322 2009-08-25  Glenn Morris  <rgm@gnu.org>
1323
1324         * nnir.el (top-level): Don't require cl at run-time.
1325         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1326         Replace cl-function substitute with gnus-replace-in-string.
1327         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1328         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1329         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1330         simplified expansions.
1331
1332 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1333
1334         * dig.el (dig): Add autoload cookie.
1335
1336 2009-08-22  Glenn Morris  <rgm@gnu.org>
1337
1338         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1339         goto-line.
1340
1341 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1342
1343         * parse-time.el (parse-time-string-chars): Save match data.
1344
1345 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1346
1347         * parse-time.el (parse-time-string-chars): Compute using character
1348         classes, to handle non-ascii characters (Bug#3190).
1349
1350 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1351
1352         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1353
1354         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1355         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1356         (gnus-mm-display-part, gnus-mime-display-single)
1357         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1358         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1359
1360         * gnus-sum.el
1361         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1362         (gnus-summary-move-article): Add expirable mark to articles copied or
1363         moved to group that has auto-expire turned on if the option is non-nil.
1364
1365 2009-07-24  Glenn Morris  <rgm@gnu.org>
1366
1367         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1368         Fix typo.  (Bug#3903)
1369
1370 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1371
1372         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1373         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1374         that should not be used for draft articles.
1375         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1376         that has no concern in minor mode keys.
1377         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1378         Abolish.
1379
1380 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1381
1382         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1383         article without making inquiry to a user for unknown encoding.
1384
1385         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1386         (nnmaildir--scan): Assume i-node and device number that file-attributes
1387         returns might be cons-cell.
1388
1389         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1390
1391         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1392
1393 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1394
1395         * auth-source.el: Remove docs now in auth.texi.  Don't use
1396         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1397         `auth-source-hide-passwords' and use them.
1398
1399 2009-07-15  Glenn Morris  <rgm@gnu.org>
1400
1401         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1402
1403 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1404
1405         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1406         excessive whitespace from the default values of title and description.
1407
1408 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1409
1410         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1411         mail-fetch-field to fetch Content-Description header in order to
1412         exclude newlines.
1413
1414 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1415
1416         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1417         format used by GnuPG 2.0.11.
1418
1419 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1420
1421         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1422         to deleted part.
1423
1424 2009-05-30  David Engster  <dengste@eml.cc>
1425
1426         * nnmairix.el: Remove old documentation in the commentary block.
1427         (nnmairix-request-group): Do not update active file for nnml back ends.
1428         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1429         end so that overview files are ignored.
1430         (nnmairix-update-groups): Make updating the groups more robust by using
1431         marks.
1432         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1433         with dollar characters in message-id.
1434
1435 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1436
1437         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1438         2008-12-25 in dns.el.
1439
1440 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1441
1442         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1443         could happen if the text is only composed of spaces and/or tabs.
1444
1445 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1446
1447         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1448         when sending a queued message to avoid extra mml tags.
1449
1450 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1451
1452         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1453
1454 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1455
1456         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1457         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1458         rmail-toggle-header for XEmacs;
1459         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1460
1461 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * gnus-dired.el: Remove autoload for gnus-setup-message.
1464         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1465         displaying Gnus logo; always use compose-mail.
1466
1467 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1468
1469         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1470
1471 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1472
1473         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1474         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1475         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1476         available.
1477         (gnus-nocem-epg-verify): New function.
1478
1479 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1480
1481         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1482
1483 2009-02-15  Glenn Morris  <rgm@gnu.org>
1484
1485         * gnus-util.el (rmail-insert-rmail-file-header)
1486         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1487         autoloads.
1488         (rmail-default-rmail-file): Remove unnecessary declaration.
1489         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1490
1491 2009-02-14  Glenn Morris  <rgm@gnu.org>
1492
1493         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1494         variable (only used in gnus-util, which declares it anyway).
1495         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1496         which was only needed by gnus-art (changed to not use it any more).
1497         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1498         only used in gnus-util, which autoloads it itself.
1499         (rmail-update-summary): Fix autoload.
1500
1501         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1502         rather than rmail-output-to-rmail-file.
1503
1504 2009-02-07  Glenn Morris  <rgm@gnu.org>
1505
1506         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1507         autoload of function that no longer exists.
1508         (rmail-toggle-header): Declare.
1509         (message-forward-rmail-make-body): Handle mbox Rmail.
1510
1511 2009-01-31  Glenn Morris  <rgm@gnu.org>
1512
1513         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1514         2009-01-09 change.
1515
1516 2009-01-31  Dave Love  <fx@gnu.org>
1517
1518         * imap.el (imap-fetch-safe): Bind debug-on-error.
1519         (imap-debug): Add imap-fetch-safe.
1520
1521 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1522
1523         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1524         (auth-source-forget-all-cached): New convenience function.
1525         (auth-source-user-or-password): Accept list of modes or a single mode.
1526
1527         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1528         auth-source modes.
1529
1530         * netrc.el (netrc-machine-user-or-password): Use list of
1531         auth-source modes.
1532
1533         * nnimap.el (nnimap-open-connection): Use list of
1534         auth-source modes.
1535
1536         * nntp.el (nntp-send-authinfo): Use list of
1537         auth-source modes.
1538
1539 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1540
1541         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1542         now.
1543
1544 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1545
1546         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1547         coding system in XEmacs; add a workaround for XEmacs.
1548
1549         * lpath.el: Fbind coding-system-aliasee.
1550
1551 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1552
1553         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1554         of current-language-environment.
1555
1556 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1557
1558         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1559         available at runtime.
1560
1561 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1562
1563         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1564
1565 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1566
1567         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1568         the greatest positive fixnum value doesn't work under an XEmacs with
1569         bignum support; use the most-positive-fixnum constant instead,
1570         available since Emacs 21.1 with cl and XEmacs 21.1.
1571
1572 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1573
1574         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1575         XEmacs gets not to work.
1576
1577 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1578
1579         * mm-util.el (mm-coding-system-priorities): Allow the value like
1580         "Japanese (UTF-8)" of current-language-environment.
1581
1582 2009-01-09  Glenn Morris  <rgm@gnu.org>
1583
1584         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1585         with last-command-event.
1586
1587 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1588
1589         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1590         in the doc string.
1591
1592         * message.el (message-fix-before-sending): Amend comment.
1593
1594 2009-01-08  Dave Love  <fx@gnu.org>
1595
1596         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1597
1598 2009-01-07  David Engster  <dengste@eml.cc>
1599
1600         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1601         simplified server definitions by converting it via
1602         gnus-server-to-method.
1603
1604 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1605
1606         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1607         parameter's operands.
1608
1609 2009-01-06  David Engster  <dengste@eml.cc>
1610
1611         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1612         primary select method (for gnus-group-mark-article-as-read).
1613
1614 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1615
1616         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1617         `(gnus)Face', not `(gnus)X-Face'.
1618
1619 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1620
1621         * mm-util.el (mm-ucs-to-char): New function.
1622
1623         * mm-url.el (mm-url-decode-entities): Use it.
1624
1625         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1626         unicode-to-char.
1627
1628 2009-01-05  Dave Love  <fx@gnu.org>
1629
1630         * time-date.el: Require cl for `declare'.
1631
1632 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1633
1634         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1635         Dave Love.
1636
1637 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1638
1639         * message.el (message-fix-before-sending): Add `eight-bit' to
1640         illegible-text check.
1641
1642 2009-01-03  Michael Olson  <mwolson@gnu.org>
1643
1644         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1645         `headers' is nil.  This can occur if the IMAP server does not have
1646         permissions to read messages from a folder, but can write new messages
1647         to the folder.
1648         (nnimap-request-article-part): Do not insert `data' if it is nil.
1649
1650         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1651         characters which will confuse `read', so skip past them.
1652
1653 2009-01-01  Dave Love  <fx@gnu.org>
1654
1655         * imap.el (imap-string-to-integer): Fix typo.
1656         (imap-fetch-safe): New function.
1657         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1658
1659         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1660
1661         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1662         (imap-parse-greeting): Fix doc strings.
1663         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1664         (imap-parse-flag-list): Make messages unique.
1665         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1666
1667         * nnimap.el: Fix author email.
1668         (nnimap-split-rule): Add FIXME comment.
1669         (nnimap-debug): Fix doc string.
1670
1671 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1672
1673         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1674
1675 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1676
1677         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1678         nslookup if resolv.conf isn't available.
1679         (dns-query): Rename from query-dns.
1680         (dns-query-cached): Rename from query-dns-cached.
1681
1682 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1683
1684         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1685         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1686         to check if those variables exist (first appeared in Emacs 18.50).
1687
1688 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1689
1690         * mm-util.el (mm-line-number-at-pos): New function.
1691
1692         * spam-report.el (spam-report-process-queue): Use it.
1693
1694 2008-12-24  David Engster  <dengste@eml.cc>
1695
1696         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1697         parameters that haven't existed as variables as buffer-local variables.
1698
1699 2008-12-23  Dave Love  <fx@gnu.org>
1700
1701         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1702         cadar.
1703
1704         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1705         imap-starttls-p.
1706         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1707
1708 2008-12-22  Dave Love  <fx@gnu.org>
1709
1710         * imap.el: Fix author email.  Doc fixes.
1711         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1712         reply.
1713
1714 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1715
1716         * spam-report.el (spam-report-gmane-max-requests): New constant.
1717         (spam-report-gmane-wait): New variable.
1718         (spam-report-gmane-ham, spam-report-gmane-spam)
1719         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1720         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1721         the server.
1722
1723         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1724         Add explanations.
1725
1726         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1727         nnheader-accept-process-output and nnheader-read-timeout if available.
1728         (pop3-movemail): Use it.
1729
1730         * message.el (message-check-news-body-syntax): Fix signature check if
1731         there's an attachment.
1732
1733 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1734
1735         * mm-util.el: Add comments to the mm- emulating functions.
1736
1737 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1738
1739         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1740         by Stephen Berman <stephen.berman@gmx.net>.
1741
1742 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1743
1744         * mm-util.el (mm-substring-no-properties): New function.
1745         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1746         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1747         (mm-string-to-multibyte): Doc fix.
1748
1749         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1750
1751 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1752
1753         * mml.el (mml-attach-file): Strip text properties from file name.
1754         (Bug#1574)
1755
1756 2008-12-16  Glenn Morris  <rgm@gnu.org>
1757
1758         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1759
1760 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1761
1762         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1763         knows since the charset specified might be a bogus alias that
1764         mm-charset-synonym-alist provides.
1765
1766 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1767
1768         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1769         "ISO_8859-1".
1770
1771         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1772
1773 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1774
1775         * mm-util.el (mm-charset-eval-alist):
1776         Define it before mm-charset-to-coding-system.
1777         (mm-charset-to-coding-system): Add optional argument `silent';
1778         define it before mm-charset-override-alist.
1779         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1780         default value if it can be used in Emacs currently running;
1781         silence mm-charset-to-coding-system.
1782
1783 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1784
1785         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1786         `allow-override' which says whether to use `mm-charset-override-alist'.
1787         (rfc2047-decode-encoded-words): Use it.
1788
1789         * mm-util.el (mm-charset-override-alist): Fix custom type;
1790         add `(gb2312 . gbk)' to choices.
1791
1792 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1793
1794         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1795         fast.
1796
1797         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1798
1799         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1800
1801 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1802
1803         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1804         on links.
1805
1806         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1807
1808 2008-12-03  Lute Kamstra  <lute@gnu.org>
1809
1810         * sha1.el: Remove leading * from docstrings of defcustoms,
1811         deffaces, defconsts and defuns.
1812
1813 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1814
1815         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1816         users' addresses that don't have domain parts.
1817         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1818         rather than message-narrow-to-head since there will be the message
1819         header separator.
1820
1821 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1822
1823         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1824         since the result is inserted in a unibyte buffer anyway.
1825         (nnimap-demule-use-string-to-multibyte): Remove.
1826         (nnimap-demule): Alias it to mm-string-to-multibyte.
1827
1828 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1829
1830         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1831         variable for debugging bug#464 and bug#1174.
1832         (nnimap-demule): Use it.
1833
1834 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1835
1836         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1837         score calculation correctly.
1838
1839 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1840
1841         * message.el (message-send-mail): Just set the buffer to unibyte
1842         rather than use mm-with-unibyte-current-buffer which does a lot more.
1843         (message-send-mail-partially): Don't bother with
1844         mm-with-unibyte-current-buffer since it's already been made unibyte by
1845         message-send-mail.
1846
1847 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1848
1849         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1850
1851 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1852
1853         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1854
1855 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1856
1857         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1858         require itself and to remove `with-no-warnings'.
1859
1860 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1861
1862         * starttls.el (starttls-any-program-available): Get the name of the
1863         available TLS layer program.
1864         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1865         well as the host name in the "opening" message.
1866
1867         * auth-source.el (auth-source-cache, auth-source-do-cache)
1868         (auth-source-user-or-password): Cache passwords and logins by default,
1869         allow override with `auth-source-do-cache'.
1870         (auth-source-forget-user-or-password): Allow users to remove cache
1871         entries if needed.
1872
1873 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1874
1875         * md4.el (md4-buffer): Fix typo in docstring.
1876         (md4, md4-64): Doc fixes.
1877         (md4-pack-int32): Reflow docstring.
1878
1879 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1880
1881         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1882         condition-case to only the forward-sexp call.
1883
1884 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1885
1886         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1887         quotes contained.  Make it more robust regardless by an extra
1888         condition-case wrapper.
1889
1890 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1891
1892         * lpath.el: No need to fbind codepage-setup for Emacs 23.
1893
1894 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1895
1896         * nnml.el (nnml-request-expire-articles): Check if the function set to
1897         `nnmail-expiry-target' returns the symbol `delete'.
1898
1899         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1900
1901         * nnmail.el (nnmail-expiry-target): Fix custom type.
1902
1903 2008-10-02  Glenn Morris  <rgm@gnu.org>
1904
1905         * mm-util.el (mm-codepage-setup): Tweak codepage error.
1906         Silence compiler warning.
1907
1908 2008-10-01  Magnus Henoch  <mange@freemail.hu>
1909
1910         * tls.el (open-tls-stream): Show the actual command being
1911         executed, instead of the format string.
1912
1913 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1914
1915         * lpath.el: Fbind codepage-setup for Emacs 23.
1916
1917 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
1918
1919         * mml.el (mml-menu): Don't assume mml2015 is bound.
1920
1921 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1922
1923         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1924         exists.
1925
1926 2008-09-27  Glenn Morris  <rgm@gnu.org>
1927
1928         * gnus-util.el (mail-header-remove-comments): Autoload it.
1929
1930 2008-09-27  Andreas Schwab  <schwab@suse.de>
1931
1932         * gnus-util.el (gnus-split-references): Strip comments.
1933         (gnus-parent-id): Likewise.
1934
1935 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
1936
1937         * message.el (message-confirm-send): Fix version.
1938
1939 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1940
1941         * message.el (message-idna-to-ascii-rhs-1): Use
1942         mail-extract-address-components rather than mail-header-parse-addresses
1943         that is an alias by default to ietf-drums-parse-addresses that does not
1944         support non-ASCII names in headers' contents.
1945
1946 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1947
1948         * message.el (message-confirm-send): Fixed variable documentation to
1949         avoid the "y/n" wording.
1950
1951 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
1952
1953         * message.el (message-set-auto-save-file-name): Save to a different
1954         filename so multiple messages (especially drafts) can be recovered.
1955
1956 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
1957
1958         * message.el (message-confirm-send): Add appropriate version.
1959
1960 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1961
1962         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1963         defvar.
1964
1965 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
1966
1967         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1968         (mm-pkcs7-enveloped-magic): Ditto.
1969
1970 2008-09-17  Simon Josefsson  <simon@josefsson.org>
1971
1972         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1973         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1974
1975 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
1976
1977         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
1978         default, it's better.
1979
1980 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
1981
1982         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
1983         summary line gnus-number property and ignore them (with a warning
1984         message).
1985
1986 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1987
1988         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1989         macro caddr in the interactive form since it won't be expanded.
1990
1991 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1994         `charset'; fix name of function called recursively.
1995         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1996
1997 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1998
1999         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2000         (gnus-mime-set-charset-parameters): New function.
2001         (gnus-mime-view-part-as-charset): Use it to correctly display part
2002         specifying wrong charset.
2003
2004 2008-09-08  David Engster  <dengste@eml.cc>
2005
2006         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2007         in completing-read for back end server.
2008
2009 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2010
2011         * message.el (message-confirm-send): New variable to confirm sending a
2012         message.
2013         (message-send): Use it.
2014
2015 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2016
2017         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2018
2019 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2020
2021         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2022
2023 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2024
2025         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2026         prevent tracking too many groups.
2027         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2028         Use it.
2029
2030 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2031
2032         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2033         moving point to the bottom of the window in order to avoid recentering.
2034
2035 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2036
2037         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2038
2039         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2040         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2041         (gnus-article-beginning-of-window): Fix calculation.
2042
2043 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2044
2045         * gnus-msg.el (gnus-summary-supersede-article)
2046         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2047         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2048         message header.
2049
2050 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2051
2052         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2053         pending output coming after the status change.
2054
2055 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2056
2057         * message.el:
2058         * gnus-start.el:
2059         * gnus-registry.el: Remove VMS support.
2060
2061 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2062
2063         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2064         macro.
2065         (rfc2104-hash): Use it.
2066
2067 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2068
2069         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2070         (gnus-summary-sort-by-most-recent-date): New commands.
2071         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2072         and menu entries.
2073
2074 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2075
2076         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2077         don't redisplay article for raw contents; remove plural articles stuff.
2078
2079         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2080         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2081         on gnus-summary-save-article; display results properly.
2082
2083 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2084
2085         * lpath.el: No need to fbind ns-focus-frame.
2086
2087 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2088
2089         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2090
2091 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2092
2093         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2094         gnus-save-all-headers.
2095
2096 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2097
2098         * gnus-util.el (ns-focus-frame): Remove declaration.
2099         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2100         like x.
2101
2102 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2103
2104         * rfc2104.el (rfc2104-zero): Delete defconst.
2105         (rfc2104-hex-alist): Likewise.
2106         (rfc2104-hex-to-int): Delete func.
2107         (rfc2104-hexstring-to-bitstring): Likewise.
2108         (rfc2104-nybbles): New defconst.
2109         (rfc2104-hash): Rewrite for speed.
2110
2111 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2112
2113         * tls.el (open-tls-stream): Make it work with the 2nd argument
2114         BUFFER that is a string but does not exist as a buffer object, as
2115         mentioned in the doc-string.
2116
2117 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2118
2119         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2120         SXEmacs.
2121
2122 2008-07-16  Glenn Morris  <rgm@gnu.org>
2123
2124         * gnus-util.el (ns-focus-frame): Declare for compiler.
2125
2126 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2127
2128         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2129         set as a group parameter.
2130         (gnus-summary-save-in-pipe): Work when it is called independently.
2131         (gnus-summary-pipe-to-muttprint): Don't modify
2132         gnus-summary-pipe-output-default-command.
2133
2134 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2135
2136         * message.el (message-send-mail-with-sendmail):
2137         Display the error message.
2138
2139 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2140
2141         * gnus-art.el (gnus-default-article-saver):
2142         Add gnus-summary-save-in-pipe to choices.
2143         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2144         gnus-summary-pipe-output-default-command as the default command.
2145         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2146         instead of gnus-last-shell-command.
2147
2148         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2149         New user option.
2150         (gnus-summary-muttprint-program): Mention the value will be changed.
2151         (gnus-summary-save-article): Force showing of all headers.
2152         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2153
2154 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2155
2156         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2157
2158 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2159
2160         * nnimap.el (nnimap-id):
2161         * sieve-manage.el (sieve-manage-open): Doc fixes.
2162
2163 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2164
2165         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2166         if available.
2167
2168 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2169
2170         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2171
2172         * nnkiboze.el (nnkiboze-generate-group):
2173         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2174
2175         * nnmairix.el: Require CL.
2176
2177 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2178
2179         * dgnushack.el: Autoload get-display-table and put-display-table for
2180         XEmacs 21.5.
2181
2182         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2183         21.4 and SXEmacs.
2184
2185 2008-06-15  David Engster  <dengste@eml.cc>
2186
2187         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2188
2189 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2190
2191         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2192         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2193         runtime choice under XEmacs.
2194
2195         * gnus-sum.el (gnus-summary-set-display-table):
2196         Use `gnus-put-display-table', `gnus-get-display-table',
2197         `gnus-set-display-table' for the display table, instead of `aset'.
2198
2199         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2200         Use `gnus-put-display-table', `gnus-get-display-table',
2201         `gnus-set-display-table' for the display table.
2202
2203 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2204
2205         * nnmairix.el: Add autoloads.
2206
2207 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2208
2209         * nnmairix.el (nnmairix-delete-recreate-group)
2210         (nnmairix-update-and-clear-marks): Fix error messages.
2211
2212 2008-06-14  David Engster  <dengste@eml.cc>
2213
2214         * nnmairix.el: Upgrade to version 0.6.
2215         (nnmairix-group-toggle-propmarks-this-group)
2216         (nnmairix-group-toggle-readmarks-this-group)
2217         (nnmairix-group-delete-recreate-this-group)
2218         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2219         (nnmairix-remove-tick-mark-original-article): New commands.
2220         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2221         (nnmairix-propagate-marks-to-nnmairix-groups)
2222         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2223         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2224         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2225         functions needed for marks propagation and manipulation of read marks.
2226         (nnmairix-update-groups): New function.
2227         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2228         (nnmairix-determine-original-group-from-registry)
2229         (nnmairix-determine-original-group-from-path)
2230         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2231         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2232         New helper functions.
2233         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2234         keystrokes for new commands.
2235         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2236         (nnmairix-request-group): Check allow-fast group parameter.
2237         (nnmairix-request-create-group): Set allow-fast group parameter if
2238         nnmairix-allowfast-default is set.
2239         (nnmairix-close-group): Propagate marks upon closing if needed.
2240         (nnmairix-group-toggle-threads-this-group): Use new.
2241         nnmairix-group-toggle-parameter helper function.
2242         (nnmairix-search): Better check for empty search result.
2243         (nnmairix-goto-original-article): Use new helper functions for
2244         determining original article.
2245         (nnmairix-show-original-article): Make sure message-id is in brackets.
2246         (nnmairix-call-mairix-binary): Change variable name.
2247         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2248         helper function.
2249         (nnmairix-widget-toggle-activate): Fix doc string.
2250
2251 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2252
2253         * nnir.el: Require edmacro when compiling with XEmacs.
2254         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2255         available in Emacs 21.
2256
2257 2008-06-11  Glenn Morris  <rgm@gnu.org>
2258
2259         * gnus-util.el (x-focus-frame):
2260         * gnus.el (image-size):
2261         * mm-decode.el (image-size): Declare.
2262
2263         * gnus-picon.el (declare-function): Add compat definition.
2264         (image-size): Declare.
2265
2266         * gnus-group.el (tool-bar-map):
2267         * gnus-sum.el (tool-bar-map): Define for compiler.
2268
2269         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2270
2271         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2272
2273         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2274         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2275         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2276         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2277         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2278         * sieve-manage.el, spam-report.el, spam.el:
2279         Remove unnecessary eval-and-compile of autoloads.
2280
2281 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2282
2283         * auth-source.el: Precise Tramp doc.
2284
2285 2008-06-07  Glenn Morris  <rgm@gnu.org>
2286
2287         * nnmairix.el: Remove unnecessary eval-when-compile.
2288
2289 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2290
2291         * lpath.el: Fbind propertize for XEmacs 21.4.
2292
2293 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2294
2295         * nnir.el: Move here from ../contrib.
2296
2297 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2298
2299         * gnus-util.el (gnus-read-shell-command): New function.
2300         * mm-decode.el (mm-pipe-part):
2301         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2302
2303 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2304
2305         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2306
2307 2008-06-03  Glenn Morris  <rgm@gnu.org>
2308
2309         * pop3.el (nnheader-accept-process-output): Autoload it.
2310
2311 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2312
2313         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2314         are not 2-digit hexadecimal characters that follow `%'s.
2315
2316 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2317
2318         * message.el (message-bogus-recipient-p): Fix type in doc string.
2319         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2320         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2321         Improve custom options.
2322         (message-bogus-recipient-p): Adjust accordingly.
2323
2324 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2325
2326         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2327         long-form month and day names.
2328
2329 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2330
2331         * dgnushack.el: Autoload debug, eudc-expand-inline and
2332         pgg-snarf-keys-region for XEmacs.
2333
2334         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2335
2336         * nnmairix.el: Require edmacro when compiling with XEmacs.
2337
2338 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2339
2340         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2341         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2342
2343 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2344
2345         * auth-source.el: Add more docs.
2346
2347         * netrc.el (netrc-machine): Always match if the port is not given.
2348
2349 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2350
2351         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2352         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2353         retrieval faster in some cases, but might make CPU usage larger.  If
2354         this has any bad side effects, we might revert this change.
2355
2356         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2357         seems to make mail retrieval much, much faster.
2358         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2359         unconditionally.
2360
2361         * gnus-draft.el (gnus-group-send-queue): Bind
2362         message-send-mail-partially-limit to nil to avoid being prompted.
2363
2364 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2365
2366         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2367
2368         * message.el (message-bogus-address-regexp): Fix and improve custom
2369         type.
2370         (message-setup-hook): Add message-check-recipients as custom option.
2371
2372 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2373
2374         * message.el (message-cite-function): Remove bogus autoload which crept
2375         in during merge from v5-10.
2376
2377 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2378
2379         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2380
2381         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2382
2383         * auth-source.el: Preliminary Tramp docs.
2384         (auth-sources): Change the default auth-sources to use
2385         EPA .gpg files.
2386
2387 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2388
2389         * nntp.el: Autoload `auth-source-user-or-password'.
2390         (nntp-send-authinfo): Use it.
2391
2392         * nnimap.el: Autoload `auth-source-user-or-password'.
2393         (nnimap-open-connection): Use it.
2394
2395         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2396         for the gnus-message function.
2397         (auth-source-user-or-password): Use it.
2398
2399 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2400
2401         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2402         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2403         (rfc2104-hash): Use it.
2404
2405 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2406
2407         * gnus-art.el (gnus-article-toggle-truncate-lines):
2408         Don't use `iff' in docstring.
2409
2410 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2411
2412         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2413
2414         * gnus-util.el (gnus-extract-address-component-name)
2415         (gnus-extract-address-component-email): Convenience functions around
2416         `gnus-extract-address-components'.
2417
2418         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2419         Use `gnus-extract-address-component-email' to fix bug of comparing full
2420         sender name to `user-mail-address'.
2421
2422 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2423
2424         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2425         catch/throw to optimize.
2426         (gnus-registry-find-keywords): Just use member to find a keyword.
2427
2428 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2429
2430         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2431         is current before calling gnus-server-prepare.
2432         (gnus-server-setup-buffer, gnus-server-update-server)
2433         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2434
2435 2008-05-04  Juri Linkov  <juri@jurta.org>
2436
2437         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2438         (mailcap-file-default-commands): Use mailcap-replace-in-string
2439         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2440         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2441
2442 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2443
2444         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2445
2446 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2447
2448         * gnus.el: Bump version to 0.11.
2449
2450 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2451
2452         * gnus.el: No Gnus v0.10 is released.
2453
2454 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2455
2456         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2457         hooks.
2458         (gnus-update-read-articles): Speed up non-marks-using users.
2459         (gnus-use-marks): Define gnus-use-marks.
2460         (gnus-propagate-marks): Rename variable to something more sensible.
2461
2462 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2463
2464         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2465         (gmm-image-load-path-for-library): Fix typos in docstrings.
2466         (gmm-message): Reflow docstring.
2467
2468 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2469
2470         * mail-source.el (mail-source-set-1, mail-source-bind):
2471         Move auth-source code out of the macro to clean it up and fix bugs.
2472
2473 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2474
2475         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2476         by sender if it's equal to user-mail-address, it's likely to be
2477         useless.
2478
2479         * mail-source.el (mail-source-bind): Don't use user or password if they
2480         are not bound.  Unintern them if they are nil.  Don't use server unless
2481         it's bound, and default it to empty string otherwise.
2482
2483 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2484
2485         * mail-source.el: Load auth-source.el.
2486         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2487         get user name or password, if auth-sources is set up.
2488
2489         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2490         strategy of splitting with parent.
2491         (gnus-registry-split-fancy-with-parent)
2492         (gnus-registry-post-process-groups): Use it and fix prior
2493         bug (returning a list as the split result).
2494
2495         * auth-source.el (auth-sources): Remove server parameter.
2496         (auth-source-pick, auth-source-user-or-password)
2497         (auth-source-user-or-password-imap)
2498         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2499         (auth-source-user-or-password-sftp)
2500         (auth-source-user-or-password-smtp): Remove server parameter.
2501
2502 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2503
2504         * smime.el (smime-sign-region, smime-encrypt-region)
2505         (smime-decrypt-region):
2506         Remove redundant calls to `generate-new-buffer-name'.
2507
2508 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2509
2510         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2511         Don't use QP for message/rfc822.
2512         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2513
2514 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2515
2516         * sieve-manage.el (sieve-string-bytes): Remove.
2517         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2518         correct byte-length only if the process's coding-system is the same as
2519         the one used internally by Emacs to represent strings.
2520
2521 2008-04-22  Juri Linkov  <juri@jurta.org>
2522
2523         * mailcap.el (mailcap-file-default-commands): New function.
2524
2525 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2526
2527         * message.el (message-signature-separator, message-cite-function):
2528         Change custom version.
2529
2530 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2531
2532         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2533         commands.
2534         (tls-checktrust): Ditto.
2535
2536 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2537
2538         * mm-decode.el (mm-display-external): Make temp file read-only.
2539
2540 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2541
2542         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2543         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2544         `C-c C-f d'.
2545
2546 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2547
2548         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2549
2550 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2551
2552         * gnus.el: Bump version to 0.9.
2553
2554 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2555
2556         * gnus.el: No Gnus v0.8 is released.
2557
2558 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2559
2560         * mail-source.el (mail-source-value):
2561         Prefer fboundp to functionp so it works with macros as well.
2562
2563 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2564
2565         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2566         Fix last change in case the element is not even a symbol.
2567
2568 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2569
2570         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2571         Prefer fboundp to functionp so it works with macros as well.
2572
2573 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2574
2575         * auth-source.el: Added docs.
2576         (auth-sources): Modify format to support server.
2577         (auth-source-pick, auth-source-user-or-password)
2578         (auth-source-user-or-password-imap)
2579         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2580         (auth-source-user-or-password-sftp)
2581         (auth-source-user-or-password-smtp): Add server parameter.
2582
2583 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2584
2585         * gnus-registry.el: Initialize the registry when gnus-registry-install
2586         is t.
2587
2588 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2589
2590         * compface.el (uncompface): Make buffer unibyte.
2591
2592 2008-04-05  Glenn Morris  <rgm@gnu.org>
2593
2594         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2595
2596 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2597
2598         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2599         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2600
2601         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2602         multibyteness after rather than before erasing it.
2603
2604         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2605         mm-with-multibyte.
2606         (gnus-request-article-this-buffer): Make sure the proper decoding is
2607         used if gnus-original-article-buffer happens to be unibyte.
2608
2609         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2610         default-enable-multibyte-characters.
2611
2612         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2613         default-enable-multibyte-characters.
2614
2615         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2616
2617         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2618
2619 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2620
2621         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2622         (imap-message-copyuid-1): Use it.
2623         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2624         J. Williams in
2625         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2626
2627         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2628         imap-enable-exchange-bug-workaround.
2629         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2630
2631 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2632
2633         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2634         a 100 byte status-checks into a 2-3MB transfer for each group.
2635         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2636         to enable bug workaround or not.
2637         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2638
2639 2008-03-31  Glenn Morris  <rgm@gnu.org>
2640
2641         * message.el (mml2015-use): Declare for compiler.
2642         (message-info): Require mml2015 when appropriate.
2643
2644 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2645
2646         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2647         whitespace.
2648
2649 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2650
2651         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2652         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2653         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2654         (nntp-service-to-port): New function.
2655         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2656         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2657         (nntp-open-netcat-stream): New function.
2658         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2659
2660 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2661
2662         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2663
2664 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2665
2666         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2667
2668 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2669
2670         * dns.el (dns-write): Use set-buffer-multibyte.
2671
2672 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2673
2674         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2675
2676 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2677
2678         * message.el (message-signature-separator): Change default.
2679         Improve custom type.
2680         (message-cite-function): Change default to
2681         message-cite-original-without-signature.
2682
2683         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2684         toggle.
2685
2686         * message.el (message-check-news-body-syntax): Fix signature check.
2687         (message-setup-1): Mark buffer as unmodified _after_ running
2688         message-setup-hook and handling message-alternative-emails.
2689         (message-shorten-references): Be more strict when building list of
2690         valid references to comply with GNKSA.
2691
2692         * gnus-group.el (gnus-read-ephemeral-bug-group)
2693         (gnus-read-ephemeral-debian-bug-group)
2694         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2695
2696         * message.el (message-info): Don't use booleanp which isn't supported
2697         in Emacs 21 and XEmacs.
2698
2699 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2700
2701         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2702         gnus-group-gmane-group-download-format.
2703         (gnus-group-read-ephemeral-gmane-group): Rename from
2704         gnus-group-read-ephemeral-gmane-group.
2705         (gnus-read-ephemeral-gmane-group-url): Rename from
2706         gnus-group-read-ephemeral-gmane-group-url.
2707         (gnus-bug-group-download-format-alist): New variable.
2708         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2709         (gnus-read-ephemeral-emacs-bug-group): New commands.
2710
2711 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2712
2713         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2714         (gnus-visible-headers): Improve custom type.
2715
2716 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2717
2718         * mml.el (mml-menu): Add workarounds for XEmacs.
2719
2720         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2721         X-Boundary header.
2722
2723         * message.el (message-simplify-recipients): Fix previous commit.
2724
2725 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2726
2727         * mm-util.el (mm-set-buffer-multibyte): New function.
2728         * mm-decode.el (mm-copy-to-buffer): Use it.
2729
2730 2008-03-19  Glenn Morris  <rgm@gnu.org>
2731
2732         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2733         Accidentally removed in the sync process with Emacs.
2734
2735 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2736
2737         * message.el (message-alter-recipients-discard-bogus-full-name):
2738         New function.
2739         (message-alter-recipients-function): New variable.
2740         (message-get-reply-headers): Use it.
2741         (message-replace-header): New helper function.
2742         (message-recipients-without-full-name): New variable.
2743         (message-simplify-recipients): New command.
2744
2745         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2746
2747         * message.el (message-info): Handle EasyPG manual.
2748
2749         * mml.el (mml-menu): Add entry for EasyPG.
2750
2751 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2752
2753         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2754         parameter.
2755
2756         * message.el (message-disassociate-draft): Specify drafts group name
2757         fully.
2758
2759 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2760
2761         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2762         unnecessary duplicates from the match list.
2763
2764 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2765
2766         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2767
2768         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2769
2770         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2771         args of `how-many' of which the XEmacs version doesn't take; declare
2772         Info-index-next as function.
2773
2774 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2775
2776         * gnus-score.el (gnus-score-headers): Fix handling of
2777         gnus-inhibit-slow-scoring.
2778
2779         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2780         string.
2781         (gnus-button-url-regexp): Improve handling of parenthesis.
2782         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2783         (gnus-button-handle-info-keystrokes): Handle index entries.
2784
2785 2008-03-15  Glenn Morris  <rgm@gnu.org>
2786
2787         * parse-time.el (parse-time-string): Simplify.
2788
2789 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2790
2791         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2792         Incoming* files.
2793
2794 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2795
2796         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2797         (auth-source-pick): Use it.
2798
2799 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2800
2801         * binhex.el (binhex-decode-region-internal):
2802         * uudecode.el (uudecode-decode-region-internal):
2803         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2804         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2805         setting default-enable-multibyte-characters.
2806
2807 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2808
2809         * auth-source.el (auth-source-protocols)
2810         (auth-source-protocols-customize, auth-source-choices): Added and
2811         modified variable customizations and defaults.
2812         (auth-source-pick, auth-source-user-or-password)
2813         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2814         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2815         (auth-source-user-or-password-sftp)
2816         (auth-source-user-or-password-smtp): Use new variables and provide an
2817         interface to netrc.el.
2818
2819 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2822         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2823         Make sure the nntp port to specify is a string.
2824
2825 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2826
2827         * nntp.el: Use with-current-buffer.
2828         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2829         dubious mm-with-unibyte-current-buffer.
2830         (nntp-with-open-group-function): New function extracted from
2831         nntp-with-open-group macro.
2832         (nntp-with-open-group): Use the function, so it's easier to debug.
2833         Add indentation and debugging info.
2834         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2835         the use of the netcat alternatives.
2836
2837         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2838         Avoid mm-string-as-multibyte as well.
2839
2840         * nnweb.el (nnweb-insert-html):
2841         Remove use of nnheader-string-as-multibyte.
2842
2843         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2844         (nnheader-string-as-multibyte): Remove.
2845
2846         * mm-view.el: Use inhibit-read-only.
2847         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2848         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2849         or unibyte-string.
2850
2851         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2852         (mm-uu-yenc-extract): Use with-current-buffer.
2853
2854         * gnus-soup.el (gnus-soup-send-packet): Don't use
2855         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2856
2857         * nnmh.el: Use with-current-buffer.
2858         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2859         mm-string-as-multibyte on the output of mm-encode-coding-string.
2860
2861         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2862         (nnimap-request-move-article): Use with-current-buffer.
2863
2864         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2865         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2866         conversion uses string-make-unibyte rather than string-as-unibyte.
2867
2868         * gnus-msg.el: Use with-current-buffer.
2869
2870         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2871
2872 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2873
2874         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2875         string for caching if it is 'PIN.
2876
2877 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2878
2879         * lpath.el: Consider the case without Emacs/W3.
2880
2881 2008-03-08  Glenn Morris  <rgm@gnu.org>
2882
2883         * time-date.el (date-to-time, time-subtract, time-add)
2884         (safe-date-to-time): Doc fixes.
2885
2886 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2887
2888         * mail-source.el (mail-source-delete-old-incoming-confirm):
2889         Change default to nil.
2890         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2891
2892 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2893
2894         * lpath.el: Rearrange.
2895
2896         * gnus-art.el (gnus-narrow-to-page): Position point properly.
2897         (gnus-article-goto-prev-page): Work for articles having ^L's.
2898
2899         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2900
2901         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2902
2903 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2904
2905         * gnus-bookmark.el: Adjust for renames in bookmark.el.
2906         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2907         (gnus-bookmark-jump): Adjust some variable names.
2908
2909 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2910
2911         * auth-source.el: New package.
2912         (auth-source-choices): Add customization entry point variable.
2913
2914         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2915         bug.
2916
2917 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
2918
2919         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2920         (gnus-registry-initialize, gnus-registry-install-p): Use it.
2921         (gnus-registry-install-shortcuts): Rename from
2922         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
2923         the `gnus-registry-mark-map' keymap dynamically from
2924         `gnus-registry-marks'.  The generated functions update the summary line
2925         when a registry mark is added or deleted, and will call
2926         `gnus-registry-install-p' (see the comments in the code).
2927         (gnus-registry-user-format-function-M): Use concat intelligently.
2928
2929         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2930         the registry mark functions.
2931
2932 2008-03-05  Glenn Morris  <rgm@gnu.org>
2933
2934         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2935         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2936         gnus-art.
2937         (top-level): No need to load own source when compiling.
2938
2939 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2940
2941         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2942         Suggested by <chris.anderton@zetnet.co.uk>.
2943
2944 2008-03-04  Glenn Morris  <rgm@gnu.org>
2945
2946         * gnus-sum.el (top-level): No need to require gnus when compiling,
2947         since unconditionally required near start of file.
2948         (gnus-summary-display-while-building): Move definition before use.
2949
2950 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
2951
2952         * gnus-registry.el (gnus-registry-user-format-function-M): Add
2953         formatting function.
2954
2955 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
2956
2957         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2958         with plists.
2959         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2960         Use new format.
2961
2962 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2963
2964         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2965         `where-is-internal' that returns a range of key sequences.
2966
2967 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2968
2969         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2970
2971         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
2972         (gnus-summary-jump-to-group): Consider windows on other displayed
2973         frames as well.  Similar changes might be needed elsewhere, but that's
2974         the one I've bumped into during my use.
2975
2976         * nndoc.el (nndoc-oe-dbx-type-p):
2977         * gnus-msg.el (gnus-debug):
2978         * gnus-group.el (gnus-update-group-mark-positions):
2979         Use mm-string-to-multibyte.
2980
2981 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2982
2983         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
2984         doesn't handle NotDashEscaped.
2985
2986         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
2987         (mml-dnd-attach-options): Fix typo in custom choice.
2988
2989         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2990         nndoc-article-type to mbox.
2991         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2992
2993         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
2994         to nil, instead of html2text.
2995
2996         * imap.el (imap-debug): Add `imap-ping-server'.
2997
2998         * gnus-bookmark.el: Add FIXMEs.
2999
3000         * message.el (message-form-letter-separator)
3001         (message-send-form-letter-delay): New variables.
3002         (message-send-form-letter): Use them.  New command to send form
3003         letters.  Requested by Uwe Siart.
3004         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3005
3006 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3007
3008         * Update copyright years.
3009
3010 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3011
3012         Sync from EMACS_22_BASE.
3013
3014         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3015
3016 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3017
3018         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3019         empty author.
3020
3021 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3022
3023         * gnus-registry.el (gnus-registry-marks): Add variable for
3024         customization of marks and their appearance.
3025         (gnus-registry-read-mark): Use it.
3026         (gnus-registry-do-marks): Add utility function to loop through
3027         `gnus-registry-marks'.
3028         (gnus-registry-install-shortcuts-and-menus): Add function to install
3029         shortcuts and menus.
3030         (gnus-registry-initialize): Use it.
3031         (gnus-registry-default-mark): Clarify documentation.
3032
3033 2008-02-29  Glenn Morris  <rgm@gnu.org>
3034
3035         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3036         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3037         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3038         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3039         Change defcustom :version from 23.0 to 23.1.
3040
3041 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3042
3043         * gnus-registry.el (gnus-registry-follow-group-p)
3044         (gnus-registry-post-process-groups): Add functions to aid registry
3045         splitting and improve logging.  Clarify behavior in function
3046         documentation.
3047         (gnus-registry-split-fancy-with-parent): Use them.
3048
3049 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3050
3051         * gnus-art.el: Use with-current-buffer.
3052
3053 2008-02-27  David Engster  <dengste@eml.cc>
3054
3055         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3056         Express real group name in the response.
3057
3058 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3059
3060         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3061         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3062         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3063         autoload gnus-registry-fetch-group when compiling.
3064         (nnmairix-request-group-with-article-number-correction): Remove
3065         unreferenced argument passed to nnmairix-call-backend.
3066
3067 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3068
3069         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3070         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3071         Wilde.
3072
3073 2008-02-27  Glenn Morris  <rgm@gnu.org>
3074
3075         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3076         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3077         variables to defconsts.  Convert comments to doc-strings.
3078         (nnmairix-last-server, nnmairix-current-server): Convert from free
3079         variables to defvars.  Convert comments to doc-strings.
3080         (gnus-registry-fetch-group): Autoload.
3081         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3082         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3083         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3084         caddr.
3085         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3086         nnmairix-request-group-with-article-number-correction call.
3087         (nnmairix-fast, nnmairix-group): New, less general names, for free
3088         variables passed from nnmairix-request-group to
3089         nnmairix-request-group-with-article-number-correction.  Declare.
3090         (nnmairix-request-group-with-article-number-correction):
3091         Use nnmairix-fast, nnmairix-group rather than fast, group.
3092
3093 2008-02-26  David Engster  <dengste@eml.cc>
3094
3095         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3096         version 0.5.
3097
3098 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3099
3100         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3101         instead of making an extra function call.  Don't add the current group
3102         to articles only when they have the group.  Use
3103         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3104         Reported by David <de_bb@arcor.de>.
3105
3106 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3107
3108         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3109         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3110
3111 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3112
3113         * mail-source.el (mail-source-delete-incoming): Change default.
3114         Supplement doc string.
3115
3116         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3117
3118 2008-02-14  Glenn Morris  <rgm@gnu.org>
3119
3120         * time-date.el (format-seconds): New function.
3121
3122 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3123
3124         * nnmail.el (nnmail-message-id-cache-file): Derive from
3125         `gnus-home-directory'.
3126
3127 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3128
3129         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3130         Document negative prefix.
3131
3132         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3133
3134 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3135
3136         * message.el (message-unsent-separator): Add the Exim bounce
3137         separator.
3138
3139 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3140
3141         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3142         list.
3143         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3144         recipient/signer list.
3145
3146 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * Makefile.in (datarootdir): Define.
3149         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3150         name that might contain whitespace.
3151
3152 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3153
3154         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3155         fbound (Emacs 23 unicode), signal an error.
3156
3157 2008-02-08  Glenn Morris  <rgm@gnu.org>
3158
3159         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3160
3161 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3162
3163         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3164         ports to the calls to `netrc-machine-user-or-password' in addition to
3165         "imap" and "imaps".
3166
3167 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3168
3169         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3170
3171         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3172
3173 2008-02-01  Kenichi Handa  <handa@m17n.org>
3174
3175         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3176         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3177         (rfc2104-hash): Convert the result of concat to unibyte string.
3178
3179 2008-02-01  Dave Love  <fx@gnu.org>
3180
3181         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3182         coding-system-for-read.
3183         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3184
3185 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3186
3187         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3188         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3189         <hanche@math.ntnu.no>.
3190
3191 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3192
3193         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3194
3195         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3196
3197 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3198
3199         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3200         * message.el (message-beginning-of-line): Use featurep instead of bound
3201         tests in order to resolve conditionals at compile time.
3202
3203 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3204
3205         * mail-source.el (mail-sources): Add `group' choice.
3206
3207         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3208         parameter `in-group' to control into which group the articles go.
3209         Add treatment of `group' mail-source.
3210
3211 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3212
3213         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3214
3215         * mm-decode.el (mm-dissect-buffer): Decode description.
3216
3217         * mml.el (mml-to-mime): Encode message header first.
3218
3219 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3220
3221         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3222         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3223
3224         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3225         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3226
3227 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3228
3229         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3230
3231 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3232
3233         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3234         prefix keys.
3235         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3236         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3237         gnus-xmas.el.
3238
3239         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3240         (gnus-xmas-article-describe-bindings): New function.
3241         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3242         gnus-xmas-article-describe-bindings.
3243
3244         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3245
3246 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3247
3248         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3249         Add new variables for article mark management.
3250         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3251         list of extra data entries which, when present, will indicate that the
3252         article ID should not be trimmed from the registry.
3253         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3254         functions.
3255         (gnus-registry-read-mark): New function to read a mark name from the
3256         user.
3257         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3258         (gnus-registry-set-article-mark-internal): New functions to add and
3259         remove marks.
3260         (gnus-registry-get-article-marks): New function to show the marks for
3261         an article, or retrieve them for further use.
3262
3263 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3264
3265         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3266         keys when no argument is given.
3267
3268 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3269
3270         * imap.el (imap-ping-server): New variable.
3271         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3272         (imap-ping-server): Minor doc string fixes.
3273
3274 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3275
3276         * imap.el (imap-ping-server): New function.
3277         (imap-opened): Call imap-ping-server.
3278
3279 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3280
3281         * gnus-sum.el (gnus-article-sort-by-random)
3282         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3283         jidanni@jidanni.org.
3284
3285 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3286
3287         * gnus-art.el (gnus-article-describe-bindings): New function.
3288         (gnus-article-read-summary-keys): Use it.
3289         (gnus-article-mode-map): Bind `C-h b' to it.
3290
3291 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3292
3293         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3294         XEmacs.
3295         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3296         against non-character events.
3297
3298         * lpath.el: Fbind map-keymap for Emacs 21.
3299
3300 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3301
3302         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3303         command.
3304         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3305         instead of END.  Change name of the temp file.
3306         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3307         customizable.
3308
3309 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3310
3311         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3312         bind `S W' to gnus-article-wide-reply-with-original; set default
3313         binding to gnus-article-read-summary-send-keys.
3314         (gnus-article-read-summary-keys): Fix the order of keys; display
3315         continuation keys correctly in the echo area; describe bindings
3316         correctly when keys end with `C-h'.
3317         (gnus-article-read-summary-send-keys): New function.
3318         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3319         for gnus-article-read-summary-send-keys; display continuation keys
3320         correctly in the echo area.
3321         (gnus-article-reply-with-original): Ignore prefix argument.
3322         (gnus-article-wide-reply-with-original): New function.
3323
3324         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3325         Emacs 21.
3326
3327 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3328
3329         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3330         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3331
3332 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3333
3334         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3335         (gnus-group-read-ephemeral-gmane-group): New command.
3336
3337 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3338
3339         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3340
3341 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3342
3343         * message.el (message-send-mail-function): Increase custom version.
3344
3345         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3346         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3347
3348 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3349
3350         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3351         for the cases where imap-authenticate is called with a nil buffer
3352         parameter.
3353
3354 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3355
3356         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3357         html parts correctly; support forwarded messages.
3358         (gnus-article-browse-html-article): Remove work buffers.
3359
3360         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3361         compiling.
3362         (netrc-bound-and-true-p): New macro.
3363         (netrc-parse): Use it instead of bound-and-true-p that is not available
3364         in XEmacs 21.4.
3365
3366 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3367
3368         * gnus-registry.el (gnus-registry-mark-article)
3369         (gnus-registry-article-marks): Add functionality to mark articles
3370         through the Gnus registry.
3371
3372         * encrypt.el: Clarify documentation for the new pgg method.
3373         (encrypt-file-alist): Add PGG option.
3374         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3375         functionality.  Abstract password key and messaging to external
3376         functions.
3377         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3378         (encrypt-message-method-and-cipher): Add new convenience external
3379         functions.
3380         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3381         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3382
3383         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3384         (netrc-parse): Use encrypt-file-alist to determine if
3385         encrypt-find-model or encrypt-insert-file-contents should be used.
3386
3387         * encrypt.el: Clarify documentation.  Load password-cache or
3388         password, whichever one is found first, instead of autoloading.
3389
3390 2007-12-19  Glenn Morris  <rgm@gnu.org>
3391
3392         * mml.el (message-options-set, message-narrow-to-head)
3393         (message-in-body-p, message-mail-p, message-encode-message-body):
3394         Autoload.
3395         (message-remove-header, message-narrow-to-headers-or-head)
3396         (message-subscribed-p, message-make-mail-followup-to)
3397         (message-position-on-field, message-news-p)
3398         (message-options-set-recipient, message-generate-headers)
3399         (message-sort-headers): Declare as functions.
3400
3401 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3402
3403         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3404         convention in doc string.
3405
3406 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3407
3408         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3409         title to html parts.
3410         (gnus-article-browse-html-article): Pass message header to it.
3411
3412         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3413
3414 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3415
3416         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3417         or password compatible with XEmacs.
3418
3419 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3420
3421         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3422         format document.
3423         (gnus-mime-delete-part): Don't write description line if empty.
3424         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3425
3426 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
3427
3428         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3429         (gnus-summary-mark-read-and-unread-as-read)
3430         (gnus-summary-mark-current-read-and-unread-as-read)
3431         (gnus-summary-mark-unread-as-ticked): Doc fix.
3432         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3433
3434 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3435
3436         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3437         Christoph Conrad <christoph.conrad@gmx.de>.
3438
3439 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3440
3441         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3442         yes-or-no-p.
3443
3444 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3445
3446         * mm-decode.el (mm-add-meta-html-tag): New function.
3447         (mm-save-part-to-file, mm-pipe-part): Use it.
3448
3449         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3450         gnus-y-or-n-p instead of y-or-n-p.
3451         (gnus-article-browse-html-parts): Work with message/external-body; use
3452         mm-add-meta-html-tag.
3453
3454 2007-12-11  Glenn Morris  <rgm@gnu.org>
3455
3456         * gnus-cache.el: Require gnus-sum not just when compiling.
3457
3458         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3459
3460         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3461         definitions before use.
3462
3463         * mm-decode.el: Require gnus-util.
3464         (mm-remove-part): Only call delete-annotation on XEmacs.
3465
3466         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3467
3468         * nnmail.el: Require gnus-int.
3469
3470         * spam.el: Move `require's before `eval-when-compile's.
3471
3472         * gnus-ems.el (gnus-alive-p):
3473         * gnus-fun.el (message-goto-eoh):
3474         * gnus-util.el (gnus-group-name-decode):
3475         * mail-source.el (gnus-compress-sequence):
3476         * message.el (Info-goto-node, format-spec):
3477         * mm-bodies.el (message-options-get):
3478         * mm-decode.el (mm-view-pkcs7):
3479         * mm-util.el (gmm-write-region):
3480         * mml-smime.el (mml-compute-boundary)
3481         (gnus-completing-read-with-default):
3482         * mml.el (widget-button-press, gnus-make-hashtable):
3483         * mml1991.el (mm-decode-content-transfer-encoding)
3484         (mm-encode-content-transfer-encoding)
3485         (message-options-get, message-options-set):
3486         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3487         * nnfolder.el (gnus-request-group):
3488         * nnheader.el (ietf-drums-unfold-fws):
3489         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3490         * smime.el (gnus-run-mode-hooks):
3491         * spam-stat.el (gnus-message): Autoload.
3492
3493         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3494         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3495         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3496         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3497         Add declare-function compatibility definition.
3498
3499         * gnus-cache.el (nnvirtual-find-group-art):
3500         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3501         (gnus-add-image, gnus-add-wash-type):
3502         * gnus-group.el (nnkiboze-score-file):
3503         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3504         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3505         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3506         (message-tokenize-header, gnus-get-buffer-create)
3507         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3508         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3509         * gnus.el (gnus-group-decoded-name):
3510         * mail-source.el (imap-capability):
3511         * mm-bodies.el (message-options-set):
3512         * mm-decode.el (gnus-configure-windows):
3513         * mm-extern.el (message-goto-body):
3514         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3515         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3516         (epg-sub-key-validity, message-options-set):
3517         * mml.el (widget-event-point, gnus-configure-windows):
3518         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3519         * mml2015.el (epg-check-configuration, epg-configuration)
3520         (message-options-set):
3521         * nndb.el (nndb-request-article):
3522         * nnfolder.el (gnus-request-create-group):
3523         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3524         * nnmaildir.el (gnus-group-mark-article-read):
3525         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3526         * rfc1843.el (message-fetch-field):
3527         * spam.el (gnus-extract-address-components):
3528         Declare as functions.
3529
3530 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3531
3532         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3533
3534         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3535
3536         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3537         bind show-trailing-whitespace for XEmacs.
3538
3539 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3540
3541         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3542         new no-op macro for backward compatibility.
3543
3544         * imap.el (imap-string-to-integer): New function.
3545
3546 2007-12-09  Glenn Morris  <rgm@gnu.org>
3547
3548         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3549
3550         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3551         * message.el, mm-view.el, sieve-manage.el, smime.el:
3552         Add declare-function compatibility definition.
3553
3554         * gnus-art.el (w3-region, w3m-region, Info-menu):
3555         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3556         * gnus-sum.el (gnus-get-predicate):
3557         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3558         * message.el (mail-abbrev-in-expansion-header-p):
3559         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3560         (w3m-detect-meta-charset, w3m-region):
3561         * sieve-manage.el (password-read, password-cache-add)
3562         (password-cache-remove):
3563         * smime.el (password-read-and-add): Declare as functions.
3564
3565 2007-12-08  David Kastrup  <dak@gnu.org>
3566
3567         * gnus-sum.el (gnus-summary-simplify-subject-query):
3568         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3569         `message'.
3570
3571 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3572
3573         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3574         it to bind idna-program, installation-directory, defined-colors, and
3575         face-attribute for XEmacs of the version that compiles defcustom forms.
3576
3577 2007-12-07  Glenn Morris  <rgm@gnu.org>
3578
3579         * gnus-art.el (article-make-date-line): Revert previous change.
3580
3581 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3582
3583         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3584
3585 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3586
3587         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3588         Call gnus-add-to-range ranges only once with a prepared article-list.
3589
3590 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3591
3592         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3593         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3594         group names with backslashes.  Reported by Tassilo Horn
3595         <tassilo@member.fsf.org>.
3596
3597 2007-12-06  Deepak Goel  <deego3@gmail.com>
3598
3599         * gnus-art.el (article-make-date-line):
3600         * gnus-start.el (gnus-load):
3601         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3602
3603 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * gnus-art.el (gnus-use-idna)
3606         * gnus-start.el (gnus-site-init-file)
3607         * message.el (message-use-idna)
3608         * mm-uu.el (mm-uu-hide-markers)
3609         * smiley.el (smiley-style): Revert changes that suppress warnings.
3610
3611 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3612
3613         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3614         specify charset to html source.  Reported by Christoph Conrad
3615         <christoph.conrad@gmx.de>.
3616
3617 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3618
3619         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3620         idna-program in order to suppress byte compile warning issued by XEmacs
3621         that came to byte compile the default value section of defcustom forms
3622         recently.
3623
3624         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3625         value of installation-directory.
3626
3627         * message.el (message-use-idna): Don't directly refer to the value of
3628         idna-program.
3629
3630         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3631
3632         * smiley.el (smiley-style): Don't directly call face-attribute.
3633
3634 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3635
3636         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3637
3638         * gnus-dired.el: Reduce Gnus dependencies.
3639         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3640         require.  Use autoloads instead.
3641         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3642         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3643         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3644         (gnus-dired-mode): Adjust doc string.
3645         (gnus-dired-mail-mode): New variable.
3646         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3647         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3648         (gnus-dired-mail-buffers): New function.  Return mail or message
3649         composition buffers.
3650         (gnus-dired-attach): Use it.
3651         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3652         NO-DECODE.
3653         (gnus-dired-print): Use `gnus-print-buffer' depending on
3654         `gnus-dired-mail-mode'.
3655
3656 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3657
3658         * rfc2047.el (rfc2047-encoded-word-regexp)
3659         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3660         explaining what regexp patterns are for.
3661
3662 2007-12-04  Glenn Morris  <rgm@gnu.org>
3663
3664         * password.el: Move to password-cache.el.
3665
3666         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3667         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3668         * mml-smime.el (password-read, password-cache-add)
3669         (password-cache-remove):
3670         No need to autoload, since mml-sec requires password.
3671
3672         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3673         * message.el (gnus-extract-address-components):
3674         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3675
3676         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3677         password.
3678
3679 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3680
3681         * mailcap.el: Reduce dependencies.
3682         (mail-header-parse-content-type): Autoload.
3683         (mailcap-delete-duplicates): New alias.
3684         (mailcap-mime-info): Add optional argument NO-DECODE.
3685         (mailcap-mime-types): Use mailcap-delete-duplicates.
3686
3687         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3688
3689 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3690
3691         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3692         (imap-parse-status): Upcase status-att for servers that sends them
3693         lower-case (e.g., MS Exchange 2007).
3694
3695 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3696
3697         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3698         function.
3699
3700         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3701         (gnus-uu-yenc-article): New function.
3702
3703         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3704
3705         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3706         buffer.
3707
3708 2007-12-02  Glenn Morris  <rgm@gnu.org>
3709
3710         * binhex.el (binhex): New custom group.
3711         (binhex-decoder-program, binhex-decoder-switches)
3712         (binhex-use-external): Move to the binhex custom group.
3713
3714         * uudecode.el (uudecode): New custom group.
3715         (uudecode-decoder-program, uudecode-decoder-switches)
3716         (uudecode-use-external): Move to the uudecode custom group.
3717
3718         * netrc.el (top-level): Don't load `encrypt' features.
3719         (netrc-parse): Don't use encrypt.
3720         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3721
3722         * encrypt.el: Remove file.
3723
3724 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3725
3726         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3727         matches on patches.
3728
3729         * gnus-art.el (gnus-article-browse-html-article): Mention
3730         `mm-text-html-renderer' in the doc string.
3731
3732         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3733         string.  Add comments.
3734
3735         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3736         if rhs is ASCII.
3737
3738 2007-12-01  Glenn Morris  <rgm@gnu.org>
3739
3740         * mail-source.el (top-level): Require format-spec before
3741         eval-when-compile.
3742
3743 2007-11-30  Glenn Morris  <rgm@gnu.org>
3744
3745         * encrypt.el: Require password, rather than autoloading password-read.
3746
3747 2007-11-29  Glenn Morris  <rgm@gnu.org>
3748
3749         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3750         (sasl-make-client, sasl-next-step, sasl-step-data)
3751         (sasl-step-set-data): Declare as functions.
3752
3753 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3754
3755         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3756
3757 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3758
3759         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3760         certs should be verified and what is to be done in the event of a
3761         verification failure.
3762
3763         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3764         caller can indicate whether the cache should be disregarded for this
3765         call.  This way the result of the call is reproducible at all times and
3766         can be considered a canonical server name for the supplied method.
3767         (gnus-agent-method-p): Canonicalize server names by pushing their
3768         method through `gnus-method-to-server' using the no-cache argument.
3769
3770         * gnus-srvr.el (gnus-server-insert-server-line): Call
3771         `gnus-method-to-server' with `no-cache' argument.
3772
3773         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3774         gnus-agent-possibly-synchronize-flags as this should be called when the
3775         server is actually being opened.
3776         (gnus-agent-possibly-synchronize-flags)
3777         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3778         flags file of an agentized server to the latter function.
3779
3780         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3781         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3782         after a connection has been established successfully.
3783
3784 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3785
3786         * gnus-art.el (article-display-face): Force to display face if called
3787         interactively; check if gnus-article-x-face-too-ugly matches author.
3788         (article-display-x-face): Display face even if From header is missing
3789         as article-display-face does.
3790
3791 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3792
3793         * hashcash.el (message-narrow-to-headers-or-head)
3794         (message-fetch-field, message-goto-eoh)
3795         (message-narrow-to-headers): Declare as functions.
3796
3797 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3798
3799         * mail-source.el (mail-sources): Default to fetch from file for
3800         compatibility with default of nnmail-spool-file.
3801
3802 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3803
3804         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3805         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3806         to look for encoded word that should be encoded again.
3807         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3808         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3809         encoding pattern.
3810         (rfc2047-decode-region): Switch strict regexp and loose one according
3811         to rfc2047-allow-irregular-q-encoded-words.
3812
3813 2007-11-25  Romain Francoise  <romain@orebokech.com>
3814
3815         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3816
3817 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3818
3819         * tls.el (tls-program): Provide more custom choices from
3820         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3821         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3822
3823 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3824
3825         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3826         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3827
3828         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3829         `nnmail-spool-file'.
3830
3831         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3832         `nnmail-spool-file'.
3833
3834         * gnus-move.el (gnus-change-server): Ditto.
3835
3836         * gnus-kill.el (gnus-batch-score): Ditto.
3837
3838         * gnus-cache.el (gnus-jog-cache): Ditto.
3839
3840         * gnus-msg.el (gnus-summary-reply):
3841         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3842
3843 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3844
3845         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3846         version.  Minor improvement to doc strings.
3847         (tls-program): Add comment.
3848
3849 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3850
3851         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3852         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3853         mismatch between the hostname provided in the certificate and the name
3854         of the host connnecting to.
3855         (open-tls-stream): Use them.  Check certificates against trusted root
3856         certificates.
3857
3858 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3859
3860         * gnus-cache.el (gnus-cache-generate-nov-databases):
3861         Use nnml-generate-nov-databases-directory instead of
3862         nnml-generate-nov-databases-1.
3863
3864 2007-11-24  Glenn Morris  <rgm@gnu.org>
3865
3866         * message.el (message-tool-bar-retro): Update for rename
3867         mail_send.xpm->mail-send.xpm.
3868
3869 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3870
3871         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3872         `smime-ldap-search' for Emacs 22 and up.
3873
3874 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3875
3876         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3877
3878         * message.el (message-send-mail-function): Fix error convention.
3879         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3880         (message-widen-reply, message-send-mail, message-talkative-question)
3881         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3882         (message-clone-locals, message-send-news): Use with-current-buffer.
3883         (message-insert-or-toggle-importance): Remove unused var `valid'.
3884         (message-make-references): Remove unused var `new-references'.
3885         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3886
3887 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3888
3889         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3890         (spam-split-symbolic-return-positive): Reflow docstring.
3891         (spam-backends, spam-summary-exit-behavior)
3892         (spam-mark-ham-unread-before-move-from-spam-group)
3893         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3894         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3895         (spam-clear-cache, spam-backend-check, spam-install-backend)
3896         (spam-install-statistical-backend, spam-list-of-processors)
3897         (spam-group-processor-p, spam-split, spam-bogofilter-score)
3898         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3899         (spam-check-crm114, spam-initialize, spam-unload-hook):
3900         Fix typos in docstrings.
3901
3902 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3903
3904         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3905         been checked if they have never been read and those group levels are
3906         higher than the one that a user specified.
3907
3908 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3911         foreign groups unless a group level is specified by a user.
3912         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3913
3914 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
3915
3916         * message.el (message-send-mail-function): Require sendmail.
3917
3918 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
3919
3920         * message.el (message-send-mail-function): Check for smtpmail too.
3921
3922         * utf7.el (utf7-encode, utf7-decode): Use coding system
3923         `utf-7'/`utf-7-imap' from utf-7.el' if available.
3924
3925         * message.el (message-send-mail-function): New function.
3926         (message-send-mail-function): Set default using
3927         message-send-mail-function.  Adjust doc string.
3928         (message-send-mail-with-mailclient): New function.
3929
3930 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3931
3932         * smime.el (from):
3933         * rfc2047.el (message-posting-charset):
3934         * qp.el (mm-use-ultra-safe-encoding):
3935         * pop3.el (parse-time-months):
3936         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3937         * nnml.el (files):
3938         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3939         (jka-compr-compression-info-list, ange-ftp-path-format)
3940         (efs-path-regexp):
3941         * nndiary.el (files):
3942         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3943         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3944         (epg-digest-algorithm-alist, inhibit-redisplay)
3945         (password-cache-expiry):
3946         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3947         (pgg-output-buffer, password-cache-expiry):
3948         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3949         (efs-path-regexp):
3950         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3951         (inhibit-redisplay):
3952         * mm-uu.el (file-name, start-point, end-point, entry)
3953         (gnus-newsgroup-name, gnus-newsgroup-charset):
3954         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3955         (latin-unity-ucs-list):
3956         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3957         (mm-uu-binhex-decode-function):
3958         * message.el (gnus-message-group-art, gnus-list-identifiers)
3959         (rmail-enable-mime-composing, gnus-local-organization)
3960         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3961         (gnus-read-active-file, facemenu-add-face-function)
3962         (facemenu-remove-face-function, gnus-article-decoded-p)
3963         (tool-bar-mode):
3964         * mail-source.el (display-time-mail-function):
3965         * gnus-util.el (nnmail-pathname-coding-system)
3966         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3967         (gnus-original-article-buffer, gnus-user-agent)
3968         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3969         (xemacs-codename, sxemacs-codename, emacs-program-version):
3970         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3971         * gnus-start.el (gnus-agent-covered-methods)
3972         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3973         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3974         (gnus-newsgroup-headers, gnus-group-list-mode)
3975         (gnus-group-mark-positions, gnus-newsgroup-data)
3976         (gnus-newsgroup-unreads, nnoo-state-alist)
3977         (gnus-current-select-method, mail-sources)
3978         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3979         (nnmail-spool-file, gnus-cache-active-hashtb):
3980         * gnus-mh.el (mh-lib-progs):
3981         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3982         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3983         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3984         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3985         (gnus-group-buffer):
3986         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3987         (font-lock-set-defaults):
3988         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3989         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3990         (gnus-summary-post-menu, total-parts, type, condition, length):
3991         * gnus-agent.el (gnus-agent-read-agentview):
3992         * flow-fill.el (show-trailing-whitespace):
3993         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3994         eval-and-compile wrappers for byte compiler pacifiers.
3995
3996         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3997         (mm-display-inline-fontify): Check for featurep 'xemacs not
3998         extent-list.
3999
4000         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4001         itimer-list.
4002         (mm-create-image-xemacs): Only do something for XEmacs.
4003         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4004
4005         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4006
4007         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4008         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4009
4010 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4011
4012         * nnimap.el (nnimap-split-download-body):
4013         * gnus-demon.el (gnus-demon):
4014         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4015
4016 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4017
4018         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4019         macros.
4020         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4021         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4022         copy data from unibyte buffer to multibyte current buffer.
4023         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4024         to copy data from unibyte current buffer to multibyte buffer.
4025         (nntp-make-process-buffer): Make process buffer unibyte.
4026
4027         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4028
4029 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4030
4031         * pop3.el (pop3-open-server): Accept and process data more robustly at
4032         connexion start to avoid spurious "POP SSL connexion failed" errors.
4033
4034 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4035
4036         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4037         read group names.
4038
4039 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4040
4041         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4042
4043 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4044
4045         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4046         (nnmail-save-active): Use a unibyte buffer when saving active file,
4047         which may contain non-ASCII group names.
4048
4049         * nnml.el (nnml-request-group): Decode group names in messages.
4050
4051 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4052
4053         * message.el (message-citation-line-function)
4054         (message-insert-formatted-citation-line): Fix spelling of
4055         `message-insert-formated-citation-line'.
4056
4057 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4058
4059         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4060
4061 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4062
4063         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4064         nnmail-pathname-coding-system.
4065
4066         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4067         that a user enters; decode group names in messages.
4068
4069         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4070
4071 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4072
4073         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4074
4075         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4076
4077         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4078         risky local variable.
4079
4080         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4081
4082 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4083
4084         * encrypt.el: Improve documentation to fix function name typo.
4085         Reported by Daiki Ueno <ueno@unixuser.org>.
4086
4087 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4088
4089         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4090         even if the point is not in the last page of an article.
4091         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4092         back to the previous page.
4093
4094 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4095
4096         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4097
4098 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4099
4100         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4101
4102 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4103
4104         * message.el (message-check-news-body-syntax): Avoid
4105         mm-string-as-multibyte.
4106         (message-hide-headers): Don't assume (point-min)==1.
4107
4108 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4109
4110         * message.el (message-remove-blank-cited-lines): Fix if remove is
4111         given.
4112         (message-bogus-address-regexp): New variable.
4113         (message-bogus-recipient-p): New function.
4114         (message-check-recipients): New command.
4115         (message-syntax-checks): Add `bogus-recipient'.
4116         (message-fix-before-sending): Add `bogus-recipient'.
4117
4118         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4119         (gnus-treat-body-boundary): Don't test window-system.
4120
4121 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4122
4123         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4124
4125 2007-10-28  Miles Bader  <miles@gnu.org>
4126
4127         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4128         at compile-time too.
4129
4130 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4131
4132         * gnus-msg.el (gnus-message-setup-hook): Add
4133         `message-remove-blank-cited-lines' to options.
4134
4135 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4136
4137         * message.el (message-remove-blank-cited-lines): New function.
4138         Suggested by Karl Plästerer.
4139
4140 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4141
4142         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4143         mapc.
4144
4145         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4146         (top-level): Use mapc to set functions to be traced for debugging.
4147
4148         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4149         called for effect with while loop.
4150
4151         * message.el (message-talkative-question): Replace mapcar called for
4152         effect with mapc.
4153
4154         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4155         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4156         called for effect with dolist.
4157
4158         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4159
4160         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4161         gnus-extra-headers and nnmail-extra-headers.
4162
4163         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4164         called for effect with dolist.
4165         (top-level): Use mapc to set functions to be traced for debugging.
4166
4167         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4168         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4169         dolist.
4170
4171         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4172         Replace mapcar called for effect with mapc.
4173         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4174         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4175         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4176         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4177
4178         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4179         remove-if that's a cl function.
4180
4181         * webmail.el (webmail-debug): Replace mapcar called for effect with
4182         dolist.
4183
4184         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4185         with mapc.
4186
4187 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4188
4189         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4190         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4191         with while loop.
4192
4193         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4194         functions from article-* functions.
4195         (gnus-multi-decode-header): Replace mapcar called for effect with
4196         dolist.
4197
4198         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4199         (gnus-bookmark-show-details): Replace mapcar called for effect with
4200         while loop.
4201
4202         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4203         called for effect with while loop.
4204
4205         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4206         with dolist.
4207
4208         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4209         mapcar called for effect with dolist.
4210
4211         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4212
4213         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4214         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4215         Replace mapcar called for effect with dolist.
4216         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4217         mapc.
4218
4219         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4220         Replace mapcar called for effect with dolist.
4221         (gnus-topic-list): Replace mapcar called for effect with mapc.
4222
4223         * gnus.el: Use mapc instead of mapcar to add autoloads.
4224
4225 2007-10-23  Richard Stallman  <rms@gnu.org>
4226
4227         * gnus-group.el (gnus-group-highlight): Mark as risky.
4228
4229 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4230
4231         * gnus.el (gnus-server-to-method): Return method found first in
4232         gnus-newsrc-alist.
4233
4234         * gnus-art.el (gnus-article-highlight-signature)
4235         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4236         button overlay without the front stickiness.
4237
4238 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4239
4240         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4241         overview buffer needed a catch to receive its throw.
4242         (gnus-agent-flush-cache): Declared as interactive to make this function
4243         easier to use.
4244
4245 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4246
4247         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4248         `next-line'.
4249
4250 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4251
4252         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4253         exclude address matching message-dont-reply-to-names.
4254
4255 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4256
4257         * gnus-util.el (gnus-string<): New function.
4258
4259         * gnus-sum.el (gnus-article-sort-by-author)
4260         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4261
4262 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4263
4264         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4265         the frame-focus tag is set in gnus-buffer-configuration.
4266
4267 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4270         the front stickiness.
4271
4272 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4273
4274         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4275         url pattern; remove duplicate one.
4276         (gnus-article-extend-url-button): New function.
4277         (gnus-article-add-buttons): Use it.
4278         (gnus-button-push): Use concatenated url that it makes.
4279
4280 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4281
4282         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4283
4284 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4285
4286         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4287         Don't hardcode point-min==1.
4288
4289 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4290
4291         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4292         Fix comment about "iso8859-1".
4293
4294 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4295
4296         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4297         ones returned from the verify-function.
4298
4299         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4300         mml2015-extract-cleartext-signature if extraction failed.
4301
4302 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4303
4304         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4305         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4306         failed.
4307
4308 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4309
4310         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4311
4312 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4313
4314         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4315         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4316         recommends to use EasyPG instead of PGG.
4317
4318         * pgg.el: Revert to revision 6.23.2.16.
4319
4320         * pgg-def.el: Revert to revision 6.6.2.14.
4321
4322         * pgg-gpg.el: Revert to revision 6.23.2.34.
4323
4324 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4325
4326         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4327         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4328         thread for both the null and zero (kill/expire thread) universal prefix
4329         cases.
4330         (gnus-summary-expire-thread): Add new function to expire a thread,
4331         using gnus-summary-kill-thread.
4332         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4333         shortcuts for gnus-summary-expire-thread.
4334         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4335         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4336
4337 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4338
4339         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4340         extras value, so an extras entry can be deleted.
4341         (gnus-registry-delete-extra-entry): Use it.
4342         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4343         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4344         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4345         storage through the gnus-registry, and provide an appropriate API for
4346         it.
4347
4348 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4349
4350         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4351         Suggested by Leo <sdl.web@gmail.com>.
4352
4353         * gnus.el: Do.
4354
4355 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4356
4357         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4358         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4359
4360         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4361
4362         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4363         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4364
4365 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4366
4367         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4368         newline.
4369         (nnmbox-request-accept-article): Don't change article in source buffer;
4370         narrow to header to use message-fetch-field rather than
4371         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4372         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4373         as delimiters; make sure article ends with newline.
4374         (nnmbox-delete-mail): Correct last position of article to be deleted;
4375         ignore X-Gnus-Newsgroup header in article body.
4376         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4377         positions; make sure article ends with newline.
4378
4379         * message.el (message-display-abbrev): Don't infloop when a user
4380         inserts SPC in the beginning of header.
4381
4382         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4383         coding-system-for-read and coding-system-for-write for XEmacs having no
4384         file-coding feature.
4385
4386         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4387
4388 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4389
4390         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4391         list of groups not followed by default.  Fix type to be regexp.
4392         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4393
4394 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4395
4396         * hmac-def.el (define-hmac-function): Switch from old-style to
4397         new-style backquotes.
4398
4399         * md4.el (md4-make-step): Likewise.
4400
4401 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4404         raw-text coding system when saving .newsrc file, which may contain
4405         non-ASCII group names.
4406
4407 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4408
4409         * gnus-cus.el (gnus-score-extra): New widget.
4410         (gnus-score-extra-convert): New function.
4411         (gnus-score-customize): Use it for Extra.
4412
4413 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4414
4415         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4416         (mml2015-mailcrypt-clear-verify): Use it.
4417         (mml2015-gpg-clear-verify): Use it.
4418         (mml2015-pgg-clear-verify): Use it.
4419         (mml2015-epg-clear-verify): Replace the current part with the output
4420         from GnuPG; don't extract the plaintext by itself.
4421
4422         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4423         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4424         mml2015-clear-verify-function; don't touch the armor headers or
4425         dash-escaped text here.
4426
4427 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4428
4429         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4430         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4431         parts, or application/octet-stream as a last resort.
4432         (gnus-mime-view-part-as-type): Don't toggle display.
4433         (gnus-mime-view-part-as-charset): Don't turn off display before
4434         querying charset.
4435
4436         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4437         stuff to undisplayer function in Emacs.
4438         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4439
4440         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4441         text/calendar parts.
4442
4443 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4444
4445         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4446         decoding text/calendar parts.
4447
4448         * message.el (message-forward-make-body-mime): Always mark body as
4449         having no illegible text; remove signed-or-encrypted argument.
4450         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4451
4452         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4453         (mml-generate-mime-1): Don't encode body if it is specified to be in
4454         raw form; don't make buffer be unibyte when inserting multibyte string.
4455
4456 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4457
4458         * sha1.el: Fix up comment style.
4459         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4460         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4461
4462         * hex-util.el: Fix up comment style.
4463         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4464
4465         * gnus-salt.el: Use with-current-buffer.
4466         (gnus-pick-setup-message): Fix long-standing typo.
4467
4468 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4469
4470         * imap.el (imap-logout-timeout): New variable.
4471         (imap-logout, imap-logout-wait): New functions.
4472         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4473
4474         * nnimap.el (nnimap-logout-timeout): New server variable.
4475         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4476         nnimap-logout-timeout.
4477
4478         * gnus-art.el (gnus-article-summary-command-nosave)
4479         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4480
4481 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4482
4483         * gnus.el (gnus-maximum-newsgroup): New variable.
4484
4485         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4486         according to gnus-maximum-newsgroup.
4487
4488         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4489         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4490         Limit the range of articles according to gnus-maximum-newsgroup.
4491
4492 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4493
4494         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4495         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4496         Don't perform gnus-configure-windows here; reuse existing sticky
4497         article buffer.
4498
4499         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4500         it doesn't exist in gnus-article-mode.
4501
4502 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4503
4504         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4505         (gnus-agent-decoded-group-name): New function.
4506         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4507         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4508
4509 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4510
4511         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4512         Add binding for gnus-sticky-article.
4513         (gnus-summary-exit): Don't kill sticky article buffers.
4514
4515         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4516         article buffer.
4517         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4518         (gnus-kill-sticky-article-buffers): New commands.
4519
4520 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * nntp.el (nntp-xref-number-is-evil): New server variable.
4523         (nntp-find-group-and-number): If it is non-nil, don't trust article
4524         numbers in the Xref header.
4525
4526 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4527
4528         * gnus-agent.el (gnus-agent-read-group): New function.
4529         (gnus-agent-flush-group, gnus-agent-expire-group)
4530         (gnus-agent-regenerate-group): Use it.
4531         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4532         nnmail-pathname-coding-system.
4533
4534 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4535
4536         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4537
4538         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4539         that are unread as unread, and also as selected so that information of
4540         marks having been changed by a user may be updated when exiting group.
4541
4542 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4545         calculated ignoring signature parts to gnus-treat-article.
4546
4547 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4548
4549         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4550         a point here in order to keep the window start.
4551         (gnus-insert-mime-security-button): Make a button overlay without the
4552         front stickiness.
4553         (gnus-mime-display-security): Goto the end of a button.
4554
4555         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4556
4557 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4558
4559         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4560         group-name-at-point.
4561         (gnus-group-completing-read): New function that offers decoded
4562         non-ASCII group names for completion.
4563         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4564         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4565         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4566         (gnus-group-fetch-control): Use it.
4567         (gnus-fetch-group): Use group-name-at-point for the initial value
4568         rather than the default value; use gnus-alive-p.
4569
4570         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4571         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4572         (gnus-summary-post-news): Use gnus-group-completing-read.
4573
4574         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4575         (gnus-read-move-group-name): Decode group name for completion.
4576
4577 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4578
4579         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4580         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4581         Yamaoka slightly modified the code).
4582
4583 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4584
4585         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4586         (nnmail-split-incoming): Bind it.
4587
4588         * nnml.el (nnml-group-name-charset): New function.
4589         (nnml-decoded-group-name): Use it; don't decode group name if
4590         nnmail-group-names-not-encoded-p is non-nil.
4591         (nnml-encoded-group-name): New function.
4592         (nnml-group-pathname): Inline nnml-decoded-group-name.
4593         (nnml-request-expire-articles): Decode group name in message.
4594         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4595         nnmail-pathname-coding-system.
4596         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4597         not decoded ones according to nnmail-group-names-not-encoded-p.
4598         (nnml-generate-active-info): Use nnml-encoded-group-name.
4599
4600 2007-08-08  Glenn Morris  <rgm@gnu.org>
4601
4602         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4603         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4604         doc-strings and comments.
4605
4606 2007-07-25  Glenn Morris  <rgm@gnu.org>
4607
4608         * Relicense all FSF files to GPLv3 or later.
4609
4610 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4611
4612         * gnus-sum.el (gnus-summary-move-article): Make
4613         gnus-summary-respool-article work.
4614
4615 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4616
4617         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4618         string.
4619
4620 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4621
4622         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4623         that should be ignored when comparing distant RSS articles with local
4624         ones.
4625         (nnrss-make-hash-index): New function.  Create a hash index according
4626         to the ignored fields.
4627         (nnrss-check-group): Use it.
4628
4629 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4630
4631         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4632
4633         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4634
4635         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4636         the new optional argument ENCODED is non-nil.
4637         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4638         coding system for encoding group name.
4639         (gnus-group-make-rss-group): Pass un-encoded group name to
4640         gnus-group-make-group.
4641         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4642         encoded.
4643
4644         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4645         Encode group name to which articles are moved or copied.
4646         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4647         coding system for encoding Newsgroup, Followup-To and Xref headers.
4648
4649         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4650         marks; use nnheader-file-coding-system to write a file.
4651         (nnagent-retrieve-headers): Bind file-name-coding-system to
4652         nnmail-pathname-coding-system.
4653
4654         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4655
4656         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4657         (nnml-request-article, nnml-request-create-group)
4658         (nnml-request-rename-group, nnml-find-id)
4659         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4660         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4661         (nnml-save-marks): Use nnml-group-pathname instead of
4662         nnmail-group-pathname.
4663
4664         (nnml-request-create-group, nnml-request-expire-articles)
4665         (nnml-request-move-article, nnml-request-delete-group)
4666         (nnml-deletable-article-p, nnml-possibly-create-directory)
4667         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4668         (nnml-open-marks): Bind file-name-coding-system to
4669         nnmail-pathname-coding-system.
4670
4671         (nnml-request-article): Pass server argument to nnml-find-group-number.
4672         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4673         server argument to nnml-possibly-create-directory.
4674         (nnml-request-accept-article): Pass server argument to
4675         nnml-active-number and nnml-save-mail.
4676         (nnml-find-group-number): Pass server argument to nnml-find-id.
4677         (nnml-request-update-info): Pass server argument to
4678         nnml-marks-changed-p.
4679
4680         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4681         (nnml-save-mail, nnml-active-number): Add server argument.
4682
4683         (nnml-request-delete-group): Warn if group is missing.
4684         (nnml-get-nov-buffer): Decode group name.
4685         (nnml-generate-active-info): Encode group name.
4686         (nnml-open-marks): Decode group name in messages.
4687
4688 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4689
4690         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4691         if it is not specified.
4692         (gnus-article-pipe-part, gnus-article-save-part)
4693         (gnus-article-interactively-view-part, gnus-article-copy-part)
4694         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4695         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4696         (gnus-article-replace-part, gnus-article-delete-part)
4697         (gnus-article-view-part-as-type): Pass raw prefix argument to
4698         gnus-article-part-wrapper.
4699
4700 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4701
4702         * gnus-agent.el (gnus-agent-save-active): Bind
4703         nnheader-file-coding-system to gnus-agent-file-coding-system.
4704
4705         * gnus-cache.el (gnus-cache-save-buffers)
4706         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4707         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4708         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4709         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4710         (gnus-cache-generate-active, gnus-cache-rename-group)
4711         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4712         (gnus-cache-update-overview-total-fetched-for): Bind
4713         file-name-coding-system to nnmail-pathname-coding-system.
4714         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4715         variables.
4716         (gnus-cache-decoded-group-name): New function.
4717         (gnus-cache-file-name): Use it.
4718         (gnus-cache-generate-active): Use non-decoded group name for active.
4719
4720         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4721         right place.
4722         (gnus-write-active-file): Don't break non-ASCII group names.
4723
4724         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4725         nnmail-pathname-coding-system.
4726
4727         * lpath.el: Bind default-file-name-coding-system,
4728         file-name-coding-system and language-info-alist for XEmacs.
4729
4730         * gnus-uu.el (gnus-uu-decode-save): Typo.
4731
4732 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4733
4734         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4735
4736 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4737
4738         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4739         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4740         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4741         (gnus-agent-flush-group, gnus-agent-flush-cache)
4742         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4743         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4744         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4745         (gnus-agent-regenerate-group)
4746         (gnus-agent-update-files-total-fetched-for)
4747         (gnus-agent-update-view-total-fetched-for): Bind
4748         file-name-coding-system to nnmail-pathname-coding-system.
4749         (gnus-agent-group-pathname): Don't encode file names by
4750         nnmail-pathname-coding-system.
4751         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4752         coding-system-for-write instead of buffer-file-coding-system to
4753         gnus-agent-file-coding-system.
4754
4755         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4756         Decode group name.
4757
4758         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4759
4760         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4761         (gnus-read-newsrc-el-file): Make group names unibyte.
4762
4763         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4764         nnmail-pathname-coding-system.
4765
4766         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4767         (nnrss-request-delete-group): Bind file-name-coding-system to
4768         nnmail-pathname-coding-system.
4769         (nnrss-read-server-data, nnrss-read-group-data): Bind
4770         file-name-coding-system correctly.
4771         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4772
4773         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4774         (nntp-server-to-method-cache): New variable.
4775         (nntp-group-pathname): New function that decodes non-ASCII group names.
4776         (nntp-possibly-create-directory, nntp-marks-changed-p)
4777         (nntp-save-marks, nntp-open-marks): Use it.
4778         (nntp-possibly-create-directory, nntp-open-marks):
4779         Bind file-name-coding-system to nnmail-pathname-coding-system.
4780         (nntp-open-marks): Decode group names when bootstrapping marks.
4781
4782         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4783         Newsgroups and Folowup-To headers.
4784
4785 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4786
4787         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4788         (gnus-server-closed-face, gnus-server-denied-face)
4789         (gnus-server-offline-face): Remove variable.
4790         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4791
4792         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4793         of modifying message-stack directly for XEmacs.
4794
4795         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4796         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4797         if the coding-system argument is nil for XEmacs.
4798
4799         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4800         mm-charset-override-alist.
4801
4802         * rfc2047.el: Don't require base64; require rfc2045 for the function
4803         rfc2045-encode-string.
4804         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4805         to quote the parameter value.
4806
4807 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4808
4809         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4810         form in gnus-group-name-charset-method-alist.
4811
4812         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4813         overrides the default layout edit-form.
4814
4815         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4816
4817         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4818
4819 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4820
4821         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4822         as unfetched articles.
4823
4824 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4825
4826         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4827
4828 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4829
4830         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4831         original back end that keeps marks in the local system.
4832
4833 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4836         arg of pop-to-buffer for XEmacs.
4837         (gnus-article-read-summary-keys): Ditto; don't restore window
4838         configuration if summary command ends up with neither article buffer
4839         nor summary buffer; describe bindings if summary keys end with C-h.
4840
4841 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4842
4843         * message.el (message-fix-before-sending): Skip raw message part to be
4844         forwarded while checking illegible text.
4845         (message-forward-make-body-mime, message-forward-make-body): Mark
4846         signed or encrypted raw message as having no illegible text.
4847
4848 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4849
4850         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4851         (gnus-message-with-timestamp-1): New macro.
4852         (gnus-message-with-timestamp): New function.
4853         (gnus-message): Use them.
4854
4855         * nnheader.el (nnheader-message): Use them.
4856
4857 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4858
4859         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4860         .newsrc.eld file.
4861
4862 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * gnus-agent.el (gnus-agent-fetch-headers)
4865         (gnus-agent-retrieve-headers): Bind
4866         gnus-decode-encoded-address-function to identity.
4867
4868         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4869         available also when the server returns simply a dot.
4870
4871         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4872
4873 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4874
4875         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4876
4877 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * gnus-ems.el (gnus-x-splash): Make it work.
4880
4881         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4882         from being used.
4883
4884         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
4885
4886 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4887
4888         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
4889         4th and the 5th arguments.
4890
4891         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4892         the front stickiness.
4893         (gnus-article-summary-command-nosave): Correct the order of the
4894         arguments passed to pop-to-buffer.
4895         (gnus-article-read-summary-keys): Ditto; make it work properly when the
4896         summary command ends up with the article buffer.
4897
4898         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4899         the same faces.
4900
4901 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4902
4903         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4904
4905 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4906
4907         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4908         * gnus-sum.el (gnus-summary-highlight):
4909         * pgg.el (pgg-sign-region, pgg-sign):
4910         * mail-source.el (mail-source-delete-old-incoming-confirm):
4911         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4912
4913 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * gnus-art.el (gnus-mime-view-part-externally)
4916         (gnus-mime-view-part-internally): Fix predicate function passed to
4917         completing-read.
4918
4919         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4920
4921         * gnus.el (gnus-update-message-archive-method): Add :version.
4922
4923 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4924
4925         * gnus.el (gnus-update-message-archive-method): New variable.
4926
4927         * gnus-start.el (gnus-setup-news): Update saved "archive" method
4928         according to gnus-message-archive-method if
4929         gnus-update-message-archive-method is non-nil.
4930
4931 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4932
4933         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
4934         by Loic Dachary <loic@dachary.org>.
4935         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4936
4937 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4938
4939         * message.el (message-pop-to-buffer): Add switch-function argument.
4940         (message-mail): Pass switch-function argument to it.
4941
4942 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
4943
4944         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4945         Improve doc string.
4946
4947 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4948
4949         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4950         (gnus-header-content)
4951         * gnus-cite.el (gnus-cite-10)
4952         * gnus-srvr.el (gnus-server-closed)
4953         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4954         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4955         (gnus-group-mail-3-empty, gnus-group-mail-low)
4956         (gnus-group-mail-low-empty, gnus-splash)
4957         * message.el (message-header-to, message-header-cc)
4958         (message-header-subject, message-header-other, message-header-name)
4959         (message-header-xheader, message-separator, message-cited-text)
4960         (message-mml): Lighten colors of faces used for dark background.
4961
4962 2007-05-24  Simon Josefsson  <simon@josefsson.org>
4963
4964         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
4965         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
4966
4967 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4968
4969         * message.el (message-narrow-to-headers-or-head):
4970         Ignore mail-header-separator in the body.
4971
4972 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4973
4974         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4975         same as window size.
4976
4977 2007-05-22  Kevin Ryde  <user42@zip.com.au>
4978
4979         * message.el (message-font-lock-keywords): Use message-header-xheader
4980         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
4981         ahead of the anything pattern, to get it recognised.
4982
4983 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4984
4985         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
4986         spam.el loads uses it in the compiled defadvice form.
4987
4988 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
4989
4990         * gnus-sum.el (gnus-articles-to-read)
4991         (gnus-summary-insert-old-articles): Don't truncate group name for
4992         `read-string'.
4993
4994         * gnus-util.el (gnus-limit-string): Delete this function.
4995
4996         * gnus-sum.el (gnus-simplify-subject-fully): Use
4997         `truncate-string-to-width' instead.
4998
4999 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5000
5001         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5002         if, on summary exit, the next group has to be selected.
5003         (gnus-summary-exit): Use it.
5004
5005 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5006
5007         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5008         non-break space.
5009
5010 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5011
5012         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5013         Check if group is not a directory.
5014         (nnfolder-request-expire-articles): Don't delete articles if the target
5015         group is not available.
5016
5017         * nnml.el (nnml-request-create-group): Properly check if group is not a
5018         file.
5019         (nnml-request-expire-articles): Don't delete articles if the target
5020         group is not available.
5021
5022         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5023         Don't quote characters that are within parentheses.
5024
5025 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5028         (gnus-handle-ephemeral-exit): Select article according to it.
5029
5030 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5031
5032         * message.el (message-insert-formated-citation-line): Remove newline.
5033         (message-citation-line-format): Add final \n here so that the user can
5034         avoid a blank line.
5035
5036 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5037
5038         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5039         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5040         Update lanl/arXiv support.
5041
5042 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5043
5044         * gnus.el: Bump version number.
5045
5046 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5047
5048         * gnus.el (gnus-version-number): Bump version.
5049
5050 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5051
5052         * gnus.el: No Gnus v0.6 is released.
5053
5054 2007-04-27  Didier Verna  <didier@xemacs.org>
5055
5056         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5057         * gmm-utils.el (gmm-regexp-concat): here.
5058         * message.el: Don't require 'gnus-util.
5059         (message-dont-reply-to-names): Handle name change above.
5060         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5061
5062 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5063
5064         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5065         since the initial value varies according to the system.
5066
5067 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5068
5069         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5070
5071 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5072
5073         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5074
5075 2007-04-24  Didier Verna  <didier@xemacs.org>
5076
5077         Improve the type of gnus-ignored-from-addresses.
5078         * gnus-util.el (gnus-orify-regexp): New function.
5079         * message.el (gnus-util): Require it.
5080         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5081         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5082         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5083
5084 2007-04-24  Didier Verna  <didier@xemacs.org>
5085
5086         * gnus-sum.el:
5087         * gnus-utils.el: Fix some trailing whitespaces.
5088
5089 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5090
5091         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5092         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5093         article's Message-ID; refer parent article in summary buffer.
5094
5095         * message.el (message-bounce): Call mime-to-mml.
5096
5097         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5098         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5099         optimize and/or forms properly.
5100
5101 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5102
5103         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5104         URL.
5105
5106 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5107
5108         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5109
5110 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5111
5112         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5113         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5114         displayed of multipart/alternative part if it is invoked from summary
5115         buffer.
5116
5117         * mm-view.el (mm-inline-text-html-render-with-w3m)
5118         (mm-inline-text-html-render-with-w3m-standalone)
5119         (mm-inline-render-with-function): Use mail-parse-charset by default.
5120
5121 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5122
5123         * parse-time.el (parse-time-string-chars): Check if CHAR
5124         is less than the length of parse-time-syntax.
5125
5126 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5127
5128         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5129         from gnus-newsgroup-processable.
5130
5131 2007-04-16  Didier Verna  <didier@xemacs.org>
5132
5133         * gnus-msg.el (gnus-configure-posting-styles): Handle
5134         message-signature-directory properly with :file syntax.  Reported by
5135         "Leo".
5136
5137 2007-04-11  Didier Verna  <didier@xemacs.org>
5138
5139         New user option: message-signature-directory.
5140         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5141         * message.el (message-insert-signature): Ditto.
5142         * message.el (message-signature-file): Doc update.
5143         * message.el (message-signature-directory): New.
5144
5145 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5146
5147         * gnus-msg.el (gnus-inews-yank-articles): Use
5148         message-exchange-point-and-mark instead of exchange-point-and-mark.
5149
5150 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5151
5152         * message.el (message-yank-original): Make sure cited text ends with
5153         newline; don't exchange point and mark.
5154
5155 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5156
5157         * tls.el (open-tls-stream): Properly handle case where there
5158         is no associated buffer.
5159
5160 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5161
5162         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5163         message-yank-original, make sure (< mark TEXT point).
5164
5165 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5166
5167         * message.el (message-fill-column): New variable.
5168         (message-mode): Use it.  Add comment on a possible new hook.
5169
5170         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5171         (nnmail-get-new-mail): Reformat.
5172
5173         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5174
5175         * gmm-utils.el: Fix Commentary.
5176         (gmm-tool-bar-from-list): Fix typo in doc string.
5177
5178 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5179
5180         * message.el (message-yank-original): Don't switch point and mark
5181         unnecessarily to put point and mark as documented.
5182
5183 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5184
5185         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5186         from the message heads.
5187
5188 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5189
5190         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5191         article buffer does not have a window.  This may not be the best
5192         solution but is certainly better than setting the start of the null,
5193         that is the current, window.
5194
5195 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5196
5197         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5198         (gnus-draft-setup): Run it.
5199
5200         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5201         gnus-score-fast-scoring.  Allow regexp.
5202         (gnus-score-headers): Use it.
5203
5204         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5205         XEmacs.
5206
5207         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5208         string.
5209         (gnus-button-alist): Also catch `<f1> k ...'.
5210         (gnus-treat-display-x-face): Fix doc string.
5211
5212 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5213
5214         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5215         evaluation of gnus-extended-version to ensure correct generation of the
5216         User-Agent header when message-generate-headers-first is used.
5217
5218 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5219
5220         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5221         hashcash-path is nil.  Don't call callback with incorrect number of
5222         parameters if val is 0.
5223
5224 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5225
5226         * message.el (message-required-news-headers):
5227         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5228
5229 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5230
5231         * tls.el (open-tls-stream): In handshake-waiting loop,
5232         don't wait more if there is output available to process.
5233
5234 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5235
5236         * tls.el (tls-program): Doc fix.
5237
5238 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * message.el (message-generate-new-buffers): Change the meaning of the
5241         nil value; add `standard' to the choices; treat t as `unique'; improve
5242         doc string.
5243         (gnus-select-frame-set-input-focus): Autoload.
5244         (message-buffer-name): Search for the existing message buffer if
5245         message-generate-new-buffers is nil or `standard'; treat the value t of
5246         message-generate-new-buffers as `unique'.
5247         (message-pop-to-buffer): Raise the frame already displaying the message
5248         buffer; clear the echo area after querying.
5249         (message-setup): Pass the `continue' argument to compose-mail.
5250         (message-mail): Prefer `switch-function' if it is given; search for the
5251         existing message buffer if the `continue' argument is non-nil; pass
5252         continue and switch-function arguments to compose-mail by way of
5253         message-setup.
5254         (message-mail-other-window): Adjust argument of message-setup.
5255         (message-mail-other-frame): Ditto.
5256
5257 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5258
5259         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5260         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5261         to turn font-lock on when turning gnus-message-citation-mode on.
5262
5263 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5264
5265         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5266         (mml-smime-function-alist): New variable; add epg as the backend.
5267         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5268         mml-smime- functions instead.
5269         * mm-view.el: Require smime.
5270
5271 2007-03-05  Didier Verna  <didier@xemacs.org>
5272
5273         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5274         instead of just inheritance for posting styles.
5275         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5276
5277 2007-02-24  Chris Moore  <dooglus@gmail.com>
5278
5279         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5280         * pgg-pgp.el (pgg-pgp-encrypt-region):
5281         * pgg-gpg.el (pgg-gpg-encrypt-region):
5282         Check pgg-encrypt-for-me if no other recipients.
5283
5284 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5285
5286         * tls.el (tls-certtool-program): Fix custom type.
5287
5288 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5289
5290         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5291         and point-at-eol instead of line-(beginning|end)-position.
5292
5293         * assistant.el (assistant-parse-buffer): Ditto.
5294
5295         * netrc.el (netrc-parse-services): Ditto.
5296
5297 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5298
5299         * mml2015.el (mml2015-epg-find-usable-key): New function.
5300         (mml2015-epg-sign): Use it.
5301         (mml2015-epg-encrypt): Use it.
5302
5303 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5304
5305         * message.el (message-make-in-reply-to): Quote name containing
5306         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5307         if there are special characters.  Reported by NAKAJI Hiroyuki
5308         <nakaji@jp.freebsd.org>.
5309
5310 2007-02-27  Didier Verna  <didier@xemacs.org>
5311
5312         Include the group parameters as well as the topic ones in the
5313         inheritance filter process.
5314         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5315         argument GROUP-PARAMS-LIST.
5316         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5317
5318 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5319
5320         * nntp.el (nntp-never-echoes-commands)
5321         (nntp-open-connection-functions-never-echo-commands): New variables.
5322         (nntp-send-command): Use them.
5323
5324 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5325
5326         * mml2015.el (mml2015-epg-verify): Simplified.
5327
5328 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * mml.el (mml-content-disposition-alist): New user option.
5331         (mml-content-disposition): New function.
5332         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5333         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5334
5335 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5336
5337         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5338         verification.
5339
5340 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5341
5342         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5343         articles posted in the last 24 hours.
5344
5345 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5346
5347         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5348
5349 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5350
5351         * nntp.el (nntp-send-command): Don't wait for echoes when
5352         nntp-open-ssl-stream is used.
5353
5354 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5355
5356         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5357         (gnus-message-add-citation-keywords)
5358         (gnus-message-remove-citation-keywords): Remove.
5359         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5360         directly, make the variables in font-lock-defaults buffer-local, add
5361         gnus-message-citation-keywords to them and then update the value of
5362         font-lock-keywords.
5363
5364 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5365
5366         * message.el (message-cite-original-1): Don't call
5367         gnus-article-highlight-citation.
5368
5369         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5370         citations; fix line count.
5371
5372 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5375         (gnus-message-add-citation-keywords)
5376         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5377         versions of font-lock-add-keywords and font-lock-remove-keywords to
5378         work with XEmacs correctly.
5379
5380 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5381
5382         * gnus-cite.el (gnus-cite-face-list): Set the values of
5383         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5384         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5385         (gnus-message-cite-prefix-regexp): New variable.
5386         (gnus-message-search-citation-line): Use it; protect against long
5387         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5388         the 0th match data for Emacs.
5389         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5390         (gnus-message-add-citation-keywords): Append keywords rather than
5391         prepending; emulate font-lock-add-keywords if it is not available.
5392         (gnus-message-remove-citation-keywords): Emulate
5393         font-lock-remove-keywords if it is not available.
5394
5395         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5396
5397         * message.el (message-cite-prefix-regexp): Set the value of
5398         gnus-message-cite-prefix-regexp.
5399
5400 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5401
5402         * nnweb.el (nnweb-google-parse-1): Update parser.
5403
5404 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5405
5406         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5407
5408 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5409
5410         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5411         regexp.
5412
5413 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5414
5415         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5416         string-to-multibyte.
5417         (uudecode-decode-region-internal): Use it.
5418
5419         * lpath.el: Fbind string-as-multibyte for XEmacs.
5420
5421 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5422
5423         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5424         custom choice.
5425
5426         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5427
5428 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5429
5430         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5431
5432         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5433         `write-region' to respect `mm-inhibit-file-name-handlers'.
5434
5435 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5436
5437         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5438         Use gnus-home-directory instead of "~/" or "$HOME".
5439
5440 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5441
5442         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5443         to mention filename.
5444         Add comments at beginning regarding usage.
5445         (encrypt-write-file-contents): Change interactive so a string is
5446         acceptable.  If the file has no associated model, show an error instead
5447         of a nonsense prompt.
5448
5449 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5450
5451         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5452         Thanks to Yoshihiko Yamada for kind notification of this typo.
5453
5454 2007-01-12  Kenichi Handa  <handa@m17n.org>
5455
5456         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5457         multibyte buffer.
5458
5459 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5460
5461         * gnus-score.el (gnus-score-fast-scoring): New variable.
5462         (gnus-score-headers): Use it.
5463
5464         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5465
5466         * message.el (message-cite-original-1): Call
5467         gnus-article-highlight-citation if requested.
5468         (message-make-from): Allow name and address as optional arguments.
5469
5470         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5471
5472         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5473         bugs to doc string.
5474         (gnus-button-alist): Add mid\\|message-id.
5475         (gnus-button-fetch-group): Extend for use in
5476         `browse-url-browser-function'.
5477         (gnus-button-url-regexp): Try to catch paired parentheses like in
5478         Wikipedia URLs.
5479
5480         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5481         Suggested by Simon Krahnke <overlord@gmx.li>.
5482
5483 2007-01-13  Romain Francoise  <romain@orebokech.com>
5484
5485         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5486         Update copyright.
5487
5488 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5489
5490         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5491
5492 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5493
5494         * gnus-registry.el (gnus-registry-unfollowed-groups)
5495         (gnus-registry-split-fancy-with-parent): Fix documentation.
5496
5497 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5498
5499         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5500         from nnweb groups.
5501
5502 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5503
5504         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5505         Xref urls.  Erase buffer before requesting head.
5506
5507 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5508
5509         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5510         customizable.
5511
5512 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5513
5514         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5515         no signing key is found.
5516         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5517         no encrypting and/or signing key is found.
5518
5519 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5520
5521         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5522
5523 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5524
5525         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5526         headers read from disk with the ones newly found in the current search.
5527         This should no longer cause problems, because the article numbers in
5528         Gmane's `nov.php' output are ignored since the previous change.
5529
5530 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5531
5532         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5533
5534 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5535
5536         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5537         replace-regexp-in-string; bind url-version; fbind display-images-p and
5538         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5539         find-face and set-itimer-function for Emacs; bind itimer-list for
5540         Emacs.
5541
5542         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5543
5544 2007-01-01  Romain Francoise  <romain@orebokech.com>
5545
5546         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5547
5548 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5549
5550         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5551         `define-minor-mode' macro definition expanded properly.
5552         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5553         exclude it there.
5554
5555         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5556         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5557         `fboundp' test.
5558         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5559         This is OK to autoload in (S)XEmacs now.
5560
5561 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5562
5563         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5564         keystroke.
5565         (gnus-summary-limit-to-singletons): Fix typo.
5566
5567         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5568         else fails.
5569
5570 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5571
5572         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5573         docstring.
5574
5575         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5576         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5577         (gnus-summary-insert-dormant-articles): Fix typo in message.
5578
5579 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5580
5581         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5582         nil for XEmacs.
5583         (gnus-message-citation-mode): Don't autoload in XEmacs.
5584
5585         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5586
5587 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5588
5589         * nnimap.el (nnimap-expunge-search-string): Mention
5590         nnimap-search-uids-not-since-is-evil in docstring.
5591
5592 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5593
5594         * spam.el: Revert to make-obsolete-variable because
5595         define-obsolete-variable-alias is not supported in Emacs 21.
5596
5597         * spam.el (spam-ifile-path, spam-ifile-database-path)
5598         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5599         make-obsolete-variable.
5600         (spam-bsfilter-path, spam-bsfilter-program)
5601         (spam-spamassassin-path, spam-spamassassin-program)
5602         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5603         use "path" inappropriately.
5604         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5605         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5606         variable names.
5607
5608 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5609
5610         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5611         summary buffer.
5612
5613         * password.el (password-cache-remove): Use clear-string to burn
5614         password, if available.
5615
5616 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5617
5618         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5619
5620         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5621
5622         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5623         (gnus-message-highlight-citation): Move defcustom here from
5624         gnus-cite.el.
5625         (gnus-message-citation-mode): Autoload.
5626
5627         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5628         checks to make it compile with XEmacs.
5629         (gnus-message-citation-mode): New minor mode.
5630         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5631         (gnus-message-highlight-citation): New variables.
5632         (gnus-message-search-citation-line)
5633         (gnus-message-add-citation-keywords)
5634         (gnus-message-remove-citation-keywords)
5635         (turn-on-gnus-message-citation-mode)
5636         (turn-off-gnus-message-citation-mode): New functions.
5637
5638 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5639
5640         * gnus-cite.el: Enable highlighting of different citation levels in
5641         message-mode.
5642
5643 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5644
5645         * message.el (message-make-fqdn): Fix comment.
5646         (message-bogus-system-names): Add ".local".
5647
5648         * spam.el (spam-ifile-path, spam-ifile-program)
5649         (spam-ifile-database-path, spam-ifile-database)
5650         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5651         Don't use "path" inappropriately.
5652         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5653         strings.
5654         (spam-check-ifile, spam-ifile-register-with-ifile)
5655         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5656         new variable names.
5657
5658         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5659         (gnus-treat-display-smileys): Simplify using
5660         gnus-image-type-available-p.
5661
5662         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5663         available.
5664
5665         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5666         `display-images-p' if available.
5667
5668 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5671         one after turning on the buffer's multibyteness instead of decoding
5672         them directly in the unibyte buffer that causes unexpected conversion
5673         in Emacs 23 (unicode).
5674
5675 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5676
5677         * message.el (message-generate-hashcash): Fix custom type.
5678
5679 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5680
5681         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5682
5683 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5684
5685         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5686         disconnect icons.  Add help text.
5687
5688 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5689
5690         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5691         negated to be consistent with the others we handle.
5692
5693 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5694
5695         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5696         version of gnus-summary-buffer to something, so that we can use two
5697         article buffers at the same time.
5698
5699 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5700
5701         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5702         trigger all the extra headers.
5703         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5704         sorting.
5705
5706 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5707
5708         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5709         solid groups.
5710
5711 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5712
5713         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5714
5715 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5716
5717         * legacy-gnus-agent.el: Add Copyright notice.
5718
5719 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5720
5721         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5722
5723 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5724
5725         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5726
5727         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5728         to make it work reliably in CVS Emacs.
5729         (gnus-summary-limit-strange-charsets-predicate)
5730         (gnus-summary-limit-to-predicate): New functions.
5731
5732 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5733
5734         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5735         specifying array size.
5736         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5737         array if it is too small.
5738         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5739         (gnus-sort-threads-loop): New function.
5740
5741 2006-12-06  Chris Moore  <dooglus@gmail.com>
5742
5743         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5744         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5745
5746 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5747
5748         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5749         options.
5750
5751 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5752
5753         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5754         DOS-ing the recipient.
5755
5756         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5757         the headers when creating the mapping to avoid mismappings.
5758         (nnweb-gmane-create-mapping): Always nix out old mapping.
5759
5760 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5763         and mm-verify-option to never.
5764
5765 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5766
5767         * message.el (message-signed-or-encrypted-p): New function.
5768         (message-forward-make-body): Use it.
5769
5770         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5771         Replace encode-coding-string with mm-encode-coding-string.
5772
5773 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5774
5775         * nneething.el (nneething-decode-file-name): Replace
5776         decode-coding-string with mm-decode-coding-string.
5777
5778         * gnus-int.el (gnus-open-server): Say failed server's name.
5779
5780 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5781
5782         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5783         strings to a single string.  Quote `errors-file-name'.
5784         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5785         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5786         Adjust calls.  Use `shell-quote-argument'.
5787
5788 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5789
5790         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5791         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5792
5793         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5794         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5795         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5796         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5797         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5798         (gnus-subscribe-newsgroup, gnus-1):
5799         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5800         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5801         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5802         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5803
5804 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5805
5806         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5807         keystroke.
5808         (gnus-summary-limit-to-bodies): Implement headersp.
5809
5810 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5811
5812         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5813
5814 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5815
5816         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5817
5818 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5819
5820         * message.el (message-generate-hashcash): Expand range of values to
5821         include `opportunistic'.
5822         (message-send-mail): Use it.
5823
5824 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5825
5826         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5827         and comment it.
5828
5829         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5830
5831 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5832
5833         * gnus-util.el (gnus-extract-address-components): Improve comment.
5834
5835 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5836
5837         * gnus-util.el (gnus-extract-address-components): Work with address in
5838         which the name portion contains @.
5839
5840         * lpath.el: Fbind custom-autoload.
5841
5842 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5843
5844         * gnus.el (gnus-start): Move custom group up.
5845         (gnus-select-method): Don't autoload, but make it available for
5846         `customize-variable'.
5847         (gnus-getenv-nntpserver): Don't autoload.
5848
5849 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5850
5851         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5852
5853 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5854
5855         * message.el (message-sendmail-extra-arguments): New variable.
5856         (message-send-mail-with-sendmail): Use it.
5857
5858 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5861         mm-with-unibyte-current-buffer to make string unibyte.
5862
5863         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5864         mm-string-as-multibyte.
5865
5866 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5867
5868         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5869         Reported by Werner Koch <wk@gnupg.org>.
5870
5871 2006-11-14  Daiki Ueno  <ueno@p360>
5872
5873         * mml2015.el: Autoload epa-select-keys when compiling.
5874
5875 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5876
5877         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5878         message-options.
5879         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5880
5881 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5882
5883         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5884         EasyPG (< 0.0.6).
5885         (mml2015-always-trust): New user option.
5886         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5887         prompt.
5888
5889 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * nntp.el (nntp-authinfo-force): New variable.
5892         (nntp-send-authinfo): Use it.
5893
5894 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5895
5896         * message.el (message-strip-subject-encoded-words): Allow _not_ to
5897         decode encoded words.  Improve prompt.  Add comment about forwarding.
5898         (message-replacement-char): Move up.
5899
5900 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5901
5902         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5903         instead of gnus-intersection because arguments of gnus-sorted-nunion
5904         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
5905
5906 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
5907
5908         * message.el (message-strip-subject-encoded-words): Reformat prompt.
5909         (message-simplify-subject-functions): Enable
5910         message-strip-subject-encoded-words by default.
5911
5912 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
5913
5914         * message.el (message-strip-subject-encoded-words): New function.
5915         (message-simplify-subject-functions): New variable.
5916         (message-simplify-subject): Use it.  Fix typo in doc string.
5917         Support message-strip-subject-encoded-words.
5918
5919 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5920
5921         * gnus-diary.el (gnus-diary-delay-format-function):
5922         * nndiary.el (nndiary-reminders):
5923         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5924
5925 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5926
5927         * gnus-art.el (article-hide-boring-headers): Fetch date from
5928         gnus-original-article-buffer to avoid problems with localized date
5929         strings.
5930
5931 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5934
5935 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
5936
5937         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5938         New variables.
5939         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5940         (mm-charset-synonym-alist): Move some entries to
5941         mm-codepage-iso-8859-list.
5942         (mm-charset-synonym-alist, mm-charset-override-alist): Add
5943         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5944
5945 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5946
5947         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5948
5949 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5950
5951         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5952         with Emacs 21 and XEmacs.
5953
5954 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5955
5956         * spam.el (spam-parse-address): New function for better parsing,
5957         catching errors, etc.
5958         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
5959
5960 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5961
5962         * mm-view.el: Add interactive arg to html2text autoload.
5963
5964 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5965
5966         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
5967
5968 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
5969
5970         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
5971         variables.
5972         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5973         (mm-charset-synonym-alist): Move some entries to
5974         mm-codepage-iso-8859-list.
5975
5976         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
5977
5978 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
5979
5980         * message.el (message-citation-line-format)
5981         (message-insert-formated-citation-line): Fix implementation of %E, %N
5982         and %n according to the doc string.
5983
5984 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
5985
5986         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5987         car-safe to avoid bad parses.
5988
5989 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
5992         names.
5993
5994         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
5995
5996 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
5999         header.
6000
6001         * message.el (message-draft-headers): Add Date.
6002         (message-headers-to-generate): Fix typo in docstring.
6003
6004         * nndraft.el (nndraft-required-headers): New variable.
6005         (nndraft-generate-headers): Use it.
6006
6007         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6008
6009 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6010
6011         * gnus-registry.el (gnus-registry-wash-for-keywords)
6012         (gnus-registry-find-keywords): New functions to allow easy searching of
6013         articles that are in the registry.
6014
6015 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6016
6017         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6018         ietf-drums-parse-address instead of gnus-extract-address-components.
6019         Reported by Damien Elmes <damien@repose.cx>.
6020
6021 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6022
6023         * gnus.el (gnus-mime): Remove unused custom group.
6024
6025 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6026
6027         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6028         "blank line" when searching for end of armor headers.
6029
6030 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6031
6032         * gmm-utils.el (gmm-write-region): Fix variable name.
6033
6034 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6035
6036         * gmm-utils.el (gmm-write-region): New function based on compatibility
6037         code from `mm-make-temp-file'.
6038
6039         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6040
6041         * nnmaildir.el (nnmaildir--update-nov)
6042         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6043         Use `gmm-write-region'.
6044
6045 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6046
6047         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6048         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6049
6050         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6051
6052         * message.el (message-replacement-char): New variable.
6053         (message-fix-before-sending): Use it.
6054         (message-simplify-subject): New function to remove duplicate code.
6055         (message-reply, message-followup): Use it.
6056
6057         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6058         gnus-summary-limit-to-articles.
6059
6060 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6061
6062         * gnus-util.el (gnus-with-local-quit): New macro.
6063
6064         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6065
6066 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6067
6068         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6069         ignore non-string data.
6070
6071 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6072
6073         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6074         non-string data (needs to be done in the registry too).
6075
6076 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6077
6078         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6079         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6080         (gnus-registry-split-fancy-with-parent)
6081         (gnus-registry-fetch-simplified-message-subject-fast)
6082         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6083         Remove text properties on ingress into the registry and when it's saved.
6084         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6085         registry from entries with no groups.
6086
6087 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6088
6089         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6090         function to remove string properties.
6091
6092 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6093
6094         * gmm-utils.el (gmm): Adjust custom version.
6095
6096         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6097         custom version.
6098
6099         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6100
6101 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6102
6103         * gnus-art.el (gnus-insert-prev-page-button)
6104         (gnus-insert-next-page-button): Simplify.  Reformat.
6105
6106 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6107
6108         * gnus-art.el (gnus-insert-prev-page-button)
6109         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6110
6111 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6112
6113         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6114
6115 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6116
6117         * gnus-art.el (gnus-insert-mime-button)
6118         (gnus-insert-mime-security-button):
6119         Apply gnus-article-button-face to MIME and security buttons.
6120
6121 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6122
6123         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6124         readable.
6125
6126 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6127
6128         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6129
6130 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6131
6132         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6133         `browse-url-of-file' instead of `browse-url'.
6134
6135 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6136
6137         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6138         regexp.  Articles containing quotation were cut prematurely.
6139
6140 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6141
6142         * message.el (message-cite-original-1): Use nobody by default for the
6143         value of From header.
6144         (message-reply): Ditto.
6145
6146 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6147
6148         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6149         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6150         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6151
6152 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6153
6154         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6155         mails in the doc string.  Add some URLs in comment.
6156         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6157
6158 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6159
6160         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6161         backslashes handling and the way to find boundaries of quoted strings.
6162
6163 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6164
6165         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6166         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6167         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6168         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6169
6170 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6171
6172         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6173         doc string.
6174         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6175
6176 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6177
6178         * lpath.el: Fbind epg-check-configuration.
6179
6180 2006-09-06  Simon Josefsson  <jas@extundo.com>
6181
6182         * mml2015.el (mml2015-use): Doc fix, mention epg.
6183
6184 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6185
6186         * mml2015.el (mml2015-use): Default to epg, if available.
6187
6188 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6189
6190         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6191         message-sender.
6192         (mml1991-epg-encrypt): Ditto.
6193         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6194         message-sender.
6195         (mml2015-epg-encrypt): Ditto.
6196
6197 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6198
6199         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6200         several common directories.
6201
6202 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6203
6204         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6205         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6206
6207 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6208
6209         * gnus-art.el (article-decode-encoded-words): Make it fast.
6210
6211 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6214
6215         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6216         in quoted string into `\'.
6217
6218 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6219
6220         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6221         Use standard-syntax-table.
6222
6223 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6224
6225         * gnus-art.el (gnus-decode-address-function): New variable.
6226         (article-decode-encoded-words): Use it to decode headers which are
6227         assumed to contain addresses.
6228         (gnus-mime-delete-part): Remove useless `or'.
6229
6230         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6231         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6232         (gnus-nov-parse-line): Use it to decode From header.
6233         (gnus-get-newsgroup-headers): Ditto.
6234         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6235
6236         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6237         (mail-decode-encoded-address-string): New alias.
6238
6239         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6240         New function.
6241         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6242         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6243         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6244         (rfc2047-decode-string): Ditto.
6245         (rfc2047-decode-address-region): New function.
6246         (rfc2047-decode-address-string): New function.
6247
6248 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6249
6250         * message.el (message-caesar-buffer-body): Allow rotating headers.
6251
6252         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6253
6254         * message.el (message-insert-formated-citation-line): Fix %f.
6255         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6256
6257 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6258
6259         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6260         (gnus-bookmark-mouse-available-p): New macro.
6261         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6262         (gnus-bookmark-bmenu-show-infos): Use it.
6263         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6264         (gnus-bookmark-bmenu-hide-infos): Ditto.
6265         (gnus-bookmark-remove-properties): New function.
6266         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6267         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6268         (gnus-bookmark-write-file): Bind coding-system-for-write.
6269         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6270         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6271         group before selecting it.
6272         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6273         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6274         quit-window if it is not available; use gnus-mouse-2 and bind it to
6275         gnus-bookmark-bmenu-select-by-mouse.
6276         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6277         (gnus-bookmark-bmenu-select-by-mouse): New function.
6278
6279 2006-08-13  Romain Francoise  <romain@orebokech.com>
6280
6281         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6282         space.
6283
6284 2006-08-10  Romain Francoise  <romain@orebokech.com>
6285
6286         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6287         (dns-mode-soa-auto-increment-serial): New user option.
6288         (dns-mode-soa-maybe-increment-serial): New function.
6289         (dns-mode): Add the latter to `write-contents-functions'.
6290
6291 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * compface.el (uncompface): Use binary rather than raw-text-unix.
6294
6295 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6296
6297         * compface.el (uncompface): Make sure the eol conversion doesn't take
6298         place when communicating with the external programs.  Reported by
6299         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6300
6301 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6302
6303         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6304
6305 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6306
6307         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6308         Make it more robust by parsing author and date independently.
6309
6310 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6311
6312         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6313
6314 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6315
6316         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6317         first matching secret key.
6318         (mml2015-epg-encrypt): Ditto.
6319
6320         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6321         first matching secret key.
6322         (mml1991-epg-encrypt): Ditto.
6323
6324         * mml2015.el (mml2015-encrypt-to-self): New user option.
6325         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6326         mml2015-epg-encrypt-to-self is set.
6327
6328         * mml1991.el (mml1991-encrypt-to-self): New variable.
6329         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6330         mml1991-epg-encrypt-to-self is set.
6331
6332         * mml2015.el (mml2015-signers): New user option.
6333         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6334         (mml2015-epg-encrypt): Allow to select signing keys.
6335
6336         * mml1991.el (mml1991-signers): New variable.
6337         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6338         (mml1991-epg-encrypt): Allow to select signing keys.
6339
6340 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6341
6342         * nnheader.el (nnheader-insert-head): Make it work even if the file
6343         uses CRLF for the line-break code.
6344
6345 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6346
6347         * mml2015.el: Require mml-sec instead of password.
6348         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6349         (mml2015-cache-passphrase): Inherit the default value from
6350         mml-secure-cache-passphrase.
6351         (mml2015-passphrase-cache-expiry): Inherit the default value from
6352         mml-secure-passphrase-cache-expiry.
6353
6354         * mml1991.el: Require mml-sec instead of password.
6355         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6356         (mml1991-cache-passphrase): Inherit the default value from
6357         mml-secure-cache-passphrase.
6358         (mml1991-passphrase-cache-expiry): Inherit the default value from
6359         mml-secure-passphrase-cache-expiry.
6360
6361         * mml-sec.el: Require password.
6362         (mml-secure-verbose): New user option.
6363         (mml-secure-cache-passphrase): New user option.
6364         (mml-secure-passphrase-cache-expiry): New user option.
6365
6366 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6367
6368         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6369         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6370         andreas@altroot.de (Andreas Vögele).
6371
6372         FIXME: Use `tiny change'?
6373
6374 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6375
6376         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6377         workaround for the url package included with Emacs.
6378
6379         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6380
6381 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6382
6383         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6384         correctly.  This fixes a bug caused by the 2006-05-12 change.
6385
6386 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6387
6388         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6389         some information about the error when saying that the `bogus' mail
6390         group will be used.
6391
6392 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6393
6394         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6395         string.
6396
6397 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6398
6399         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6400
6401 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6402
6403         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6404
6405 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6406
6407         * mml1991.el (mml1991-function-alist): Add epg.
6408         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6409         (mml1991-epg-encrypt): New functions.
6410
6411 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6412
6413         * mml2015.el (mml2015-verbose): New variable.
6414         (mml2015-cache-passphrase): Ditto.
6415         (mml2015-passphrase-cache-expiry): Ditto.
6416         (mml2015-function-alist): Add epg.
6417         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6418         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6419         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6420         functions.
6421
6422 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6423
6424         * message.el (message-cite-original-1): Preserve region when removing
6425         quoted text due to X-No-Archive in order to avoid bogus attribution
6426         when citing multiple messages.
6427
6428 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6429
6430         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6431         Kenneth Jacker <khj@be.cs.appstate.edu>.
6432
6433 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6434
6435         * gnus-diary.el (gnus-user-format-function-d)
6436         (gnus-user-format-function-D): Autoload.
6437
6438         * imap.el (Commentary): Fix typo.
6439
6440         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6441         2006-04-22 contribution.
6442
6443 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6444
6445         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6446         It didn't really fix the bogosity I'm seeing with solid web groups.
6447
6448 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6449
6450         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6451         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6452         created using server names.  If we use the feature without declaring
6453         it, Gnus does not properly manage server and group state.
6454
6455         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6456         bound.
6457
6458 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6459
6460         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6461         looking up the method using GROUP's prefix before inventing a new one.
6462         It is used on killed/unknown groups in various places where returning
6463         an all-new method isn't expected by the caller.
6464
6465         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6466         and match semantics of gnus-group-real-prefix.
6467
6468 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6469
6470         * nnmail.el (nnmail-broken-references-mailers): New variable.
6471         (nnmail-ignore-broken-references): New function generalizing
6472         nnmail-fix-eudora-headers.
6473         (nnmail-fix-eudora-headers): Now obsolete.
6474
6475         * gnus-art.el (gnus-button-handle-custom): Support
6476         `customize-apropos*'.
6477
6478 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6479
6480         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6481
6482         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6483         articles.
6484
6485 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6486
6487         * message.el (message-cite-reply-above): New variable.
6488         (message-yank-original): Use it.
6489
6490 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6491
6492         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6493
6494 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6495
6496         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6497         as read.
6498
6499         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6500
6501 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6502
6503         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6504         (gnus-bookmark-default-file): Use gnus-directory.
6505         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6506         Remove "*" in doc string.
6507         (gnus-bookmark-write-file): Simplify.
6508         (gnus-bookmark-maybe-sort-alist): Use `when'.
6509         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6510         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6511         FIXME about Emacs 21 and XEmacs compatibility.
6512         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6513         compatibility.
6514         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6515         compatibility.
6516         (gnus-bookmark-menu-heading): Fix version.
6517
6518 2006-06-19  Bastien Guerry  <bzg@altern.org>
6519
6520         * gnus-bookmark.el: New file.
6521
6522 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6523
6524         * message.el (message-syntax-checks): Doc fix.
6525
6526 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6527
6528         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6529         unsubscribed groups as if they were killed ones.  It causes duplicate
6530         entries in gnus-newsrc-alist.
6531
6532 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * message.el (message-syntax-checks): Doc fix.
6535         (message-send-mail): Add check for continuation headers.
6536         (message-check-news-header-syntax): Fix regexp used to check for
6537         continuation headers.
6538
6539 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6542
6543 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6544
6545         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6546
6547 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6550         default-truncate-lines.
6551
6552 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6555         to fill the utf-8 entry.
6556
6557         * lpath.el: Fbind unicode-precedence-list.
6558
6559 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6560
6561         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6562
6563 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6564
6565         * gnus-agent.el (directory-files-and-attributes): Move all the way
6566         forward (the third and final move).
6567         (gnus-agent-read-agentview): Trap reconstruction errors due to
6568         nonexistant directory.  Handle by returning nil.
6569
6570 2006-05-30  Didier Verna  <didier@xemacs.org>
6571
6572         * message.el (message-dont-reply-to-names): Update the custom type.
6573         * message.el (message-dont-reply-to-names): New defsubst: potentially
6574         convert a list of regexps into a single one.
6575         * message.el (message-get-reply-headers): Use it.
6576         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6577
6578 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6579
6580         * gnus-agent.el (directory-files-and-attributes): Move forward.
6581
6582 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6583
6584         * gnus-ml.el (gnus-mailing-list-subscribe)
6585         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6586         (gnus-mailing-list-message): Fix doc strings.
6587
6588 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6589
6590         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6591         of doing it manually.
6592
6593 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6594
6595         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6596         comment.
6597
6598 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6599
6600         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6601         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6602         (gnus-agent-read-local): All symbols allocated in my-obarray.
6603         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6604         (gnus-agent-regenerate-group): Check numeric names to see if they are
6605         messages or groups.
6606         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6607         better way of do this...)
6608
6609         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6610         'dummy.group' (there should be a better way of do this...)
6611
6612 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6613
6614         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6615         (gnus-saved-headers): Ditto.
6616         (gnus-default-article-saver): Mention functions may have properties.
6617         (gnus-article-save): Override gnus-save-all-headers and
6618         gnus-saved-headers by :headers property which saver function may have.
6619         (gnus-summary-save-in-file): Add :headers property.
6620         (gnus-summary-write-to-file): Ditto.
6621
6622         * gnus-sum.el (gnus-summary-save-article): Bind
6623         gnus-prompt-before-saving to t when saving many articles in a file;
6624         always show all headers.
6625
6626         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6627
6628 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6629
6630         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6631         marks.
6632
6633         * message.el (message-indent-citation): Add optional arguments to allow
6634         using it outside of message buffers.
6635
6636         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6637         (gnus-article-treat-unfold-headers): Use it.
6638         (gnus-article-truncate-lines): New variable.
6639         (gnus-article-mode): Use it.
6640         (gnus-article-toggle-truncate-lines): New function.
6641
6642         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6643         gnus-article-toggle-truncate-lines.
6644
6645         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6646         coding system in XEmacs, use binary.
6647
6648 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6649
6650         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6651         after-load-alist.
6652
6653         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6654         this function should save decoded articles.
6655         (gnus-summary-write-to-file): Use property to specify this function
6656         should save decoded articles and specify gnus-summary-save-in-file
6657         should be used to save articles other than the first one when saving
6658         many articles.
6659         (gnus-summary-save-body-in-file): Use property to specify this
6660         function should save decoded articles.
6661         (gnus-summary-write-body-to-file): Use property to specify this
6662         function should save decoded articles and specify
6663         gnus-summary-save-body-in-file should be used to save articles other
6664         than the first one when saving many articles.
6665
6666         * gnus-sum.el (gnus-summary-save-article): Simplify.
6667
6668 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6669
6670         * gnus-art.el (gnus-default-article-saver): Add
6671         gnus-summary-write-body-to-file.
6672         (gnus-article-save-coding-system): Don't use coding system object
6673         in XEmacs.
6674         (gnus-read-save-file-name): Add optional `dir-var' argument which
6675         specifies directory in which files are saved; work even if optional
6676         `variable' argument is not specified.
6677         (gnus-summary-write-to-file): Read file name.
6678         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6679         (gnus-summary-write-body-to-file): New function.
6680
6681         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6682         (gnus-summary-local-variables): Add it.
6683         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6684         (gnus-summary-save-article): Remove optional `decode' argument;
6685         determine whether to decode articles by the value of
6686         gnus-default-article-saver; when saving many files using
6687         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6688         it first and use gnus-summary-save-in-file or
6689         gnus-summary-save-body-in-file thereafter unless
6690         gnus-prompt-before-saving is always; move point to article which
6691         will be saved.
6692         (gnus-summary-save-article-file): Revert.
6693         (gnus-summary-write-article-file): Revert.
6694         (gnus-summary-save-article-body-file): Revert.
6695         (gnus-summary-write-article-body-file): New function.
6696
6697 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6698
6699         * gnus-art.el (gnus-default-article-saver): Doc fix.
6700         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6701         from gnus-summary-save-article-coding-system, and default to a
6702         certain coding system.
6703         (gnus-output-to-file): Add coding cookie and encode text according
6704         to gnus-article-save-coding-system; don't use mm-append-to-file.
6705
6706         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6707         gnus-art.el and rename to gnus-article-save-coding-system.
6708         (gnus-summary-save-article): Require gnus-art; don't show all
6709         headers if it decodes articles; don't add coding cookie here;
6710         don't bind mm-text-coding-system-for-write.
6711         (gnus-summary-save-article-file): Save decoded articles.
6712         (gnus-summary-write-article-file): When saving many files, use
6713         gnus-summary-write-to-file first and gnus-summary-save-in-file
6714         thereafter unless gnus-prompt-before-saving is always.
6715         (gnus-summary-save-article-body-file): Save decoded articles.
6716
6717         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6718
6719 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6720
6721         * nnrss.el (nnrss-check-group): Bind hash-index.
6722
6723 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6724
6725         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6726         its hash index.  Store this hash in `nnrss-group-data'.
6727         (nnrss-read-group-data): Update accordingly.
6728
6729 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6730
6731         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6732         entry.
6733
6734         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6735         gnus-article-browse-html-article.
6736
6737 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6738
6739         * gnus-sum.el (gnus-summary-mime-map): Add
6740         gnus-article-browse-html-article.
6741
6742         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6743
6744 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6745
6746         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6747         suitable coding systems in customize.
6748
6749 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6750
6751         * mail-source.el (mail-sources): Fix custom type.
6752
6753 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6754
6755         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6756         (gnus-summary-expire-articles-now): Shorten prompt.
6757
6758         * gmm-utils.el (wid-edit): Require.
6759         (defun-gmm): Renamed from `gmm-defun-compat'.
6760         (gmm-image-search-load-path): Use it.
6761         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6762
6763 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6764
6765         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6766         variable.
6767         (gnus-summary-save-article): Add optional `decode' argument.  If
6768         it is set and gnus-summary-save-article-coding-system is non-nil,
6769         save decoded article.
6770         (gnus-summary-write-article-file): Save decoded article if
6771         gnus-summary-save-article-coding-system is non-nil.
6772
6773         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6774         type.
6775
6776 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6777
6778         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6779
6780 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6781
6782         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6783         first to test gnus-single-article-buffer which may be buffer-local.
6784
6785         * gnus-sum.el (gnus-summary-setup-buffer): Make
6786         gnus-single-article-buffer buffer-local and nil in ephemeral
6787         group; make gnus-article-buffer, gnus-article-current, and
6788         gnus-original-article-buffer always buffer-local.
6789         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6790         group.
6791         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6792
6793 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6794
6795         * nnml.el (nnml-request-compact-group): Compressed files might not
6796         have .gz extension.
6797
6798 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6799
6800         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6801         (mm-copy-to-buffer): Use with-current-buffer.
6802         (mm-display-part): Simplify.
6803         (mm-inlinable-p): Add optional arg `type'.
6804
6805 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6806
6807         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6808         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6809         Try harder to show the attachment internally or externally using
6810         gnus-mime-view-part-as-type.
6811
6812 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6813
6814         * message.el (message-from-style, message-signature-separator)
6815         (message-user-organization-file, message-send-mail-function)
6816         (message-citation-line-function, message-yank-prefix)
6817         (message-indent-citation-function, message-signature)
6818         (message-signature-file, message-signature-insert-empty-line):
6819         Remove autoloads.
6820
6821         * gnus-art.el (gnus-buttonized-mime-types): Remove
6822         "multipart/signed".  Revert 2006-04-26 change.
6823
6824 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6825
6826         * gnus.el (gnus-version-number): Bump version.
6827
6828 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6829
6830         * gnus.el: No Gnus v0.5 is released.
6831
6832 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6833
6834         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6835         fetching articles by message-id.
6836
6837 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6838
6839         * message.el (hashcash): Require hashcash as normal.
6840
6841         * ecomplete.el (ecomplete-highlight-match-line): Use
6842         point-at-eol.
6843         (ecomplete-highlight-match-line): Use `highlight', because that
6844         face exists in both Emacs and XEmacs.
6845
6846         * message.el (message-display-abbrev): Use point-at-bol.
6847
6848         * mail-source.el: Don't require timer/timer-funcs.
6849
6850         * gnus-async.el: Ditto.
6851
6852         * password.el: Ditto.
6853
6854         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6855
6856         * mm-url.el: Ditto.
6857
6858         * gnus-xmas.el: Don't require timer-funcs.
6859
6860         * mm-util.el: Require timer/timer-funcs.
6861
6862 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6863
6864         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6865         Close.
6866
6867 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6868
6869         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6870         unibyte after clear-decrypt function runs.
6871
6872         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6873         returns as a unibyte string.
6874
6875 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6876
6877         * lpath.el: Revert.
6878
6879         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
6880         (pgg-gpg-process-sentinel): Revert.
6881
6882         * pgg-pgp.el (pgg-pgp-process-region): Revert.
6883         (pgg-pgp-lookup-key): Revert.
6884
6885         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
6886         (pgg-pgp5-lookup-key): Revert.
6887
6888         * pgg.el (pgg-fetch-key): Revert.
6889
6890 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6891
6892         * lpath.el: Fbind string-as-multibyte for XEmacs.
6893
6894         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6895         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6896         (mml1991-pgg-encrypt): Ditto.
6897
6898         * pgg-gpg.el (pgg-string-to-multibyte): New function.
6899         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
6900         a multibyte buffer.
6901
6902         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
6903         (pgg-pgp-lookup-key): Ditto.
6904
6905         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6906         (pgg-pgp5-lookup-key): Ditto.
6907
6908         * pgg.el (pgg-fetch-key): Ditto.
6909
6910 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6911
6912         * message.el (message-user-organization-file): Check several
6913         locations of the organization file.
6914
6915         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6916         Add gnus-article-view-part-as-type.
6917
6918         * gnus-art.el (gnus-article-view-part-as-type): New function.
6919
6920         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6921         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
6922
6923         * mml.el: Simplify autoload.
6924         (mml-mode): defvar dnd-protocol-alist instead of using
6925         symbol-value.
6926         (mml-default-directory): New variable.
6927         (mml-minibuffer-read-file): Use it.
6928         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6929
6930         * message.el (message-citation-line-format): New variable.
6931         (message-insert-formated-citation-line): New function.
6932         (message-citation-line-function): Add
6933         `message-insert-formated-citation-line' to custom type.
6934
6935         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6936         to doc string.
6937
6938         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6939         depending on mm-verify-option.
6940
6941 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6944         binding pgg-* variables; reimplement the section which prevents
6945         MIME header from being signed.
6946         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6947         pgg-text-mode; remove a blank line at the top of body.
6948
6949         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6950         lines at the top of body; use gnus-newsgroup-charset if there's no
6951         Charset header.
6952
6953 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6954
6955         * message.el (message-self-insert-commands): Doc fix.
6956
6957         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6958         (mm-uu-pgp-encrypted-test): Ditto.
6959         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6960         between header and body; return application/pgp-encrypted handle
6961         if decryption failed; decode decrypted body by charset.
6962
6963         * mm-decode.el (mm-automatic-display): Don't make application/pgp
6964         element match to application/pgp-*.
6965
6966 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6967
6968         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
6969         HTML.
6970
6971 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6972
6973         * mail-source.el (mail-source-call-script): Message the error
6974         string.
6975
6976 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6977
6978         * gnus-util.el (gnus-byte-compile): Use it.
6979
6980 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
6981
6982         * gnus-util.el (kill-empty-logs): New function.
6983
6984 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6985
6986         * message.el (message-mail-alias-type): Doc fix.
6987         (message-mail-alias-type-p): New function.
6988         (message-send): Use it.
6989         (message-mode): Ditto.
6990         (message-strip-forbidden-properties): Ditto.
6991
6992         * ecomplete.el (ecomplete-database-file-coding-system): New
6993         variable.
6994         (ecomplete-save): Use it.
6995         (ecomplete-setup): Use it.
6996
6997 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * message.el (message-self-insert-commands): New variable.
7000         (message-strip-forbidden-properties): Use it.
7001
7002 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7003
7004         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7005         that doesn't make XEmacs choke.
7006
7007 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7008
7009         * gnus-util.el (gnus-replace-in-string):
7010         Prefer replace-regexp-in-string over of replace-in-string.
7011
7012 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7013
7014         * gnus-util.el (gnus-select-frame-set-input-focus):
7015         Use select-frame-set-input-focus if it is available in XEmacs; use
7016         definition defined in Emacs 22 for old Emacsen.
7017
7018         * dgnushack.el: Autoload unmorse-region for XEmacs.
7019
7020         * lpath.el: Bind cursor-in-non-selected-windows and
7021         select-frame-set-input-focus for XEmacs.
7022
7023 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7026
7027 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7028
7029         * gnus-registry.el (gnus-registry-cache-save): Remove text
7030         properties when saving via the temp buffer.
7031
7032 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7033
7034         * message.el (message-generate-hashcash): Honor custom type.
7035
7036 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7037
7038         * message.el (message-generate-hashcash): Default to non-nil when
7039         hashcash is found.
7040
7041         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7042         (gnus-refer-thread-limit): Increase default to 500.
7043
7044         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7045
7046         * flow-fill.el (fill-flowed): Allow delete-space.
7047
7048 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7049
7050         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7051         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7052         Remove autoloads.
7053
7054 2006-04-18  Simon Josefsson  <jas@extundo.com>
7055
7056         * message.el (message-generate-hashcash): Default to.
7057
7058 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7059
7060         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7061         concatenating segments rather than before concatenating them.
7062
7063 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7064
7065         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7066
7067 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7068
7069         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7070
7071         * message.el (message-forward-make-body-plain): Allow
7072         message-forward-ignored-headers to be a list.
7073         (message-remove-ignored-headers): Factor out into function.
7074         (message-forward-make-body-mml): Use it.
7075
7076         * imap.el (imap-quote-specials): New function.
7077         (imap-login-auth): Quote specials.
7078
7079         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7080         (rfc2231-parse-string): Allow concatanation of parameters that
7081         aren't contiguous.  The test case is
7082           (mail-header-parse-content-type "message/external-body;
7083             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7084             access-type=LOCAL-FILE;
7085             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7086
7087 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7088
7089         * nntp.el (nntp-accept-process-output): Return the value of
7090         `nnheader-accept-process-output'.
7091
7092 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7093
7094         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7095         (gnus-button-alist): Recognize more diff formats.
7096         (gnus-button-patch): Strip directory.
7097
7098 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7099
7100         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7101         Emacs 22 when setting focus.
7102
7103 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7104
7105         * gnus-art.el (gnus-article-treat-types): Do treatment of
7106         text/x-verbatim parts.
7107         (gnus-button-patch): New command.
7108
7109         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7110         addresses that contain invalid characters.
7111
7112 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7113
7114         * message.el (message-put-addresses-in-ecomplete): Use
7115         gnus-replace-in-string.
7116         (message-is-yours-p): Use the more correct
7117         mail-header-parse-address instead of
7118         mail-extract-address-components.
7119         (message-put-addresses-in-ecomplete): Fix typo.
7120
7121         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7122         keystroke.
7123
7124         * gnus-art.el (gnus-treatment-function-alist): Change order of
7125         newsgroups/generic header folding to avoid double-folding.
7126
7127         * message.el (message-hidden-headers): Add X-Draft-From.
7128
7129         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7130         command.
7131         (gnus-summary-repeat-search-article-backward): New command.
7132
7133         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7134         groups in the parent topic.
7135
7136 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7137
7138         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7139         (spam-extra-header-to-number): Return the CRM114 number as a
7140         number instead of a string.
7141
7142 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7143
7144         * gnus-art.el (gnus-face-properties-alist): Moved here from
7145         gnus-fun.
7146
7147         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7148
7149 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7150
7151         * message.el (message-strip-forbidden-properties): Only display on
7152         self-insert-command.
7153
7154         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7155         reindent.
7156         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7157
7158 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7159
7160         * smiley.el (smiley-style): Fix typo.
7161
7162 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7163
7164         * hashcash.el (hashcash-insert-payment-async-2): Use
7165         message-goto-eoh instead of doing it manually.
7166         (mail-add-payment): Use message-narrow-to-header instead of trying
7167         to do the same itself.
7168
7169         * message.el (message-hidden-headers): Add Face.
7170
7171         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7172         reparenting code.
7173         (gnus-summary-reparent-children): Refactored out code.
7174         (gnus-summary-thread-map): New keystroke.
7175         (gnus-summary-reparent-children): Make into command.
7176
7177         * smiley.el (smiley-style): Default to `medium' if using a large
7178         font.
7179
7180         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7181         does it itself.
7182
7183         * message.el (message-point-in-header-p): Simplify definition.
7184
7185 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7186
7187         * nnagent.el (nnagent-request-set-mark): Silence log file
7188         writing.
7189         (nnagent-request-set-mark): Use write-region instead of
7190         append-to-file.
7191
7192         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7193         strange select method.
7194
7195         * ecomplete.el (ecomplete-display-matches): Get highlightling
7196         right.
7197         (ecomplete-display-matches): Use literals.
7198         (ecomplete-display-matches): Disable message logging.
7199
7200         * message.el (message-display-abbrev): Small optimization.
7201
7202         * ecomplete.el (ecomplete-display-matches): Allow automatic
7203         display.
7204
7205         * message.el (message-strip-forbidden-properties): Display
7206         abbrevs.
7207         (message-display-abbrev): Get automatic display right.
7208
7209         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7210         keystrokes.
7211
7212 2006-04-13  Romain Francoise  <romain@orebokech.com>
7213
7214         TODO: Backport to v5-10!
7215
7216         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7217         Moved here (and renamed) from gnus-registry.el.
7218
7219         * gnus-registry.el: Require gnus-util.
7220         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7221
7222 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7223
7224         * gnus-group.el (gnus-group-catchup-current): Change
7225         if-then-else-if-then-else into cond.
7226         (gnus-group-catchup): Indent.
7227         (group-name-at-point): New function.
7228         (gnus-fetch-group): Provide default from thing at point.
7229
7230 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7231
7232         * message.el (message-display-abbrev): Fix regexp.
7233
7234         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7235         choosing.
7236         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7237         dead variables.
7238
7239         * message.el (message-newline-and-indent): Remove debugging.
7240         (message-display-abbrev): Use new implementation.
7241
7242 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7243
7244         * gnus-art.el (gnus-article-mode): Set
7245         cursor-in-non-selected-windows to nil.
7246
7247         * smiley.el: Revert previous change.
7248         (smiley-data-directory): defvar it before using it in the
7249         defcustom of `smiley-style'.
7250
7251 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7252
7253         * message.el (message-newline-and-indent): New function.
7254
7255         * ecomplete.el: Implement more bits.
7256
7257         * message.el (message-put-addresses-in-ecomplete): Clean up the
7258         string.
7259
7260         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7261
7262         * gnus-sum.el (gnus-summary-save-parts): Bind
7263         gnus-summary-save-parts-counter and use it to make unique file
7264         names.
7265
7266         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7267
7268         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7269         parameter to say whether to actually parse the individual
7270         addresses.
7271
7272         * message.el (message-put-addresses-in-ecomplete): New function.
7273         (ecomplete): Require.
7274         (message-mail-alias-type): Add ecomplete as an option.
7275
7276 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7277
7278         * flow-fill.el (fill-flowed): Remove trailing space from blank
7279         quoted lines.
7280
7281 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7282
7283         * smiley.el (smiley-style): Move definition later to avoid a
7284         compilation warning.
7285
7286 2006-04-12  Kenichi Handa  <handa@m17n.org>
7287
7288         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7289         buffer and then decode the buffer text if necessary.
7290         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7291         first, and after mm-encode-body, change the buffer to unibyte.
7292         Use mm-disable-multibyte instead of set-buffer-multibyte.
7293
7294 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7295
7296         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7297         Content-Type header instead of Content-Disposition header.
7298         (gnus-mime-inline-part): Ditto.
7299         (gnus-mime-view-part-as-charset): Ignore charset that the part
7300         specifies.
7301
7302         * mm-decode.el (mm-display-part): Work with external parts and
7303         usual parts similarly.
7304
7305         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7306         instead of gnus-display-mime.
7307
7308         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7309         instead of with-temp-buffer.
7310
7311         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7312         tag to summarized topics part in order to encode non-ASCII text.
7313
7314 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7315
7316         * smiley.el (smiley-style): New variable.
7317         (smiley-directory): New function.
7318         (smiley-data-directory): Derive from `smiley-style' using
7319         `smiley-directory'.
7320         (smiley-regexp-alist): Add new entries.
7321
7322         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7323         (gnus-article-browse-delete-temp): Add :version.
7324
7325 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7326
7327         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7328         the sieve region.
7329
7330 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7331
7332         * gnus.el (gnus-version-number): Bump version.
7333
7334 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7335
7336         * gnus.el: No Gnus v0.4 is released.
7337
7338 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7339
7340         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7341         layout.
7342
7343         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7344         unknown charset.
7345
7346         * message.el (message-header-synonyms): Add Original-To to the
7347         default.
7348
7349         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7350         optional parameter.
7351
7352 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7353
7354         * gnus-fun.el (gnus): Require it for gnus-directory.
7355
7356 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7357
7358         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7359
7360 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7361
7362         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7363
7364 2006-04-05  Simon Josefsson  <jas@extundo.com>
7365
7366         * password.el (password-reset): New function.
7367
7368 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7369
7370         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7371         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7372
7373 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7374
7375         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7376         Some whitespace was matched into the url, which broke browsing hits
7377         > 100 when mm-url-use-external was nil.
7378
7379 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7380
7381         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7382         gnus-extra-headers for 'Newsgroups.
7383
7384         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7385         bound.
7386
7387 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7388
7389         * pgg-gpg.el: Clean up process buffers every time gpg processes
7390         complete.
7391
7392 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7393
7394         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7395         doc string.
7396
7397 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7398
7399         * pgg-gpg.el (pgg-gpg-process-filter)
7400         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7401
7402         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7403         lines, temporary fix.
7404
7405 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7406
7407         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7408
7409 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7410
7411         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7412         default-enable-multibyte-characters.  This reverts the change from
7413         revision 6.17 which is no longer necessary because the passphrase
7414         is sent separately now.  GnuPG messages are unreadable under
7415         multibyte locales with default-enable-multibyte-characters set to
7416         nil.
7417
7418 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7419
7420         * message.el (message-tool-bar-gnome): Move "spell".
7421
7422 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7423
7424         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7425         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7426         instead.
7427
7428 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7429
7430         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7431         newsgroups handling for NNTP overviews which don't include
7432         Newsgroups.
7433
7434 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7435
7436         * message.el (message-resend): Bind message-generate-hashcash to nil.
7437
7438 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7439
7440         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7441         when searching for already-paid recipients.
7442
7443 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7444
7445         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7446         passphrases when it is not needed.
7447         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7448         passphrase stuff from gpg, should only be necessary when you use
7449         gpg with a smartcard.
7450
7451 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7452
7453         * mml.el (mml-insert-mime): Ignore cached contents of
7454         message/external-body part.
7455
7456         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7457         (mm-insert-part): Ditto.
7458
7459 2006-03-23  Simon Josefsson  <jas@extundo.com>
7460
7461         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7462         Reiner.
7463         (pgg-gpg-use-agent-p): Use it again.
7464
7465 2006-03-23  Simon Josefsson  <jas@extundo.com>
7466
7467         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7468         older emacsen.
7469         (pgg-gpg-use-agent-p): Don't use it.
7470
7471 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7472
7473         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7474         if we can.
7475
7476 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7477
7478         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7479         (pgg-gpg-update-agent): New function.
7480         (pgg-gpg-use-agent-p): New function.
7481         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7482         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7483         (pgg-gpg-sign-region): Use it.
7484
7485 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7486
7487         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7488         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7489
7490 2006-03-21  Simon Josefsson  <jas@extundo.com>
7491
7492         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7493         <wilde@sha-bang.de>.
7494         (pgg-gpg-use-agent): New variable.
7495         (pgg-gpg-process-region): Use it.
7496         (pgg-gpg-encrypt-region): Likewise.
7497         (pgg-gpg-encrypt-symmetric-region): Likewise.
7498         (pgg-gpg-decrypt-region): Likewise.
7499         (pgg-gpg-sign-region): Likewise.
7500         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7501
7502 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7503
7504         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7505
7506         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7507         Add comment on version.
7508
7509 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7510
7511         * smiley.el: Add missing test smiley.
7512
7513 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7514
7515         * mm-decode.el (mm-with-part): New macro.
7516         (mm-get-part): Use it; work with message/external-body as well.
7517         (mm-save-part): Treat name and filename equally.
7518
7519         * mm-extern.el (mm-extern-cache-contents): New function.
7520         (mm-inline-external-body): Use it; force the part to be displayed;
7521         move undisplayer added to the cached handle to the parent.
7522
7523         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7524         (gnus-mime-view-part-as-type): Work with message/external-body.
7525
7526         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7527
7528 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7529
7530         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7531         images in image-load-path.  [Sync with image.el, revision 1.60, in
7532         Emacs.]
7533
7534 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7535
7536         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7537         path rather than symbol.  Always return list of directories.
7538         Guarantee that image directory comes first.  [Sync with image.el,
7539         revision 1.59, in Emacs.]
7540
7541         * message.el (message-make-tool-bar): Adjust to new API of
7542         `gmm-image-load-path-for-library'.
7543
7544         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7545
7546         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7547
7548 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7549
7550         * gnus-art.el (gnus-article-only-boring-p):
7551         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7552         intangible text.
7553         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7554
7555 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7556
7557         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7558         `defun' instead of `gmm-defun-compat'.
7559
7560 2006-03-14  Simon Josefsson  <jas@extundo.com>
7561
7562         * message.el (message-unique-id): Don't use message-number-base36
7563         if (user-uid) is a float.
7564         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7565
7566 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7569
7570         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7571         empty line between a part and a message part.
7572
7573 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7574
7575         * smiley.el: Add more test smileys.
7576         (smiley-data-directory, smiley-regexp-alist)
7577         (gnus-smiley-file-types): Fix doc strings.
7578         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7579         adding new elements.
7580         (smiley-mouse-map): Unused code.  Make it a comment.
7581
7582 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7585         scan latest NoCeM messages instead of old ones.
7586         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7587         delimiters that are recently used.
7588         (gnus-nocem-load-cache): Add autoload cookie.
7589
7590         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7591
7592         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7593         level which is larger than gnus-use-nocem is specified.
7594
7595         * gnus-group.el (gnus-group-get-new-news): Ditto.
7596
7597 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7598
7599         * gnus-util.el (gnus-tool-bar-update): New function.
7600
7601         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7602         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7603
7604         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7605
7606         * gnus-group.el (gnus-group-redraw-when-idle)
7607         (gnus-group-redraw-check): Remove.
7608         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7609
7610 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7611
7612         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7613         if optional last element is specified in splits (FIELD VALUE...).
7614
7615 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7616
7617         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7618         to gmm-image-load-path-for-library.  Call with no-error argument.
7619         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7620
7621         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7622
7623         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7624
7625         * gmm-utils.el (gmm-image-load-path): Remove alias.
7626
7627 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7628
7629         * gmm-utils.el (gmm-image-load-path): Add alias.
7630
7631         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7632         nnml-generate-nov-databases-1.
7633         (nnml-generate-nov-databases): Use it.
7634         (nnml-generate-nov-databases-directory): Document no-active
7635         argument.
7636
7637         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7638         directory if path is t.  Add no-error.
7639
7640         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7641         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7642
7643         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7644         resetting gnus-article-browse-html-temp-list.
7645
7646         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7647         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7648         Add example to docstring.  Rename local variables.  Move error
7649         checks to default case in cond and simplify.
7650
7651 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7652
7653         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7654         handle is multipart when calling it recursively.
7655         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7656
7657 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7658
7659         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7660         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7661
7662 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7663
7664         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7665         is loaded.
7666
7667         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7668         loaded.
7669
7670 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7671
7672         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7673         to "Emacs 23 (unicode)" in doc string.
7674
7675         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7676         "Emacs 23 (unicode)" in comment.
7677
7678 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7679
7680         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7681
7682         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7683         characters 160 through 255 in Emacs 23.
7684
7685 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7686
7687         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7688         gnus-article-browse-html-temp.
7689         (gnus-article-browse-delete-temp): Make it customizable.  Add
7690         `file'.  Adjust doc string.
7691         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7692         query for each file.  Adjust doc string.
7693         (gnus-article-browse-html-parts): Add
7694         `gnus-article-browse-delete-temp-files' to
7695         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7696
7697 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7698
7699         * gnus-art.el (gnus-article-browse-html-temp)
7700         (gnus-article-browse-delete-temp): New variables.
7701         (gnus-article-browse-delete-temp-files): New function.
7702         (gnus-article-browse-html-parts): Use it.
7703
7704 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7705
7706         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7707
7708         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7709         string.
7710
7711         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7712         gnus-summary-insert-new-articles when unplugged.  Remove
7713         gnus-summary-search-article-forward.
7714
7715         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7716         display-visual-class instead of display-color-cells.
7717
7718 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * dgnushack.el: Autoload customize-group for XEmacs.
7721
7722         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7723         message/* containing non-ASCII text properly.
7724
7725 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7726
7727         * message.el: Require gmm-utils, remove autoloads.
7728         (message-tool-bar): Set default based on
7729         gmm-tool-bar-style.
7730         (message-tool-bar-gnome): Add gmm-customize-mode.
7731
7732         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7733         gmm-tool-bar-style.
7734         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7735
7736         * gnus-group.el (gnus-group-tool-bar): Set default based on
7737         gmm-tool-bar-style.
7738         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7739
7740         * gmm-utils.el (gmm-image-directory): Rename variable from
7741         gmm-image-load-path.
7742         (gmm-image-load-path): Use gmm-image-directory.
7743         (gmm-customize-mode): New function.
7744         (gmm-tool-bar-style): New variable.
7745
7746         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7747         gnus-group-redraw-line-number.
7748         (gnus-group-redraw-check): Simplify.
7749         (gnus-group-tool-bar-update): Remove redraw check.
7750         (gnus-group-make-tool-bar): Add redraw check.
7751
7752 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7753
7754         * gnus-art.el (gnus-button): Add missing parentheses.
7755
7756 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7757
7758         * lpath.el: Fbind line-number-at-pos.
7759
7760 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7761
7762         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7763
7764 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7765
7766         * gnus-art.el (gnus-button): New face.
7767         (gnus-article-button-face): Use it.
7768
7769         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7770         gnus-summary-next-page.  Re-order.
7771
7772         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7773         next-node are now included.
7774         (gnus-group-redraw-line-number): New internal variable.
7775         (gnus-group-redraw-check): Helper function for updating the tool
7776         bar.
7777         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7778
7779         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7780
7781         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7782         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7783         Use it to match format of Spamassassin 3.0 and later.  Reported by
7784         IRIE Tetsuya <irie@t.email.ne.jp>.
7785         (spam-check-bogofilter)
7786         (spam-bogofilter-register-with-bogofilter): Fix args of
7787         `gnus-error' calls.
7788
7789 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7790
7791         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7792         unnecessary interaction when sending queued mails.  Reported by
7793         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7794
7795 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7796
7797         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7798         first or last are nil.
7799
7800 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7801
7802         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7803
7804 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7805
7806         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7807
7808 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7809
7810         * dns.el (query-dns): Protect more against buggy tcp output.
7811
7812 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7813
7814         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7815         nov.php.
7816
7817 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7818
7819         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7820         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7821         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7822         output on the server side.
7823         (nnweb-google-create-mapping): Update regexps and add some
7824         progress indication.
7825
7826 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7827
7828         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7829         gnus-agent-toggle-plugged.  Re-order icons.
7830         (gnus-group-tool-bar-gnome): Add
7831         gnus-group-{prev,next}-unread-group.
7832         (gnus-group-tool-bar-gnome): Re-order icons.
7833
7834         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7835         gnus-summary-insert-new-articles.
7836
7837         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7838         comments.
7839
7840         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7841         also available in Emacs 21.3.
7842
7843         * message.el (message-fix-before-sending): Change "Emacs 22" to
7844         "Emacs 23 (unicode)" in comment.
7845
7846         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7847         "Emacs 23 (unicode)" in comment.
7848
7849         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7850         comment.
7851         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7852
7853         * mm-view.el (mm-fill-flowed): Add :version.
7854
7855 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7856
7857         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7858         and load-path.
7859
7860 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7861
7862         * message.el: Autoload gmm-image-load-path.
7863         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7864         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7865         consitency.
7866
7867         * gmm-utils.el (gmm-image-load-path): Also search in
7868         "../etc/images".  Don't set gmm-image-load-path if we don't find
7869         the image.
7870
7871 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7872
7873         * gmm-utils.el (gmm-image-load-path): Don't make
7874         `gmm-image-load-path' include subdirectories which the second arg
7875         `image' might specify.
7876
7877         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7878         subdirectory to icon file names.
7879
7880         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7881
7882 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7883
7884         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7885         gmm-image-load-path calls.
7886
7887         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7888
7889         * message.el (message-make-tool-bar): Ditto.
7890
7891         * mml.el (mml-preview): Added comment concerning tool bar icons.
7892
7893         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7894         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7895
7896         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7897         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7898
7899         * message.el (message-tool-bar-gnome): Use new icon names.
7900         (message-make-tool-bar): Use `gmm-image-load-path'.
7901
7902         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7903         functions from MH-E.
7904         (gmm-image-load-path): New variable from MH-E.
7905         (gmm-image-load-path): New function from MH-E.  Added arguments
7906         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
7907         *-image-load-path-called-flag.
7908
7909 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
7910
7911         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7912
7913 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
7914
7915         * nnimap.el (nnimap-request-move-article): Change folder back to
7916         source group before deleting.
7917
7918 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
7919
7920         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7921
7922         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7923         mm-url.
7924
7925         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7926
7927 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7928
7929         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7930         coding system which mm-charset-to-coding-system returns for a
7931         given charset is valid.
7932
7933 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
7934
7935         * html2text.el (html2text-remove-tag-list):
7936         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7937
7938 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7939
7940         * gnus-cus.el: Revert 2005-10-17 change.
7941
7942 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7943
7944         * gnus-art.el (article-strip-banner): Call
7945         article-really-strip-banner only when the regexp match is made.
7946
7947 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7948
7949         * gnus-art.el (article-strip-banner): Use
7950         gnus-extract-address-components instead of
7951         mail-header-parse-addresses to make it work with non-ASCII text;
7952         remove mail-encode-encoded-word-string.
7953
7954         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7955         values which are surrounded with \"...\"; make it never cause a
7956         Lisp error; give up parsing of parameters if it failed in
7957         extracting type.
7958
7959 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
7960
7961         * smime.el (smime-cert-by-ldap-1): Fix bug where
7962         `smime-ldap-search' returns results without userCertificates.
7963
7964 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7965
7966         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
7967
7968 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7969
7970         * spam.el (spam-check-spamassassin-headers): Adapt format for
7971         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
7972         <ari@mbf.ocn.ne.jp>.
7973         (spam-list-of-processors): Add spam-use-gmane.
7974
7975 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7976
7977         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
7978         make-temp-file; make it work with XEmacs as well.
7979
7980         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
7981         mm-make-temp-file.
7982
7983         * mm-decode.el (mm-display-external): Use the 3rd arg of
7984         mm-make-temp-file.
7985         (mm-create-image-xemacs): Ditto.
7986
7987 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7988
7989         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
7990         with message-narrow-to-headers.
7991         (gnus-draft-setup): Narrow to header to run message-fetch-field.
7992         (gnus-draft-check-draft-articles): New function.
7993         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
7994
7995 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7996
7997         * gnus-art.el (gnus-article-browse-html-parts):
7998         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
7999         Don't use suffix argument for mm-make-temp-file for Emacs 21
8000         compatibility.  Remove useless `format'.
8001
8002 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8003
8004         * nnweb.el (nnweb-google-wash-article): Update regexps.
8005         (nnweb-group-alist): Use defvoo instead of defvar.
8006
8007 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8008
8009         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8010         re-loading nn* modules.
8011
8012 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8013
8014         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8015         for `tool-bar-mode' and don't check it's default-value.
8016
8017         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8018
8019         * message.el (message-make-tool-bar): Ditto.
8020
8021         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8022         `substring'.  Shorten tmp-file name.
8023
8024         * gnus.el: Remove bogus comment.
8025
8026 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8027
8028         * gnus-art.el (gnus-article-browse-html-parts): New function.
8029         (gnus-article-browse-html-article): New function for viewing html
8030         articles with a browser.
8031
8032 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8033
8034         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8035         in elisp.
8036         (pgg-gpg-encrypt-symmetric-region): Ditto.
8037         (pgg-gpg-sign-region): Ditto.
8038
8039         * pgg-def.el (pgg-text-mode): New variable.
8040
8041         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8042         (mml2015-pgg-encrypt): Ditto.
8043
8044         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8045         (mml1991-pgg-encrypt): Ditto.
8046
8047 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8048
8049         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8050         message-make-date instead of current-time-string.
8051
8052         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8053         to gnus-decoded which mm-uu might set.
8054
8055 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8056
8057         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8058         don't decode quoted parameters; remove misimported Emacs code.
8059         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8060         (rfc2231-decode-encoded-string): Don't use split-string which
8061         behaves differently according to Emacs version; use
8062         mm-decode-coding-region to convert charset to coding-system.
8063         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8064         (rfc2231-encode-string): Remove misimported Emacs code.
8065
8066 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8069         when calling mail-header-parse-content-type.
8070         (article-de-quoted-unreadable): Ditto.
8071         (article-de-base64-unreadable): Ditto.
8072         (article-wash-html): Ditto.
8073
8074         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8075         calling mail-header-parse-content-type and
8076         mail-header-parse-content-disposition.
8077         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8078         mail-header-parse-content-type.
8079
8080         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8081         insert charset and format parameters; encode description after
8082         inserting it to buffer.
8083         (mml-insert-parameter): Fold lines properly even if a parameter is
8084         segmented into two or more lines; change the max column to 76.
8085
8086         * rfc1843.el (rfc1843-decode-article-body): Don't use
8087         ignore-errors when calling mail-header-parse-content-type.
8088
8089         * rfc2231.el (rfc2231-parse-string): Return at least type if
8090         possible; don't cause an error even if it fails in parsing of
8091         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8092         (rfc2231-encode-string): Don't break lines at the beginning, leave
8093         it to mml-insert-parameter.
8094
8095         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8096         calling mail-header-parse-content-type.
8097
8098 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8099
8100         * spam-report.el (spam-report-gmane-use-article-number):
8101         Improve doc string.
8102         (spam-report-gmane-internal): Check if a suitable header was found
8103         in the article.
8104
8105 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8106
8107         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8108         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8109
8110 2006-02-05  Romain Francoise  <romain@orebokech.com>
8111
8112         Update copyright notices of all files in the gnus directory.
8113
8114 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8115
8116         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8117
8118 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8119
8120         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8121         segmented lines of parameter value to cope with Thunderbird 1.5
8122         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8123         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8124         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8125
8126 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8127
8128         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8129         parts.
8130
8131 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8132
8133         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8134         there's only one active file for all servers.
8135         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8136         solid groups.  Gnus might have used a FAST request to select the group.
8137         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8138         and nnweb-search redundantly in the active file.
8139         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8140         (nnweb-request-create-group): Don't use ARGS.
8141         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8142         initialisations.  Let nnoo do the work.
8143
8144 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8145
8146         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8147         Say the part has been decoded.
8148
8149         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8150
8151 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8152
8153         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8154         mailcap-viewer-test-cache when there's no 'test clause, since that
8155         will invert the meaning of a "nil" test previously determined by
8156         mailcap-mailcap-entry-passes-test.
8157
8158 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8161         compiling.
8162
8163         * gnus-sum.el: Ditto.
8164
8165         * message.el: Don't bind tool-bar-map when compiling.
8166
8167 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8168
8169         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8170
8171 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8172
8173         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8174         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8175         current Google Groups.
8176
8177 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8178
8179         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8180         and tool-bar-mode.
8181
8182         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8183         and tool-bar-mode.
8184
8185         * message.el (message-tool-bar-update): Simplify.
8186         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8187
8188         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8189         gnus-summary-buffer.
8190         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8191         gnus-summary-reply.
8192
8193         * gmm-utils.el (gmm): Add :version.
8194
8195 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8196
8197         * Makefile.in (clean): New rule.
8198         (distclean): Use it.
8199
8200 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8201
8202         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8203         autoload.
8204
8205 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8206
8207         * gmm-utils.el (gmm-verbose): Add :group.
8208
8209 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8210
8211         * message.el: Change some comments WRT tool-bars.
8212
8213         * gnus-sum.el (gnus-summary-tool-bar)
8214         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8215         (gnus-summary-tool-bar-zap-list): New variables.
8216         (gnus-summary-make-tool-bar): Complete rewrite using
8217         `gmm-tool-bar-from-list'.
8218
8219         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8220         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8221         variables.
8222         (gnus-group-make-tool-bar): Complete rewrite using
8223         `gmm-tool-bar-from-list'.
8224         (gnus-group-tool-bar-update): New function.
8225
8226         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8227
8228 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8229
8230         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8231         is dissected into a single part of which the type is the same as
8232         the given one; decode charset.
8233
8234 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8235
8236         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8237         into alists as symbol not string, since that's what
8238         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8239         look for.
8240
8241 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8242
8243         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8244         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8245
8246         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8247
8248 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8251         (gnus-xmas-mime-security-button-menu): New function.
8252
8253         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8254         (gnus-mime-security-button-menu): New definition.
8255         (gnus-mime-security-button-map): Use them.
8256         (gnus-mime-security-button-menu): New function.
8257         (gnus-insert-mime-security-button): Addition to help echo.
8258         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8259         (gnus-mime-security-pipe-part): New functions.
8260
8261         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8262         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8263
8264         * mm-decode.el (mm-handle-set-disposition): Remove.
8265         (mm-handle-set-description): Remove.
8266
8267 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8268
8269         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8270         (mm-w3m-standalone-supports-m17n-p): New function.
8271         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8272         w3m usage.
8273
8274         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8275         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8276
8277 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8278
8279         * message.el (message-tool-bar-zap-list): Use
8280         gmm-tool-bar-zap-list as custom type.
8281         (message-tool-bar-update): New function.
8282         (message-tool-bar, message-tool-bar-gnome)
8283         (message-tool-bar-retro): Add message-tool-bar-update.
8284         (message-tool-bar-gnome): Add flyspell-buffer.
8285
8286         * gnus-util.el (gnus-error): Describe `args'.
8287
8288         * gmm-utils.el (gmm-error): Describe `args'.
8289         (gmm-tool-bar-zap-list): New widget.
8290         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8291
8292 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8293
8294         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8295         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8296         the number of recursive calls.
8297
8298         * mm-decode.el (mm-handle-set-disposition): New macro.
8299         (mm-handle-set-description): New macro.
8300
8301 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8302
8303         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8304         encoding.
8305
8306 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8307
8308         * message.el (message-tool-bar-zap-list, message-tool-bar)
8309         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8310         (message-tool-bar-local-item-from-menu): Remove.
8311         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8312         (message-make-tool-bar): New function.
8313         (message-mode): Use `message-make-tool-bar'.
8314
8315         * gmm-utils.el: New file.
8316         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8317         (gmm-lazy): New widget copied from `nnmail.el'.
8318         (gmm-tool-bar-from-list): New function for creating customizable
8319         tool bars.
8320         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8321         output.
8322         (gmm): Add :prefix to defgroup.
8323
8324 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8325
8326         * gmm-utils.el (gmm-widget-p): New function.
8327
8328 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8329
8330         * mml.el (mml-attach-file): Describe `description' in doc string.
8331         (mml-menu): Add Emacs MIME manual and PGG manual.
8332
8333 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8334
8335         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8336
8337 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8338
8339         * nntp.el (nntp-end-of-line): Doc fix.
8340
8341 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8342
8343         * imap.el (imap-open): Handle case where buffer is a buffer
8344         object.
8345
8346 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8347
8348         * gnus-delay.el (gnus-delay): Don't autoload.
8349         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8350         to be re-loaded when customizing the `gnus-delay' group.
8351
8352 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8353
8354         * message.el (message-insert-citation-line): Use newlines.
8355
8356 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8357
8358         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8359         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8360         these routines, so the passphrase can be managed externally and
8361         passed in to the system.
8362         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8363         pgg-add-passphrase-to-cache function.
8364
8365         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8366         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8367         these routines, so the passphrase can be managed externally and
8368         passed in to the system.
8369         (pgg-pgp5-sign-region): Use new name of
8370         pgg-add-passphrase-to-cache function.
8371
8372 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8373
8374         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8375         part of the decoded armor to find the key-identifier.
8376         (pgg-gpg-lookup-key-owner): New function to return the
8377         human-readable identifier of a key owner.
8378         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8379         itself.
8380         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8381         the key value) if we have a key and can match it against a secret
8382         key.  Also, added a note pointing out fact that the prompt only
8383         indicates the first matching key.
8384
8385         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8386         pgg-decrypt-region.
8387         (pgg-add-passphrase-to-cache): Rename from
8388         `pgg-add-passphrase-cache' to reduce confusion (all callers
8389         changed).
8390         (pgg-remove-passphrase-from-cache): Rename from
8391         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8392         changed).
8393         (pgg-read-passphrase, pgg-add-passphrase-cache)
8394         (pgg-remove-passphrase-cache): Add informative docstrings.
8395         (pgg-decrypt): Convey provided passphrase in subordinate call to
8396         pgg-decrypt-region.
8397
8398 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8399
8400         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8401         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8402         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8403         'passphrase' argument, so the passphrase can be managed externally
8404         and then passed in to the system.
8405
8406         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8407         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8408         so the passphrase cache can be used reliably with identifiers
8409         besides a pgp packet's key id.
8410
8411         * pgg-gpg.el (pgg-gpg-encrypt-region)
8412         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8413         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8414         these routines, so the passphrase can be managed externally and
8415         passed in to the system.
8416
8417         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8418         'notruncate' argument, so the passphrase cache can be used
8419         reliably with identifiers besides a pgp packet's key id.
8420
8421 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8422
8423         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8424         symmetric encryption.
8425         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8426         encrypted session key.
8427         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8428         message ask for the passphrase in a proper way.
8429
8430         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8431         New user commands for symmetric encryption.
8432
8433 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8434
8435         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8436
8437         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8438
8439 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8440
8441         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8442
8443 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8444
8445         * mm-decode.el (mm-inlined-types): Add application/pgp.
8446         (mm-automatic-display): Ditto.
8447
8448         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8449         part as text.
8450
8451 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8452
8453         * nnrss.el: Update copyright.
8454         (nnrss-opml-import): Query whether to subscribe to each entry.
8455
8456         * gnus-art.el:
8457         * gnus-sum.el:
8458         * gnus-xmas.el:
8459         * messagexmas.el:
8460         * mm-uu.el:
8461         * mm-view.el: Update copyright.
8462
8463 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8464
8465         * message.el (message-info): New function.
8466         (message-mode-menu): Add it.
8467         Update copyright.
8468
8469         * ChangeLog: Fix and update copyright.
8470
8471 2006-01-13  Romain Francoise  <romain@orebokech.com>
8472
8473         * message.el (message-forward-subject-name-subject): Prefer the
8474         address to 'nowhere' if the sender has no name.
8475         Fix typo.  Update copyright year.
8476
8477 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8478
8479         * gnus-art.el (article-wash-html): Use
8480         gnus-summary-show-article-charset-alist if a numeric arg is given.
8481         (gnus-article-wash-html-with-w3m-standalone): New function.
8482
8483         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8484         mm-inline-text-html-render-with-w3m-standalone.
8485         (mm-text-html-washer-alist): Map w3m-standalone to
8486         gnus-article-wash-html-with-w3m-standalone.
8487         (mm-inline-text-html-render-with-w3m-standalone): New function.
8488
8489 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8490
8491         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8492         Improve LaTeX.
8493
8494 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8495
8496         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8497         (nnrss-request-article): Render text/plain parts as HTML.
8498
8499         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8500         the buffer.
8501
8502 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8503
8504         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8505         custom definition of `gnus-posting-styles'.
8506
8507         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8508         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8509
8510 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8511
8512         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8513         Use nntp for bug archive.
8514
8515 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8516
8517         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8518         parts.
8519         (nnrss-normalize-date): New function converts ISO 8601 date into
8520         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8521         (nnrss-check-group): Use it.
8522
8523 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8526
8527         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8528         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8529         (nnrss-insert-w3): Ditto.
8530
8531 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8532
8533         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8534         the articles to be forwarded including the case where neither a
8535         number of articles nor a region is specified.
8536
8537 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * nnrss.el (nnrss-request-article): Fix last change; fill
8540         text/plain parts.
8541
8542 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8543
8544         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8545         in text/plain part.
8546         (nnrss-check-group): Don't add excessive newline to dc:subject.
8547
8548 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8549
8550         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8551         article.
8552
8553 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8554
8555         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8556         (nnml-use-compressed-files, nnml-save-mail): Support other
8557         comression programs such as bzip2.
8558
8559 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8560
8561         * dns.el (query-dns): Make sure we check the buffer size before
8562         removing tcp headers.
8563
8564 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8567         remove MIME buttons associated with multipart/alternative parts.
8568         (gnus-mime-display-alternative): Tag buttons using `article-type'
8569         text property.
8570
8571         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8572         associated with multipart/alternative parts.
8573
8574         * gnus-art.el (gnus-signature-separator): Fix custom type.
8575
8576         * mm-decode.el (mm-inlined-types): Fix custom type.
8577         (mm-keep-viewer-alive-types): Ditto.
8578         (mm-automatic-display): Ditto.
8579         (mm-attachment-override-types): Ditto.
8580         (mm-inline-override-types): Ditto.
8581         (mm-automatic-external-display): Ditto.
8582
8583 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8584
8585         * spam-report.el (spam-report-user-mail-address)
8586         (spam-report-user-agent): New variables.
8587         (spam-report-url-ping-plain): Use spam-report-user-agent.
8588
8589 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8590
8591         * gnus-art.el (gnus-button-handle-custom): Do not just use
8592         `customize-apropos' for any "M-x customize-*" button but the
8593         function called for.  Accept both the function name and its
8594         argument in order to achieve this.
8595         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8596         function name to `gnus-button-handle-custom' in case of "M-x
8597         customize-*" buttons.
8598
8599 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8600
8601         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8602         multipart/alternative and add xref to mm-discouraged-alternatives
8603         in doc string.
8604
8605         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8606         gnus-buttonized-mime-types in doc string.
8607
8608 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8609
8610         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8611         Suggest image/.* in the doc string.
8612
8613 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8614
8615         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8616         message-marks (Debian bug #342521).
8617
8618 2005-12-12  Simon Josefsson  <jas@extundo.com>
8619
8620         * password.el (password-read-from-cache): Add.
8621         (password-read): Use it.
8622
8623 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8624
8625         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8626         us-ascii as a MIME charset.
8627
8628         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8629         against the case where the 2nd arg TYPE is nil.
8630
8631 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8632
8633         * pop3.el (pop3-stream-type): Fix custom version.
8634
8635         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8636
8637 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8638
8639         * mm-decode.el (mm-display-external): Add missing cdr.
8640
8641 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8644         RFC1524) if it is in mailcap or add a suffix according to
8645         mailcap-mime-extensions when generating a temp filename; postpone
8646         deleting a temp file for 2 seconds for some wrappers, shell
8647         scripts, and so on, which might exit right after having started a
8648         viewer command as a background job.
8649
8650 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8651
8652         * nntp.el (nntp-marks-directory): Fix custom group.
8653
8654         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8655         steps when < 10.
8656
8657         * gnus-start.el (gnus-no-server-1): Mention
8658         `gnus-level-default-subscribed' in doc string.
8659
8660 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8661
8662         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8663         parens.
8664
8665 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8666
8667         * gnus-xmas.el (gnus-use-toolbar): Revert.
8668         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8669         gnus-use-toolbar is default.
8670
8671         * messagexmas.el (message-use-toolbar): Revert.
8672         (message-setup-toolbar): Use global default-toolbar if
8673         message-use-toolbar is default.
8674
8675 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8676
8677         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8678         according to default-toolbar-visible-p.
8679
8680         * messagexmas.el (message-use-toolbar): Ditto.
8681
8682 2005-11-26  Dave Love  <fx@gnu.org>
8683
8684         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8685         (tls-program, tls-success): Provide openssl alternative.
8686
8687         * starttls.el: Doc fixes.
8688         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8689         SERVICE to PORT.
8690
8691         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8692         port null or service name.
8693         (starttls-negotiate): Autoload.
8694
8695 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8696
8697         * message.el (message-kill-to-signature): Fix interactive spec.
8698
8699 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * pop3.el (pop3-open-server): Recognize a string as a service name.
8702
8703 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8704
8705         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8706
8707 2005-11-23  Dave Love  <fx@gnu.org>
8708
8709         Add pop3s, pop3/starttls.
8710
8711         * pop3.el (pop3-authentication-scheme): Clarify doc.
8712         (open-tls-stream, starttls-open-stream): Autoload.
8713         (pop3-stream-type): New.
8714         (pop3-open-server): Use it.
8715
8716         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8717         for POP.
8718         (mail-source-keyword-map): Add :stream for POP.
8719         (mail-source-fetch-pop): Use pop3-stream-type.
8720
8721 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8724         of current-time-string.
8725
8726 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8727
8728         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8729         date header.
8730
8731 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8732
8733         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8734         it can seriously impact performance as it bypasses the agent's
8735         local caches.
8736
8737 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8738
8739         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8740         must be explicitly online rather than "not explicitly offline" for
8741         its flags to be synchronized.
8742
8743         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8744         that gnus-uu-unmark-thread will function correctly.
8745
8746         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8747         1024K is instead displayed as 1M.
8748
8749 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8750
8751         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8752
8753 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8754
8755         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8756
8757 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8758
8759         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8760         error message to display actual error condition.
8761         (gnus-agent-save-local): Avoid saving symbols that are bound to
8762         nil as they simply result in a warning message in
8763         gnus-agent-read-local.
8764
8765 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8768         rather than make-variable-buffer-local for file-precious-flag.
8769
8770 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8771
8772         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8773         for duplicates which are removed.  The invalid sort check then
8774         triggers a rescan after the sort as sorting may have moved
8775         duplicate entries such that they can be cheaply detected.
8776
8777 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8778
8779         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8780
8781 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8782
8783         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8784         internal variable to a custom variable.  Changed default value
8785         from compressed(2) to uncompressed(1).
8786         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8787         support for uncompressed agentview files.  Taken together, reading
8788         the agentview file should now be 6-7 times faster.
8789
8790 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8791
8792         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8793         as a buffer-local variable.  This avoids creating truncated
8794         dribble files as a result of a hang up, eg.
8795
8796 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8797
8798         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8799         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8800         XEmacs.
8801
8802 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8803
8804         * gnus-start.el (gnus-start-draft-setup): Enforce
8805         `gnus-draft-mode' for nndraft:drafts at startup.
8806
8807         * gnus.el (gnus-splash): Change custom group.
8808         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8809         allow-list argument.
8810
8811         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8812         string.
8813
8814 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8815
8816         * gnus-art.el (gnus-default-article-saver): Add user-defined
8817         `function' to custom type.
8818
8819 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8820
8821         * imap.el (imap-open): Handle case where buffer is a buffer
8822         object.
8823
8824 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8825
8826         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8827         long lines.
8828         (gnus-cache-delete-group): Wrap doc strings.
8829
8830         * gnus-agent.el (gnus-agent-rename-group)
8831         (gnus-agent-delete-group): Wrap doc strings.
8832
8833 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * messagexmas.el (message-use-toolbar): Change the valid values
8836         into default, top, bottom, left, and right.
8837         (message-toolbar-thickness): New variable.
8838         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8839         well.
8840         (message-setup-toolbar): Make it work.
8841
8842         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8843         (gnus-use-toolbar): Change the valid values into default, top,
8844         bottom, left, and right.
8845         (gnus-toolbar-thickness): New variable.
8846         (gnus-xmas-setup-toolbar): New function.
8847         (gnus-xmas-setup-group-toolbar): Use it.
8848         (gnus-xmas-setup-summary-toolbar): Use it.
8849
8850 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8851
8852         * gnus-start.el (gnus-1): Add "native" to
8853         gnus-predefined-server-alist.
8854
8855         * gnus.el (gnus-method-to-server): Don't add "native" to the
8856         lists here, because that leads to problems when
8857         gnus-select-method is bound.
8858
8859 2005-11-09  Simon Josefsson  <jas@extundo.com>
8860
8861         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8862         use (not sort-by-date) instead.
8863
8864 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8865
8866         * gnus-delay.el (gnus-delay-group): Don't autoload.
8867         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8868         to be re-loaded when customizing the `gnus-delay' group.
8869
8870 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8871
8872         * message.el: Revert last changes.
8873         (message-insert-citation-line): Use newlines.
8874
8875 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8876
8877         * message.el (message-courtesy-message)
8878         (message-mark-insert-begin, message-mark-insert-end)
8879         (message-elide-ellipsis, message-cancel-message)
8880         (message-add-header, message-change-subject)
8881         (message-cross-post-followup-to-header)
8882         (message-cross-post-insert-note, message-reduce-to-to-cc)
8883         (message-widen-reply, message-delete-not-region)
8884         (message-kill-to-signature, message-insert-signature)
8885         (message-insert-importance-high, message-insert-importance-low)
8886         (message-insert-or-toggle-importance)
8887         (message-insert-disposition-notification-to)
8888         (message-indent-citation, message-yank-original)
8889         (message-cite-original-without-signature, message-cite-original)
8890         (message-insert-citation-line, message-position-on-field)
8891         (message-fix-before-sending, message-send-mail-partially)
8892         (message-send-mail, message-send-mail-with-sendmail)
8893         (message-send-mail-with-qmail, message-send-news)
8894         (message-check-news-header-syntax, message-generate-headers)
8895         (message-insert-courtesy-copy, message-fill-address)
8896         (message-fill-header, message-shorten-references)
8897         (message-setup-1, message-cancel-news)
8898         (message-forward-make-body-plain, message-forward-make-body-mime)
8899         (message-forward-make-body-mml, message-encode-message-body)
8900         (message-forward-make-body-digest-plain)
8901         (message-forward-make-body-digest-mime)
8902         (message-use-alternative-email-as-from): Insert `hard-newline'
8903         instead of ordinary newlines.
8904
8905 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8906
8907         * message.el (message-generate-headers): Downcase the argument
8908         given to message-check-element.
8909
8910 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
8911
8912         * nntp.el (nntp-authinfo-rejected): New error condition.
8913         (nntp-wait-for): Use new error condition to signal authentication
8914         error.
8915         (nntp-retrieve-data): Rethrow new error condition to break out of
8916         recursive call to nntp-send-authinfo.
8917
8918 2005-11-08  Romain Francoise  <romain@orebokech.com>
8919
8920         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8921         (gnus-summary-exit-map): Bind to `Z p'.
8922         (gnus-summary-make-menu-bar): Add menu item.
8923
8924 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8925
8926         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8927         (gnus-treat-*): Add `first' in all doc strings.
8928
8929         * gnus-group.el (gnus-group-compact-group): Fix typo.
8930
8931 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8932
8933         * gnus.el (gnus-parameters-case-fold-search): New variable.
8934         (gnus-parameters-get-parameter): Use it.
8935
8936         * gnus-score.el (gnus-home-score-file): Doc fix.
8937
8938 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8939
8940         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8941
8942 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8943
8944         * mm-util.el (mm-special-display-p): New function.
8945
8946         * mml.el (mml-preview): Use it; doc fix.
8947
8948 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8949
8950         * imap.el (imap-open): Handle case where buffer is a buffer object.
8951
8952 2005-10-29  Romain Francoise  <romain@orebokech.com>
8953
8954         * message.el (message-fix-before-sending): Fix comment.
8955
8956 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8957
8958         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8959
8960 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8961
8962         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8963         Used in gnus-score.el.
8964
8965 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8966
8967         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8968
8969 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8970
8971         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8972         whitespace removed in revision 7.8.  Use concatenated string to
8973         protect trailing whitespace.
8974
8975 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
8976
8977         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
8978         (nnimap-request-expire-articles): Use it to avoid sending 'UID
8979         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
8980         Courier IMAP ("some version from 2004").  Mostly based on similar
8981         code in the same function.
8982
8983 2005-10-26  Didier Verna  <didier@xemacs.org>
8984
8985         * gnus-group.el (gnus-group-compact-group): Invalidate original
8986         article buffer.
8987         * gnus-srvr.el (gnus-server-compact-server): Ditto.
8988         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
8989         NOV database and in article itself.
8990         Invalidate article backlog.
8991
8992 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8993
8994         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8995
8996 2005-10-26  Simon Josefsson  <jas@extundo.com>
8997
8998         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8999         part of 2004-07-25 change.
9000
9001 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9002
9003         * message.el (message-display-completion-list): New function.
9004         (message-expand-group): Use it; make sure the Completions buffer
9005         is modifiable.
9006 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9007
9008         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9009         user-mail-name is an empty string.
9010
9011 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9012
9013         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9014         depending on gnus-score-decay-constant.
9015
9016         * encrypt.el (encrypt-insert-file-contents)
9017         (encrypt-write-file-contents): Don't use `gnus-message'.
9018
9019         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9020         arguments.
9021         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9022         arguments to mm-uu-verbatim-marks-extract.
9023         (mm-uu-hide-markers): New variable.
9024         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9025
9026         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9027         (gnus-convert-image-to-face-command): Use "convert" by default to
9028         allow other input image formats.
9029         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9030         accordingly.
9031
9032 2005-10-23  Simon Josefsson  <jas@extundo.com>
9033
9034         * imap.el (imap-gssapi-program): Align command line parameters
9035         with latest GNU SASL.
9036         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9037
9038 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9039
9040         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9041         HTML.
9042         (nnslashdot-request-article): Ditto.
9043
9044         * lpath.el (featurep): Add nobreak-char-display.
9045
9046 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9047
9048         * mail-source.el (mail-source-fetch-pop): Require pop3.
9049         (mail-source-check-pop): Ditto.
9050
9051 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9052
9053         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9054         errors.
9055
9056 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9057
9058         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9059         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9060
9061         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9062
9063         * mm-bodies.el (mm-decode-string): Call
9064         `mm-charset-to-coding-system' with allow-override argument.
9065
9066 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9067
9068         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9069         (rfc2047-charset-to-coding-system): New function.
9070         (rfc2047-decode-encoded-words): New function.
9071         (rfc2047-decode-region): Use them.
9072         (rfc2047-decode-cte): Remove.
9073         (rfc2047-parse-and-decode): Remove.
9074         (rfc2047-decode): Remove.
9075
9076 2005-10-15  Kenichi Handa  <handa@m17n.org>
9077
9078         * rfc2047.el (rfc2047-decode-cte): New function.
9079         (rfc2047-decode-region): Change the way to decode successive
9080         encoded-words: decode B- or Q-encoding in each encoded-word,
9081         concatenate them, and decode it as charset.
9082
9083 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9084
9085         * lpath.el: Fbind codepage-setup for XEmacs.
9086
9087 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9088
9089         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9090         widget-move-and-invoke.
9091         (gnus-custom-mode): Use gnus-custom-map.
9092
9093 2005-10-15  Bill Wohler  <wohler@newt.com>
9094
9095         * message.el (message-tool-bar-map): Renamed image file from
9096         mail_send to mail/send.
9097
9098 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9099
9100         * message.el (message-expand-group): Pass the common
9101         prefix substring of completion to `display-completion-list'.
9102
9103 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9104
9105         * mml-sec.el (mml-secure-method): New internal variable.
9106         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9107         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9108         functions using mml-secure-method.
9109
9110         * mml.el (mml-mode-map): Add key bindings for those functions.
9111         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9112         Harder <harder@myrealbox.com>.
9113         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9114         end of message if point is the headers of the message.
9115
9116         * message.el (message-in-body-p): New function.
9117
9118         * assistant.el: Autoload gnus-util and netrc.
9119
9120         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9121         Use `mm-charset-override-alist' only when decoding.
9122
9123         * mm-bodies.el (mm-decode-body): Call
9124         `mm-charset-to-coding-system' with allow-override argument.
9125
9126         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9127         `filename' from Content-Disposition if Content-Type doesn't
9128         provide `name'.
9129         (gnus-mime-view-part-as-type): Set default instead of
9130         initial-input.
9131
9132 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9133
9134         * format-spec.el (format-spec): Propagate text properties of % spec.
9135
9136 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9137
9138         * gnus-art.el (gnus-treat-predicate): Add `first'.
9139
9140 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9141
9142         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9143         (mm-charset-override-alist): New variable.
9144         (mm-charset-to-coding-system): Use it.
9145         (mm-codepage-setup): New helper function.
9146         (mm-charset-eval-alist): New variable.
9147         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9148         about unknown charsets.
9149
9150         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9151
9152 2005-10-04  David Hansen  <david.hansen@gmx.net>
9153
9154         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9155         (nnrss-check-group): Ditto.
9156
9157 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9158
9159         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9160         Rename x-gnus-verbatim to x-verbatim.
9161         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9162
9163         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9164         x-verbatim.
9165
9166         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9167
9168         * gnus-util.el (gnus-remove-duplicates): Remove.
9169
9170         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9171         instead of gnus-remove-duplicates.
9172
9173         * message.el (message-remove-duplicates): Remove.
9174         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9175         message-remove-duplicates.
9176
9177         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9178         available, else use implementation from `delete-dups'.
9179
9180         * message.el (message-insert-expires): New function.
9181         (message-mode-map): Add key binding.
9182         (message-mode-field-menu): Add menu entry.
9183         (message-mode): Document it.
9184         (message-make-expires-date): Use `message-make-date'.
9185
9186 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9187
9188         * message.el (message-make-expires-date): New function.
9189
9190 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9191
9192         * Makefile.in (list-installed-shadows): New entry.
9193         (install): Use it.
9194         (remove-installed-shadows): New entry.
9195
9196         * dgnushack.el (dgnushack-default-load-path): New variable.
9197         (dgnushack-find-lisp-shadows): New function.
9198         (dgnushack-remove-lisp-shadows): New function.
9199
9200 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9201
9202         * Makefile.in (install-el-elc): New entry.
9203         (install): Use it so that .el files are necessarily installed.
9204
9205 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9206
9207         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9208
9209 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9210
9211         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9212         function rather than the diff-mode.el package.
9213         (mm-display-external): Use with-current-buffer.
9214         (mm-viewer-completion-map, mm-viewer-completion-map):
9215         Move initialization inside declaration.
9216
9217 2005-09-29  Simon Josefsson  <jas@extundo.com>
9218
9219         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9220         autoload mail-check-payment.
9221         (spam-check-hashcash): Define unconditionally, since hashcash.el
9222         is part of Gnus now.  Ignore errors from payment checking.
9223
9224 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9225
9226         * message.el (message-bold-region, message-unbold-region): Rename
9227         from `bold-region' and `unbold-region'.
9228
9229         * message.el: Remove useless autoloads.
9230
9231 2005-09-28  Simon Josefsson  <jas@extundo.com>
9232
9233         * message.el (message-use-idna): Default to t.
9234         (message-use-idna): Test whether encoding works too.  Doc fix.
9235
9236 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9237
9238         * nntp.el (nntp-warn-about-losing-connection): Remove.
9239
9240 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9241
9242         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9243         customizable.  Change default value.
9244         (mm-uu-diff-groups-regexp): Change default value.
9245         (mm-uu-type-alist): Add doc string.
9246         (mm-uu-configure): Add doc string.  Make it interactive.
9247         (mm-uu-tex-groups-regexp): New variable.
9248         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9249         (mm-uu-type-alist): Add LaTeX documents.
9250         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9251         of "text/verbatim".
9252         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9253
9254         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9255         instead of "text/verbatim".
9256
9257         * message.el (message-mark-inserted-region)
9258         (message-mark-insert-file): Use slrn style marks when called with
9259         prefix argument.
9260
9261 2005-09-27  Simon Josefsson  <jas@extundo.com>
9262
9263         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9264
9265 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9266
9267         * message.el (message-remove-duplicates): New function.
9268         Implementation borrowed from `gnus-remove-duplicates'.
9269         (message-idna-to-ascii-rhs): Also encode idna addresses in
9270         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9271         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9272         only ask about the same idna domain once per header and also tell
9273         in what header to replace the idna domain.
9274
9275         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9276         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9277         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9278         a header is decoded and not just the last one.
9279
9280 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9283         has been decoded.
9284
9285         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9286         (mm-insert-part): Don't modify text if it has been decoded.
9287
9288         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9289         decoded.
9290
9291         * mm-view.el (mm-inline-text): Don't strip text props unless
9292         decoding enriched or richtext parts.
9293
9294 2005-09-25  Romain Francoise  <romain@orebokech.com>
9295
9296         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9297         * gnus-start.el (gnus-subscribe-interactively):
9298         * gnus-uu.el (gnus-uu-grab-articles):
9299         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9300         space.
9301
9302 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9303
9304         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9305         * mm-view.el (mm-view-pkcs7-decrypt):
9306         * gnus-sum.el (gnus-summary-limit-to-extra)
9307         (gnus-summary-respool-article, gnus-read-move-group-name):
9308         * gnus-score.el (gnus-summary-increase-score):
9309         * gnus-util.el (gnus-completing-read-with-default):
9310         * gnus-art.el (gnus-read-save-file-name)
9311         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9312         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9313         * message.el (message-check-news-header-syntax):
9314         Follow convention for reading with the minibuffer.
9315
9316 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9317
9318         * spam-report.el (spam-report-url-ping-plain):
9319         Use gnus-extended-version as User-Agent.
9320
9321         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9322         default value is nil.
9323
9324         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9325         (mm-uu-verbatim-marks-extract): New function.
9326         (mm-uu-extract): New face.
9327         (mm-uu-copy-to-buffer): Use it.
9328
9329         * spam-report.el (spam-report-gmane-ham): Renamed from
9330         `spam-report-gmane-unspam'.
9331         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9332         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9333
9334         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9335         Autoload.
9336         (spam-report-gmane-unregister-routine): Renamed
9337         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9338
9339 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9340
9341         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9342         (spam-report-gmane-unregister-routine): Add support for gmane
9343         unregistration.
9344
9345         * spam-report.el (spam-report-gmane-unspam)
9346         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9347         (spam-report-gmane): Change to take a single article and do unspam
9348         registration.
9349
9350 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9351
9352         * mm-url.el (mm-url-decode-entities): Fix regexp.
9353
9354 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9355
9356         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9357         default to nil, to be able to use Gnus at all.  If the default
9358         switches to something else, then the function should be fixed not
9359         be exceedingly slow.
9360
9361 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9362
9363         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9364         fail hard.
9365
9366         * spam-report.el: Add better Keywords line.
9367
9368         * spam.el: Add Maintainer and better Keywords line.
9369
9370 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9371
9372         * gnus-art.el (gnus-article-replace-part)
9373         (gnus-mime-replace-part): New functions.
9374         (gnus-mime-action-alist, gnus-mime-button-commands)
9375         (gnus-mime-save-part-and-strip): Added file argument.
9376         (gnus-article-part-wrapper): Added interactive argument.
9377
9378         * gnus-sum.el (gnus-summary-mime-map): Add
9379         `gnus-article-replace-part'.
9380
9381 2005-09-19  Didier Verna  <didier@xemacs.org>
9382
9383         The nnml compaction feature:
9384         * nnml.el (nnml-request-compact-group): New function.
9385         * nnml.el (nnml-request-compact): New function.
9386         * gnus-int.el (gnus-request-compact-group): New function.
9387         * gnus-int.el (gnus-request-compact): New function.
9388         * gnus-group.el (gnus-group-compact-group): New function.
9389         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9390         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9391         * gnus-srvr.el (gnus-server-compact-server): New function.
9392         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9393         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9394
9395 2005-09-18  Deepak Goel  <deego@gnufans.org>
9396
9397         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9398         format spec.
9399
9400 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9401
9402         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9403
9404 2005-09-15  Romain Francoise  <romain@orebokech.com>
9405
9406         * message.el (message-fill-paragraph): Clarify docstring.
9407
9408 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9409
9410         * gnus-art.el (gnus-mime-display-part): Protect against broken
9411         MIME messages.
9412
9413 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9414
9415         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9416         before parsing header.
9417
9418 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9419
9420         * html2text.el (html2text-replace-list): Add new entities.
9421
9422 2005-09-11  Romain Francoise  <romain@orebokech.com>
9423
9424         * message.el (message-alternative-emails): Improve docstring.
9425         (message-setup-1): Call `message-use-alternative-email-as-from'
9426         after `message-setup-hook' to give it precedence over posting
9427         styles, etc.
9428         (message-use-alternative-email-as-from): Add docstring.  Remove
9429         the original From header if present.
9430
9431         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9432         (nnml-save-mail): Use it.
9433
9434         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9435         articles.  Add new argument `silent'.
9436         (gnus-uu-mark-all): Report the total number of marked articles.
9437
9438 2005-09-10  Romain Francoise  <romain@orebokech.com>
9439
9440         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9441         (gnus-uu-mark-series): Likewise.
9442
9443 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9444
9445         * spam-report.el (spam-report-gmane): Fix generation of spam
9446         report URL.
9447
9448 2005-09-10  Simon Josefsson  <jas@extundo.com>
9449
9450         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9451         t, based on discussion on the ding list with Robert Epprecht
9452         <epprecht@solnet.ch>.
9453
9454 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9455
9456         * spam-report.el (spam-report-gmane): Make it work without
9457         X-Report-Spam header.  Gmane now only provides Archived-At.
9458         This is only used if `spam-report-gmane-use-article-number' is nil.
9459         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9460
9461         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9462         make `gnus-summary-sort-by-recipient' work with threading.
9463
9464         * nnweb.el (nnweb-google-wash-article): Print a message if article
9465         is not available.
9466
9467 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9468
9469         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9470         change.  Decode text/* parts content before displaying.
9471
9472 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9473
9474         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9475
9476 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9477
9478         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9479
9480         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9481         url-package-name, url-package-version,
9482         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9483         w3m-display-inline-images, and w3m-minor-mode-map.
9484
9485 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9486
9487         * message.el (message-tab-body-function): Fix mismatched custom type.
9488
9489         * gnus.el (gnus-group-change-level-function): Ditto.
9490
9491         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9492
9493         * gnus-art.el (gnus-signature-limit)
9494         (gnus-article-mime-part-function): Ditto.
9495
9496 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9497
9498         * mml.el (mml-mode): Silence the byte compiler.
9499
9500         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9501         using `(sit-for 0)' before moving the point to the specified part;
9502         skip unbuttonized parts.
9503         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9504         return to the summary window if gnus-auto-select-part is non-nil.
9505
9506 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9507
9508         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9509         variables.
9510         (mml-dnd-attach-file, mml-mode): Use them.
9511
9512         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9513         Make fetching article by MID work again for Google Groups.  Added
9514         FIXME concerning gnus-group-make-web-group.
9515
9516         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9517         Don't depend on Gnus by using mail-extract-address-components if
9518         gnus-extract-address-components is not bound.
9519
9520 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9521
9522         * gnus-art.el (gnus-mime-display-security): Don't display the
9523         signature, but only the signed part.
9524
9525 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9526
9527         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9528
9529         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9530         list, not listp.
9531
9532 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9533
9534         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9535         when encoding.
9536
9537         * mm-bodies.el (mm-decode-content-transfer-encoding):
9538         De-canonicalize CRLF for all text content types, not just
9539         text/plain.
9540
9541 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9542
9543         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9544         valid article; point arrow and cursor at the MIME button.
9545
9546 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9547
9548         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9549         Suggested by Dan Christensen <jdc@uwo.ca>.
9550
9551         * mm-decode.el (mm-save-part): Enable change of prompt.
9552
9553 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9554
9555         * gnus-msg.el (gnus-inews-add-send-actions): Made
9556         `message-post-method' lambda parameter ARG `&optional'.
9557
9558 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9559
9560         * gnus-sum.el (gnus-summary-mime-map): Added
9561         gnus-article-save-part-and-strip, gnus-article-delete-part and
9562         gnus-article-jump-to-part.
9563
9564         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9565         (gnus-article-edit-part): Use it.
9566         (gnus-article-part-wrapper): Added no-handle argument.
9567         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9568         functions.
9569
9570 2005-08-29  Romain Francoise  <romain@orebokech.com>
9571
9572         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9573         docstring.
9574         (gnus-face-from-file): Likewise.
9575
9576 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9577
9578         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9579         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9580         non-nil.
9581         (gnus-auto-select-part): New variable.
9582         (gnus-article-jump-to-part): New function.
9583         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9584         (gnus-mime-delete-part): Allow selecting specified part after
9585         deleting or stripping parts.
9586         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9587         part if argument is bogus.
9588
9589 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9590
9591         * gnus-art.el (w3m-minor-mode-map):
9592         * gnus-spec.el (gnus-newsrc-file-version):
9593         * gnus-util.el (nnmail-active-file-coding-system)
9594         (gnus-original-article-buffer, gnus-user-agent):
9595         * gnus.el (gnus-ham-process-destinations)
9596         (gnus-parameter-ham-marks-alist)
9597         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9598         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9599         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9600         * mm-decode.el (gnus-current-window-configuration):
9601         * mm-extern.el (gnus-article-mime-handles):
9602         * mm-url.el (url-current-object, url-package-name)
9603         (url-package-version):
9604         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9605         (smime-keys, w3m-cid-retrieve-function-alist)
9606         (w3m-current-buffer, w3m-display-inline-images)
9607         (w3m-minor-mode-map):
9608         * mml-smime.el (gnus-extract-address-components):
9609         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9610         (gnus-newsrc-hashtb, message-default-charset)
9611         (message-deletable-headers, message-options)
9612         (message-posting-charset, message-required-mail-headers)
9613         (message-required-news-headers):
9614         * mml1991.el (mc-pgp-always-sign):
9615         * mml2015.el (mc-pgp-always-sign):
9616         * nnheader.el (nnmail-extra-headers):
9617         * rfc1843.el (gnus-decode-encoded-word-function)
9618         (gnus-decode-header-function, gnus-newsgroup-name):
9619         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9620
9621 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9622
9623         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9624         the end of the date treatments.
9625
9626 2005-08-15  Simon Josefsson  <jas@extundo.com>
9627
9628         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9629         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9630         Capello and Romain Francoise.
9631         (pgg-fetch-key-function): Removed, not used?
9632         (pgg-insert-url-with-w3): Require url, to get
9633         url-insert-file-contents regardless of where it is defined.
9634
9635 2005-08-13  Romain Francoise  <romain@orebokech.com>
9636
9637         * message.el (message-cite-original-1): New function.
9638         (message-cite-original): Use it.
9639         (message-cite-original-without-signature): Ditto.
9640
9641 2005-08-08  Romain Francoise  <romain@orebokech.com>
9642
9643         * message.el (message-yank-empty-prefix): New variable.
9644         (message-indent-citation): Use it.
9645         (message-cite-original-without-signature): Respect X-No-Archive.
9646
9647 2005-08-08  Simon Josefsson  <jas@extundo.com>
9648
9649         * pgg.el: Autoload url-insert-file-contents instead of loading
9650         w3/url.
9651         (pgg-insert-url-with-w3): Don't load url here.
9652
9653 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9654
9655         * message.el (message-kill-to-signature): Don't insert newline at
9656         bol.
9657         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9658
9659 2005-08-06  Romain Francoise  <romain@orebokech.com>
9660
9661         * message.el (message-user-fqdn): Fix typo in docstring.
9662
9663 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9664
9665         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9666
9667         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9668
9669 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9670
9671         * mm-bodies.el (mm-encode-body): Use coding system rather than
9672         charset to encode text.
9673
9674         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9675         number of charsets if utf-8 is available (XEmacs).
9676
9677 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9678
9679         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9680         taken from `gnus-button-mid-or-mail-regexp'.
9681         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9682         (gnus-button-alist): Improve regexp for domain part of the MIDs
9683         for news:localpart@domain buttons.
9684         (gnus-button-ctan-directory-regexp): Update.
9685
9686 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9687
9688         * sieve-manage.el (sieve-manage-interactive-login): Use
9689         make-local-variable rather than make-variable-buffer-local.
9690         (sieve-manage-open): Ditto.
9691         (sieve-manage-authenticate): Ditto.
9692
9693         * mml.el (mml-generate-mime-1): Make the content type default to
9694         text/plain if the filename is not specified.
9695
9696 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9697
9698         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9699         instead of insert-buffer.
9700
9701         * message.el (message-yank-original): Ditto; set the mark at the
9702         end of the yanked message.
9703
9704 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9705
9706         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9707         lines to scroll rather than to stop it.
9708
9709         * mml.el (mml-generate-default-type): Add doc string.
9710         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9711         default to application/octet-stream when determining the content
9712         type if it is not specified for the part or the mml contents; add
9713         a comment about mml-generate-default-type.
9714
9715 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9716
9717         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9718         make it default to application/octet-stream when determining the
9719         content type if it is not specified for the external contents.
9720
9721 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9722
9723         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9724         segmented parameter but also other parameters might be there.
9725
9726 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9727
9728         * mm-decode.el (mm-display-external): Delete temp file, directory
9729         and buffer immediately if the external process is exited.
9730
9731 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9734         fewer lines than that of scroll-margin.
9735         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9736
9737 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * gnus-art.el (gnus-article-next-page): Revert.
9740         (gnus-article-beginning-of-window): New macro.
9741         (gnus-article-next-page-1): Use it.
9742         (gnus-article-prev-page): Ditto.
9743         (gnus-article-edit-part): Use insert-buffer-substring instead of
9744         insert-buffer.
9745         (gnus-article-edit-exit): Ditto.
9746
9747         * gnus-util.el (gnus-beginning-of-window): Remove.
9748         (gnus-end-of-window): Remove.
9749
9750         * lpath.el: Don't bind header-line-format and scroll-margin.
9751
9752 2005-07-25  Simon Josefsson  <jas@extundo.com>
9753
9754         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9755         to have the url package without w3.  Reported by Daiki Ueno
9756         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9757
9758 2005-07-20  Didier Verna  <didier@xemacs.org>
9759
9760         * gnus-diary.el: Remove the description comment (nndiary is now
9761         properly documented in the Gnus manual).
9762         Fix the spelling of "Back End".
9763         * nndiary.el: Ditto.
9764         Fix the copyright notice.
9765
9766 2005-07-18  Romain Francoise  <romain@orebokech.com>
9767
9768         * gnus-sum.el (gnus-summary-to-prefix)
9769         (gnus-summary-newsgroup-prefix): New variables.
9770         (gnus-summary-from-or-to-or-newsgroups): Use them.
9771
9772 2005-07-17  Romain Francoise  <romain@orebokech.com>
9773
9774         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9775         space as it's generally not especially interesting to the user.
9776
9777 2005-07-16  Romain Francoise  <romain@orebokech.com>
9778
9779         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9780         nil to avoid prompting and file modification if one of the
9781         messages at the top of the nnfolder file contains a copyright
9782         notice.
9783         Update copyright notice.
9784
9785         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9786         instead of `current-time-string' as the latter creates a time
9787         string that is not RFC 2822 compliant (it lacks the zone).
9788         Update copyright notice.
9789
9790 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9791
9792         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9793         for text/rtf.  Display default in prompt.  Pass default for M-n.
9794
9795         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9796
9797 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9798
9799         * gnus-msg.el (gnus-button-mailto): Remove
9800         save-selected-window-window hackery because it relies on
9801         save-selected-window internals.
9802
9803 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9804
9805         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9806         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9807         (gnus-article-prev-page): Ditto.
9808
9809         * gnus-util.el (gnus-beginning-of-window): New function.
9810         (gnus-end-of-window): New function.
9811
9812         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9813
9814 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9815
9816         * gnus-score.el (gnus-score-edit-all-score): Set
9817         gnus-score-edit-exit-function to gnus-score-edit-done and call
9818         gnus-message.
9819
9820 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9821
9822         * gnus-msg.el (gnus-button-mailto): Remove
9823         save-selected-window-window hackery because it relies on
9824         save-selected-window internals.
9825
9826 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9827
9828         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9829         add-minor-mode.
9830         (gnus-binary-mode): Ditto.
9831
9832         * gnus-topic.el (gnus-topic-mode): Ditto.
9833
9834 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9835
9836         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9837         (gnus-article-prev-page): Take scroll-margin into consideration.
9838
9839 2005-07-04  Lute Kamstra  <lute@gnu.org>
9840
9841         Update FSF's address in GPL notices.
9842
9843 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9844
9845         * gnus.el (gnus-exit):
9846         * gnus-group.el (gnus-group-icons):
9847         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9848
9849         * gnus-nocem.el (gnus-nocem):
9850         * message.el (message-various, message-buffers, message-sending)
9851         (message-interface, message-forwarding, message-insertion)
9852         (message-headers, message-news, message-mail):
9853         * pgg-gpg.el (pgg-gpg):
9854         * pgg-parse.el (pgg-parse):
9855         * pgg-pgp.el (pgg-pgp):
9856         * pgg-pgp5.el (pgg-pgp5):
9857         * pop3.el (pop3): Finish `defgroup' description with period.
9858
9859 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9860
9861         * gnus-art.el (article-display-face): Improve the efficiency.
9862         (article-display-x-face): Ditto; remove grey x-face stuff.
9863
9864 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9865
9866         * gnus-art.el (article-display-face): Correct the position in
9867         which Faces are inserted.
9868
9869 2005-06-29  Didier Verna  <didier@xemacs.org>
9870
9871         * gnus-art.el (article-display-face): Display faces in correct
9872         order.
9873
9874 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9875
9876         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9877         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9878         (gnus-nocem-check-article): Fetch the Type header.
9879         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9880         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9881         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9882         make sure gnus-nocem-hashtb is initialized.
9883         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9884         (gnus-nocem-unwanted-article-p): Ditto.
9885
9886         * pgg.el (pgg-verify): Return the verification result.
9887
9888 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9889
9890         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9891         is ascii.
9892
9893 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9894
9895         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9896         `show-nonbreak-escape'.
9897
9898 2005-06-23  Lute Kamstra  <lute@gnu.org>
9899
9900         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9901
9902         * dig.el (dig-mode):
9903         * smime.el (smime-mode): Use gnus-run-mode-hooks.
9904
9905 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
9906
9907         * nnimap.el (nnimap-split-download-body): Fix spellings.
9908
9909 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
9910
9911         * gnus-art.el (gnus-article-encrypt-body):
9912         * gnus-cus.el (gnus-score-customize):
9913         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9914         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9915
9916 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
9917
9918         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9919         header by looking for magic "MII" at the beginnig.
9920
9921 2005-06-16  Miles Bader  <miles@gnu.org>
9922
9923         * gnus-xmas.el (gnus-xmas-group-startup-message):
9924         Use renamed gnus-splash face.
9925
9926         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9927         (assistant-field-face): New backward-compatibility alias for renamed
9928         face.
9929         (assistant-render-text): Use renamed assistant-field face.
9930
9931         * spam.el (spam): Remove "-face" suffix from face name.
9932         (spam-face): New backward-compatibility alias for renamed face.
9933         (spam-face, spam-initialize): Use renamed spam face.
9934
9935         * message.el (message-header-to, message-header-cc)
9936         (message-header-subject, message-header-newsgroups)
9937         (message-header-other, message-header-name)
9938         (message-header-xheader, message-separator, message-cited-text)
9939         (message-mml): Remove "-face" suffix from face names.
9940         (message-header-to-face, message-header-cc-face)
9941         (message-header-subject-face, message-header-newsgroups-face)
9942         (message-header-other-face, message-header-name-face)
9943         (message-header-xheader-face, message-separator-face)
9944         (message-cited-text-face, message-mml-face):
9945         New backward-compatibility aliases for renamed faces.
9946         (message-font-lock-keywords): Use renamed message faces.
9947
9948         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9949         (sieve-test-commands, sieve-tagged-arguments):
9950         Remove "-face" suffix from face names.
9951         (sieve-control-commands-face, sieve-action-commands-face)
9952         (sieve-test-commands-face, sieve-tagged-arguments-face):
9953         New backward-compatibility aliases for renamed faces.
9954         (sieve-control-commands-face, sieve-action-commands-face)
9955         (sieve-test-commands-face, sieve-tagged-arguments-face):
9956         Use renamed sieve faces.
9957
9958         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9959         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9960         (gnus-group-news-3-empty, gnus-group-news-4)
9961         (gnus-group-news-4-empty, gnus-group-news-5)
9962         (gnus-group-news-5-empty, gnus-group-news-6)
9963         (gnus-group-news-6-empty, gnus-group-news-low)
9964         (gnus-group-news-low-empty, gnus-group-mail-1)
9965         (gnus-group-mail-1-empty, gnus-group-mail-2)
9966         (gnus-group-mail-2-empty, gnus-group-mail-3)
9967         (gnus-group-mail-3-empty, gnus-group-mail-low)
9968         (gnus-group-mail-low-empty, gnus-summary-selected)
9969         (gnus-summary-cancelled, gnus-summary-high-ticked)
9970         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9971         (gnus-summary-high-ancient, gnus-summary-low-ancient)
9972         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
9973         (gnus-summary-low-undownloaded)
9974         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9975         (gnus-summary-low-unread, gnus-summary-normal-unread)
9976         (gnus-summary-high-read, gnus-summary-low-read)
9977         (gnus-summary-normal-read, gnus-splash):
9978         Remove "-face" suffix from face names.
9979         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9980         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9981         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9982         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9983         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9984         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9985         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9986         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9987         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9988         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9989         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9990         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9991         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9992         (gnus-summary-normal-ticked-face)
9993         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9994         (gnus-summary-normal-ancient-face)
9995         (gnus-summary-high-undownloaded-face)
9996         (gnus-summary-low-undownloaded-face)
9997         (gnus-summary-normal-undownloaded-face)
9998         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9999         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10000         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10001         (gnus-splash-face):
10002         New backward-compatibility aliases for renamed faces.
10003         (gnus-group-startup-message): Use renamed gnus faces.
10004
10005         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10006         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10007         (gnus-server-agent): Remove "-face" suffix from face names.
10008         (gnus-server-agent-face, gnus-server-opened-face)
10009         (gnus-server-closed-face, gnus-server-denied-face)
10010         (gnus-server-offline-face):
10011         New backward-compatibility aliases for renamed faces.
10012         (gnus-server-agent-face, gnus-server-opened-face)
10013         (gnus-server-closed-face, gnus-server-denied-face)
10014         (gnus-server-offline-face): Use renamed gnus faces.
10015
10016         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10017         Remove "-face" suffix from face names.
10018         (gnus-picon-xbm-face, gnus-picon-face):
10019         New backward-compatibility aliases for renamed faces.
10020
10021         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10022         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10023         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10024         (gnus-cite-11): Remove "-face" suffix from face names.
10025         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10026         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10027         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10028         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10029         New backward-compatibility aliases for renamed faces.
10030         (gnus-cite-attribution-face, gnus-cite-face-list)
10031         (gnus-article-boring-faces): Use renamed gnus faces.
10032
10033         * gnus-art.el (gnus-signature, gnus-header-from)
10034         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10035         (gnus-header-content): Remove "-face" suffix from face names.
10036         (gnus-signature-face, gnus-header-from-face)
10037         (gnus-header-subject-face, gnus-header-newsgroups-face)
10038         (gnus-header-name-face, gnus-header-content-face):
10039         New backward-compatibility aliases for renamed faces.
10040         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10041
10042         * gnus-sum.el (gnus-summary-selected-face)
10043         (gnus-summary-highlight): Use renamed gnus faces.
10044         * gnus-group.el (gnus-group-highlight): Likewise.
10045
10046 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10047
10048         * gnus-sieve.el (gnus-sieve-article-add-rule):
10049         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10050         * spam-stat.el (spam-stat-buffer-change-to-spam)
10051         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10052
10053         * message.el (message-is-yours-p):
10054         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10055
10056 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10057
10058         * mm-view.el (mm-inline-text): Withdraw the last change.
10059
10060 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10061
10062         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10063         executing enriched-decode.
10064
10065 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10066
10067         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10068         charset of tar files.
10069
10070 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10071
10072         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10073
10074 2005-06-04  Lute Kamstra  <lute@gnu.org>
10075
10076         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10077         information is never recorded.
10078
10079 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10080
10081         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10082
10083 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10084
10085         * pop3.el (pop3-apop): Run md5 in the binary mode.
10086
10087         * starttls.el (starttls-set-process-query-on-exit-flag):
10088         Use eval-and-compile.
10089
10090 2005-05-31  Simon Josefsson  <jas@extundo.com>
10091
10092         * smime.el (smime-replace-in-string): Define.
10093         (smime-cert-by-ldap-1): Use it.
10094
10095 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * gnus-art.el (article-display-x-face): Replace
10098         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10099
10100         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10101         set-process-query-on-exit-flag or process-kill-without-query.
10102
10103         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10104         loop instead of replace-regexp.
10105
10106         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10107         instead of process-kill-without-query if it is available.
10108
10109         * lpath.el: Fbind ldap-search-entries.
10110
10111         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10112         instead of find-file-hooks if it is available.
10113
10114         * mml1991.el: Bind pgg-default-user-id when compiling.
10115
10116         * mml2015.el: Bind pgg-default-user-id when compiling.
10117
10118         * nndraft.el (nndraft-request-associate-buffer):
10119         Use write-contents-functions instead of write-contents-hooks if it is
10120         available.
10121
10122         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10123         instead of find-file-hooks if it is available.
10124
10125         * nntp.el (nntp-open-connection): Replace
10126         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10127         (nntp-open-ssl-stream): Ditto.
10128         (nntp-open-tls-stream): Ditto.
10129
10130         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10131         set-process-query-on-exit-flag or process-kill-without-query.
10132         (starttls-open-stream-gnutls): Use it instead of
10133         process-kill-without-query.
10134         (starttls-open-stream): Ditto.
10135
10136 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10137
10138         * smime.el (smime-cert-by-ldap-1): Don't use
10139         replace-regexp-in-string.
10140
10141 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10142
10143         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10144
10145         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10146         in PEM format.  Adjust to the XEmacs compability.
10147
10148 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10149
10150         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10151         by `string-to-number'.
10152         * gnus-agent.el (gnus-agent-regenerate-group)
10153         (gnus-agent-fetch-articles): Ditto.
10154         * gnus-art.el (gnus-button-fetch-group): Ditto.
10155         * gnus-cache.el (gnus-cache-generate-active)
10156         (gnus-cache-articles-in-group): Ditto.
10157         * gnus-group.el (gnus-group-set-current-level)
10158         (gnus-group-insert-group-line): Ditto.
10159         * gnus-score.el (gnus-score-set-expunge-below)
10160         (gnus-score-set-mark-below, gnus-summary-score-effect)
10161         (gnus-summary-score-entry): Ditto.
10162         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10163         (gnus-soup-pack): Ditto.
10164         * gnus-spec.el (gnus-xmas-format): Ditto.
10165         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10166         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10167         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10168         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10169         * nndb.el (nndb-get-remote-expire-response): Ditto.
10170         * nndiary.el (nndiary-parse-schedule-value)
10171         (nndiary-string-to-number, nndiary-request-replace-article)
10172         (nndiary-request-article): Ditto.
10173         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10174         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10175         * nneething.el (nneething-make-head): Ditto.
10176         * nnfolder.el (nnfolder-request-article)
10177         (nnfolder-retrieve-headers): Ditto.
10178         * nnheader.el (nnheader-file-to-number): Ditto.
10179         * nnkiboze.el (nnkiboze-request-article): Ditto.
10180         * nnmail.el (nnmail-process-unix-mail-format)
10181         (nnmail-process-babyl-mail-format): Ditto.
10182         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10183         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10184         (nnmh-request-create-group, nnmh-request-list-1)
10185         (nnmh-request-group, nnmh-request-article): Ditto.
10186         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10187         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10188         * nnsoup.el (nnsoup-make-active): Ditto.
10189         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10190         * nntp.el (nntp-find-group-and-number)
10191         (nntp-retrieve-headers-with-xover): Ditto.
10192         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10193         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10194         (pgg-format-key-identifier): Ditto.
10195         * pop3.el (pop3-last, pop3-stat): Ditto.
10196         * qp.el (quoted-printable-decode-region): Ditto.
10197
10198         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10199         of concat.
10200
10201 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10202
10203         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10204
10205         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10206
10207         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10208
10209         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10210
10211         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10212
10213         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10214
10215         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10216         (gnus-carpal-mode): Ditto.
10217
10218         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10219         (gnus-browse-mode): Ditto.
10220
10221         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10222
10223         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10224
10225 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10226
10227         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10228
10229 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10230
10231         * gnus-util.el (gnus-run-mode-hooks): New function.
10232
10233         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10234
10235         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10236         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10237
10238 2005-05-27  Lute Kamstra  <lute@gnu.org>
10239
10240         * dns-mode.el (dns-mode): Specify customization group.
10241
10242 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10243
10244         * gnus-agent.el (gnus-agent-make-mode-line-string):
10245         Use mode-line-highlight as mouse-face.
10246
10247 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10248
10249         * canlock.el (canlock): Change the parent group to news.
10250
10251         * deuglify.el (gnus-outlook-deuglify): Add :group.
10252
10253         * dig.el (dig): Add :group.
10254
10255         * dns-mode.el (dns-mode): Add :group.
10256
10257         * encrypt.el (encrypt): Add :group.
10258
10259         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10260         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10261         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10262         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10263         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10264
10265         * gnus-diary.el (gnus-diary): Add :group.
10266
10267         * gnus.el (gnus-group-news-1-face): Add :group.
10268         (gnus-group-news-1-empty-face): Ditto.
10269         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10270         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10271         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10272         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10273         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10274         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10275         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10276         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10277         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10278         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10279         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10280         (gnus-summary-high-ticked-face): Ditto.
10281         (gnus-summary-low-ticked-face): Ditto.
10282         (gnus-summary-normal-ticked-face): Ditto.
10283         (gnus-summary-high-ancient-face): Ditto.
10284         (gnus-summary-low-ancient-face): Ditto.
10285         (gnus-summary-normal-ancient-face): Ditto.
10286         (gnus-summary-high-undownloaded-face): Ditto.
10287         (gnus-summary-low-undownloaded-face): Ditto.
10288         (gnus-summary-normal-undownloaded-face): Ditto.
10289         (gnus-summary-high-unread-face): Ditto.
10290         (gnus-summary-low-unread-face): Ditto.
10291         (gnus-summary-normal-unread-face): Ditto.
10292         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10293         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10294
10295         * hashcash.el (hashcash): New custom group.
10296         (hashcash-default-payment): Add :group.
10297         (hashcash-payment-alist): Ditto.
10298         (hashcash-default-accept-payment): Ditto.
10299         (hashcash-accept-resources): Ditto.
10300         (hashcash-path): Ditto.
10301         (hashcash-extra-generate-parameters): Ditto.
10302         (hashcash-double-spend-database): Ditto.
10303         (hashcash-in-news): Ditto.
10304
10305         * message.el (message-minibuffer-local-map): Add :group.
10306
10307         * netrc.el (netrc): Add :group.
10308
10309         * sieve-manage.el (sieve-manage-log): Add :group.
10310         (sieve-manage-default-user): Diito.
10311         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10312         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10313         (sieve-manage-authenticators): Ditto.
10314         (sieve-manage-authenticator-alist): Ditto.
10315         (sieve-manage-default-port): Ditto.
10316
10317         * sieve-mode.el (sieve-control-commands-face): Add :group.
10318         (sieve-action-commands-face): Ditto.
10319         (sieve-test-commands-face): Ditto.
10320         (sieve-tagged-arguments-face): Ditto.
10321
10322         * smime.el (smime): Add :group.
10323
10324         * spam-report.el (spam-report): Add :group.
10325
10326         * spam.el (spam, spam-face): Add :group.
10327
10328 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10329
10330         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10331         return \n.\n.\n at the end of articles.  Protect against that.
10332         (nntp-with-open-group): Allow debugging.
10333
10334         * nnheader.el (mail-header-set-extra): Make into a function
10335         because I just could't understand how to quote the list properly.
10336
10337         * dns.el (query-dns-cached): New function.
10338
10339 2005-05-26  Lute Kamstra  <lute@gnu.org>
10340
10341         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10342
10343 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10346
10347         * gnus-art.el: Don't autoload mail-extract-address-components.
10348
10349         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10350         eval-and-compile to evaluate it.
10351
10352         * hashcash.el: Don't autoload executable-find.
10353
10354         * nndb.el: Don't declare the nndb back end two or more times; don't
10355         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10356
10357         * nntp.el: Autoload format-spec instead of format; use
10358         eval-and-compile to evaluate autoload forms.
10359
10360 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10361
10362         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10363
10364 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10365
10366         * gnus.el (gnus-version-number): Bump version.
10367
10368 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10369
10370         * gnus.el: No Gnus v0.3 is released.
10371
10372 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10373
10374         * lpath.el (featurep): Bind show-nonbreak-escape.
10375
10376 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * gnus-art.el (gnus-article-edit-part): Disable undo.
10379
10380 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10381
10382         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10383         gnus-article-date-lapsed-new-header is t if date timer is active;
10384         skip headers in which the original date value is empty.
10385         (gnus-article-save-original-date): Redefine it as a macro.
10386         (gnus-display-mime): Use it.
10387
10388 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10389
10390         * gnus-art.el (article-date-ut): Support converting date in
10391         forwarded parts as well.
10392         (gnus-article-save-original-date): New function.
10393         (gnus-display-mime): Use it.
10394
10395 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10396
10397         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10398         enclosure element of <item>.
10399
10400 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10401
10402         * message.el (message-kill-buffer-query): Renamed from
10403         `message-kill-buffer-query-if-modified'.  Added :version.
10404
10405 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10408         window layout.
10409
10410 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10411
10412         * mml.el: Autoload dnd when compiling.
10413
10414 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10415
10416         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10417         x-dnd-*.
10418
10419 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * qp.el (quoted-printable-encode-region): Save excursion.
10422
10423 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10424
10425         * message.el (message-kill-buffer-query-if-modified): Add new variable
10426         so the user can kill a modified message buffer quickly.
10427         (message-kill-buffer): Use it.
10428
10429 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10430
10431         * lpath.el: Fbind display-time-event-handler; don't fbind
10432         string-to-multibyte.
10433
10434         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10435
10436 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10437
10438         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10439         contained in text because xml.el decodes entities) with LFs.
10440
10441 2005-04-11  Lute Kamstra  <lute@gnu.org>
10442
10443         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10444         differently.
10445
10446 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10447
10448         * mm-util.el (mm-detect-coding-region): Typo.
10449
10450 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10451
10452         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10453
10454 2005-04-06  Deepak Goel  <deego@gnufans.org>
10455
10456         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10457         user-function allow user modifications of the scores.
10458         (spam-stat-score-buffer-user): New function, to allow
10459         user-computed modifications to the score.
10460         (spam-stat-score-buffer-user-functions): List of additional
10461         scoring functions.
10462         (spam-stat-error-holder): Global temporary error holder.
10463         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10464         variable.
10465
10466 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10467
10468         * gnus-registry.el (gnus-registry-clean-empty-function)
10469         (gnus-registry-trim, gnus-registry-fetch-groups)
10470         (gnus-registry-delete-group): Groups that match
10471         `gnus-registry-ignored-groups' are removed from the registry
10472         entries, not just ignored for splitting.  This helps clean up the
10473         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10474         to get all the groups a message ID is in.
10475
10476         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10477         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10478         (spam-stat-score-buffer-user-functions): Add :number custom type.
10479
10480 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10481
10482         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10483         argument in XEmacs.
10484
10485         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10486         (nnrss-request-group): Decode group name first.
10487         (nnrss-request-article): Make a text/plain article if mml-to-mime
10488         failed.
10489         (nnrss-get-encoding): Return a compatible encoding according to
10490         nnrss-compatible-encoding-alist.
10491         (nnrss-find-el): Use consp instead of listp.
10492         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10493
10494 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10495
10496         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10497         which Emacs 20 doesn't support.
10498         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10499
10500 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10501
10502         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10503         silence the byte compiler inside the defun.
10504
10505         * gnus-demon.el (parse-time-string): Add autoload.
10506
10507         * gnus-delay.el (parse-time-string): Add autoload.
10508
10509         * gnus-art.el (parse-time-string): Add autoload.
10510
10511         * nnultimate.el (parse-time): Require for `parse-time-string'.
10512
10513 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10514
10515         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10516
10517         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10518
10519         * smime.el (smime-ldap-host-list): Add :version.
10520
10521 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10522
10523         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10524         pass it to `gnus-browse-read-group'.
10525         (gnus-browse-read-group): Add NUMBER argument and pass it to
10526         `gnus-group-read-ephemeral-group'.
10527
10528         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10529         argument and pass it to `gnus-group-read-group'.
10530
10531 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10532
10533         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10534         mm-xemacs-find-mime-charset-1 if we have the mule feature
10535         available at runtime.
10536
10537 2005-03-25  Werner Lemberg  <wl@gnu.org>
10538
10539         * nnmaildir.el: Replace `illegal' with `invalid'.
10540
10541 2005-03-23  Lute Kamstra  <lute@gnu.org>
10542
10543         * time-date.el: Add comment on time value formats.
10544         Don't require parse-time.
10545         (with-decoded-time-value): New macro.
10546         (encode-time-value): New function.
10547         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10548         (days-to-time): Return a valid time value when arg is huge.
10549         (time-since): Use time-subtract.
10550         (time-to-number-of-days): Use time-to-seconds.
10551
10552 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10553
10554         * gnus-start.el (gnus-display-time-event-handler):
10555         Check display-time-timer at runtime rather than only at load time
10556         in case display-time-mode is turned off in the mean time.
10557
10558 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10559
10560         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10561         used.
10562
10563         * nneething.el (nneething-map-file-directory): Derive from
10564         `gnus-directory'.
10565
10566         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10567         the To/Cc button.
10568
10569 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10570
10571         * nnmaildir.el (nnmaildir-request-accept-article):
10572         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10573
10574 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10575
10576         * gnus-async.el: Require timer-funcs at compile time when in
10577         XEmacs for `run-with-idle-timer'.
10578
10579 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10580
10581         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10582         autoloaded function.
10583
10584 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10585
10586         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10587
10588 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10589
10590         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10591
10592 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10593
10594         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10595         gnus-expert-user to default.
10596
10597 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10598
10599         * nnimap.el (nnimap-open-server): Ditto.
10600
10601         * imap.el (imap-authenticate): Fix typo.
10602
10603 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10604
10605         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10606         buffer (since IMAP server might return FETCH response out of
10607         order, and the nntp buffer must be sorted).
10608
10609 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10610
10611         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10612         comparison on string.
10613
10614         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10615         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10616         (gnus-agent-summary-fetch-series): Modified to protect against
10617         gnus-agent-summary-fetch-group clearing processable flags.
10618         (gnus-agent-synchronize-group-flags): Update live group buffer as
10619         synchronization may occur due to the user toggle the plugged
10620         status.
10621         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10622         successfully downloaded.
10623         (gnus-agent-expire-group-1): Avoid using markers when the overview
10624         is in ascending order; greatly improves performance.
10625         (gnus-agent-regenerate-group): Use
10626         gnus-agent-synchronize-group-flags to reset read status in both
10627         gnus and server.
10628         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10629
10630 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10631
10632         * message.el: Don't autoload former message-utils variables.
10633         (message-strip-subject-trailing-was): Change doc string.
10634
10635         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10636         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10637         (nnweb-google-search): Add "hl=en" here.
10638         (nnweb-google-parse-1, nnweb-google-create-mapping):
10639         Don't hardcode URL.
10640
10641 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10642
10643         * message.el (message-get-reply-headers, message-followup):
10644         Mention related variables `message-use-followup-to' and
10645         `message-use-mail-followup-to', in the information buffer.
10646
10647         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10648         of broken groups(-beta).google.com.
10649
10650 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10651
10652         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10653         parameter to invoked gnus-request-move-article; remove the
10654         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10655         all at once instead of once per article.
10656         (gnus-summary-remove-process-mark): Accept a list of articles as
10657         well as a single article for processing.
10658
10659         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10660         parameter.
10661
10662         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10663
10664         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10665
10666         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10667         parameter.
10668
10669         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10670         parameter.
10671
10672         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10673         parameter and remove the gnus-sum-hint-move-is-internal variable.
10674
10675         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10676         parameter.
10677
10678         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10679         parameter.
10680
10681         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10682         parameter.
10683
10684         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10685
10686         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10687         parameter.
10688
10689         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10690         parameter.
10691
10692 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10693
10694         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10695         a more conservative way.
10696
10697 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10698
10699         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10700         buffer, so it moves the window's cursor.
10701
10702 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10703
10704         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10705         `mm-dissect-multipart' and receive the from field as an (optional)
10706         argument from `mm-dissect-multipart'.
10707         (mm-dissect-multipart): Receive the from field as an argument and
10708         pass it on when we call `mm-dissect-buffer' on MIME parts.
10709         Fixes verification/decryption of signed/encrypted MIME parts.
10710
10711 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10712
10713         * gnus-sum.el (gnus-summary-move-article): Set
10714         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10715         whatever it calls (right now, only nnimap-request-move article
10716         respects it).
10717
10718         * nnimap.el (nnimap-request-move-article): When
10719         gnus-sum-hint-move-is-internal is set, don't do the extra
10720         nnimap-request-article.
10721
10722 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10723
10724         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10725
10726         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10727         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10728
10729         * gnus-sum.el (gnus-summary-caesar-message):
10730         Apply `gnus-treat-article' after rotation.
10731
10732         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10733         doc string.
10734
10735 2005-02-22  Simon Josefsson  <jas@extundo.com>
10736
10737         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10738         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10739         <arne@arnested.dk>.
10740         (encrypt): Add password-cache and password-cache-expiry as group
10741         members.
10742
10743 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10744
10745         * smime.el (smime-ldap-host-list): Doc fix.
10746         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10747         cache) password.
10748         (smime-sign-region): Use it.
10749         (smime-decrypt-region): Use it.
10750         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10751         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10752         fails.
10753         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10754         certificate from DER to PEM format rather than calling openssl.
10755
10756         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10757
10758         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10759         for signing/encryption.
10760
10761         * mml.el (mml-parse-1): Use them.
10762
10763 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10764
10765         * nnrss.el (nnrss-verbose): Removed.
10766         (nnrss-request-group): Use `nnheader-message' instead.
10767
10768 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10769
10770         * nnrss.el (nnrss-verbose): New variable.
10771         (nnrss-request-group): Make it say nnrss is requesting a group.
10772
10773 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10774
10775         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10776         Handle news URL with given port correctly.
10777
10778 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10779
10780         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10781         containing special characters.
10782
10783         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10784
10785         * mml.el (mime-to-mml): Ditto.
10786
10787         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10788         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10789         (rfc2047-decode-region): Quote decoded words containing special
10790         characters when rfc2047-quote-decoded-words-containing-tspecials
10791         is non-nil.
10792
10793 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10794
10795         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10796
10797         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10798
10799 2005-02-15  Simon Josefsson  <jas@extundo.com>
10800
10801         * nnimap.el (nnimap-debug): Doc fix.
10802
10803         * imap.el (imap-debug): Doc fix.
10804
10805 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10806
10807         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10808
10809 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10810
10811         * gnus.el (spam-contents): Improve docs for spam-contents
10812         parameter in its variable incarnation.
10813
10814 2005-02-14  Simon Josefsson  <jas@extundo.com>
10815
10816         * smime-ldap.el: Use require instead of load-library for ldap.
10817         (smime-ldap-search): Indent.
10818         (smime-ldap-search-internal): Shorten line.
10819
10820         * smime.el (smime-cert-by-dns): Add doc-string.
10821         (smime-cert-by-ldap-1): Indent.
10822
10823         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10824         mml-smime-get-dns-ldap.
10825         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10826
10827 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10828
10829         * smime.el: Require smime-ldap.
10830         (smime-ldap-host-list): New variable.
10831         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10832
10833         * mml-smime.el (mml-smime-encrypt-query): New function.
10834         (mml-smime-encrypt-query): Use it.
10835
10836         * smime-ldap.el: New file.
10837
10838 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10839
10840         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10841
10842 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10843
10844         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10845         argument in doc string.  Make query for type more clear.
10846
10847 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10848
10849         * gnus.el (gnus-group-startup-message): Search for gnus images in
10850         etc/images/gnus.
10851         * mm-util.el (mm-image-load-path): Likewise.
10852         * smiley.el (smiley-data-directory): Search for smilies in
10853         etc/images/smilies.
10854
10855 2005-02-09  Kim F. Storm  <storm@cua.dk>
10856
10857         Change Emacs release version from 21.4 to 22.1 throughout.
10858         Change Emacs development version from 21.3.50 to 22.0.50.
10859
10860 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10863
10864         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10865         non-Mule XEmacs as well.
10866         (mm-decompress-buffer): Signal an error intentionally if it does
10867         not decompress compressed data because auto-compression-mode is
10868         disabled.
10869
10870 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10871
10872         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10873         an ID in the registry even if it has no groups.
10874
10875 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10878         merge it into mm-decompress-buffer.
10879         (gnus-mime-copy-part): Use the MIME part charset, the value which
10880         a user specified or gnus-newsgroup-charset for decoding, like
10881         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10882         save-buffer what was used.  Suggested by Kevin Ryde
10883         <user42@zip.com.au>.
10884         (gnus-mime-inline-part): Allow the name parameter as well as the
10885         filename parameter; force decompressing of compressed data; always
10886         display contents being not decoded as unibyte.
10887
10888         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10889         as well as the filename parameter.
10890
10891         * mm-util.el (mm-decompress-buffer): Merge
10892         gnus-mime-jka-compr-maybe-uncompress.
10893         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10894         of compressed data.
10895
10896 2005-02-08  Simon Josefsson  <jas@extundo.com>
10897
10898         * imap.el (imap-log): Doc fix.
10899
10900 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10901
10902         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10903         the coding cookies; decompress compressed parts.
10904
10905         * mml.el (mml-generate-mime-1): Add the charset parameter according
10906         to the value which a user specified manually or the coding cookie.
10907
10908         * mm-util.el (mm-string-to-multibyte): New function.
10909         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10910         (mm-coding-system-to-mime-charset): New function.
10911         (mm-decompress-buffer): New function.
10912         (mm-find-buffer-file-coding-system): New function.
10913
10914         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10915         (mm-display-inline-fontify): Rewrite for decoding and decompressing
10916         parts.
10917
10918 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10919
10920         * mm-view.el (mm-display-inline-fontify): Decode a part according
10921         to the charset parameter.
10922
10923 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10924
10925         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10926         prefix arg is neither nil nor a number, as info specifies.
10927
10928 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10929
10930         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10931         timestamps.
10932
10933 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
10934
10935         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10936         groups error checking and notify user.
10937
10938 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
10939
10940         * message.el (message-send-mail-function): Check existence of
10941         sendmail-program first before using default value
10942         `message-send-mail-with-sendmail'.  Otherwise use more generic
10943         `smtpmail-send-it'.
10944
10945 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10946
10947         * nntp.el (nntp-request-update-info): Always return nil.
10948
10949 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10950
10951         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10952
10953 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10954
10955         * message.el (message-beginning-of-line): Change the behavior when
10956         invoked between BOL and : so that it first moves backward.
10957
10958 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10959
10960         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10961         article buffer when editing of the article is discarded.
10962         (gnus-article-prepare): Revert.
10963
10964 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10965
10966         * gnus-art.el (gnus-article-prepare):
10967         Remove message-strip-forbidden-properties from the local hook.
10968
10969 2005-01-27  Simon Josefsson  <jas@extundo.com>
10970
10971         * password.el (password-cache-add): Only start one timer per key.
10972         Reported by Derek Atkins <warlord@MIT.EDU>.
10973
10974 2005-01-26  Steve Youngs  <steve@sxemacs.org>
10975
10976         * run-at-time.el: Removed.  It is no longer needed as
10977         timer-funcs.el in the xemacs-base package has a working version of
10978         `run-at-time'.
10979
10980         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
10981
10982         * password.el: Require timer-funcs instead of run-at-time in
10983         XEmacs.
10984         Remove `password-run-at-time' macro.
10985         (password-cache-add): Use `run-at-time' instead of
10986         `password-run-at-time'.
10987
10988         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
10989         Remove `nnheader-cancel-function-timers' alias,
10990         `cancel-function-timers' exists in XEmacs in timer-funcs.
10991
10992         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10993         for `run-with-idle-timer'.
10994
10995         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10996         for `run-at-time'.
10997
10998         * mm-url.el: Require timer-funcs at compile time when in XEmacs
10999         for `with-timeout'.
11000
11001         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11002         the same as for XEmacs 21.4.
11003         No need to ignore `run-with-idle-timer', this function exists in
11004         XEmacs now in timer-funcs.el in the xemacs-base package.
11005         (dgnushack-compile): No need to delete
11006         run-at-time.el from the list of files to compile because it
11007         doesn't exist anymore.
11008
11009 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11010
11011         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11012         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11013
11014 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11015
11016         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11017         sensitively.
11018
11019 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11020
11021         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11022
11023 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11026         which will be inserted according to the multibyteness of a buffer
11027         rather than the type of contents.  Suggested by ARISAWA Akihiro
11028         <ari@mbf.ocn.ne.jp>.
11029
11030         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11031         of string which old xml.el may return rather than a string.
11032
11033 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11034
11035         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11036
11037 2005-01-16  Simon Josefsson  <jas@extundo.com>
11038
11039         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11040         idn/idna.el isn't available.
11041         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11042         <michael@waxrat.com>.
11043
11044         * hashcash.el: Remove non-FSF copyright header.
11045
11046         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11047         (hashcash-generate-payment): Use it.
11048         (hashcash-generate-payment-async): Use it.
11049
11050 2005-01-15  Simon Josefsson  <jas@extundo.com>
11051
11052         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11053         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11054
11055         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11056         gnus-summary-idna-message.
11057         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11058         (gnus-summary-idna-message): New function.
11059
11060 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11061
11062         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11063         gnus-novice-user.
11064
11065 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11066
11067         * nnrss.el (nnrss-request-delete-group): Delete entries in
11068         nnrss-group-alist as well.
11069         (nnrss-save-server-data): Insert newline.
11070
11071 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11072
11073         * gnus.el (gnus-user-agent): Use list of symbols instead of
11074         symbols.  Display full version number for (S)XEmacs.  Optionally
11075         display (S)XEmacs codename.
11076
11077         * gnus-util.el (gnus-emacs-version): Update for new
11078         `gnus-user-agent'.
11079
11080         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11081         Gnus version.
11082
11083 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11084
11085         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11086         which is unreadable in some setups.
11087
11088 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11089
11090         * gnus-spec.el (gnus-update-format-specifications): Flush the
11091         group format spec cache if it doesn't support decoded group names.
11092
11093 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11094
11095         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11096         Allow to apply decay on score files matching a regexp.
11097
11098 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11099
11100         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11101         compatibility in %g and %c.
11102
11103 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11104
11105         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11106         name for only %g and %c.
11107         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11108         of gnus-tmp-group to decoded group name.
11109         (gnus-group-make-rss-group): Exclude `/'s from group names.
11110
11111 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11112
11113         * nnrss.el (nnrss-get-encoding): Fix regexp.
11114
11115 2004-12-27  Simon Josefsson  <jas@extundo.com>
11116
11117         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11118         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11119         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11120
11121 2004-12-17  Kim F. Storm  <storm@cua.dk>
11122
11123         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11124
11125         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11126
11127 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11128
11129         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11130
11131 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11132
11133         * nnrss.el: Require rfc2047 and mml.
11134         (nnrss-file-coding-system): New variable.
11135         (nnrss-format-string): Redefine it as an inline function.
11136         (nnrss-decode-group-name): New function.
11137         (nnrss-string-as-multibyte): Remove.
11138         (nnrss-retrieve-headers): Decode group name; don't use
11139         nnrss-format-string.
11140         (nnrss-request-group): Decode group name.
11141         (nnrss-request-article): Decode group name; allow a Message-ID as
11142         well as an article number; don't use nnrss-format-string; encode a
11143         Message-ID string which may contain non-ASCII characters; use
11144         mml-to-mime to compose a MIME article.
11145         (nnrss-request-expire-articles): Decode group name.
11146         (nnrss-request-delete-group): Decode group name.
11147         (nnrss-fetch): Clarify error message.
11148         (nnrss-read-server-data): Use insert-file-contents instead of load;
11149         bind file-name-coding-system; use multibyte buffer.
11150         (nnrss-save-server-data): Bind coding-system-for-write to the
11151         value of nnrss-file-coding-system; bind file-name-coding-system;
11152         add coding cookie.
11153         (nnrss-read-group-data): Use insert-file-contents instead of load;
11154         bind file-name-coding-system; use multibyte buffer.
11155         (nnrss-save-group-data): Bind coding-system-for-write to the
11156         value of nnrss-file-coding-system; bind file-name-coding-system.
11157         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11158         make it work with non-ASCII text.
11159         (nnrss-find-el): Make it work with old xml.el as well.
11160
11161 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11162
11163         * nnrss.el (nnrss-get-encoding): New function.
11164         (nnrss-fetch): Use unibyte buffer initially; bind
11165         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11166         decode contents according to the encoding attribute.
11167         (nnrss-save-group-data): Add coding cookie.
11168         (nnrss-mime-encode-string): New function.
11169         (nnrss-check-group): Use it to encode subject and author.
11170
11171 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11172
11173         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11174         imaginary variable.
11175
11176 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11177
11178         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11179         correctly even if there are wide characters.
11180
11181 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11182
11183         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11184         downcased symbol names; make a new cache instead of reusing
11185         bbdb-hashtable.
11186
11187 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11188
11189         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11190         concatenating segments rather than before concatenating them.
11191         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11192
11193         * message.el (message-get-reply-headers): Bind `extra'.
11194
11195 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11196
11197         * message.el (message-extra-wide-headers): New variable.
11198         (message-get-reply-headers): Use it.
11199
11200 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11201
11202         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11203         (gnus-agent-group-pathname): Ditto.
11204
11205         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11206
11207         * gnus-group.el (gnus-group-make-group): Decode group name.
11208         (gnus-group-make-rss-group): Register the group data after opening
11209         the nnrss group.
11210
11211 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11212
11213         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11214         by expiry now get marked as read.
11215
11216 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11217
11218         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11219
11220 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11221
11222         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11223         unify Latin characters in XEmacs.
11224         (mm-find-mime-charset-region): Use it.
11225
11226 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11227
11228         * gnus-util.el (gnus-delete-directory): New function.
11229
11230         * gnus-agent.el (gnus-agent-delete-group): Use it.
11231
11232         * gnus-cache.el (gnus-cache-delete-group): Use it.
11233
11234 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11235
11236         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11237         names.
11238
11239 2004-12-16  Simon Josefsson  <jas@extundo.com>
11240
11241         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11242
11243 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11244
11245         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11246
11247         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11248         (gnus-group-set-current-level): Decode group name.
11249
11250 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11251
11252         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11253         failed.
11254
11255 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11256
11257         * gnus-group.el (gnus-group-delete-group): Decode group name.
11258         (gnus-group-make-rss-group): Encode group name.
11259         (gnus-group-catchup-current): Decode group name.
11260         (gnus-group-kill-group): Decode group name.
11261
11262 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11263
11264         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11265
11266 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11267
11268         * gnus-group.el (gnus-group-make-rss-group):
11269         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11270
11271         * gnus-start.el (gnus-setup-news): Honor user's setting to
11272         gnus-message-archive-method.  Suggested by Lute Kamstra
11273         <lute@gnu.org>.
11274
11275 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11276
11277         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11278         global counterparts of the buffer-local variables.
11279
11280 2004-11-16  Romain Francoise  <romain@orebokech.com>
11281
11282         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11283         counterparts of the buffer-local variables.
11284
11285 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11286
11287         * message.el (message-forbidden-properties): Fixed typo in doc
11288         string.
11289
11290 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11291
11292         * gnus-util.el (gnus-replace-in-string): Added doc string.
11293
11294         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11295         to avoid problems when splitting mails with many recipients.
11296
11297 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11298
11299         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11300         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11301
11302 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11303
11304         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11305         if there is no hashtable in memory or file modification time is
11306         newer than cached timestamp.
11307
11308 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11309
11310         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11311         not-matching option.
11312
11313 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11314
11315         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11316         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11317         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11318         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11319         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11320         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11321
11322 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11323
11324         * message.el (message-forward-make-body-mml): Remove headers
11325         according to message-forward-ignored-headers if a message is decoded.
11326
11327 2004-12-02  Romain Francoise  <romain@orebokech.com>
11328
11329         * message.el (message-forward-make-body-plain): Always remove
11330         headers according to message-forward-ignored-headers.
11331
11332 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11333
11334         * spam.el (spam-summary-prepare-exit): Remove the
11335         gnus-summary-limit pop for now, it has problems with ham marks for
11336         me.
11337
11338 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11339
11340         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11341         correctly.
11342
11343 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11344
11345         * format-spec.el (format-spec): Message the char.
11346
11347 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11348
11349         * gnus-art.el (gnus-split-methods): Reformat comments.
11350
11351         * spam.el (spam-summary-prepare-exit): Remove article limits
11352         before exiting the summary buffer.
11353
11354 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11355
11356         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11357         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11358
11359         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11360         order to silence the byte compiler.
11361
11362         * spam.el: Fix the way to silence the byte compiler, which
11363         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11364         bbdb-search-simple, spam-BBDB-register-routine,
11365         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11366         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11367         spam-stat-buffer-is-spam, spam-stat-load,
11368         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11369         spam-stat-save and spam-stat-split-fancy.
11370
11371 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11372
11373         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11374         which may confuse users.
11375         (canlock-password-for-verify): Ditto.
11376
11377         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11378
11379         * gnus-art.el (gnus-emphasis-alist): Ditto.
11380
11381         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11382
11383         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11384
11385         * gnus-start.el (gnus-save-killed-list): Ditto.
11386
11387         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11388         (gnus-sum-thread-tree-root): Ditto.
11389         (gnus-sum-thread-tree-false-root): Ditto.
11390         (gnus-sum-thread-tree-single-indent): Ditto.
11391
11392         * message.el (message-courtesy-message): Ditto.
11393         (message-archive-note): Ditto.
11394         (message-subscribed-address-file): Ditto.
11395         (message-user-fqdn): Ditto.
11396
11397         * spam-report.el (spam-report-gmane-regex): Ditto.
11398
11399         * spam.el (spam-blackhole-good-server-regex): Ditto.
11400
11401 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11402
11403         * mml.el (mml-preview): Widen the message buffer before copying
11404         the contents to the preview buffer; sort headers before previewing.
11405
11406         * message.el (message-hidden-headers): Fix the way to avoid a bug
11407         in the `repeat' widget in Emacs 21.3 or earlier.
11408
11409 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11410
11411         * message.el (message-hidden-headers): Default to "^References:".
11412         Improve customization type.  Suggested by Reiner Steib
11413         <Reiner.Steib@gmx.de>.
11414
11415 2004-11-25  Romain Francoise  <romain@orebokech.com>
11416
11417         * message.el (message-strip-forbidden-properties): Remove check for
11418         obsolete `message-hidden' text property, hidden headers are not
11419         accessible in the buffer anymore.
11420
11421 2004-11-22  Romain Francoise  <romain@orebokech.com>
11422
11423         * message.el (message-header-format-alist): Add `From' in list
11424         so that it can be sorted.
11425         (message-fix-before-sending): Widen and sort headers before
11426         sending.
11427         (message-hide-headers): Use narrowing to hide headers by moving
11428         them to the top of the buffer and narrowing to the region
11429         underneath.
11430
11431 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11432
11433         * message.el (message-strip-forbidden-properties): Bind
11434         buffer-read-only (etc) to nil.
11435
11436 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11437
11438         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11439         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11440
11441 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11442
11443         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11444
11445 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11446
11447         * dns.el (query-dns): Use sit-for to time instead of
11448         accept-process-output, since that doesn't seem to work on udp
11449         sockets.
11450
11451 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11452
11453         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11454
11455 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11456
11457         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11458         doc string.  Improve doc string.
11459
11460 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * nntp.el (nntp-request-update-info): Return nil if
11463         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11464         may not call gnus-activate-group which uselessly issues the GROUP
11465         commands for all nntp groups and wastes time.  Reported by Romain
11466         Francoise <romain@orebokech.com>.
11467
11468         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11469
11470 2004-11-15  Simon Josefsson  <jas@extundo.com>
11471
11472         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11473         headers separately.
11474         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11475         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11476
11477 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11478
11479         * gnus-start.el (gnus-convert-old-newsrc):
11480         Assign legacy-gnus-agent to 5.10.7.
11481
11482 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11483
11484         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11485         start of the lines.
11486
11487 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11488
11489         * hashcash.el (hashcash-default-payment): Change default to 20.
11490         (hashcash-default-accept-payment): Change default to 20.
11491         (hashcash-process-alist): New variable.
11492         (hashcash-generate-payment-async): Add.
11493         (hashcash-already-paid-p): Add.
11494         (hashcash-insert-payment): Don't generate payments twice.
11495         (hashcash-insert-payment-async): Add.
11496         (hashcash-insert-payment-async-2): Add.
11497         (hashcash-cancel-async): Add.
11498         (hashcash-wait-async): Add.
11499         (hashcash-processes-running-p): Add.
11500         (hashcash-wait-or-cancel): Add.
11501         (mail-add-payment): New optional argument.  Conditionally start
11502         asynchronous calculation.
11503         (mail-add-payment-async): Add.
11504
11505         * message.el (message-send-mail): Wait for asynchronous hashcash
11506         results.  Don't clobber existing X-Hashcash headers.
11507         (message-setup-1): Call mail-add-payment-async when
11508         message-generate-hashcash is non-nil.
11509
11510 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11511
11512         * message.el (message-use-alternative-email-as-from): Examine the
11513         From header as well; use message-make-from in order to include a
11514         user's full name.
11515
11516 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11519         default; improve customization type.
11520         (gnus-emphasis-custom-with-format): New macro.
11521         (gnus-emphasis-custom-value-to-external): New function.
11522         (gnus-emphasis-custom-value-to-internal): New function.
11523
11524 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11525
11526         * dns.el (query-dns): Resolve reverse addresses.
11527
11528 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11529
11530         * gnus-group.el (gnus-group-get-new-news): Use it.
11531
11532         * gnus-start.el (gnus-check-reasonable-setup): New function.
11533
11534 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11535
11536         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11537         "Args out of range" error.  Reported by Arnaud Giersch
11538         <arnaud.giersch@free.fr>.
11539
11540 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11541
11542         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11543
11544 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11545
11546         * spam.el (spam group): Add :version.
11547
11548         * pgg-def.el (pgg group): Add :version.
11549
11550 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11551
11552         * gnus-art.el (gnus-article-edit-article): Don't associate the
11553         article buffer with a draft file.  This is a temporary measure
11554         against the 2004-08-22 change to gnus-article-edit-mode.
11555
11556 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11557
11558         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11559         (html2text-format-tags): Remove unused variable `attr'.
11560
11561 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11562
11563         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11564
11565         * tls.el (tls-process-connection-type, tls-success)
11566         (tls-certtool-program): Add :version.
11567
11568         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11569         (starttls-extra-arguments, starttls-process-connection-type)
11570         (starttls-connect, starttls-failure, starttls-success): Add :version.
11571
11572         * spam-stat.el (spam-stat): Add :version.
11573
11574         * sieve.el (sieve): Add :version.
11575
11576         * sha1.el (sha1): Add :version.
11577         (sha1-use-external): Remove redundant version.
11578
11579         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11580         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11581         (nnmail-split-fancy-match-partial-words)
11582         (nnmail-split-lowercase-expanded): Add :version.
11583
11584         * nndiary.el (nndiary): Add :version.
11585
11586         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11587
11588         * mml-sec.el (mml-default-sign-method)
11589         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11590         Add :version.
11591
11592         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11593
11594         * mm-url.el (mm-url-use-external, mm-url-program)
11595         (mm-url-arguments): Add :version.
11596
11597         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11598         (mm-attachment-file-modes, mm-decrypt-option)
11599         (mm-w3m-safe-url-regexp): Add :version.
11600
11601         * message.el (message-cite-prefix-regexp)
11602         (message-sendmail-envelope-from, message-minibuffer-local-map)
11603         (message-user-fqdn, message-completion-alist): Add :version.
11604
11605         * gnus-win.el (gnus-configure-windows-hook)
11606         (gnus-use-frames-on-any-display): Add :version.
11607
11608         * gnus-art.el (gnus-article-address-banner-alist)
11609         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11610         (gnus-treat-from-picon, gnus-treat-mail-picon)
11611         (gnus-treat-x-pgp-sig): Add :version.
11612
11613         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11614         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11615         (gnus-summary-article-delete-hook)
11616         (gnus-summary-display-while-building): Add :version.
11617
11618         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11619         (gnus-get-top-new-news-hook): Add :version.
11620
11621         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11622         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11623
11624         * gnus-registry.el (gnus-registry): Add :version.
11625
11626         * gnus-spec.el (gnus-use-correct-string-widths)
11627         (gnus-make-format-preserve-properties): Add :version.
11628
11629         * gnus.el (gnus-group-charter-alist)
11630         (gnus-group-fetch-control-use-browse-url)
11631         (gnus-install-group-spam-parameters): Add :version.
11632
11633         * gnus-diary.el (gnus-diary): Add :version.
11634
11635         * gnus-delay.el (gnus-delay): Add :version.
11636
11637         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11638         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11639         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11640         Add :version.
11641
11642         * gnus-agent.el (gnus-agent-max-fetch-size)
11643         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11644         (gnus-agent-prompt-send-queue): Add :version.
11645
11646         * deuglify.el (gnus-outlook-deuglify): Add :version.
11647
11648         * html2text.el: Beautify code.  Improve doc strings.  Some
11649         checkdoc cleanup.
11650         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11651
11652 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11653
11654         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11655
11656 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11657
11658         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11659         when package is loaded.
11660
11661         * spam.el (spam-summary-score-preferred-header): Add global preference
11662         for people who want to override the default SpamAssassin over
11663         Bogofilter preference (when both are set).
11664         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11665         (spam-user-format-function-S): Check
11666         spam-summary-score-preferred-header.
11667         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11668         (spam-user-format-function-S): Format the score correctly.
11669
11670 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11671
11672         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11673         signature file.  Suggested by Manoj Srivastava
11674         <srivasta@golden-gryphon.com>.
11675
11676         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11677         iso-2022-jp even in the Japanese language environment.
11678         Suggested by Jason Rumney <jasonr@gnu.org>.
11679
11680 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11681
11682         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11683         use the same characters as the dummy marks; make it free from
11684         getting affected by the language environment.
11685         (gnus-summary-read-group-1): Update mark positions only when the
11686         format spec is updated.
11687
11688         * gnus-spec.el (gnus-update-format-specifications): Return a list
11689         of updated types.
11690
11691 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11694         of boundp to check if display-warning is available.
11695
11696 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11697
11698         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11699
11700 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * nnspool.el (nnspool-spool-directory): Use news-path if the
11703         news-directory variable is not bound.
11704
11705         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11706         function instead of display-warning if it is not available.
11707
11708 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11709
11710         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11711         v5-10: Use `point-at-bol'.
11712
11713 2004-10-26  Simon Josefsson  <jas@extundo.com>
11714
11715         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11716         <chenggao@gmail.com>.
11717
11718 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11719
11720         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11721         instead.
11722
11723 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11724
11725         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11726         to remove a server from the nnimap-server-buffer-alist.
11727         (nnimap-open-connection, nnimap-close-server): Use it.
11728
11729         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11730
11731 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11732
11733         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11734         running the major-mode function.
11735
11736 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11737
11738         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11739         dummy marks in the right way.
11740
11741 2004-10-18  David Edmondson  <dme@dme.org>
11742
11743         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11744         excessively.
11745
11746 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11747
11748         * gnus-util.el (gnus-split-references): Accept a nil references
11749         string and go on blissfully.
11750
11751         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11752         cases where the references string is non-nil but has no references.
11753
11754         * encrypt.el: Add autoload tags.
11755
11756         * spam.el (spam-resolve-registrations-routine): Remove article
11757         from unregistration list too.  Reported by David Hanak
11758         <dhanak@isis.vanderbilt.edu>
11759
11760 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11761
11762         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11763         nil.  Changed custom type.
11764
11765 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11766
11767         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11768
11769         * gnus-sum.el (gnus-summary-move-article): Use it.
11770
11771 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11772
11773         * encrypt.el: Add autoload cookies.
11774
11775         * spam.el (spam-backend-article-list-property)
11776         (spam-backend-get-article-todo-list)
11777         (spam-backend-put-article-todo-list)
11778         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11779         Resolve registrations separately.
11780         (spam-register-routine): Format comments.
11781         (spam-unregister-routine, spam-register-routine): Always call with
11782         specific-articles, no default list.
11783         (spam-summary-prepare-exit): Use the spam-classifications function.
11784
11785         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11786         gnus-encrypt.el.
11787
11788         * encrypt.el: Copied from gnus-encrypt.el.
11789
11790         * gnus-encrypt.el: Commented that it's obsolete.
11791
11792 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11793
11794         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11795         (gnus-score-save): Use it.
11796
11797         * message.el (message-bury): Use `window-dedicated-p'.
11798
11799 2004-10-15  Simon Josefsson  <jas@extundo.com>
11800
11801         * pop3.el (top-level): Don't require nnheader.
11802         (pop3-read-timeout): Add.
11803         (pop3-accept-process-output): Add.
11804         (pop3-read-response, pop3-retr): Use it.
11805
11806 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11807
11808         * spam.el (spam-register-routine): Move comment.
11809         (spam-verify-bogofilter): Use 'unknown for the initial
11810         spam-bogofilter-valid state, not 'never.
11811
11812         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11813         for netrc-machine.
11814
11815         * nnimap.el (nnimap-open-connection): Use
11816         netrc-machine-user-or-password.
11817
11818 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11819
11820         * gnus-registry.el (gnus-registry-unload-hook):
11821         Set as a variable with add-hook.
11822
11823         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11824         of news-path.
11825
11826         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11827
11828         * spam.el: Delete duplicate `provide'.
11829         (spam-unload-hook): Set as a variable with add-hook.
11830
11831 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11832
11833         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11834         in the doc string.
11835
11836         * message.el (message-ignored-news-headers)
11837         (message-ignored-supersedes-headers)
11838         (message-ignored-resent-headers)
11839         (message-forward-ignored-headers): Improve custom type.
11840
11841 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * message.el (message-tokenize-header): Fix 2004-09-06 change
11844         which used point-min in the wrong place.
11845
11846 2004-10-12  Simon Josefsson  <jas@extundo.com>
11847
11848         * tls.el (tls-certtool-program): New variable.
11849         (tls-certificate-information): New function, based on
11850         ssl-certificate-information.
11851
11852 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * compface.el: Move the version of ELisp-based uncompface program
11855         to the contrib directory because of the copyright problem.
11856
11857 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11858
11859         * message.el (message-kill-buffer): Raise the current frame.
11860
11861 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11862
11863         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11864
11865         * gnus.el (message-y-or-n-p): Autoload.
11866
11867         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11868         (pop3-password-required, pop3-authentication-scheme)
11869         (pop3-leave-mail-on-server): Made customizable.
11870         (pop3): New custom group.
11871         (pop3-retr): Remove `sleep-for' statements.
11872         Suggested by Dave Love <fx@gnu.org>.
11873
11874         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11875         Windows/DOS.
11876
11877         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11878         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11879         Dave Love <fx@gnu.org>.
11880
11881         * mml.el (mml-minibuffer-read-disposition): Require match.
11882         Suggested by Dave Love <fx@gnu.org>.
11883
11884 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11885
11886         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11887         doc string.
11888
11889 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11890
11891         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11892
11893 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11894
11895         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11896         instead of calling `mm-insert-inline', to decode text/* parts
11897         before displaying them.
11898
11899 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11900
11901         * mm-uu.el (mm-uu-text-plain-type): New variable.
11902         (mm-uu-pgp-signed-extract-1): Use it.
11903         (mm-uu-pgp-encrypted-extract-1): Use it.
11904         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11905         bind mm-uu-text-plain-type with that value.
11906         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11907         mm-uu-dissect.
11908
11909 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11910
11911         * gnus-group.el (gnus-update-group-mark-positions):
11912         * gnus-sum.el (gnus-update-summary-mark-positions):
11913         * message.el (message-check-news-body-syntax):
11914         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11915         of string-as-multibyte.
11916
11917 2004-10-05  Juri Linkov  <juri@jurta.org>
11918
11919         * gnus-group.el (gnus-update-group-mark-positions):
11920         * gnus-sum.el (gnus-update-summary-mark-positions):
11921         * message.el (message-check-news-body-syntax):
11922         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11923         8-bit unibyte values to a multibyte string for search functions.
11924
11925 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11926
11927         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11928         (mm-uu-dissect-text-parts): New function.
11929
11930         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11931         dissect text parts.
11932
11933         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11934         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11935
11936         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11937
11938         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11939         gnus-current-topics instead of gnus-current-topic.
11940
11941 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
11942
11943         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11944
11945 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
11946
11947         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11948         where approriate.
11949
11950         * nnml.el (nnml-generate-active-info): do.
11951
11952         * nndiary.el (nndiary-generate-active-info): do.
11953
11954         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11955         (gnus-topic-move): do.
11956
11957         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11958         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11959
11960         * gnus-srvr.el (gnus-server-prepare)
11961         (gnus-server-open-all-servers): do.
11962
11963         * gnus-msg.el (gnus-summary-cancel-article)
11964         (gnus-summary-resend-message)
11965         (gnus-summary-mail-crosspost-complaint): do.
11966
11967         * gnus-move.el (gnus-change-server): do.
11968
11969         * gnus-group.el (gnus-group-unmark-all-groups)
11970         (gnus-group-set-current-level): do.
11971
11972 2004-10-04  Simon Josefsson  <jas@extundo.com>
11973
11974         * message.el (message-generate-hashcash): Doc fix.
11975
11976 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
11977
11978         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
11979         avoid infinite recursion via gnus-get-function.
11980
11981 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
11982
11983         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
11984
11985         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
11986
11987         * nnmail.el (nnmail-split-history): do.
11988
11989         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11990         (nnml-request-delete-group): do.
11991
11992         * nnslashdot.el (nnslashdot-read-groups): do.
11993
11994         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11995         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11996
11997         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
11998         (nnspool-sift-nov-with-sed): Use last.
11999         (nnspool-retrieve-headers-with-nov): Use mapc.
12000         (nnspool-request-newgroups): Use dolist.
12001         (nnspool-request-group): Use last.
12002
12003         * nntp.el (nntp-read-server-type): Use dolist.
12004
12005         * nnvirtual.el (nnvirtual-create-mapping)
12006         (nnvirtual-update-read-and-marked): Use dolist.
12007         (nnvirtual-convert-headers): Simplify.
12008
12009 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12010
12011         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12012         support for sync'ing tick marks.
12013
12014 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12015
12016         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12017         there's no visible header.
12018
12019 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12020
12021         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12022         necessary, pass full group name to gnus-request-set-marks.
12023
12024 2004-10-01  Simon Josefsson  <jas@extundo.com>
12025
12026         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12027         acroread.
12028
12029 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12030
12031         * spam-report.el (spam-report-gmane): Fix interactive.
12032
12033         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12034
12035         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12036         when writing file.
12037         (gnus-agent-synchronize-flags): Don't default to being
12038         interactive.
12039
12040 2004-09-30  Simon Josefsson  <jas@extundo.com>
12041
12042         * message.el (message-generate-hashcash): Add.
12043         (message-send-mail): Use it, call mail-add-payment.
12044
12045 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12046
12047         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12048
12049 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12050
12051         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12052         gnus-requst-update-info with explicit code to sync the in-memory
12053         info read flags with the marks being sync'd to the backend.
12054
12055         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12056
12057 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12058
12059         * spam.el (spam-verify-bogofilter): Add new function.
12060         (spam-check-bogofilter)
12061         (spam-bogofilter-register-with-bogofilter): Use it.
12062         (spam-verify-bogofilter): Add small fixes.
12063
12064 2004-09-28  Simon Josefsson  <jas@extundo.com>
12065
12066         * hashcash.el (hashcash-generate-payment): Revert.
12067
12068 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12069
12070         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12071         gnus-extract-references instead of gnus-split-references.
12072
12073         * gnus-util.el (gnus-extract-references): Add new function, analogous
12074         to gnus-split-references but extracts only the message-ID without
12075         anything extra.
12076
12077         * hashcash.el (hashcash-generate-payment)
12078         (hashcash-check-payment): Do the right thing if hashcash-path is
12079         nil (because the hashcash program could not be found).
12080
12081         * spam.el (spam-use-hashcash): Remove comment.
12082
12083 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12084
12085         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12086         (gnus-cache-enter-article, gnus-cache-remove-article)
12087         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12088
12089         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12090
12091         * gnus-art.el (article-hide-boring-headers)
12092         (article-translate-strings, article-display-face)
12093         (gnus-article-mime-match-handle-first)
12094         (gnus-article-highlight-headers)
12095         (gnus-article-add-buttons-to-head): do.
12096
12097 2004-09-27  Simon Josefsson  <jas@extundo.com>
12098
12099         * hashcash.el: New version, from
12100         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12101         ../contrib/.
12102
12103 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12104
12105         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12106
12107 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12108
12109         * gnus-dup.el (gnus-dup-open): Use mapc.
12110         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12111
12112         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12113         Reported by Stefan Wiens <s.wi@gmx.net>.
12114
12115         * gnus.el (gnus-shutdown): Use dolist.
12116
12117         * gnus-undo.el (gnus-undo): Use mapc.
12118
12119         * nnrss.el (nnrss-generate-active): do.
12120
12121         * message.el (message-cite-original-without-signature)
12122         (message-cite-original): Use mapc.
12123         (message-do-actions, message-make-forward-subject): Use dolist.
12124
12125 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12126
12127         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12128         deletion to remove entire duplicate line.  Fixes merged article
12129         number bug.
12130
12131 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12132
12133         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12134         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12135         first ask if you want to open a server and then, even when you
12136         responded with no, asking if you want to synchronize the server's
12137         flags.
12138         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12139         multi-line expressions.
12140         (gnus-agent-synchronize-group-flags): New internal function.
12141         Updates marks in memory (in the info structure) AND in the
12142         backend.
12143
12144         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12145
12146         * nnagent.el (nnagent-request-set-mark): Use
12147         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12148         method, to ensure that synchronization updates marks in the
12149         backend and in the info (in memory) structure.
12150
12151 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12152
12153         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12154         convention fully; don't miss the root article of a thread; make
12155         the X-Draft-From header with correct article numbers.
12156
12157 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12158
12159         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12160         unless plugged.  Disable the agent so that an open failure causes
12161         an error.
12162
12163         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12164         Reverted 2004-09-21 change.  The backend must be opened while
12165         synchronizing flags even when the backend stores the flags
12166         locally.
12167
12168 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12169
12170         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12171         in `header' match.  Reported by Svend Tollak Munkejord.
12172
12173         * message.el (message-cite-original): Fix use of
12174         `message-cite-articles-with-x-no-archive'.
12175
12176 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12177
12178         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12179         (gnus-window-to-buffer): Ditto.
12180
12181         * mml.el (mml-preview-buffer): New variable.
12182         (mml-preview): Manage window layout with gnus-buffer-configuration.
12183
12184         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12185         X-Draft-From header even if those articles aren't quoted.
12186
12187 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12188
12189         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12190         (gnus-request-set-mark, gnus-request-update-mark): Use new
12191         g-s-t-u-l-m to decide to use backend even when unplugged.
12192
12193 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12194
12195         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12196         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12197
12198 2004-09-20  Simon Josefsson  <jas@extundo.com>
12199
12200         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12201         "utf-16-le".
12202
12203 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12204
12205         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12206
12207 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12208
12209         * uudecode.el (uudecode-use-external): Add :version.
12210
12211         * smime.el (smime-CA-file, smime-encrypt-cipher)
12212         (smime-dns-server): Add :version.
12213
12214         * smiley.el (gnus-smiley-file-types): Add :version.
12215
12216         * sha1.el (sha1-use-external): Add :version.
12217
12218         * pgg-def.el (pgg-query-keyserver): Add :version.
12219
12220         * nnmail.el (nnmail-fancy-expiry-targets)
12221         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12222         Add :version.
12223
12224         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12225         (nnimap-retrieve-groups-asynchronous): Add :version.
12226         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12227
12228         * mml.el (mml-content-disposition-parameters)
12229         (mml-insert-mime-headers-always): Add :version.
12230
12231         * mm-util.el (mm-coding-system-priorities): Add :version.
12232
12233         * mm-decode.el (mm-inline-text-html-with-images)
12234         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12235         (mm-verify-option): Add :version.
12236         (mm-text-html-renderer): Change :version.
12237
12238         * message.el (message-fcc-externalize-attachments)
12239         (message-required-headers, message-draft-headers)
12240         (message-subject-trailing-was-query)
12241         (message-subject-trailing-was-ask-regexp)
12242         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12243         (message-mark-insert-end, message-archive-header)
12244         (message-archive-note, message-cross-post-default)
12245         (message-cross-post-note, message-followup-to-note)
12246         (message-cross-post-note-function, message-use-mail-followup-to)
12247         (message-subscribed-address-functions)
12248         (message-subscribed-address-file, message-subscribed-addresses)
12249         (message-subscribed-regexps, message-allow-no-recipients)
12250         (message-yank-cited-prefix, message-signature-insert-empty-line)
12251         (message-hidden-headers, message-hierarchical-addresses)
12252         (message-mail-user-agent, message-use-idna)
12253         (message-valid-fqdn-regexp)
12254         (message-strip-special-text-properties, message-header-synonyms)
12255         (message-beginning-of-line, message-tab-body-function): Add :version.
12256         (message-insert-canlock, message-wide-reply-confirm-recipients):
12257         Change :version.
12258
12259         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12260         and :version.
12261         (mail-source-delete-old-incoming-confirm)
12262         (mail-source-movemail-program): Add :version.
12263
12264         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12265         (gnus-agent-cache, gnus-agent): Change :version.
12266
12267         * gnus-util.el (gnus-use-byte-compile): Change :version.
12268
12269         * gnus-sum.el (gnus-summary-make-false-root-always)
12270         (gnus-summary-default-high-score)
12271         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12272         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12273         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12274         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12275         (gnus-sum-thread-tree-single-indent)
12276         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12277         (gnus-sum-thread-tree-leaf-with-other)
12278         (gnus-sum-thread-tree-single-leaf): Add :version.
12279         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12280         (gnus-article-loose-mime): Change :version.
12281
12282         * gnus-start.el (gnus-backup-startup-file)
12283         (gnus-save-startup-file-via-temp-buffer): Add :version.
12284
12285         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12286         (gnus-server-offline-face): Add :version.
12287
12288         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12289
12290         * gnus-msg.el (gnus-gcc-externalize-attachments)
12291         (gnus-debug-files, gnus-debug-exclude-variables)
12292         (gnus-discouraged-post-methods): Change :version.
12293         (gnus-confirm-mail-reply-to-news)
12294         (gnus-confirm-treat-mail-like-news): Add :version.
12295
12296         * gnus-int.el (gnus-server-unopen-status): Add :version.
12297
12298         * gnus-group.el (gnus-group-jump-to-group-prompt)
12299         (gnus-large-ephemeral-newsgroup)
12300         (gnus-fetch-old-ephemeral-headers): Add :version.
12301
12302         * gnus-fun.el (gnus-x-face-directory)
12303         (gnus-convert-pbm-to-x-face-command)
12304         (gnus-convert-image-to-x-face-command)
12305         (gnus-convert-image-to-face-command): Add :version.
12306
12307         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12308
12309         * gnus-cite.el (gnus-cite-blank-line-after-header)
12310         (gnus-article-boring-faces): Add :version.
12311
12312         * gnus-art.el (gnus-buttonized-mime-types)
12313         (gnus-inhibit-mime-unbuttonizing)
12314         (gnus-treat-display-face)
12315         (gnus-treat-body-boundary): Change :version.
12316         (gnus-body-boundary-delimiter, gnus-picon-databases)
12317         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12318         (gnus-treat-date-english, gnus-treat-fold-headers)
12319         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12320         (gnus-treat-mail-picon, gnus-treat-wash-html)
12321         (gnus-article-encrypt-protocol)
12322         (gnus-use-idna, gnus-article-over-scroll)
12323         (gnus-mime-display-multipart-alternative-as-mixed)
12324         (gnus-mime-display-multipart-related-as-mixed)
12325         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12326         (gnus-ctan-url, gnus-button-ctan-handler)
12327         (gnus-button-handle-ctan-bogus-regexp)
12328         (gnus-button-ctan-directory-regexp)
12329         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12330         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12331         (gnus-button-man-level, gnus-button-emacs-level)
12332         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12333
12334         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12335         (gnus-agent-go-online): Change :version.
12336         (gnus-agent-expire-unagentized-dirs)
12337         (gnus-agent-auto-agentize-methods): Add :version.
12338
12339         * flow-fill.el (fill-flowed-display-column)
12340         (fill-flowed-encode-column): Add :version.
12341
12342         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12343         (gnus-outlook-deuglify-unwrap-max)
12344         (gnus-outlook-deuglify-cite-marks)
12345         (gnus-outlook-deuglify-unwrap-stop-chars)
12346         (gnus-outlook-deuglify-no-wrap-chars)
12347         (gnus-outlook-deuglify-attrib-cut-regexp)
12348         (gnus-outlook-deuglify-attrib-verb-regexp)
12349         (gnus-outlook-deuglify-attrib-end-regexp)
12350         (gnus-outlook-display-hook): Add :version.
12351
12352         * binhex.el (binhex-use-external): Add :version.
12353
12354 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12355
12356         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12357         and `invisible'.
12358
12359 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12360
12361         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12362         in gnus-registry-trim.
12363
12364 2004-09-13  Simon Josefsson  <jas@extundo.com>
12365
12366         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12367
12368         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12369
12370         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12371         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12372         <yamaoka@jpl.org>.
12373         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12374         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12375         <yamaoka@jpl.org>.
12376
12377         * sieve.el (sieve-manage-mode): Ditto.
12378
12379 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12380
12381         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12382
12383 2004-09-11  Simon Josefsson  <jas@extundo.com>
12384
12385         * dns-mode.el: Add.
12386
12387         * mm-view.el (mm-display-dns-inline): Add.
12388
12389         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12390         (mm-automatic-display): Ditto.
12391
12392         * mailcap.el (mailcap-mime-data): Add text/dns.
12393         (mailcap-mime-extensions): Map .soa to text/dns.
12394
12395 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12396
12397         * gnus-art.el (article-decode-mime-words, article-babel)
12398         (gnus-article-highlight-signature, gnus-article-add-buttons)
12399         (gnus-signature-toggle): Remove unnecessary bindings of
12400         `inhibit-read-only' inherited from v5.10 merge.
12401
12402 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12403
12404         * nntp.el (nntp): New customization group.
12405         (nntp-authinfo-file): Add customization group.
12406
12407         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12408
12409         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12410
12411         * gnus.el (to-address, to-list, subscribed)
12412         (large-newsgroup-initial): Ditto.
12413
12414         * flow-fill.el (fill-flowed-display-column)
12415         (fill-flowed-encode-column): Ditto.
12416
12417 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12418
12419         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12420         Use point-min rather than 1.
12421         (message-send-mail): Use buffer-size rather than point-max.
12422
12423         * gnus-sum.el (gnus-summary-search-article-forward):
12424         Signal a specific `search-failed' rather than a generic `error'.
12425
12426         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12427         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12428         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12429
12430 2004-09-10  Simon Josefsson  <jas@extundo.com>
12431
12432         * nndb.el (require): Remove tcp and duplicate cl.
12433
12434 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12435
12436         * gnus-agent.el (directory-files-and-attributes): Move forward.
12437
12438 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12439
12440         * gnus-agent.el (directory-files-and-attributes): Optionally
12441         defined to support XEmacs.
12442
12443 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12444
12445         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12446         to avoid run-time CL dependencies.
12447         (gnus-agent-unfetch-articles): New function.
12448         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12449         article numbers even when local .overview file is missing.
12450         (gnus-agent-read-article-number): New function.  Only accepts
12451         27-bit article numbers.
12452         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12453         gnus-agent-read-article-number.
12454         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12455         from backend while recognizing that article numbers in .overview
12456         must be valid.
12457         (gnus-agent-update-files-total-fetched-for): Use
12458         directory-files-and-attributes to improve performance.
12459         * gnus-int.el (gnus-request-move-article): Use
12460         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12461         improve performance.
12462
12463         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12464         some users confused by references to .newsrc when they only have a
12465         .newsrc.eld file.
12466         (gnus-convert-mark-converter-prompt)
12467         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12468         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12469         New function.  Used internally to only display 'gnus converting
12470         files' message when actually necessary.
12471
12472         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12473         methods now autoloaded.
12474
12475 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12476
12477         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12478         identifiers.
12479
12480 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12481
12482         * gnus-picon.el: Fix indentation and closing parenthesis.
12483
12484 2004-09-01  Simon Josefsson  <jas@extundo.com>
12485
12486         * message.el (message-canlock-generate): Require sha1, not
12487         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12488         to require within a function.  Sadly, if sha1.el isn't loaded, the
12489         let binding in m-c-g will hide the defcustom definition, which is
12490         bad.)
12491
12492         * canlock.el: Require sha1, not sha1-el.
12493
12494         * message.el: Don't autoload sha1 (there is a autoload cookie in
12495         sha1.el).
12496
12497         * sha1-el.el: Renamed to sha1.el.
12498
12499 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12500
12501         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12502
12503 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12504
12505         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12506
12507 2004-08-30  Kim F. Storm  <storm@cua.dk>
12508
12509         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12510
12511         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12512         Add :group 'nnimap.
12513
12514 2004-08-30  Andreas Schwab  <schwab@suse.de>
12515
12516         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12517         ?* and ?\;.
12518
12519         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12520         and ?\' to symbol instead of whitespace.
12521
12522 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12523
12524         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12525
12526         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12527         instead of re-search-forward.
12528
12529         * gnus-uu.el (gnus-uu-save-article): Ditto.
12530         (gnus-uu-post-encode-uuencode): Ditto.
12531
12532         * html2text.el (html2text-clean-list-items): Ditto.
12533         (html2text-clean-dtdd): Ditto.
12534         (html2text-format-tags): Ditto.
12535
12536         * message.el (message-send-mail-with-sendmail): Fix regexp.
12537         (message-fill-field-general): Use search-forward instead of
12538         re-search-forward.
12539         (unbold-region): Ditto.
12540
12541         * nnrss.el (nnrss-request-article): Ditto.
12542
12543         * nnslashdot.el (nnslashdot-request-article): Ditto.
12544
12545         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12546
12547         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12548         "Unrecognized menu descriptor" error in XEmacs.
12549
12550 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12551
12552         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12553         parent article of a sparse article in the thread hashtb.
12554
12555 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12556
12557         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12558         (nnmail-expand-newtext): Lowercase expanded entries if
12559         nnmail-split-lowercase-expanded is non-nil.
12560
12561 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12562
12563         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12564
12565         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12566         of gnus-tmp-news-method into string under XEmacs.  It will be
12567         passed to gnus-correct-length which takes only a string argument.
12568
12569 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12570
12571         * gnus-util.el (gnus-bind-print-variables): New macro.
12572         (gnus-prin1): Use it.
12573         (gnus-prin1-to-string): Use it.
12574         (gnus-pp): New function.
12575         (gnus-pp-to-string): New function.
12576
12577         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12578         Replace pp-to-string with gnus-pp-to-string.
12579         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12580         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12581         * gnus-msg.el (gnus-debug): Ditto.
12582         * gnus-score.el (gnus-score-save): Ditto.
12583         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12584         gnus-pp-to-string.
12585         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12586         with gnus-pp.
12587         * score-mode.el (gnus-score-pretty-print): Ditto.
12588         * webmail.el (webmail-debug): Ditto.
12589
12590 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12591
12592         * gnus-art.el (article-display-face, article-display-x-face):
12593         Use buffer-read-only.
12594
12595 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12596
12597         * gnus-art.el (article-hide-list-identifiers):
12598         Bind inhibit-read-only as t.
12599
12600 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12601
12602         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12603
12604 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12605
12606         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12607         (gnus-narrow-to-page): Don't assume point-min == 1.
12608         (gnus-article-edit-mode): Derive from message-mode.
12609
12610         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12611         point-min == 1.
12612
12613         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12614         Disable incorrect use of `assert'.
12615
12616         * message.el (message-mode): Set comment-start-skip.
12617
12618
12619 2004-08-22  Sam Steingold  <sds@gnu.org>
12620
12621         * pop3.el (pop3-leave-mail-on-server): New user variable.
12622         (pop3-movemail): Delete mail only when it is nil.
12623
12624 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12625
12626         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12627
12628         * mml.el (mml-preview): Use `pop-to-buffer'.
12629
12630         * message.el (message-goto-mail-followup-to): Insert after "To".
12631         (message-carefully-insert-headers): Add comment.
12632
12633         * gnus.el: Remove unused variable `gnus-article-check-size'.
12634
12635         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12636
12637         * gnus-art.el (gnus-button-alist): Improve
12638         `gnus-button-handle-library' entry.
12639
12640 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12641
12642         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12643         downcase, since XEmacs capitalizes error messages differently.
12644
12645 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12646
12647         * nntp.el: Add (require 'gnus) due to reference to
12648         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12649
12650 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12651
12652         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12653         `mm-fill-flowed'.
12654
12655         * mm-decode.el (mm-dissect-singlepart): Check it.
12656
12657 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12658
12659         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12660         'imap' for netrc parsing.
12661
12662 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12663
12664         * mailcap.el (mailcap-mime-data): Mark as risky.
12665
12666 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12667
12668         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12669         may be included in the encoded word.
12670         (rfc2047-encode): Don't append a space if the encoded word
12671         includes close parenthesis.
12672
12673 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12674
12675         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12676         of text within parentheses.
12677
12678 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12679
12680         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12681         (gnus-encrypt-write-file-contents): Make the password key the file
12682         name PLUS the cipher, not just the cipher.  Also remove failed
12683         passwords from the cache.
12684
12685 2004-08-06  Simon Josefsson  <jas@extundo.com>
12686
12687         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12688         fix.
12689
12690 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12691
12692         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12693         LWSP.
12694
12695 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12696
12697         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12698         to append in-reply-to: data to the references: header.
12699
12700         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12701         (netrc-parse): Use gnus-encrypt.el functions.
12702
12703         * gnus-encrypt.el: Add new file for encryption support; currently
12704         does only a few GPG ciphers and an internal XOR cipher.
12705
12706         * password.el: Add comments on using password-read-and-add.
12707         (password-read-and-add): Add function to read and add the
12708         password to the cache at once.
12709
12710 2004-07-28  Simon Josefsson  <jas@extundo.com>
12711
12712         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12713         parameter (but don't use it, for now).
12714
12715         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12716         instead of hard coding to nil.
12717
12718 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12719
12720         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12721         as mm-inline-image-xemacs does.
12722
12723 2004-07-26  Simon Josefsson  <jas@extundo.com>
12724
12725         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12726         Revert part of 2004-07-17 change below.
12727
12728 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12731         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12732
12733 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12734
12735         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12736         quotes that actually start with ">" at the beginning of the
12737         lines.
12738
12739 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12740
12741         * rfc2047.el (rfc2047-encode-region): Fix last change.
12742         (rfc2047-encode-parameter): Remove useless concat.
12743
12744 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12745
12746         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12747         encode special characters; fix some kind of misconfigured headers;
12748         signal a real error if debug-on-quit or debug-on-error is non-nil.
12749         (rfc2047-encode-max-chars): New variable.
12750         (rfc2047-encode-1): Use it.
12751         (rfc2047-encode-parameter): New function.
12752
12753         * mml.el (mml-insert-parameter): Remove an excessive space.
12754
12755 2004-07-17  Simon Josefsson  <jas@extundo.com>
12756
12757         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12758         Kai Grossjohann <kai@emptydomain.de>.
12759         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12760         (gnus-group-make-menu-bar): Ditto.
12761
12762         * gnus-util.el (gnus-group-server): Add.
12763
12764 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12765
12766         * message.el (message-clone-locals): Clone sendmail and smtp
12767         variables.
12768
12769 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * rfc2047.el (rfc2047-encode-region): Fix last change.
12772
12773 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12774
12775         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12776         characters as non-special.
12777
12778 2004-07-09  Simon Josefsson  <jas@extundo.com>
12779
12780         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12781         Users will lose all flag changes made while unplugged with
12782         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12783         good default.  See numerous reports on ding mailing list.
12784
12785 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12786
12787         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12788         add generate-head-function and generate-article-function to the
12789         rfc822-forward entry.
12790         (nndoc-rfc822-forward-generate-article): New function.
12791         (nndoc-rfc822-forward-generate-head): New function.
12792
12793         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12794
12795 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12796
12797         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12798         respect display group parameter and gnus-summary-expunge-below.
12799         (gnus-articles-to-read): Remove unused reference to display group
12800         parameter.
12801
12802 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12803
12804         * nnheader.el (nnheader-uniquify-message-id): New experimental
12805         variable.
12806         (nnheader-nov-read-message-id): Use it.
12807
12808         * spam-report.el (spam-report-gmane): Add interactive.
12809
12810 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12811
12812         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12813         qp-or-base64 for the application/* types.
12814
12815 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12816
12817         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12818
12819 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12820
12821         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12822         trim value.
12823
12824 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12825
12826         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12827         New macro and function.
12828         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12829
12830 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12831
12832         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12833         after-load-alist.
12834
12835 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12836
12837         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12838         update info that isn't there.
12839
12840 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
12841
12842         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12843         entry.
12844
12845 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12846
12847         * mm-view.el (mm-inline-render-with-function): Use multibyte
12848         buffer; decode html source by charset.
12849
12850         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12851
12852         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12853         Mule-UCS is loaded under XEmacs.
12854         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12855
12856 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12857
12858         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12859
12860 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12861
12862         * mm-util.el (mm-coding-system-p): Return a coding-system.
12863         (mm-mime-mule-charset-alist): Use shift_jis instead of
12864         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12865         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12866         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12867         instead of japanese-shift-jis and iso-latin-1 respectively in
12868         order to share the default value with both Emacs and XEmacs-mule.
12869         (mm-mule-charset-to-mime-charset): Make
12870         mm-coding-system-priorities effective.
12871         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12872         while predicating of candidates upon the priorities.
12873
12874 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12875
12876         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12877         gnus-uu-invert-processable.
12878
12879         * gnus.el: Autoload gnus-uu-invert-processable.
12880
12881 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12882
12883         * mm-util.el (mm-with-multibyte-buffer): New macro.
12884
12885         * rfc2047.el (rfc2047-encode-string): Use it.
12886         (rfc2047-encode-region): Move point to the end of the region after
12887         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12888
12889 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12890
12891         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12892         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12893
12894 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12895
12896         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12897         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12898         Karl Chen <quarl@nospam.quarl.org>.
12899
12900 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
12901
12902         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12903         invalid addresses.
12904
12905 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
12906
12907         * spam.el: Change section markers, revise TODO list.
12908         (spam-backends): Make new master list of all installed backends.
12909         (spam-summary-exit-behavior): Add new variable to determine how
12910         messages moves are done at summary exit.
12911         (spam-move-spam-nonspam-groups-only)
12912         (spam-process-ham-in-nonham-groups)
12913         (spam-process-ham-in-spam-groups): Remove variables, the
12914         spam-summary-exit-behavior variable should be used to manage this
12915         behavior.
12916         (spam-old-ham-articles, spam-old-spam-articles): Remove.
12917         (spam-old-articles): Add variable, replacing spam-old-ham-articles
12918         and spam-old-spam-articles.
12919         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12920         Add empty variables, placeholders for the backends they represent.
12921         (spam-set-difference): Move, unchanged.
12922         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12923         unless the user has a processor variable.
12924         (spam-classifications, spam-classification-valid-p)
12925         (spam-backend-properties, spam-backend-property-valid-p)
12926         (spam-backend-function-type-valid-p)
12927         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12928         (spam-report-articles-gmane, spam-report-articles-resend):
12929         Remove functions, they are not needed.
12930         (spam-install-backend-super, spam-backend-list)
12931         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12932         (spam-backend-function, spam-backend-ham-registration-function)
12933         (spam-backend-spam-registration-function)
12934         (spam-backend-ham-unregistration-function)
12935         (spam-backend-spam-unregistration-function)
12936         (spam-backend-statistical-p, spam-backend-mover-p)
12937         (spam-install-backend-alias, spam-install-checkonly-backend)
12938         (spam-install-mover-backend, spam-install-nocheck-backend)
12939         (spam-install-backend, spam-install-statistical-backend)
12940         (spam-install-statistical-checkonly-backend): Add backend installation
12941         support.
12942         (spam-summary-prepare-exit): Rewrite to use the new backend code.
12943         (spam-group-processor-p): Use the new backend code and respect the
12944         summary exit behavior.
12945         (spam-mark-spam-as-expired-and-move-routine): Remove.
12946         (spam-summary-prepare): Change to use the new spam-old-articles
12947         variable.
12948         (spam-copy-or-move-routine, spam-copy-spam-routine)
12949         (spam-move-spam-routine, spam-copy-ham-routine)
12950         (spam-move-ham-routine): Add code to copy/move ham or spam.
12951         (spam-fetch-field-fast): Improve doc and code, plus allow the
12952         'number request.
12953         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12954         variables.
12955         (spam-split, spam-find-spam): Use the new backend code.
12956         (spam-registration-functions): Remove variable.
12957         (spam-unregister-routine): Add convenience wrapper.
12958         (spam-log-undo-registration, spam-register-routine)
12959         (spam-log-processing-to-registry)
12960         (spam-log-unregistration-needed-p): Rename "check" to "backend"
12961         where possible.
12962         (spam-check-gmane-xref, spam-check-regex-headers)
12963         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12964         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12965         (spam-check-bogofilter-headers, spam-check-spamoracle)
12966         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12967         (spam-check-crm114-headers): Use the spam-split-group that
12968         spam-split prepares, no need to determine it every time.
12969
12970         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12971         to the nnheader-parse-naked-head call.
12972
12973         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12974
12975         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12976         the nnheader-nov-read-message-id call.
12977
12978 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12979
12980         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
12981         gnus-activate-group twice.  Suggested by Markus Peter
12982         <warp@spin.de>.
12983
12984 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12985
12986         * gnus-art.el (gnus-article-time-format): Exchange the order of
12987         day and month in the default value; fix customization type.
12988         (article-date-ut): Use add-text-properties.
12989         (article-make-date-line): Use message-make-date instead of
12990         current-time-string.
12991
12992         * message.el (message-fetch-field): Don't use set-text-properties.
12993         (message-make-date): Simplify.
12994
12995         * messagexmas.el (message-xmas-make-date): New function.
12996         (message-xmas-redefine): Defalias message-make-date to it.
12997
12998 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12999
13000         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13001         (rfc2047-encode-region): Treat text within parentheses as special;
13002         show the original text when error has occurred.
13003
13004         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13005         already-computed method to gnus-activate-group.
13006
13007         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13008         same select-methods identical Lisp objects.
13009
13010         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13011         object when modifying the info.
13012
13013 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13016         gnus-opened-servers since it has never been opened with the new
13017         configuration yet.
13018
13019 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13020
13021         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13022         arg to nnheader-generate-fake-message-id.
13023
13024 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13025
13026         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13027         number and build a fake message ID localized to a group and
13028         article number (so it's repeatable from that point on).
13029         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13030         ID format.
13031
13032         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13033         nnheader-generate-fake-message-id with the article number.
13034
13035 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13036
13037         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13038         end-of-buffer.
13039
13040 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13041
13042         * message.el (message-ignored-supersedes-headers): Add Approved.
13043
13044 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13045
13046         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13047         goto-char.
13048         (rfc2047-encode): Fold the line before encoding.
13049
13050 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13051
13052         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13053         folding -- not all headers can be folded, and this should be done
13054         by the message composition mode.  Probably.  I think.
13055
13056 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13057
13058         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13059         fast.
13060
13061         * gnus-ems.el (gnus-remove-image): Don't use
13062         message-text-with-property; remove only the image found first.
13063
13064         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13065         found first.
13066
13067 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13068
13069         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13070
13071 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13072
13073         * message.el (message-text-with-property): Make it fast and accept
13074         optional arguments.
13075         (message-strip-forbidden-properties): Use it.
13076         (message-fix-before-sending): Follow the m-t-w-p change.
13077
13078         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13079
13080 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13081
13082         * gnus-art.el (article-hide-headers): Don't change the buffer
13083         mistakenly when performing mml-preview even if
13084         gnus-single-article-buffer is nil.
13085
13086 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13087
13088         * message.el (message-expand-name-databases): New user option.
13089         (message-expand-name): Use it.
13090
13091 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13092
13093         * spam.el (spam-report-articles-resend)
13094         (spam-report-resend-register-routine): Allow ham reporting.
13095         (spam-report-resend-register-ham-routine): Add wrapper.
13096         (spam-registration-functions): Add ham resending functions.
13097         (spam-list-of-processors): Add ham resend processor.
13098
13099         * gnus.el (ham-resend-to): Add new group parameter.
13100         (spam-process): Add ham resend option.
13101
13102         * spam-report.el (spam-report-resend): Allow reporting ham.
13103         (spam-report-resend-ham): Add wrapper.
13104
13105 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13106
13107         * message.el (message-cite-articles-with-x-no-archive): New
13108         variable.
13109         (message-cite-original): Use it.
13110
13111 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13112
13113         * message.el (message-cite-original): Respect X-No-Archive.
13114
13115 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13116
13117         * gnus-art.el (article-hide-headers): Refer to the values for
13118         gnus-ignored-headers and gnus-visible-headers in the summary
13119         buffer since a user may have set them as group parameters.
13120
13121 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13122
13123         * assistant.el (assistant-node-name): Add convenience function.
13124         (assistant-render-text, assistant-render-node): Add error handling,
13125         plus handle multiple next nodes.
13126         (assistant-find-next-node): Comment out for now.
13127         (assistant-find-next-nodes): Add function, returns list of next
13128         nodes.
13129
13130 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13131
13132         * mail-source.el (mail-source-directory): Fix doc-string.
13133
13134 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13135
13136         * assistant.el (assistant-render-text, assistant-eval): Add :set
13137         widget type, which is different because it takes and returns a
13138         list.  Much hilarity ensues.
13139
13140 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13141
13142         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13143
13144         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13145         doc-string.
13146
13147         * gnus-start.el (gnus-activate-group): Added doc-string.
13148
13149 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13150
13151         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13152
13153 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13154
13155         * assistant.el (assistant-render-text): Try to add a :set
13156         widget, more to come.
13157
13158         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13159         strings.
13160         (spam-report-articles-resend)
13161         (spam-register-routine): Do registration iff any articles warrant
13162         it.
13163         (spam-summary-prepare-exit): Change log message for nil group
13164         destinations.
13165
13166 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13167
13168         * spam.el (spam-report-resend-register-routine): Allow
13169         spam-report-resend-to to be a group parameter or a global value.
13170
13171 2004-05-26  Simon Josefsson  <jas@extundo.com>
13172
13173         * starttls.el: Merge with my GNUTLS based starttls.el.
13174         (starttls-gnutls-program, starttls-use-gnutls)
13175         (starttls-extra-arguments, starttls-process-connection-type)
13176         (starttls-connect, starttls-failure, starttls-success): New
13177         variables.
13178         (starttls-program, starttls-extra-args): Doc fix.
13179         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13180         functions.
13181         (starttls-negotiate, starttls-open-stream): Check
13182         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13183         function if it is set.
13184
13185 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13186
13187         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13188         structured fields.
13189
13190 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13191
13192         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13193
13194 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13195
13196         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13197         variable.
13198         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13199         assigning the spam-mark to new messages.
13200
13201 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13202
13203         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13204
13205 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13206
13207         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13208
13209         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13210         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13211         default.
13212
13213 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13214
13215         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13216         correct data.
13217
13218 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13219
13220         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13221         (spam-group-processor-p): Fix function.
13222         (spam-group-processor-multiple-p)
13223         (spam-group-spam-processor-report-gmane-p)
13224         (spam-group-spam-processor-report-resend-p)
13225         (spam-group-spam-processor-bogofilter-p)
13226         (spam-group-spam-processor-blacklist-p)
13227         (spam-group-spam-processor-ifile-p)
13228         (spam-group-ham-processor-ifile-p)
13229         (spam-group-spam-processor-spamoracle-p)
13230         (spam-group-spam-processor-crm114-p)
13231         (spam-group-ham-processor-bogofilter-p)
13232         (spam-group-spam-processor-stat-p)
13233         (spam-group-ham-processor-stat-p)
13234         (spam-group-ham-processor-whitelist-p)
13235         (spam-group-ham-processor-BBDB-p)
13236         (spam-group-ham-processor-spamoracle-p)
13237         (spam-group-ham-processor-copy-p): Remove functions with some
13238         prejudice against unneeded code.
13239         (spam-report-articles-resend)
13240         (spam-report-resend-register-routine): Allow the group/topic
13241         spam-resend-to value to override spam-report-resend-to.
13242         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13243         properly now.
13244
13245         * gnus.el (spam-resend-to): Add group/topic parameter.
13246         (spam-process): Move the OBSOLETE processors to the end of the
13247         choices.
13248
13249 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13250
13251         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13252         with resend-to set to nil, and then ask the user if necessary.
13253         (spam-report-resend): spam-report-resend takes a list of articles, not
13254         separate article numbers.
13255
13256 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13257
13258         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13259         addition to emacs-w3m.
13260
13261 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13262
13263         * assistant.el (assistant-authinfo-data): New function.
13264         (assistant-eval): Eval for entire assistant.
13265
13266         * netrc.el (netrc-services-file): New variable.
13267         (netrc-parse-services): New function.
13268         (netrc-find-service-name): New function.
13269         (netrc-find-service-number): New function.
13270         (netrc-port-equal): New function.
13271         (netrc-machine): Use it.
13272
13273         * nnimap.el (nnimap-open-connection): Use netrc.
13274
13275         * gnus-util.el (gnus-netrc-get): Remove aliases.
13276
13277         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13278
13279         * assistant.el (wid-edit): Fix compilation.
13280
13281         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13282
13283 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13284
13285         * gnus-util.el (gnus-set-file-modes): New function.  (small
13286         patch).
13287
13288 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13289
13290         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13291
13292         * assistant.el (assistant-render-node): Fix up rendering and
13293         read-only text.
13294         (assistant-render-node): Reset.
13295         (assistant-make-read-only): Not sticky.
13296
13297 2004-05-20  Danny Siu  <dsiu@adobe.com>
13298
13299         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13300         centered even when gnus-auto-center-summary is t.
13301
13302 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13303
13304         * dns.el (dns-get-txt-answer): New function.
13305         (dns-read-txt): Ditto.
13306         (query-dns): Use it.
13307
13308 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13309
13310         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13311         active for foreign groups even if the group level is higher than
13312         the specified value.
13313
13314 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13315
13316         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13317         non-active groups.
13318
13319         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13320
13321 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13322
13323         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13324
13325 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13326
13327         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13328         (spam-crm114-header, spam-crm114-spam-switch)
13329         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13330         (spam-crm114-positive-spam-header)
13331         (spam-crm114-database-directory, spam-list-of-processors)
13332         (spam-group-spam-processor-crm114-p)
13333         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13334         (spam-generic-score, spam-list-of-checks)
13335         (spam-list-of-statistical-checks, spam-registration-functions)
13336         (spam-check-crm114-headers, spam-crm114-score)
13337         (spam-check-crm114, spam-crm114-register-with-crm114)
13338         (spam-crm114-register-spam-routine)
13339         (spam-crm114-unregister-spam-routine)
13340         (spam-crm114-register-ham-routine)
13341         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13342         asjo@koldfront.dk (Adam Sjøgren).
13343
13344         * gnus.el: Add spam-use-crm114.
13345
13346         * spam.el (spam-list-of-processors, spam-registration-functions):
13347         Add spam-use-resend.
13348         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13349         (spam-report-articles-gmane): Add doc fix.
13350         (spam-report-articles-resend, spam-report-resend-register-routine):
13351         Add wrappers around spam-report-resend-to.
13352
13353         * spam-report.el (spam-report-resend-to, spam-report-resend):
13354         Add support for resending spam.
13355         (spam-report-gmane): Fix line length >80.
13356
13357         * gnus.el (spam-process): Add spam-use-resend.
13358
13359 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13360
13361         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13362         number of processed spam messages.
13363         (spam-ham-copy-or-move-routine): Return the number of processed
13364         ham messages.
13365         (spam-summary-prepare-exit): Use the above values to decide
13366         whether status messages shouled be displayed.
13367
13368 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13369
13370         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13371         `rfc2047-encoding-function-alist' in order to avoid conflicting
13372         with the old version.
13373         (rfc2047-encode-region): Concatenate words containing non-ASCII
13374         characters in structured fields; don't encode space-delimited
13375         ASCII words even in unstructured fields; don't break words at
13376         char-category boundaries.
13377         (rfc2047-encode-1): New function.
13378         (rfc2047-encode): Use it; encode text so that it occupies the
13379         maximum width within 76-column; work correctly on Q encoding for
13380         iso-2022-* charsets.
13381         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13382         sure not to break a line just after the header name.
13383         (rfc2047-b-encode-region): Removed.
13384         (rfc2047-b-encode-string): New function.
13385         (rfc2047-q-encode-region): Removed.
13386         (rfc2047-q-encode-string): New function.
13387
13388         * mm-util.el (mm-replace-in-string): New function.
13389
13390 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13391
13392         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13393         get it right.
13394         (gnus-inews-make-draft): Really.
13395
13396 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13397
13398         * nnmh.el (nnmh-request-list-1): Don't check the link count
13399         before descending.  (small patch)
13400
13401 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13402
13403         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13404         stuff.
13405
13406         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13407         on real group name.
13408
13409         * gnus-art.el (gnus-signature-limit): Doc fix.
13410
13411         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13412
13413         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13414
13415 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13416
13417         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13418         isn't a string.
13419
13420 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13421
13422         * gnus-draft.el (gnus-draft-send): Bind
13423         rfc2047-encode-encoded-words.
13424
13425         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13426         (rfc2047-encodable-p): Say that =? needs encoding.
13427         (rfc2047-encode-encoded-words): New variable.
13428
13429         * gnus-group.el (gnus-group-select-group): Doc fix.
13430
13431         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13432
13433         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13434         to nil.
13435
13436         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13437
13438         * nnheader.el (nnheader-get-lines-and-char): New function.
13439
13440 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13441
13442         * gnus-msg.el (gnus-summary-followup-with-original): Document
13443         yanking of region when active.
13444
13445 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13446
13447         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13448         groups if the group level is higher than the specified value.
13449
13450 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13451
13452         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13453         (gnus-group-jump-to-group): Added prefix argument using
13454         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13455         non-active group.
13456
13457         * compface.el (uncompface): Be verbose when changing
13458         `uncompface-use-external'.
13459
13460         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13461         handle manual section.
13462
13463 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13464
13465         * gnus-art.el (gnus-button-alist): Revert previous change.
13466
13467 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13468
13469         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13470
13471 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13472
13473         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13474         whether backend can accept message.
13475
13476         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13477
13478 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13479
13480         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13481         Avoid creating directory when nntp-marks-is-evil is true.
13482         Reported by Reiner Steib.
13483
13484 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13485
13486         * gnus-picon.el (gnus-picon-style): New variable.
13487         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13488         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13489         Jesper Harder <harder@ifa.au.dk>.
13490
13491 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13492
13493         * message.el (message-fill-field): Return point.
13494         (message-generate-headers): Go to end of field.
13495
13496         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13497         stuff for non-living groups.
13498
13499 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13500
13501         * gnus-art.el (gnus-article-followup-with-original)
13502         (gnus-article-reply-with-original): gnus-mark-active-p ->
13503         gnus-region-active-p.
13504
13505 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13506
13507         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13508         only when there is spam or ham to be processed.
13509
13510 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13511
13512         * mail-source.el (mail-source-delete-crash-box): Refactor.
13513         (mail-source-fetch): Use it.
13514         (mail-source-fetch-file): Ditto.
13515         (mail-source-fetch-directory): Run postscript in loop.
13516         (mail-source-fetch-pop): Delete.
13517         (mail-source-fetch-maildir): Ditto.
13518         (mail-source-fetch-imap): Ditto.
13519
13520         * imap.el (imap-authenticators): Comment out sasl.
13521
13522         * message.el (message-skip-to-next-address): New function.
13523         (message-fill-header-address): Refactor.
13524         (message-fill-address): Use it.
13525         (message-delete-address): Use it.
13526         (message-fill-header-general): Refactor.
13527         (message-fill-field-address): Rename.
13528         (message-narrow-to-field): Find the start of the header.
13529         (message-header-format-alist): Don't pre-fill.
13530         (message-fill-header): Removed.
13531         (message-insert-header): New function.
13532         (message-shorten-references): Use it.
13533
13534         * rfc2047.el (rfc2047-field-value): Strip props.
13535
13536         * mail-parse.el (mail-header-make-address): New alias.
13537
13538         * ietf-drums.el (ietf-drums-make-address): New function.
13539
13540         * imap.el: Add compiler directives.
13541
13542         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13543
13544         * gnus-art.el (article-decode-idna-rhs): Don't use
13545         message-idna-inside-rhs-p.
13546
13547 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13548
13549         * message.el (message-idna-inside-rhs-p): Removed.
13550         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13551
13552         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13553         false positives.
13554
13555 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13556
13557         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13558
13559 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13560
13561         * nneething.el (nneething-file-name): Don't create spurious
13562         files.
13563
13564         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13565         (gnus-inews-do-gcc): Remove sleep.
13566
13567         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13568         part under point.
13569
13570         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13571         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13572
13573 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13574
13575         * spam.el (spam-summary-prepare-exit): Fixed (length).
13576
13577 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13578
13579         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13580         as expired without moving it" message when there are spam
13581         messages left.
13582
13583 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13584
13585         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13586         header is not nil.
13587
13588 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13589
13590         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13591         nntp-possibly-create-directory, not nntp-possibly-change-group.
13592         (nntp-marks-changed-p): New arg SERVER.
13593         (nntp-request-update-info): Adjust caller.
13594
13595 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13596
13597         * nntp.el (nntp-save-marks): Pass missing arg.
13598
13599 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13600
13601         * nntp.el: Support marks.
13602         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13603         (nntp-marks-modtime, nntp-marks-directory): New variables.
13604         (nntp-request-set-mark, nntp-request-update-info)
13605         (nntp-possibly-create-directory, nntp-marks-changed-p)
13606         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13607         functions.
13608
13609 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13610
13611         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13612         (gnus-xmas-redefine): Rename.
13613
13614         * gnus-score.el (gnus-score-insert-help): Use
13615         gnus-select-lowest-window.
13616
13617         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13618         appt-select-lowest-window and rename to gnus-select-lowest-window.
13619
13620         * gnus.el: do.
13621
13622 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13623
13624         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13625         encodings of MIME-encoded words, in order to improve
13626         interoperability with several broken MUAs.
13627
13628 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13629
13630         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13631         tags, only when charsets are not specified in headers.
13632         (mm-inline-text-html-render-with-w3m): Ditto.
13633
13634         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13635         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13636
13637 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13638
13639         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13640         instead of MIME-decoded from fields when checking
13641         `gnus-article-address-banner-alist'.
13642
13643 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13644
13645         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13646         description rather than subject.
13647
13648 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13649
13650         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13651
13652 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13653
13654         * gnus.el (gnus-version-number): Bump.
13655
13656 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13657
13658         * gnus.el: No Gnus v0.2 is released.
13659
13660 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13661
13662         * gnus-agent.el (gnus-agent-read-agentview): Inline
13663         gnus-uncompress-range.
13664
13665 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13666
13667         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13668         `exec-installed-p'.
13669
13670 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13671
13672         * gnus.el (spam-process, spam-autodetect-methods): Add
13673         bsfilter and bsfilter-headers.
13674
13675         * spam.el (spam-bsfilter): New customize group.
13676         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13677         (spam-bsfilter-header, spam-bsfilter-probability-header)
13678         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13679         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13680         (spam-bsfilter-database-directory): New options.
13681         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13682         (spam-list-of-statistical-checks, spam-registration-functions):
13683         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13684         (spam-bsfilter-score): New command.
13685         (spam-check-bsfilter-headers, spam-check-bsfilter)
13686         (spam-bsfilter-register-with-bsfilter)
13687         (spam-bsfilter-register-spam-routine)
13688         (spam-bsfilter-unregister-spam-routine)
13689         (spam-bsfilter-register-ham-routine)
13690         (spam-bsfilter-unregister-ham-routine): New functions.
13691         (spam-generic-score): Support bsfilter; Accept an optional argument
13692         to recalcurate spam score even if scoring header has already been
13693         added.
13694         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13695         optional argument to recalcurate spam score even if scoring header
13696         has already been added.
13697
13698 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13699
13700         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13701         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13702         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13703         link is missing.
13704
13705 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13706
13707         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13708         (html2text-get-attr): Rewrite.
13709
13710         * message.el (message-setup-1): Remove redundant put-text-property
13711         on mail-header-separator.
13712
13713 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13714
13715         * gnus-registry.el (gnus-registry-cache-whitespace)
13716         (gnus-registry-action, gnus-registry-spool-action)
13717         (gnus-registry-split-fancy-with-parent): Change message levels
13718         from 5 to 3 or 7, as needed.
13719
13720         * spam.el (spam-summary-prepare-exit)
13721         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13722         (spam-split, spam-find-spam, spam-log-undo-registration)
13723         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13724         level from 5 to 6.
13725
13726 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13727
13728         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13729         2004-03-04 change).
13730
13731 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13732
13733         * sieve-manage.el (sieve-manage-open):
13734         * nnweb.el (nnweb-insert-html):
13735         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13736         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13737         * nnspool.el (nnspool-request-group):
13738         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13739         * nnml.el (nnml-request-update-info):
13740         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13741         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13742         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13743         (nnimap-request-set-mark):
13744         * nnfolder.el (nnfolder-request-update-info):
13745         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13746         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13747         * gnus-uu.el (gnus-uu-find-articles-matching):
13748         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13749         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13750         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13751         * gnus-nocem.el (gnus-nocem-scan-groups):
13752         * gnus-int.el (gnus-start-news-server):
13753         * gnus-group.el (gnus-group-make-kiboze-group)
13754         (gnus-group-browse-foreign-server):
13755         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13756         Use mapc when appropriate.
13757
13758 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13759
13760         FIXME: Make separate entries for each person.
13761
13762         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13763         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13764         <shields@msrl.com>:
13765
13766         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13767         may need for spam sorting and scoring.
13768         (spam-user-format-function-S): Add user format function suitable for
13769         general use.
13770         (spam-article-sort-by-spam-status): Add sorting function for summary
13771         sorting.
13772         (spam-extra-header-to-number): Add function to get a score from a
13773         header.
13774         (spam-summary-score): Add function to get a numeric score from the
13775         headers.
13776         (spam-generic-score): Fix function doc, was in wrong place.
13777         (spam-initialize): Take symbols when it's run, and install the
13778         extra headers that spam-necessary-extra-headers thinks we need.
13779
13780 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13781
13782         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13783         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
13784
13785 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13786
13787         * gnus-sum.el (gnus-set-global-variables)
13788         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13789         (gnus-article-get-xrefs, gnus-summary-best-group)
13790         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13791         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13792         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13793         Use with-current-buffer.
13794
13795 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13796
13797         * spam.el (spam-summary-prepare-exit): Simplify logic.
13798         (spam-fetch-article-header): Read the article header if it's not
13799         available.
13800         (spam-list-articles): Simplify logic.
13801         (spam-filelist-register-routine): Fix bug with unregister-list.
13802
13803         * gnus-registry.el: Fix comments at beginning.
13804
13805 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13806
13807         * message.el (message-cater-to-broken-inn): Remove.
13808         (message-shorten-references): Make sure the total folded length of
13809         References is shorter than 998 characters to cater to a bug in INN
13810         2.3.  Also, don't pretend that references aren't folded -- this
13811         hasn't worked for a while.
13812
13813 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13814
13815         * gnus-agent.el (gnus-agentize):
13816         gnus-agent-send-mail-real-function no longer set to current value
13817         of message-send-mail-function but rather a lambda that calls
13818         message-send-mail-function.  The change makes the agent real-time
13819         responsive to user changes to message-send-mail-function.
13820
13821 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13822
13823         * legacy-gnus-agent.el
13824         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13825         help from Florian Weimer <fw@deneb.enyo.de>
13826
13827 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13828
13829         * nnmail.el (nnmail-cache-insert): Revert last change.
13830
13831 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13832
13833         * nnmail.el (nnmail-cache-insert): Always check whether
13834         nnmail-cache-ignore-groups matches a group name.
13835
13836 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13837
13838         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13839         (spam-find-spam, spam-log-processing-to-registry)
13840         (spam-log-registered-p, spam-log-unregistration-needed-p)
13841         (spam-log-undo-registration): Use gnus-message instead of
13842         gnus-error, none of these errors are fatal.
13843
13844         * gnus-registry.el (gnus-registry-clean-empty-function)
13845         (gnus-registry-clean-empty): Remove only empty entries without
13846         extra data.
13847
13848 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13849
13850         * spam-stat.el (spam-stat-buffer-change-to-spam)
13851         (spam-stat-buffer-change-to-non-spam): Change (error) to
13852         (gnus-message 8) invocation.
13853
13854 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13855
13856         * nntp.el (nntp-via-netcat-command): New variable.
13857         (nntp-via-netcat-switches): New variable.
13858         (nntp-open-via-rlogin-and-netcat): New function.
13859         (nntp-open-connection-function): Doc fix.
13860         (nntp-telnet-command): Doc fix.
13861         (nntp-end-of-line): Doc fix.
13862         (nntp-via-rlogin-command): Doc fix.
13863         (nntp-via-user-name): Doc fix.
13864         (nntp-via-address): Doc fix.
13865
13866 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13867
13868         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13869         error in Emacs 21.1.
13870
13871 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13872
13873         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13874
13875 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13876
13877         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13878         (gnus-agent-with-refreshed-group): New macro.
13879         (gnus-agent-rename-group): New function.
13880         (gnus-agent-delete-group): New function.
13881         (gnus-agent-save-group-info): Use gnus-command-method when
13882         `method' parameter is nil.  Don't write nil entries into the
13883         active file.
13884         (gnus-agent-get-group-info): New function.
13885         (gnus-agent-fetch-articles): Use
13886         gnus-agent-update-files-total-fetched-for to increment disk space
13887         used.
13888         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13889         gnus-agent-update-view-total-fetched-for to increment disk space
13890         used.
13891         (gnus-agent-get-local): Added optional parameters to avoid calling
13892         gnus-group-real-name and gnus-find-method-for-group.
13893         (gnus-agent-set-local): Delete stored entry if either min, or max,
13894         are nil.
13895         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13896         quit, use gnus-agent-regenerate-group to record existance of any
13897         articles fetched to disk before the quit occurred.
13898         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13899         gnus-agent-update-view-total-fetched-for, and
13900         gnus-agent-update-files-total-fetched-for to decrement disk space
13901         used.
13902         (gnus-agent-retrieve-headers): Use
13903         gnus-agent-update-view-total-fetched-for to increment disk space
13904         used.
13905         (gnus-agent-regenerate-group): Replace gnus-group-update-group
13906         with gnus-agent-update-files-total-fetched-for to decrement disk
13907         space and fresh group buffer.
13908         (gnus-agent-inhibit-update-total-fetched-for): New variable.
13909         (gnus-agent-need-update-total-fetched-for): New variable.
13910         (gnus-agent-update-files-total-fetched-for): New function.
13911         (gnus-agent-update-view-total-fetched-for): New function.
13912         (gnus-agent-total-fetched-for): New function.
13913
13914         * gnus-cache.el (gnus-cache-save-buffers): Use
13915         gnus-cache-update-overview-total-fetched-for to change disk space
13916         used by this group.
13917         (gnus-cache-possibly-enter-article): Use
13918         gnus-cache-update-file-total-fetched-for to increment disk space
13919         used by this group.
13920         (gnus-cache-possibly-remove-article): Use
13921         gnus-cache-update-file-total-fetched-for to decrement disk space
13922         used by this group.
13923         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13924         (gnus-cache-rename-group): New function.
13925         (gnus-cache-delete-group): New function.
13926         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13927         (gnus-cache-need-update-total-fetched-for): New variable.
13928         (gnus-cache-with-refreshed-group): New macro.
13929         (gnus-cache-update-file-total-fetched-for): New function.
13930         (gnus-cache-update-overview-total-fetched-for): New function.
13931         (gnus-cache-rename-group-total-fetched-for): New function.
13932         (gnus-cache-delete-group-total-fetched-for): New function.
13933         (gnus-cache-total-fetched-for): New function.
13934
13935         * gnus-group.el: Require gnus-sum and autoload functions to
13936         resolve warnings when gnus-group.el compiled alone.
13937         (gnus-group-line-format): Documented new %F.
13938         (size of Fetched data) group line format; identifies disk space
13939         used by agent and cache.
13940         (gnus-group-line-format-alist): Defined new F format.
13941         (gnus-total-fetched-for): New function.
13942         (gnus-group-delete-group): No longer update
13943         gnus-cache-active-altered as gnus-request-delete-group now keeps
13944         the cache in sync.
13945         (gnus-group-list-active): Let the agent store a server's active
13946         list if currently plugged.
13947
13948         * gnus-int.el (gnus-request-delete-group):
13949         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13950         local disk in sync with the server.
13951         (gnus-request-rename-group):
13952         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13953         local disk in sync with the server.
13954
13955         * gnus-start.el (gnus-get-unread-articles):
13956         Cosmetic simplification to logic.
13957
13958         * gnus-util.el (gnus-rename-file): New function.
13959
13960 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
13961
13962         * mm-util.el (mm-image-load-path): Handle nil in load-path.
13963
13964 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
13965
13966         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13967         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
13968
13969 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
13970
13971         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13972         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
13973
13974 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
13975
13976         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
13977
13978 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
13979
13980         * spam.el (spam-set-difference): Add function to replace
13981         gnus-set-difference in spam.el.
13982         (spam-summary-prepare-exit): Use spam-set-difference.
13983
13984 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13985
13986         * gnus-registry.el (gnus-registry-cache-file): Update to use
13987         gnus-dribble-directory OR gnus-home-directory OR ~.
13988         (gnus-registry-split-fancy-with-parent): Fix doc.
13989
13990 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13991
13992         * message.el (message-exchange-point-and-mark): Use
13993         message-mark-active-p.  Suggested by Jesper Harder
13994         <harder@ifa.au.dk>.
13995
13996 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13997
13998         * message.el (message-exchange-point-and-mark): Don't activate
13999         region if it was inactive.  Suggested by Hiroshi Fujishima
14000         <pooh@nature.tsukuba.ac.jp>.
14001
14002 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14003
14004         * gnus-art.el (article-display-face): Display Faces in the same
14005         order as X-Faces.
14006
14007 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14008
14009         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14010
14011 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14012
14013         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14014         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14015         (gnus-article-mime-hierarchy): Remove.
14016         (gnus-article-mime-hierarchy-next): Remove.
14017         (gnus-article-mode): Revert 2004-03-19 change.
14018         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14019         (gnus-insert-mime-button): Revert 2004-03-19 change.
14020         (gnus-mime-accumulate-hierarchy): Remove.
14021         (gnus-mime-enter-multipart): Remove.
14022         (gnus-mime-leave-multipart): Remove.
14023         (gnus-mime-display-part): Revert 2004-03-19 change.
14024         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14025
14026         * mml.el (mml-preview): Revert 2004-03-19 change.
14027
14028 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14029
14030         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14031
14032 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14033
14034         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14035         t while entering a file name using the mm-with-multibyte macro.
14036         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14037
14038         * mm-util.el (mm-with-multibyte): New macro.
14039
14040 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14043         user option.
14044         (gnus-mime-multipart-functions): Doc and customization fix.
14045         (gnus-article-mime-hierarchy): New variable.
14046         (gnus-article-mime-hierarchy-next): New variable.
14047         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14048         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14049         gnus-article-mime-hierarchy-next to nil.
14050         (gnus-insert-mime-button): Show hierarchy numbers.
14051         (gnus-mime-accumulate-hierarchy): New function.
14052         (gnus-mime-enter-multipart): New function.
14053         (gnus-mime-leave-multipart): New function.
14054         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14055         (gnus-mime-display-alternative): Show hierarchy numbers.
14056
14057         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14058         gnus-article-mime-hierarchy-next to nil.
14059
14060 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14061
14062         * dns.el: Don't require gnus-xmas.
14063
14064 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14065
14066         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14067         inline PGP.
14068         (mml-menu): Disable mml-quote-region if mark is inactive.
14069
14070 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14071
14072         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14073         when the group's active is not available.
14074
14075 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14076
14077         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14078         error.
14079
14080 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14081
14082         * imap.el (imap-store-password): New variable.
14083         (imap-interactive-login): Use it.
14084         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14085
14086 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14089         window-start and hscroll to summary window.
14090
14091 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14092
14093         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14094         conversion message to newsrc-dribble when an actual conversion is
14095         performed.
14096
14097 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14098
14099         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14100
14101 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14102
14103         * mm-decode.el (mm-complicated-handles): New function reviving
14104         former definition of mm-multiple-handles.
14105
14106         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14107         (gnus-mime-delete-part): Use it.
14108
14109 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14110
14111         * gnus-agent.el (gnus-agent-read-local): Bind
14112         nnheader-file-coding-system to gnus-agent-file-coding-system to
14113         avoid the implicit assumption that they will always be equal.
14114         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14115         coding-system-for-write, as the with-temp-file macro first prints
14116         to a buffer then saves the buffer.
14117
14118 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14119
14120         * gnus-art.el (gnus-article-edit-part): New function.
14121         (gnus-mime-save-part-and-strip): Use it; do query instead of
14122         signaling an error; don't use mm-multiple-handles.
14123         (gnus-mime-delete-part): Ditto.
14124
14125 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14126
14127         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14128         old file versions.
14129         (gnus-group-prepare-hook): Removed function that converted list
14130         form of gnus-agent-expire-days to group properties.
14131
14132         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14133         (gnus-request-accept-article): Re-indented.
14134
14135         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14136         converters to handle old agent file formats.  Added logic for a
14137         "backup before upgrading warning".
14138         (gnus-convert-mark-converter-prompt): Developers can mark
14139         functions as needing (default), or not needing,
14140         gnus-convert-old-newsrc's "backup before upgrading warning".
14141         (gnus-convert-converter-needs-prompt): Tests whether the user
14142         should be protected from potentially irreversable changes by the
14143         function.
14144
14145         * legacy-gnus-agent.el: New.  Provides converters that are only
14146         loaded when gnus-convert-old-newsrc needs to call them.
14147
14148 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14149
14150         * mail-source.el (mail-source-touch-pop): Doc fix.
14151
14152         * message.el (message-smtpmail-send-it): Doc fix.
14153
14154 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14155
14156         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14157
14158         * nnmail.el (nnmail-split-fancy): do.
14159
14160         * gnus-kill.el (gnus-kill, gnus-execute): do.
14161
14162 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14163
14164         * gnus-sum.el (gnus-widget-reversible-match)
14165         (gnus-widget-reversible-to-internal)
14166         (gnus-widget-reversible-to-external): New functions.
14167         (gnus-widget-reversible): New widget.
14168         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14169
14170 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14171
14172         * gnus-sum.el (gnus-thread-sort-functions)
14173         (gnus-article-sort-functions): Document `(not F)' items.
14174
14175 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14176
14177         * spam.el (spam-use-gmane-xref): Add new backend.
14178         (spam-gmane-xref-spam-group): Add variable to control the name of the
14179         Gmane spam group.
14180         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14181         (spam-regex-headers-spam, spam-regex-headers-ham)
14182         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14183         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14184         backends and checks.
14185         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14186
14187         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14188         an autodetect method.
14189
14190 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14191
14192         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14193         articles are being added to a group.
14194         (gnus-request-replace-article): Inform the agent that articles
14195         need to be uncached as the cached contents are no longer valid.
14196
14197 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14198
14199         * binhex.el: Don't autoload executable-find.
14200
14201         * canlock.el: Don't autoload mail-fetch-field.
14202
14203         * dgnushack.el: Autoload c-mode for XEmacs.
14204
14205         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14206
14207         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14208         rmail-dont-reply-to and rmail-output.
14209
14210         * gnus-score.el: Don't autoload ffap-string-at-point.
14211
14212         * gnus-setup.el: Don't autoload sc-cite-original.
14213
14214         * imap.el: Don't autoload base64-decode-string,
14215         base64-encode-string and md5.
14216
14217         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14218         and rmail-msg-restore-non-pruned-header.
14219
14220         * mm-decode.el: Don't autoload executable-find.
14221
14222         * mm-url.el: Don't autoload executable-find.
14223
14224         * mm-view.el: Don't autoload diff-mode.
14225
14226         * nndb.el: Don't autoload news-reply-mode, news-setup,
14227         cancel-timer and telnet.
14228
14229         * password.el: Don't autoload run-at-time for Emacs.
14230
14231         * sha1-el.el: Don't autoload executable-find.
14232
14233         * sieve-mode.el: Don't autoload c-mode.
14234
14235         * uudecode.el: Don't autoload executable-find.
14236
14237 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14238
14239         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14240         (gnus-agent-possibly-alter-active): Avoid null in numeric
14241         comparison.
14242         (gnus-agent-set-local): Refuse to save null in local object table.
14243         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14244         list of articles that will be marked as unread.
14245
14246 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14247
14248         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14249
14250 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14251
14252         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14253         language tags.
14254
14255 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14256
14257         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14258         Don't bind "obarray".
14259
14260         * gnus-sum.el (gnus-thread-sort-functions): Added
14261         `gnus-thread-sort-by-most-recent-number' and
14262         `gnus-thread-sort-by-most-recent-date'.
14263         Reported by Kai Grossjohann <kai@emptydomain.de>.
14264
14265 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14266
14267         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14268
14269 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14270
14271         * gnus-cus.el (gnus-agent-customize-category): Removed
14272         ignore-errors macro reference that required cl to be loaded at
14273         run-time.
14274
14275         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14276         single-interval range of the form (min . max).  Previously the
14277         range had to look like ((min . max)).  Likewise, return
14278         (min . max) rather than ((min . max)).
14279         (gnus-range-map): Use gnus-range-normalize to accept
14280         single-interval range.
14281
14282         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14283         the cache, but not the agent, now appear with their usual face.
14284
14285         * dgnushack.el (loaddir): New variable that is bound to the
14286         directory containing the dgnushack.el file. Use loaddir, rather
14287         than srcdir, to update load-path. Change lets dgnushack compile
14288         code in directories other than GNUS/lisp.
14289
14290 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14291
14292         * lpath.el: Don't bind w3m-safe-url-regexp.
14293
14294         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14295         w3m-safe-url-regexp variable buffer-local.
14296
14297         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14298
14299 2004-02-27  Simon Josefsson  <jas@extundo.com>
14300
14301         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14302         gnus-group-real-prefix.
14303         (gnus-summary-move-article): Use it, instead of
14304         gnus-group-real-prefix.
14305
14306 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14307
14308         * lpath.el: Bind w3m-safe-url-regexp.
14309
14310         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14311         w3m-safe-url-regexp variable buffer-local and set it as the value
14312         of mm-w3m-safe-url-regexp.
14313
14314         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14315
14316         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14317         parsing gnus-posting-styles when the message is not for replying.
14318
14319         * dgnushack.el: Autoload sgml-mode for XEmacs.
14320
14321         * nnrss.el (nnrss-opml-export): Use
14322         mm-set-buffer-file-coding-system instead of
14323         set-buffer-file-coding-system.
14324
14325 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14326
14327         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14328         of checkdoc.el).
14329         * nnrss.el: do.
14330         * gnus-mlspl.el: do.
14331         * gnus-ml.el: do.
14332         * gnus-srvr.el: do.
14333
14334         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14335
14336 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14337
14338         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14339         Corrections to custom-manual links.
14340
14341         * gnus-art.el (gnus-article): Ditto.
14342
14343         * mm-decode.el (mime-display, mime-security): Ditto.
14344
14345 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14346
14347         * flow-fill.el: Typo.
14348
14349 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14350
14351         * spam-wash.el: New file.
14352
14353 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14354
14355         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14356
14357 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14358
14359         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14360         to be run with new-articles as LIST1, not LIST2.
14361         (spam-registration-functions): Add spam-use-ham-copy as a nil
14362         registration backend.
14363
14364 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14365
14366         * spam-stat.el (spam-stat-washing-hook): New option.
14367         (spam-stat-buffer-words): Use it.
14368         (spam-stat-process-directory, spam-stat-test-directory): Use
14369         insert-file-contents-literally.
14370         (spam-stat-coding-system): New variable.
14371         (spam-stat-load, spam-stat-save): Use it.
14372
14373 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14374
14375         * spam-report.el (spam-report-plug-agent): Quote
14376         spam-report-url-to-file and spam-report-url-ping-plain.
14377
14378 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14379
14380         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14381         / in mailto URLs.
14382
14383 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14384
14385         * spam-report.el (spam-report-process-queue): Fix interactive use.
14386         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14387         (spam-report-unplug-agent): Doc fixes.
14388         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14389         (spam-report-agentize, spam-report-deagentize): Autoload.
14390
14391 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14392
14393         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14394
14395         * message.el (message-setup-fill-variables): Add mml tags to
14396         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14397         <ajk@iu.edu>.
14398         (message-mode): Don't modify paragraph-separate there.
14399
14400 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14401
14402         * compface.el (uncompface-use-external): Default to undecided.
14403         (uncompface-use-external-threshold): New variable.
14404         (uncompface-float-time): New macro.
14405         (uncompface): Determine whether to use the external decoder if
14406         uncompface-use-external is undecided.
14407
14408 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14409
14410         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14411         after images.
14412
14413         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14414
14415 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14416
14417         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14418
14419         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14420
14421         * gnus-sum.el (gnus-summary-limit-to-age)
14422         (gnus-summary-limit-children): do.
14423
14424         * gnus-int.el (gnus-request-scan): do.
14425
14426         * gnus-group.el (gnus-group-suspend): do.
14427
14428         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14429
14430         * gnus-cite.el (gnus-cite-parse-attributions): do.
14431
14432         * gnus-agent.el (gnus-summary-set-agent-mark)
14433         (gnus-agent-regenerate-group): do.
14434
14435         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14436
14437         * binhex.el (binhex-decode-region-internal): do.
14438
14439 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14440
14441         * gnus-fun.el (gnus-face-properties-alist): New user option.
14442         (gnus-display-x-face-in-from): Use it.
14443
14444         * gnus-art.el (article-display-face): Ditto.
14445
14446         * compface.el (uncompface-use-external): Default to nil.
14447
14448 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14449
14450         * nntp.el (nntp-erase-buffer): New function.
14451         (nntp-retrieve-data, nntp-send-command)
14452         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14453         (nntp-possibly-change-group): Use it.
14454
14455         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14456         with-current-buffer.
14457
14458 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14459
14460         * compface.el: Merge the ELisp-based uncompface program.
14461         (compface): New customization group.
14462         (uncompface-use-external): New user option.
14463         (uncompface): Call uncompface-internal if uncompface-use-external
14464         is nil.
14465         (uncompface-internal): New function.  Note that there are also
14466         some other functions and variables added for this function.
14467
14468 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14469
14470         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14471         if necessary.
14472
14473 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14474
14475         * spam-report.el (spam-report-unplug-agent)
14476         (spam-report-plug-agent, spam-report-deagentize)
14477         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14478         Add support for the Agent in spam-report: when unplugged, report to a
14479         file; when plugged, submit all the requests.
14480
14481         * spam.el (spam-register-routine): Fix message about
14482         registration.
14483
14484 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14485
14486         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14487         dependencies.
14488         (rfc2047-encode): Use it.
14489
14490         * gnus-art.el (gnus-button-marker-list): Move before first
14491         reference.
14492
14493         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14494         (imap-parse-body): Fix format string mismatch.
14495
14496         * gnus-score.el (gnus-summary-increase-score): do.
14497
14498         * nnrss.el (nnrss-close): New function.
14499
14500 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14501
14502         * nnrss.el (nnrss-make-filename): New function.
14503         (nnrss-request-delete-group, nnrss-read-server-data)
14504         (nnrss-save-server-data, nnrss-read-group-data)
14505         (nnrss-save-group-data): Use it.
14506         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14507         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14508         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14509
14510 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14511
14512         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14513
14514 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14515
14516         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14517         files.
14518
14519         * message.el (message-generate-headers-first): Don't quote nil
14520         and t in docstrings.
14521
14522         * imap.el (imap-id): do.
14523
14524         * gnus-agent.el (gnus-agent-consider-all-articles)
14525         (gnus-agent-queue-mail): do.
14526
14527 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14528
14529         * spam-report.el (spam-report-process-queue): New function.
14530         Process requests from `spam-report-requests-file'.
14531         (spam-report-process-queue): Doc fix.
14532
14533 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14534
14535         * spam.el (spam-register-routine)
14536         (spam-log-processing-to-registry, spam-log-registered-p)
14537         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14538         Change "check" to "spam-check" for semi-clarity.
14539
14540 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14541
14542         * pop3.el: Require nnheader.
14543
14544         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14545
14546         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14547
14548         * gnus-picon.el: Require cl.
14549
14550         * gnus-fun.el: Require gnus-ems and gnus-util.
14551
14552         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14553
14554         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14555
14556         * gnus-art.el (gnus-article-edit-mode): Define before first
14557         reference.
14558
14559 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14560
14561         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14562         (gnus-uu-post-encoded): Use point-at-bol.
14563
14564         * gnus-topic.el (gnus-group-active-topic-p): do.
14565
14566         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14567
14568         * gnus-group.el (gnus-group-kill-region): do.
14569
14570         * gnus-art.el (article-date-ut): do.
14571
14572         * message.el (message-fetch-field): Remove redundant
14573         case-fold-search binding.
14574         (message-narrow-to-field): Simplify.
14575
14576 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14577
14578         * spam.el (spam-directory): Derive from `gnus-directory'.
14579
14580         * spam-report.el (spam-report-url-to-file)
14581         (spam-report-requests-file): New function and variable for offline
14582         reporting.
14583         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14584         and user defined function.
14585         (spam-report-url-ping-mm-url): Remove doubled slash.
14586
14587 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14588
14589         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14590
14591 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14592
14593         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14594         format string mismatch.
14595
14596         * sieve.el (sieve-deactivate-all): do.
14597
14598         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14599
14600         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14601
14602         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14603
14604         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14605
14606 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14607
14608         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14609         the list of checks.
14610
14611 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14612
14613         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14614         padding.
14615
14616 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14617
14618         * mm-view.el (mm-fill-flowed): New variable.
14619         (mm-inline-text): Use it.
14620
14621 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14622
14623         * spam.el (spam-spamassassin-register-ham-routine)
14624         (spam-spamassassin-register-spam-routine): Fix function names.
14625
14626 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14627
14628         * gnus.el (gnus-tmp-grouplens): Remove.
14629         (gnus-summary-line-format): Remove grouplens.
14630
14631         * gnus-group.el (gnus-group-line-format): Ditto.
14632
14633         * gnus-spec.el (gnus-format-specs): Ditto.
14634         (gnus-update-format-specifications): Flush the group format spec
14635         cache if there's the grouplens stuff.
14636         (gnus-parse-simple-format): Replace %l with the empty string.
14637
14638 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14639
14640         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14641         omission.
14642
14643 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14644
14645         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14646         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14647
14648 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14649
14650         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14651         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14652         New macros and functions.
14653         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14654         Handle > NLINK_MAX messages.
14655         * nnmaildir.el (nnmaildir-request-set-mark): Use
14656         nnmaildir--emlink-p and nnmaildir--eexist-p.
14657
14658 2004-01-25  Alex Schroeder  <alex@gnu.org>
14659
14660         * spam-stat.el (spam-stat-process-directory-age): New option.
14661         (spam-stat-process-directory): Use it.
14662
14663 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14664
14665         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14666         (spam-stat-save): Accept prefix argument.
14667
14668 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14669
14670         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14671         links" error.
14672
14673 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14674
14675         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14676         the rest of the and/or forms.
14677
14678 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14679
14680         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14681         compatibility with old .newsrc.eld files.
14682
14683         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14684
14685         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14686
14687         * gnus-start.el (gnus-1): do.
14688
14689         * gnus-group.el (gnus-group-line-format-alist): do.
14690
14691         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14692
14693         * gnus-gl.el: Remove.
14694
14695 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14696
14697         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14698         marks consisting of a single range {for example, (3 . 5)} rather
14699         than a list of a single range { ((3 . 5)) }.
14700
14701 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14702
14703         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14704         with-current-buffer.
14705         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14706         avoid consing a string.
14707
14708         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14709         Remove obsolete entries for big5 and gb2312.
14710
14711 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14712
14713         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14714         uncompressed list.
14715
14716 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14717
14718         * spam-stat.el (spam-stat-strip-xref): New function.
14719         (spam-stat-process-directory): Use it.
14720
14721         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14722         here -- it's done in message-fetch-field.
14723
14724 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14725
14726         * gnus-agent.el (gnus-agent-queue-mail)
14727         (gnus-agent-prompt-send-queue): New variables.
14728         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14729         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14730         "nndraft:queue" along to gnus-draft-send.  Use
14731         gnus-agent-prompt-send-queue.
14732         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14733         is "nndraft:queue".  Suggested by Gaute Strokkenes
14734         <gs234@srcf.ucam.org>
14735
14736         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14737         (agent-enable-undownloaded-faces): Added.
14738         (gnus-agent-cat-groups): Use eval-and-compile, not
14739         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14740         method of gnus-agent-cat-groups even when the buffer has been
14741         evaled.
14742         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14743         delete gnus-agent-save-active-1.
14744         (gnus-agent-save-groups): Deleted.  Identical to
14745         gnus-agent-save-active.
14746         (gnus-agent-write-active): No longer adjust agent's copy of active
14747         file as agent's adjustments are now stored in their own
14748         file.  Removed optional parameter.
14749         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14750         servers.  Add use of min/max range limits from server's local
14751         file.
14752         (gnus-agent-save-alist): Removed unused optional argument.
14753         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14754         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14755         (gnus-agent-set-local): A per-server file that keeps min/max range
14756         limits for articles known to the agent.  Provides a fast mechanism
14757         for altering many active ranges.
14758         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14759         active file (local makes it unnecessary).
14760         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14761
14762         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14763         (agent-enable-undownloaded-faces): Added.
14764
14765         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14766         disable it when sending to "nndraft:queue".
14767         (gnus-group-send-queue): Add safety check to avoid sending queue
14768         when unplugged.
14769
14770         * gnus-group.el (gnus-group-catchup): Use new
14771         gnus-sequence-of-unread-articles, not
14772         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14773         numbers of articles.  Use gnus-range-map to avoid having to
14774         uncompress the unread list.
14775         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14776         Fixed invalid ange-ftp reference.
14777
14778         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14779         (gnus-sorted-range-intersection): Intersection of two ranges
14780         without requiring that they first be uncompressed.
14781
14782         * gnus-start.el (gnus-activate-group): Unless blocked by the
14783         caller, possibly expand the active range to include both cached
14784         and agentized articles.
14785         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14786         multiple version-dependent converters.
14787         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14788         gnus-agent-save-active.
14789         (gnus-save-newsrc-file): Save dirty agent range limits.
14790
14791         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14792         gnus-agent-possibly-alter-active.
14793         (gnus-adjust-marked-articles): Faster handling of simple lists.
14794
14795 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14796
14797         * spam-stat.el (spam-stat-test-directory): New optional argument
14798         displays a list of files detected.  Suggested by Andrew Cohen
14799         <cohen@andy.bu.edu>.
14800         (spam-stat-buffer-words-with-scores): Don't narrow and change
14801         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14802
14803 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14804
14805         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14806         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14807         (spam-spamassassin-arguments)
14808         (spam-spamassassin-spam-flag-header)
14809         (spam-spamassassin-positive-spam-flag-header)
14810         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14811         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14812         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14813         (spam-list-of-processors, spam-list-of-checks)
14814         (spam-list-of-statistical-checks, spam-registration-functions)
14815         (spam-check-spamassassin-headers, spam-check-spamassassin)
14816         (spam-spamassassin-score)
14817         (spam-spamassassin-register-with-sa-learn)
14818         (spam-spamassassin-register-spam-routine)
14819         (spam-spamassassin-register-ham-routine)
14820         (spam-assassin-register-spam-routine)
14821         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14822         (spam-bogofilter-score): Fix to show article before scoring.
14823
14824 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14825
14826         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14827         default scoring function.
14828         (spam-generic-score): Call spam-spamassassin-score if
14829         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14830         spam-bogofilter-score otherwise.
14831
14832         * gnus.el (spam-process, spam-autodetect-methods): Add
14833         spamassassin and spamassassin-headers.
14834
14835 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14836
14837         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14838         Suppress unnecessary messages.
14839
14840 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14841
14842         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14843         make-hash-table.
14844
14845 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14846
14847         * canlock.el (base64-encode-string): Don't autoload it.
14848
14849 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14850
14851         * run-at-time.el: Remove useless (require 'itimer),
14852         eval-and-compile and (featurep 'xemacs).
14853
14854 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14855
14856         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14857         GROUP is a virtual group.
14858
14859 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14860
14861         * gnus.el: Autoload `message-y-or-n-p'.
14862
14863 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14864
14865         * pgg-parse.el: Remove unnecessary (require 'custom).
14866
14867         * pgg-def.el: do.
14868
14869         * nnmail.el: do.
14870
14871         * gnus-undo.el: do.
14872
14873         * gnus-picon.el: do.
14874
14875         * gnus-util.el: do.
14876
14877 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14878
14879         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14880
14881 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14882
14883         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14884         handle, as well as a list.
14885
14886         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14887         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14888         (mm-w3m-cid-retrieve): Simplify.
14889
14890 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
14891
14892         * message.el (message-kill-to-signature): Allow prefix arg to
14893         specify number of lines to keep before signature.
14894
14895 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
14896
14897         * message.el (message-kill-to-signature): Change docstring.
14898
14899 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14900
14901         * canlock.el: Always require sha1-el.
14902         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14903
14904         * message.el: Autoload sha1 only when compiling.
14905
14906         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
14907         eudc-expand-inline for XEmacs.
14908
14909 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14910
14911         * message.el (message-canlock-generate): Require sha1-el.
14912
14913 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
14914
14915         * message.el (message-expand-name): Silence the byte compiler.
14916
14917         * lpath.el: Add detect-coding-system.
14918
14919         * dgnushack.el (dgnushack-compile): Remove obsolete check for
14920         cus-edit.
14921
14922 2004-01-13  Simon Josefsson  <jas@extundo.com>
14923
14924         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14925         Invoke gnus-score-mode.  Reported by
14926         bojohan+news@dd.chalmers.se (Johan Bockgård).
14927
14928         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14929         Jim Blandy <jimb@redhat.com> (tiny change).
14930
14931 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14932
14933         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14934
14935 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
14936
14937         * spam.el (spam-get-article-as-string): Update to use
14938         gnus-request-article-this-buffer, much simpler.
14939         (spam-get-article-as-buffer): Remove.
14940
14941 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
14942
14943         * message.el (message-expand-name): Use EUDC if the user uses that.
14944
14945 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14946
14947         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14948         character for the encoding to avoid consing a string.
14949
14950         * rfc2047.el (rfc2047-decode-string): Don't cons a string
14951         unnecessarily.
14952
14953         * mm-util.el (mm-replace-chars-in-string): Remove.
14954
14955         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14956         of mm-replace-chars-in-string.
14957
14958 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
14959
14960         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14961
14962         * mm-util.el (mm-subst-char-in-string): Support inplace.
14963
14964         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14965         a new string in every iteration.  Use shy groups.
14966
14967 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
14968
14969         * gnus-srvr.el (gnus-browse-unsubscribe-group):
14970         * gnus-soup.el (gnus-soup-group-brew):
14971         * gnus-msg.el (gnus-put-message):
14972         * gnus-move.el (gnus-group-move-group-to-server):
14973         * gnus-kill.el (gnus-batch-score):
14974         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14975         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14976         (gnus-group-update-group, gnus-group-read-group)
14977         (gnus-group-make-group, gnus-group-make-help-group)
14978         (gnus-group-make-archive-group, gnus-group-make-directory-group)
14979         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
14980         (gnus-group-sort-by-unread, gnus-group-catchup)
14981         (gnus-group-unsubscribe-group, gnus-group-kill-group)
14982         (gnus-group-yank-group, gnus-group-set-info)
14983         (gnus-group-list-groups):
14984         * gnus.el (gnus-generate-new-group-name):
14985         * gnus-delay.el (gnus-delay-send-queue):
14986         * nnvirtual.el (nnvirtual-catchup-group):
14987         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
14988         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
14989         (gnus-group-prepare-topics, gnus-topic-check-topology):
14990         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14991         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14992         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
14993         (gnus-group-make-articles-read):
14994         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14995         (gnus-group-change-level, gnus-kill-newsgroup)
14996         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
14997         (gnus-get-unread-articles, gnus-make-articles-unread)
14998         (gnus-make-ascending-articles-unread): Use accessor
14999         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15000         to get group information for improved readability.
15001
15002
15003 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15004
15005         * gnus-art.el (article-decode-mime-words, article-babel)
15006         (gnus-article-highlight-signature, gnus-article-add-buttons)
15007         (gnus-signature-toggle): Use gnus-with-article-buffer.
15008
15009         * gnus-art.el (gnus-article-highlight-headers)
15010         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15011
15012         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15013         (gnus-article-set-globals, gnus-request-article-this-buffer)
15014         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15015         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15016         (gnus-mime-display-alternative): Use with-current-buffer.
15017
15018 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15019
15020         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15021         also under 80 char limit, and call gnus-error if needed.
15022         (spam-fetch-article-header): Fix - it was a
15023         buffer-local variable (gnus-newsgroup-data).
15024         (spam-find-spam): Use spam-generate-fake-headers, forget about
15025         spam-insert-fake-headers.
15026         (spam-insert-fake-headers): Remove.
15027
15028 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15029
15030         * deuglify.el (gnus-article-outlook-unwrap-lines)
15031         (gnus-outlook-rearrange-article)
15032         (gnus-outlook-repair-attribution-outlook)
15033         (gnus-outlook-repair-attribution-block)
15034         (gnus-outlook-repair-attribution-other): Remove redundant
15035         save-excursion.
15036
15037 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15038
15039         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15040         (spam-fetch-field-subject-fast)
15041         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15042         (spam-fetch-article-header): Add functions to deal with Gnus
15043         internals for fast retrieval of article header data.
15044         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15045
15046 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15047
15048         * pop3.el (pop3-md5): Remove.
15049         (pop3-apop): Replace pop3-md5 with md5.
15050
15051         * mm-bodies.el: base64 is always built-in.
15052
15053         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15054         with-current-buffer.
15055
15056 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15057
15058         * canlock.el (canlock-insert-header): Remove excessive grouping in
15059         regexp.
15060
15061         * gnus-sum.el (gnus-summary-read-document): Ditto.
15062
15063         * gnus-uu.el (gnus-uu-part-number): Ditto.
15064
15065         * html2text.el (html2text-remove-tags): Ditto.
15066         (html2text-format-tags): Ditto.
15067         (html2text-format-single-elements): Ditto.
15068
15069         * mml.el (mml-parse-1): Ditto.
15070
15071 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15072
15073         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15074
15075         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15076
15077         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15078
15079         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15080
15081 2003-11-15  Simon Josefsson  <jas@extundo.com>
15082
15083         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15084         (pgg-gpg-lookup-key): Use regexp match instead of
15085         split-string (split-string is different between emacs 21.2 and
15086         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15087
15088 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15089
15090         * gnus-art.el (gnus-mime-view-all-parts)
15091         (gnus-article-part-wrapper, gnus-article-view-part): Use
15092         with-current-buffer.
15093
15094 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15095
15096         * spam.el (spam-disable-spam-split-during-ham-respool)
15097         (spam-spamoracle-database, spam-cache-lookups)
15098         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15099         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15100         (spam-group-ham-marks, spam-group-spam-marks)
15101         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15102         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15103         also add spam-use-blackholes to the statistical checks.
15104         (spam-fetch-field-fast): Add interface to fetching fields, may
15105         become a macro.
15106         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15107         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15108         (spam-insert-fake-headers): Fake an article when needed.
15109         (spam-find-spam): Fake article when possible.
15110         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15111         (spam-check-bogofilter-headers): Use message-fetch-field instead
15112         of nnmail-fetch-field.
15113
15114 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15115
15116         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15117
15118 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15119
15120         * spam.el (spam-split): Do not require spam-use-CHECK to be
15121         enabled if that check is passed to spam-split explicitly; also
15122         fix so 'spam doesn't get converted to spam-split-group when
15123         spam-split-symbolic-return is t.
15124         (spam-find-spam): Find registrations of the article and use those
15125         instead of re-running spam-split to find the spam/ham
15126         classification of the article.
15127         (spam-log-processing-to-registry, spam-log-registered-p)
15128         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15129         Use gnus-error instead of gnus-message.
15130         (spam-log-registration-type): Add function to determine the
15131         classification of a message based on registry entries; will
15132         return nil if both 'spam and 'ham are found.
15133         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15134         a reasonably fast local cache without the loading errors.
15135         (spam-cache-lookups): Set to t by default.
15136         (spam-find-spam): Don't try to guess spam-cache-lookups.
15137         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15138         spam-caches entry.
15139         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15140         caching of whitelist/blacklist entries.
15141         (spam-check-whitelist, spam-check-blacklist): Invoke
15142         spam-from-listed-p with a type, not a cache variable.
15143         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15144
15145 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15146
15147         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15148
15149         * nnmail.el (nnmail-split-fancy): do.
15150
15151         * mml.el (mml-parse): do.
15152
15153         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15154         (gnus-score-adaptive): do.
15155
15156 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15157
15158         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15159         (gnus-mime-button-map): Don't set keymap parent.
15160         (gnus-button-ctan-directory-regexp): Use shy grouping.
15161         (gnus-prev-page-map): Don't set keymap parent.
15162         (gnus-prev-page-map): Remove duplicated one.
15163         (gnus-next-page-map): Don't set keymap parent.
15164         (gnus-mime-security-button-map): Ditto.
15165
15166         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15167         version number.
15168
15169         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15170
15171 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15172
15173         * canlock.el (canlock-sha1-function): Remove.
15174         (canlock-sha1-function-for-verify): Remove.
15175         (canlock-openssl-program): Remove.
15176         (canlock-openssl-args): Remove.
15177         (canlock-ignore-errors): Remove.
15178         (canlock-sha1-with-openssl): Remove.
15179         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15180         (canlock-verify): Don't use canlock-ignore-errors.
15181
15182         * sha1-el.el (sha1-string-external): Make it can return a string
15183         in binary form.
15184         (sha1-region-external): Ditto.
15185         (sha1-string-internal): Ditto.
15186         (sha1-region-internal): Ditto.
15187         (sha1-region): Ditto.
15188         (sha1-string): Ditto.
15189         (sha1): Ditto.
15190
15191 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15192
15193         * spam.el (spam-report-articles-gmane): New command.
15194
15195 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15196
15197         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15198
15199         * run-at-time.el (run-at-time-saved): Remove.
15200         (run-at-time): Doc fix.
15201
15202 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15203
15204         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15205         (gnus-summary-limit-map): Add it.
15206         (gnus-summary-make-menu-bar): do.
15207
15208 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15209
15210         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15211         Make attempt at some caching support (done for BBDB only now).
15212         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15213         addresses to be checked.
15214         (spam-clear-cache-BBDB): Add function, to be invoked by
15215         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15216         (spam-check-BBDB): Check and use the caches, if
15217         spam-cache-lookups is on, remove superfluous (provide).
15218
15219 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15220
15221         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15222
15223 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15224
15225         * run-at-time.el (run-at-time-saved): Move to after the definition
15226         of `run-at-time'.
15227
15228         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15229
15230 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15231
15232         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15233         mm-w3m-local-map-property.
15234
15235         * mm-view.el (mm-w3m-mode-map): Remove.
15236         (mm-w3m-local-map-property): Remove.
15237         (mm-inline-text-html-render-with-w3m): Don't use
15238         mm-w3m-local-map-property.
15239
15240 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15241
15242         * run-at-time.el: New file.
15243
15244         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15245         under Emacs.
15246
15247         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15248         of gnus-set-text-properties.
15249
15250         * gnus-uu.el (gnus-uu-save-article): Ditto.
15251
15252         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15253
15254         * gnus-cite.el (gnus-cite-parse): Ditto.
15255
15256         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15257         of gnus-.
15258
15259         * gnus-xmas.el (run-at-time): Require run-at-time.
15260
15261         * gnus.el: Changed calls to nnheader-run-at-time and
15262         password-run-at-time throughout to use run-at-time directly.
15263
15264         * password.el: Removed definition of run-at-time.
15265
15266         * nnheaderxm.el: Remove definition of run-at-time.
15267
15268 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15269
15270         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15271         in prompt.
15272
15273 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15274
15275         * messagexmas.el (message-xmas-redefine): Alias
15276         `message-make-caesar-translation-table' to
15277         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15278         version.
15279
15280         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15281         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15282         `gnus-xmas-set-text-properties'.
15283         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15284         `gnus-xmas-completing-read'.
15285         (gnus-xmas-completing-read): Removed.
15286         (gnus-xmas-open-network-stream): Removed.
15287
15288         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15289         XEmacs version.
15290
15291         * dns.el (dns-make-network-process): Use `open-network-stream'
15292         instead of `gnus-xmas-open-network-stream'.
15293
15294         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15295
15296         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15297
15298 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15299
15300         * gnus-art.el (gnus-mime-display-alternative)
15301         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15302         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15303         Don't use gnus-local-map-property.
15304
15305         * gnus-util.el (gnus-local-map-property): Remove.
15306
15307         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15308         gnus-completing-read-maybe-default with completing-read.
15309
15310         * gnus-util.el (gnus-completing-read): do.
15311         (gnus-completing-read-maybe-default): Remove.
15312
15313 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15314
15315         * password.el: Only autoload `run-at-time' if not XEmacs.
15316         Only autoload the itimer functions if XEmacs.
15317
15318 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15319
15320         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15321         XEmacsen.
15322
15323         * dgnushack.el: Autoload executable-find for XEmacs.
15324
15325 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15326
15327         * gnus-art.el (gnus-read-string): Remove.
15328         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15329         read-string.
15330
15331 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15332
15333         * netrc.el: Autoload password-read.
15334         (netrc): Add configuration group.
15335         (netrc-encoding-method, netrc-openssl-path): Add
15336         variables for encoding and decoding of files with symmetric
15337         ciphers.
15338         (netrc-encode): Add assistant function to encode a file with
15339         netrc-encoding-method.
15340         (netrc-parse): Add interactive parameter, added optional
15341         decoding if netrc-encoding-method is non-nil but otherwise
15342         behavior is standard.
15343         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15344         Do s/encode/encrypt/ everywhere.
15345
15346         * spam.el: Remove executable-find autoload.
15347
15348 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15349
15350         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15351
15352         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15353
15354 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15355
15356         * gnus-art.el (gnus-treat-ansi-sequences)
15357         (article-treat-ansi-sequences): New variable and function.
15358         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15359
15360         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15361         Use it.
15362
15363 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15364
15365         * mm-util.el (mm-quote-arg): Remove.
15366
15367         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15368         shell-quote-argument.
15369
15370         * gnus-uu.el (gnus-uu-command): do.
15371
15372         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15373
15374         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15375         with make-char.
15376
15377         * mm-util.el (mm-make-char): Remove.
15378
15379         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15380         add-minor-mode.
15381
15382         * gnus-undo.el (gnus-undo-mode): do.
15383
15384         * gnus-topic.el (gnus-topic-mode): do.
15385
15386         * gnus-sum.el (gnus-dead-summary-mode): do.
15387
15388         * gnus-start.el (gnus-slave-mode): do.
15389
15390         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15391
15392         * gnus-ml.el (gnus-mailing-list-mode): do.
15393
15394         * gnus-gl.el (gnus-grouplens-mode): do.
15395
15396         * gnus-draft.el (gnus-draft-mode): do.
15397
15398         * gnus-dired.el (gnus-dired-mode): do.
15399
15400         * gnus-ems.el (gnus-add-minor-mode): Remove.
15401
15402         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15403         Replace gnus-char-width with char-width.
15404
15405         * gnus-ems.el (gnus-char-width): Remove.
15406
15407         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15408         Replace gnus-char-width with char-width.
15409
15410         * gnus-ems.el (gnus-char-width): Remove.
15411
15412         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15413         definition.
15414         Remove Emacs 20 hash table compatibility code.
15415
15416         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15417         20 compatibility code.
15418
15419         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15420
15421         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15422
15423         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15424         with point-at-{eol,bol}.
15425
15426         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15427
15428         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15429
15430         * flow-fill.el (fill-flowed-point-at-bol)
15431         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15432
15433         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15434         Replace with point-at-{eol,bol} throughout all files.
15435
15436 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15437
15438         * ntlm.el (ntlm-string-as-unibyte): New macro.
15439         (ntlm-build-auth-response): Use it.
15440
15441         Remove Emacs 20 stuff:
15442         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15443         (butlast, mapc, remove): Remove the compiler macros.
15444         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15445         of delq and copy-sequence.
15446         * gnus-art.el (popup-menu): Remove the compiler macro.
15447         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15448         Emacs 20.
15449
15450 2004-01-05  Simon Josefsson  <jas@extundo.com>
15451
15452         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15453         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15454         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15455         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15456         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15457         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15458         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15459         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15460         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15461         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15462         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15463         string-xor into ntlm-string-xor.  Suggested by
15464         Jesper Harder <harder@myrealbox.com>.
15465
15466         * ntlm.el: Don't include poem.
15467
15468         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15469         Jesper Harder <harder@myrealbox.com>.
15470
15471         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15472
15473         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15474         probably breaks emacs with DL patch, but do we care? Is anyone
15475         still using the DL stuff?)
15476
15477         * sieve-manage.el: Use the password package.
15478         (sieve-manage-read-passwd): Remove.
15479         (sieve-manage-interactive-login): Use password.  Re-add
15480         condition-case around loop.
15481
15482         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15483         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15484         the password package.
15485
15486 2003-02-19  Simon Josefsson  <jas@extundo.com>
15487
15488         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15489         token.
15490
15491 2002-08-07  Simon Josefsson  <jas@extundo.com>
15492
15493         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15494         (sieve-manage-authenticators):
15495         (sieve-manage-authenticator-alist): Add some SASL mechs.
15496         (sieve-sasl-auth): New function.
15497         (sieve-manage-cram-md5-auth):
15498         (sieve-manage-plain-auth): Rewrite using SASL library.
15499         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15500         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15501         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15502         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15503
15504 2004-01-05  Simon Josefsson  <jas@extundo.com>
15505
15506         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15507         New files.
15508
15509 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15510
15511         * gnus-group.el (gnus-no-groups-message): Update.
15512
15513         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15514
15515 2003-11-09  Simon Josefsson  <jas@extundo.com>
15516
15517         * imap.el: Support for ID IMAP extension (RFC 2971).
15518         (imap-local-variables): Add imap-id.
15519         (imap-id): New variable.
15520         (imap-id): New function.
15521         (imap-parse-response): Parse untagged ID response.
15522         * nnimap.el (nnimap-id): New variable.
15523         (nnimap-open-connection): Use it.
15524
15525 2003-12-28  Simon Josefsson  <jas@extundo.com>
15526
15527         * gnus-score.el (gnus-score-edit-all-score): New.
15528         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15529
15530 2004-01-04  Simon Josefsson  <jas@extundo.com>
15531
15532         * password.el: Add.
15533
15534 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15535
15536         * dns.el (dns-query-types): Fix typo.
15537         (dns-query-types): New function.
15538         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15539         PTR and SOA replies, see RFC 1035.
15540
15541 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15542
15543         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15544
15545         * Moved to Changelog.2.
15546
15547 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15548
15549         * gnus.el (gnus-version-number): Bump version.
15550
15551 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15552
15553         * gnus.el: No Gnus v0.1 is released.
15554
15555 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15556
15557         * gnus.el: No Gnus v0.0 is released.
15558
15559 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15560
15561         * gnus.el (gnus-version-number): Bump.
15562         (gnus-version): No.
15563
15564 See ChangeLog.2 for earlier changes.
15565
15566     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15567       Free Software Foundation, Inc.
15568
15569   This file is part of GNU Emacs.
15570
15571   GNU Emacs is free software: you can redistribute it and/or modify
15572   it under the terms of the GNU General Public License as published by
15573   the Free Software Foundation, either version 3 of the License, or
15574   (at your option) any later version.
15575
15576   GNU Emacs is distributed in the hope that it will be useful,
15577   but WITHOUT ANY WARRANTY; without even the implied warranty of
15578   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15579   GNU General Public License for more details.
15580
15581   You should have received a copy of the GNU General Public License
15582   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15583
15584 ;; Local Variables:
15585 ;; coding: utf-8
15586 ;; fill-column: 79
15587 ;; add-log-time-zone-rule: t
15588 ;; End:
15589
15590 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4