84c71c3585d804dce9d2c4f964c01c0ab2de20f2
[gnus] / lisp / ChangeLog
1 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4         small. They're probably tracking images.
5         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6
7         * nntp.el (nntp-request-set-mark): Refuse to do marks if
8         nntp-marks-file-name is nil.
9
10 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11
12         * gnus-html.el (gnus-html-wash-tags)
13         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
14         Better logging.
15
16 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17
18         * nndoc.el (nndoc-type-alist): Added a new type for Google digests. 
19
20         * gnus-html.el (gnus-html-wash-tags): Check the value of
21         gnus-blocked-images in the summary buffer.
22
23 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
24
25         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
26
27 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28
29         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
30         like "a", it seems like.
31         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
32         since it needs to be picked from the correct buffer.
33
34         * nnwfm.el: Removed.
35
36         * nnlistserv.el: Removed.
37
38 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
39
40         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
41         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
42
43 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
44
45         * nnkiboze.el: Removed.
46
47         * nndb.el: Removed.
48
49         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
50         alt text.
51         (gnus-html-rescale-image): Try to get the rescaling logic right for
52         images that are just wide and not tall.
53
54         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
55         overshadow variable bindings.
56
57 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
58
59         * gnus-html.el (gnus-html-wash-tags)
60         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
61         extra logging.
62
63 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
64
65         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
66         (gnus-max-image-proportion): New variable.
67         (gnus-html-rescale-image): New function.
68         (gnus-html-put-image): Rescale images.
69
70 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
71
72         * gnus-html.el (gnus-article-html): Decode contents by charset.
73
74 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
75
76         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
77         (gnus-html-frame-width, gnus-blocked-images)
78         * message.el (message-prune-recipient-rules): Add custom version.
79         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
80
81         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
82         functions.
83
84         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
85         gnus-process-get.
86
87 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
88
89         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
90         instead of lsub directly.
91
92 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
93
94         * nnwarchive.el: Removed.
95
96         * gnus-soup.el: Removed.
97
98         * nnsoup.el: Removed.
99
100         * nnultimate.el: Removed.
101
102         * gnus-html.el (gnus-blocked-images): New variable.
103
104         * message.el (message-prune-recipients): New function.
105         (message-prune-recipient-rules): New variable.
106
107         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
108         guess whether a long line is natural text or not.
109
110         * gnus-html.el (gnus-html-schedule-image-fetching): Use
111         gnus-process-plist and friends for compatibility.
112
113 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
114
115         * gnus-html.el: Require packages that define macros used in this file.
116         (gnus-article-mouse-face): Declare to silence byte-compiler.
117         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
118         process-get.
119         (gnus-html-put-image): Use plist-get to avoid getf.
120         (gnus-html-prefetch-images): Use with-current-buffer.
121
122 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
123
124         * gnus-ems.el: Provide compatibility functions for
125         gnus-set-process-plist.
126
127         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
128         header-line-format for XEmacs 21.4.
129
130         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
131         * gnus.el (gnus-valid-select-methods)
132         * message.el (message-send-mail-partially-limit)
133         * mm-decode.el (mm-text-html-renderer)
134         * mml.el (mml-insert-mime-headers-always)
135         * smiley.el (smiley-regexp-alist): Bump custom version.
136
137 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
138
139         * gnus-html.el: require mm-url.
140         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
141         with the url to `url'.
142         (gnus-html-wash-tags): Support cid: URLs/images.
143
144 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
145
146         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
147         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
148         bindings, as they aren't useful at all. `w' is moved to `W w'.
149
150         * gnus-move.el: Removed file, since it doesn't really work.
151
152         * gnus-html.el (gnus-article-html): Tell w3m that the input is
153         UTF-8. This seems to fix problems with some German web feeds.
154
155         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
156         at the top so that the proper colours are applied.
157
158         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
159         don't have dots in their names.
160
161         * gnus-art.el (gnus-article-view-part): Doc fix.
162
163         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
164         XEmacs-compatible.
165         (gnus-html-put-image): Don't do images on non-graphic displays.
166
167         * nnslashdot.el: Removed this unused backend.
168
169         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
170         actions.
171         (gnus-undo-register-1): Revert last change.
172
173         * gnus-group.el (gnus-group-completing-read): Protect against not
174         having completion-styles bound.
175
176         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
177         make broken recipients happier.
178
179         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
180
181         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
182         point parameter.
183
184         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
185
186         * gnus-group.el (gnus-group-completing-read): Add 'substring to
187         completion-styles for group selection.
188
189 2009-02-04  Andreas Schwab  <schwab@suse.de>
190
191         * gnus-score.el (gnus-score-string): Fix regex for matching extra
192         headers and regexp-quote the match if necessary.
193
194 2009-03-24  Miles Bader  <miles@gnu.org>
195
196         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
197         the blinking smiley.
198
199 2009-03-24  Simon Josefsson  <simon@josefsson.org>
200
201         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
202         blink smiley.
203
204 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
205
206         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
207         where the dribbel file lives exists.
208
209         * message.el (message-send-mail-partially-limit): Change the default to
210         nil, since most people don't want this.
211
212         * mm-url.el (mm-url-decode-entities): Also decode entities like
213         &#x3212.
214
215 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
216
217         * gnus-sum.el (gnus-summary-idna-message):
218         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
219         Hyperlink urls in docstrings with URL `...'.
220
221 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
222
223         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
224         functions.
225
226 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
227
228         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
229         say what the mouseover text should be.
230
231         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
232         version of the mm-w3m-safe-url-regexp variable to only download images
233         in the groups where we want that to happen.
234
235         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
236
237         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
238         easier debugging.
239         (gnus-article-beginning-of-window): Add kludge to allow spacing past
240         big pictures in the article buffer.
241
242         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
243         gnus-article-html.
244         (mm-text-html-renderer): gnus-article-html needs curl in addition to
245         w3m.
246
247         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
248
249 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
250
251         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
252         which doesn't exist.
253
254         * message.el (message-inhibit-ecomplete): New variable to allow some
255         function to inhibit ecomplete address storage.
256         (message-resend): Disable ecomplete message storage when resending
257         messages.
258
259         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
260
261 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
262
263         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
264         Save excursion while copying, moving, and deleting articles in order to
265         prevent the cursor from jumping to unforeseen place.
266
267 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
268
269         * lpath.el: No need to bind bookmark-current-buffer,
270         bookmark-yank-point and bookmark-make-record-function.
271
272 2010-08-17  Glenn Morris  <rgm@gnu.org>
273
274         * gnus-sync.el: Require gnus components whose functions are used.
275
276         * gnus-art.el (bookmark-make-record-function):
277         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
278         Declare for compiler.
279
280         * mm-url.el (mml-compute-boundary): Autoload.
281
282 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
283
284         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
285
286 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
287
288         Typo fix "hoo4a" -> "hook".
289
290         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
291
292 2010-08-14  Glenn Morris  <rgm@gnu.org>
293
294         * gnus-sync.el (gnus-sync): Fix defgroup version.
295
296 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
297
298         Doc fixes and keep unknown groups (ammended for nunion bug fix).
299
300         * gnus-sync.el: Fix docs.
301         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
302         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
303
304 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
305
306         Optimizations for gnus-sync.el.
307
308         * gnus-sync.el: Add docs about gnus-sync-backend
309         possibilities.
310         (gnus-sync-save): Remove unnecessary message.
311         (gnus-sync-read): Optimize and show what groups were skipped.
312
313 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
314
315         Minor bug fixes for gnus-sync.el.
316
317         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
318         read the sync on get-new-news.
319
320         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
321         quiet.
322
323         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
324
325 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
326
327         Make saving and restoring of hidden threads work with overlays.
328         Patch applied by Ted Zlatanov.
329
330         * gnus-sum.el (gnus-hidden-threads-configuration)
331         (gnus-restore-hidden-threads-configuration): Update to deal with text
332         properties, rather than searching for a magic character.
333
334 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
335
336         New gnus-sync.el library for synchronization of marks.
337
338         * gnus-sync.el: New library for synchronization of marks.
339
340         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
341         renamed from `gnus-registry-grep-in-list'.
342
343         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
344
345         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
346
347 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
348
349         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
350         determining charset of text fails.
351
352 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
353
354         * nnmail.el (nnmail-get-new-mail-1): Revert.
355
356         * nnml.el (nnml-active-number): Make sure names of newly created groups
357         in nnml-group-alist are encoded.
358
359 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
360
361         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
362         containing non-ASCII characters in active file for nnml back end.
363
364 2010-07-24  David Engster  <dengste@eml.cc>
365
366         * mml-smime.el (mml-smime-epg-verify): Also accept the older
367         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
368
369 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
370
371         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
372         tag (Bug#6654).
373
374 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
375
376         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
377         the article buffer, not the summary buffer.
378
379 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
380
381         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
382         Emacs 23 as well.
383
384 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
385
386         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
387         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
388
389 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
390
391         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
392         Patch applied by Karl Fogel.
393
394         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
395         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
396
397 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
398
399         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
400         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
401         C-w still not working correctly from Article buffers; Thierry's
402         patch to fix that will be applied after this.
403
404         * gnus-art.el (bookmark-make-record-function): New local variable.
405
406         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
407         article buffer.
408         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
409
410 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
411
412         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
413         on changes in bookmark.el.
414
415 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
416
417         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
418         `no-log' instead of message not to log prompt string.
419
420 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
421
422         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
423         the *other* type of HTML form submission.
424
425 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
426
427         * auth-source.el (auth-source-pick): If choice does not contain a
428         questioned keyword, set the check to t.
429
430 2010-06-12  Romain Francoise  <romain@orebokech.com>
431
432         * gnus-util.el (gnus-date-get-time): Move up before first use.
433
434 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
435
436         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
437         (gnus-article-edit-part): Bind it to make last part that is substituted
438         or deleted visible.
439         (gnus-mime-display-single): Buttonize part of which id equals to
440         gnus-mime-buttonized-part-id.
441
442 2010-06-10  Dan Christensen  <jdc@uwo.ca>
443
444         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
445         (gnus-dd-mmm): Use gnus-date-get-time.
446         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
447         simplify logic.
448         (gnus-summary-limit-to-age): Use gnus-date-get-time.
449         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
450
451 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
452
453         * auth-source.el (top): Autoload `secrets-list-collections',
454         `secrets-create-item', `secrets-delete-item'.
455         (auth-sources): Fix tag string.
456         (auth-get-source, auth-source-retrieve, auth-source-create)
457         (auth-source-delete): New defuns.
458         (auth-source-pick): Rewrite in order to avoid 2 passes.
459         (auth-source-forget-user-or-password): New parameter USERNAME.
460         (auth-source-user-or-password): New parameters CREATE-MISSING and
461         DELETE-EXISTING.  Retrieve password interactively, if needed.
462
463 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
464
465         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
466         deleting unused directories when gnus-expert-user is t.
467
468 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
469
470         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
471         for each temp file when gnus-article-browse-delete-temp is ask.
472
473 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
474
475         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
476         Lisp calls to delete-backward-char by calls to delete-char.
477
478 2010-05-20  Kevin Ryde  <user42@zip.com.au>
479
480         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
481
482 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
483
484         * password-cache.el (password-cache-remove): Fix docstring.
485
486 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
487
488         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
489         article unless decoding article to be saved.
490
491 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
492
493         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
494         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
495         generated within the mm-with-unibyte-current-buffer macro.
496
497 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
498
499         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
500         to nil when we're in a mml-preview buffer and no group is selected.
501
502 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
503
504         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
505         when catching the `C-g'.  Reported by "Leo".
506
507 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
508
509         * message.el (message-forward-make-body-plain)
510         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
511         multibyte-string-p.
512
513         * lpath.el: Revert.
514
515 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
516
517         * message.el (message-forward-make-body-mml): Assume original message
518         is multibyte string; error on unibyte.
519         (message-forward-make-body-plain): Ditto; don't add excessive newline
520         in body end.
521
522         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
523
524 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
525
526         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
527         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
528
529 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
530
531         * mm-extern.el (mm-extern-url): Don't use
532         mm-with-unibyte-current-buffer.
533         (mm-extern-cache-contents): Use with-current-buffer instead of
534         save-excursion + set-buffer.
535
536 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
537
538         * mm-util.el (mm-emacs-mule): Remove.
539
540 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
541
542         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
543         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
544         change.
545
546 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
547
548         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
549         bind the default value of enable-multibyte-characters to nil.
550
551 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
552
553         * message.el (message-forward-make-body-plain)
554         (message-forward-make-body-mml):
555         Don't use mm-with-unibyte-current-buffer.
556
557 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
558
559         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
560
561 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
562
563         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
564         (Bug#5592).
565
566 2010-05-07  Julien Danjou  <julien@danjou.info>
567
568         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
569         it to mm-pipe-part.
570
571         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
572         it is given.
573
574 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
575
576         * binhex.el (binhex-decode-region-internal)
577         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
578         (dns-query)
579         * nnweb.el (nnweb-gmane-search)
580         * pgg-parse.el (pgg-parse-armor)
581         * pgg.el (pgg-verify-region)
582         * sha1.el (sha1-string-external)
583         * uudecode.el (uudecode-decode-region-internal)
584         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
585         XEmacs.
586
587         * gnus-art.el (gnus-article-browse-html-parts)
588         * gnus-group.el (gnus-read-ephemeral-gmane-group)
589         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
590         make-temp-file.
591
592         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
593         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
594         compiling.
595
596         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
597         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
598         XEmacs when compiling.
599
600         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
601         gnus-pick-mode-off-hook for XEmacs when compiling.
602         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
603         gnus-binary-mode-off-hook for XEmacs when compiling.
604
605         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
606         nil if char-charset is not available.
607
608         * imap.el (imap-disable-multibyte)
609         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
610         macros.
611
612         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
613         instead of encode-coding-string.
614
615         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
616         'xemacs) instead of mm-emacs-mule to switch function definitions.
617         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
618
619         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
620         bind temporary-file-directory for XEmacs;
621         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
622         timer-set-function for XEmacs 21.4 and SXEmacs;
623         bind timer-list for XEmacs 21.4 and SXEmacs;
624         fbind char-charset and find-charset-region for non-Mule XEmacs;
625         fbind decode-coding-region, decode-coding-string, detect-coding-region,
626         encode-coding-region and encode-coding-string for XEmacs having no
627         file-coding feature.
628
629 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
630
631         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
632
633 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
634
635         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
636         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
637
638 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
639
640         * mm-util.el (mm-decompress-buffer): Use `delete-file';
641         alias `jka-compr-delete-temp-file' no longer exists.
642
643 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
644
645         Use define-minor-mode in Gnus where applicable.
646         * mml.el (mml-mode): Use define-minor-mode.
647         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
648         (gnus-undo-mode): Use define-minor-mode.
649         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
650         (gnus-dead-summary-mode): Use define-minor-mode.
651         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
652         Initialize in declaration.
653         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
654         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
655         (gnus-mailing-list-mode): Use define-minor-mode.
656         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
657         (gnus-draft-mode): Use define-minor-mode.
658         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
659         (gnus-dired-mode): Use define-minor-mode.
660
661 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
662
663         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
664         handles on recursive mml-to-mime translation and check them for
665         boundary delimiter collisions.  Reported by Greg Troxel.
666
667 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
668
669         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
670
671 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
672
673         * mm-util.el (mm-find-buffer-file-coding-system):
674         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
675
676 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
677
678         * message.el (message-generate-headers): Record insertion of optional
679         headers as well.  Otherwise the check to prevent repeated insertion of
680         optional headers is a no-op.
681
682 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
683
684         * smime.el: Don't mention CVS.
685
686         * nnrss.el (nnrss-fetch): Don't mention CVS.
687
688         * nnir.el: Don't mention CVS.
689
690 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
691
692         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
693
694 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
695
696         * lpath.el: Fbind bookmark-default-handler,
697         bookmark-get-bookmark-record, bookmark-make-record-default,
698         bookmark-prop-get for Emacs <23 and XEmacs.
699
700 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
701
702         * gnus-sum.el: Add bookmark declarations to silence the compiler.
703         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
704         Use with-current-buffer to silence the byte-compiler.
705         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
706         bother to require `gnus'.
707         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
708
709 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
710
711         * gnus-sum.el (gnus-summary-bookmark-make-record)
712         (gnus-summary-bookmark-jump): New functions.
713         (gnus-summary-mode): Setup bookmark support.
714
715 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
716
717         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
718         if set.
719
720 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
721
722         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
723         gnus-article-browse-html-save-cid-image; make it work recursively for
724         forwarded messages as well.
725         (gnus-article-browse-html-parts): Work when prefix arg is given.
726         (gnus-article-browse-html-article): Doc fix.
727
728 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
729
730         * message.el (message-default-mail-headers):
731         (message-default-headers): Carry the value mail-default-headers over
732         into message-default-mail-headers, rather than message-default-headers.
733
734 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
735
736         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
737         charset.
738
739         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
740         charset into the <meta> tag when the article is encoded to utf-8.
741
742 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
743
744         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
745         directories as well.
746         (gnus-article-browse-html-parts): Work for images that do not specify
747         file names; delete temp directory when quitting; insert header at the
748         right place; use file: scheme for image files.
749
750 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
751
752         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
753         (gnus-article-browse-html-parts): Use it to make temporary cid image
754         files in addition to html file so that browser may display them.
755
756 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
757
758         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
759
760 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
761
762         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
763
764 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
765
766         * auth-source.el (auth-sources): Change default to be simpler.  Explain
767         about Secret Service API sources.  Improve Customize options.
768         (auth-source-pick): Change to accept any number of search parameters.
769         Implement fallbacks iteratively, not recursively.  Add scoring on the
770         second pass and sort by score.  Call Secret Service API when needed.
771         (auth-source-user-or-password): Use it.  Call Secret Service API
772         directly when needed to get the user name and the password.
773
774 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
775
776         * message.el (message-interactive): Doc fix.
777         (message-qmail-inject-args): Reflow.
778         (message-kill-to-signature): Fix typo in docstring.
779
780         * smiley.el (smiley-buffer): Fix typo in docstring.
781
782 2010-03-24  Glenn Morris  <rgm@gnu.org>
783
784         * mail-source.el (gnus-message): Declare.
785         (mail-source-delete-old-incoming): Require gnus-util.
786
787 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
788
789         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
790
791         * message.el (ecomplete-setup): Autoload it for Emacs <23.
792
793         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
794         password-cache's default if it is not bound.
795         (mml-secure-passphrase-cache-expiry): Default to 16 that is
796         password-cache-expiry's default if it is not bound.
797
798         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
799         available in Emacs 21.
800
801         * lpath.el: Suppress compiler warnings for:
802         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
803         XEmacs;
804         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
805         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
806         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
807
808 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
809
810         * auth-source.el (auth-sources): Fix up definition so extra parameters
811         are always inline.
812
813 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
814
815         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
816         wasn't updated after mismatch.  Clear cached mailbox info correctly
817         when uidvalidity changes.
818         (nnimap-group-prefixed-name): New function to avoid some code
819         duplication.
820         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
821         (nnimap-request-group): Use it.
822         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
823         (nnimap-update-unseen): Significantly improved speed of Gnus startup
824         with many imap folders.  This is done by caching the group status from
825         the imap server persistently in a group parameter `imap-status'.  (This
826         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
827         but not persistently, so every Gnus startup was still very slow.)
828
829 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
830
831         * assistant.el (assistant-render-text): Run `widget-setup' and don't
832         delete the extra newline.  Otherwise editing of :string and :number
833         types don't work.
834
835 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
836
837         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
838         secrets.el dependency.
839         (auth-sources): Add optional user name.  Add secrets.el configuration
840         choice (unused right now).
841
842 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
843
844         * gnus-sum.el (gnus-summary-make-menu-bar): Let
845         `gnus-registry-install-shortcuts' fill in the functions.
846
847         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
848         warnings.
849         (gnus-registry-misc-menus): Variable to hold registry mark menus.
850         (gnus-registry-install-shortcuts): Populate and use it in a
851         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
852
853 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
854
855         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
856         In-place substitutions for the group name encoding/decoding.
857         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
858         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
859         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
860         (nnimap-update-unseen, nnimap-request-list)
861         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
862         (nnimap-request-set-mark, nnimap-split-to-groups)
863         (nnimap-split-articles, nnimap-request-newgroups)
864         (nnimap-request-create-group, nnimap-request-accept-article)
865         (nnimap-request-delete-group, nnimap-request-rename-group)
866         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
867         `encoded-mbx' for consistency.
868         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
869         variable `imap-current-mailbox'.
870
871         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
872         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
873
874 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
875
876         * pop3.el (pop3-display-message-size-flag): Display message size byte
877         counts during POP3 download.
878         (pop3-movemail): Use it.
879         (pop3-list): Implement listing of available messages.
880
881 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
882
883         * nnir.el (nnir-get-article-nov-override-function): New function to
884         override the normal NOV retrieval.
885         (nnir-retrieve-headers): Use it.
886
887 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
888
889         * auth-source.el (netrc-machine-user-or-password): Autoload.
890
891 2010-03-19  Glenn Morris  <rgm@gnu.org>
892
893         Stop message.el from loading about 40 libraries it doesn't always need.
894         The general approach is to autoload rather than require, and to
895         require in the specific functions rather than the file.  (Bug#5642)
896
897         * gmm-utils.el: Don't require wid-edit.
898         (widget-create-child-value, widget-convert, widget-default-get):
899         Autoload.
900
901         * gnus-util.el: Don't require time-date, netrc.
902         (message-fetch-field, gnus-group-name-decode): Declare rather than
903         autoloading.
904         (gnus-fetch-field): Require message.
905         (gnus-decode-newsgroups): Require gnus-group.
906
907         * ietf-drums.el: Don't require time-date.
908
909         * message.el: Don't require hashcash, canlock, ecomplete.
910         Do require mail-utils.  Require nnheader only when compiling.
911         (smtpmail-default-smtp-server): Remove declaration.
912         (message-send-mail-function): Check smtpmail-default-smtp-server
913         is bound rather than requiring smtpmail.
914         (message-auto-save-directory, message-insert-signature): Use
915         expand-file-name rather than nnheader-concat.
916         (nnheader-insert-file-contents): Autoload.
917         (hashcash-wait-async): Declare.
918         (message-send-mail): Only call gnus-setup-posting-charset if
919         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
920         (message-send-mail-with-sendmail): Require sendmail.
921         (canlock-password, canlock-password-for-verify): Declare.
922         (message-canlock-password): Require canlock.
923         (nnheader-get-report): Autoload.
924         (gnus-setup-posting-charset): Declare.
925         (message-send-news): Require gnus-msg.
926         (message-make-references, message-make-in-reply-to): Use mail-header-id
927         rather than the alias mail-header-message-id.
928         (ecomplete-add-item, ecomplete-save): Declare.
929         (message-put-addresses-in-ecomplete): Require ecomplete.
930         (ecomplete-display-matches): Autoload.
931
932         * mm-decode.el: Don't require mailcap, gnus-util.
933         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
934         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
935         Autoload.
936         (mailcap-mime-extensions): Declare.
937
938         * mm-encode.el: Don't require mailcap.
939         (mailcap-extension-to-mime): Autoload.
940
941         * mml-sec.el: Don't require password-cache.
942
943         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
944         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
945         (mml-minibuffer-read-type): Require mailcap.
946         (mml-preview): Require gnus-msg.
947
948         * mml1991.el: Require password-cache.
949         (password-cache-expiry): Remove declaration.
950
951         * mml2015.el: Require password-cache.
952         (password-cache-expiry): Remove declaration.
953
954         * nneething.el (mailcap): Require mailcap.
955
956         * nnheader.el (declare-function): Add compatibility stub.
957         (message-remove-header): Declare rather than autoload.
958         (nnheader-replace-header): Require message.
959
960         * nnimap.el (declare-function): Add compatibility stub.
961         (netrc-parse, netrc-machine-user-or-password): Declare.
962         (nnimap-open-connection): Require netrc.
963
964         * nntp.el (declare-function): Add compatibility stub.
965         (netrc-parse, netrc-machine, netrc-get): Declare.
966         (nntp-send-authinfo): Require netrc.
967
968         * rfc2047.el: Don't require qp.
969         (quoted-printable-encode-region, quoted-printable-decode-string):
970         Autoload.
971
972         * sieve-mode.el: Don't require easymenu.
973         (easy-menu-add-item): Autoload it.
974
975         * spam-stat.el (time-to-number-of-days): Autoload it.
976
977 2010-03-19  Glenn Morris  <rgm@gnu.org>
978
979         * password-cache.el (password-cache, password-cache-expiry): Autoload.
980
981 2010-03-18  Glenn Morris  <rgm@gnu.org>
982
983         * hashcash.el (declare-function): Remove duplicate definition.
984
985 2010-03-17  Kevin Ryde  <user42@zip.com.au>
986
987         * mml.el (mml-read-tag): Unquote values with `read' to reverse
988         prin1 in mml-insert-tag (just stripping the quotes gave wrong
989         value if any backslash escapes).
990
991 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
992
993         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
994         if it is available.  (bug#5647)
995
996         * lpath.el: Suppress compiler warning for coding-system-from-name for
997         Emacs 21 and XEmacs.
998
999 2010-03-14  Juri Linkov  <juri@jurta.org>
1000
1001         * hmac-def.el:
1002         * hmac-md5.el:
1003         * netrc.el: Fix keywords.
1004
1005 2010-02-26  Glenn Morris  <rgm@gnu.org>
1006
1007         * message.el (message-send-mail-function): Change the default, so that
1008         it inherits from a customized send-mail-function.  (Bug#5643)
1009
1010 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1011
1012         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1013         shell-command-to-string signals an error (bug#5299).
1014
1015 2010-02-24  Glenn Morris  <rgm@gnu.org>
1016
1017         * message.el (message-smtpmail-send-it)
1018         (message-send-mail-with-mailclient): Doc fixes.
1019
1020 2010-02-16  Glenn Morris  <rgm@gnu.org>
1021
1022         * message.el (message-default-mail-headers): Change the default value
1023         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1024
1025 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1026
1027         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1028         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1029
1030 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1031
1032         * time-date.el (date-to-time): Doc fix (Bug#5408).
1033
1034 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1035
1036         * message.el (message-mail): Just pass yank-action on to message-setup.
1037         (message-setup): Handle (FUN . ARGS) form of yank-action.
1038         (message-with-reply-buffer, message-widen-reply)
1039         (message-yank-original): Handle non-buffer values of
1040         message-reply-buffer (Bug#4080).
1041         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1042
1043 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1044
1045         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1046         Fix typo in docstring.
1047
1048 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1049
1050         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1051         response.
1052
1053 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1054
1055         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1056
1057         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1058
1059         * message.el (message-check-news-header-syntax): Protect against a
1060         string that `rfc822-addresses' returns when parsing fails.
1061
1062 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1063
1064         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1065         (gnus-previous-char-property-change): New functions.
1066
1067         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1068
1069 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1070
1071         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1072         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1073
1074 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1075
1076         * message.el (message-exchange-point-and-mark): Rework last change to
1077         avoid using optional arg of exchange-point-and-mark, for backward
1078         compatibility.
1079
1080 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1081
1082         * message.el (message-exchange-point-and-mark): Call
1083         exchange-point-and-mark with an argument rather than setting
1084         mark-active by hand (Bug#5175).
1085
1086 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1087
1088         * nntp.el (nntp-service-to-port): Work for service expressed with
1089         numeric string; replace [:digit:] with [0-9] for XEmacs.
1090
1091 2009-12-17  Glenn Morris  <rgm@gnu.org>
1092
1093         * gnus-group.el (gnus-bug-group-download-format-alist):
1094         Change emacs entry to debbugs.gnu.org.  Bump :version.
1095
1096 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1097
1098         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1099
1100 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1101
1102         * message.el (message-info): Explain why we use `Info-goto-node'.
1103
1104 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1105
1106         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1107
1108 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1109
1110         * message.el (message-completion-in-region): New compatibility function.
1111         (message-expand-group): Use it.
1112
1113 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1114
1115         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1116         with no unread article should be listed if the 2nd arg `predicate' is
1117         given.
1118
1119 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1120
1121         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1122
1123 2009-11-29  Juri Linkov  <juri@jurta.org>
1124
1125         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1126         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1127         on `gnus-recenter'. (Bug#4698, Bug#4981)
1128
1129 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1130
1131         * sha1.el (sha1-string-external): default-directory "/" in case
1132         otherwise non-existent.  process-connection-type pipe for touch of
1133         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1134
1135 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1136
1137         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1138         it's comms related and sgml-mode.el has "comm" on that basis too.
1139
1140 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1141
1142         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1143         containing tspecial characters if they have been already quoted.
1144
1145 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1146
1147         * dns-mode.el (auto-mode-alist): Purecopy string.
1148
1149 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1150
1151         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1152
1153 2009-10-24  Glenn Morris  <rgm@gnu.org>
1154
1155         * gnus-art.el (help-xref-stack-item): Define for compiler.
1156
1157 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1158
1159         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1160
1161 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1162
1163         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1164
1165 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1166
1167         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1168         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1169
1170 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1171
1172         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1173         (gnus-overlays-in): New alias to overlays-in.
1174
1175         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1176         gnus-overlay-get, and gnus-delete-overlay.
1177         (gnus-summary-show-thread): Make it work as well for systems in which
1178         next-single-char-property-change is not available.
1179         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1180
1181         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1182         (gnus-overlay-get): New alias to extent-property.
1183         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1184
1185         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1186         SXEmacs.
1187
1188         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1189         SXEmacs.
1190
1191 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1192
1193         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1194
1195 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1196
1197         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1198         and XEmacs that don't have `remove-overlays'.
1199
1200 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1201
1202         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1203         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1204         selective display.  Use overlays instead.
1205
1206 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1207
1208         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1209
1210 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1211
1212         * spam-stat.el (spam-stat-load): Fix typo in message.
1213
1214 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1215
1216         * dig.el (dig-invoke): Fix typo in docstring.
1217         (query-dig): Reflow docstring.
1218
1219 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1220
1221         * gnus-art.el (gnus-article-encrypt-body):
1222         * message.el (message-check-recipients):
1223         * mm-util.el (mm-codepage-setup):
1224         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1225         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1226
1227 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1228
1229         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1230         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1231         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1232         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1233         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1234
1235 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1236
1237         * dig.el: Add "Keywords: comm", as per net-utils.el.
1238
1239 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1240
1241         * dig.el (dig-mode): Use define-derived-mode.
1242
1243 2009-09-19  Glenn Morris  <rgm@gnu.org>
1244
1245         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1246
1247 2009-09-18  Glenn Morris  <rgm@gnu.org>
1248
1249         * gnus-diary.el (gnus-diary-check-message):
1250         * message.el (message-insert-formatted-citation-line):
1251         * nnbabyl.el (top-level):
1252         * nndiary.el (nndiary-schedule):
1253         Fix typos in condition-case handlers.
1254
1255 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1256
1257         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1258         configuration that provides the sole article window in a frame;
1259         position point correctly after deleting a part.
1260
1261 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1262
1263         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1264         (spam-resolve-registrations-routine): Use it to unregister articles
1265         that change status.
1266
1267 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1268
1269         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1270         with XEmacs.
1271         (parse-time-string-chars): Use it.
1272
1273 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1274
1275         * imap.el (imap-interactive-login): Better messages.
1276         (imap-open): Fix bug with renamed buffer on reconnect.
1277         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1278         for easier debugging and cleaner code.  On successful (guessed based on
1279         server capabilities) secondary authentication, set imap-state
1280         correctly.
1281         (imap-last-authenticator): Define imap-last-authenticator as a variable
1282         to avoid warnings.
1283
1284 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1285
1286         * nnrss.el (nnrss-request-article): Remove binding of
1287         default-enable-multibyte-characters that has gotten needless by
1288         the 2007-07-13 change in rfc2047-encode-message-header.
1289
1290         * mml.el (mml-insert-multipart): Error on the message header.
1291         (mml-insert-part): Error on the message header; position point at
1292         the end of a MIME tag.
1293
1294 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1295
1296         * time-date.el (autoload): Expand define-obsolete-function-alias into
1297         defalias and make-obsolete for old Emacsen that Gnus supports.
1298         (with-no-warnings): Define it for old Emacsen.
1299         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1300         is available.
1301         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1302         float-time is available; suppress compile warning for time-to-seconds.
1303
1304         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1305         (gnus-float-time): Alias to float-time if it exists.
1306
1307         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1308         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1309         float-time is available; suppress compile warning for time-to-seconds.
1310
1311         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1312         XEmacs.
1313
1314 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1315
1316         * imap.el (imap-message-map): Docstring fix.
1317
1318 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1319
1320         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1321         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1322         Add the optional argument `encoding' that overrides the default.
1323
1324         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1325         mm-encode-buffer.
1326
1327 2009-09-04  Glenn Morris  <rgm@gnu.org>
1328
1329         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1330         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1331         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1332         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1333         * mm-util.el (mm-with-unibyte-current-buffer)
1334         (mm-find-buffer-file-coding-system):
1335         * yenc.el (yenc-decode-region): Use default-value rather than
1336         default-enable-multibyte-characters.
1337
1338 2009-09-03  Glenn Morris  <rgm@gnu.org>
1339
1340         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1341         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1342         than default-enable-multibyte-characters.
1343
1344 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1345
1346         * gnus-art.el (gnus-article-read-summary-keys):
1347         Fix gnus-buffer-configuration's value temporarily used.
1348
1349 2009-09-02  Glenn Morris  <rgm@gnu.org>
1350
1351         * gnus-util.el (gnus-float-time): New function.
1352         * gnus-delay.el (gnus-delay-article):
1353         * gnus-sum.el (gnus-thread-latest-date):
1354         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1355         * nnspool.el (nnspool-request-newgroups):
1356         Use gnus-float-time rather than time-to-seconds.
1357         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1358
1359         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1360         (gnus-header-subject-face, gnus-header-newsgroups-face)
1361         (gnus-header-name-face, gnus-header-content-face):
1362         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1363         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1364         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1365         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1366         (gnus-cite-face-11):
1367         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1368         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1369         (gnus-server-closed-face, gnus-server-denied-face)
1370         (gnus-server-offline-face):
1371         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1372         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1373         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1374         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1375         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1376         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1377         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1378         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1379         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1380         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1381         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1382         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1383         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1384         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1385         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1386         (gnus-summary-high-undownloaded-face)
1387         (gnus-summary-low-undownloaded-face)
1388         (gnus-summary-normal-undownloaded-face)
1389         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1390         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1391         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1392         (gnus-splash-face):
1393         * message.el (message-header-to-face, message-header-cc-face)
1394         (message-header-subject-face, message-header-newsgroups-face)
1395         (message-header-other-face, message-header-name-face)
1396         (message-header-xheader-face, message-separator-face)
1397         (message-cited-text-face, message-mml-face):
1398         * sieve-mode.el (sieve-control-commands-face)
1399         (sieve-action-commands-face, sieve-test-commands-face)
1400         (sieve-tagged-arguments-face):
1401         * spam.el (spam-face):
1402         Mark face aliases with "-face" in the name as obsolete.
1403
1404 2009-09-01  Glenn Morris  <rgm@gnu.org>
1405
1406         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1407         than goto-line.
1408
1409 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1410
1411         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1412         Don't move point if the command is invoked inside the message header.
1413
1414 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1415
1416         * imap.el (imap-send-command): Simplify.
1417         (imap-wait-for-tag): point-max -> buffer-size.
1418
1419 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1420
1421         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1422         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1423         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1424         * nnir.el (nnir-swish-e-index-file):
1425         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1426         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1427         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1428         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1429         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1430         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1431
1432 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1433
1434         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1435         Don't save excursion.
1436
1437 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1438
1439         * nnheader.el (nnheader-find-file-noselect):
1440         * mm-util.el (mm-insert-file-contents):
1441         Use (default-value 'major-mode) instead of default-major-mode.
1442
1443 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1444
1445         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1446
1447 2009-08-26  Glenn Morris  <rgm@gnu.org>
1448
1449         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1450         than placing in files.el.
1451
1452 2009-08-25  Glenn Morris  <rgm@gnu.org>
1453
1454         * nnir.el (top-level): Don't require cl at run-time.
1455         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1456         Replace cl-function substitute with gnus-replace-in-string.
1457         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1458         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1459         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1460         simplified expansions.
1461
1462 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1463
1464         * dig.el (dig): Add autoload cookie.
1465
1466 2009-08-22  Glenn Morris  <rgm@gnu.org>
1467
1468         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1469         goto-line.
1470
1471 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1472
1473         * parse-time.el (parse-time-string-chars): Save match data.
1474
1475 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1476
1477         * parse-time.el (parse-time-string-chars): Compute using character
1478         classes, to handle non-ascii characters (Bug#3190).
1479
1480 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1481
1482         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1483
1484         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1485         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1486         (gnus-mm-display-part, gnus-mime-display-single)
1487         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1488         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1489
1490         * gnus-sum.el
1491         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1492         (gnus-summary-move-article): Add expirable mark to articles copied or
1493         moved to group that has auto-expire turned on if the option is non-nil.
1494
1495 2009-07-24  Glenn Morris  <rgm@gnu.org>
1496
1497         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1498         Fix typo.  (Bug#3903)
1499
1500 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1501
1502         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1503         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1504         that should not be used for draft articles.
1505         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1506         that has no concern in minor mode keys.
1507         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1508         Abolish.
1509
1510 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1511
1512         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1513         article without making inquiry to a user for unknown encoding.
1514
1515         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1516         (nnmaildir--scan): Assume i-node and device number that file-attributes
1517         returns might be cons-cell.
1518
1519         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1520
1521         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1522
1523 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1524
1525         * auth-source.el: Remove docs now in auth.texi.  Don't use
1526         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1527         `auth-source-hide-passwords' and use them.
1528
1529 2009-07-15  Glenn Morris  <rgm@gnu.org>
1530
1531         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1532
1533 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1534
1535         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1536         excessive whitespace from the default values of title and description.
1537
1538 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1539
1540         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1541         mail-fetch-field to fetch Content-Description header in order to
1542         exclude newlines.
1543
1544 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1545
1546         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1547         format used by GnuPG 2.0.11.
1548
1549 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1550
1551         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1552         to deleted part.
1553
1554 2009-05-30  David Engster  <dengste@eml.cc>
1555
1556         * nnmairix.el: Remove old documentation in the commentary block.
1557         (nnmairix-request-group): Do not update active file for nnml back ends.
1558         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1559         end so that overview files are ignored.
1560         (nnmairix-update-groups): Make updating the groups more robust by using
1561         marks.
1562         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1563         with dollar characters in message-id.
1564
1565 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1566
1567         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1568         2008-12-25 in dns.el.
1569
1570 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1571
1572         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1573         could happen if the text is only composed of spaces and/or tabs.
1574
1575 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1576
1577         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1578         when sending a queued message to avoid extra mml tags.
1579
1580 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1581
1582         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1583
1584 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1585
1586         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1587         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1588         rmail-toggle-header for XEmacs;
1589         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1590
1591 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1592
1593         * gnus-dired.el: Remove autoload for gnus-setup-message.
1594         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1595         displaying Gnus logo; always use compose-mail.
1596
1597 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1598
1599         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1600
1601 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1602
1603         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1604         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1605         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1606         available.
1607         (gnus-nocem-epg-verify): New function.
1608
1609 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1610
1611         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1612
1613 2009-02-15  Glenn Morris  <rgm@gnu.org>
1614
1615         * gnus-util.el (rmail-insert-rmail-file-header)
1616         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1617         autoloads.
1618         (rmail-default-rmail-file): Remove unnecessary declaration.
1619         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1620
1621 2009-02-14  Glenn Morris  <rgm@gnu.org>
1622
1623         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1624         variable (only used in gnus-util, which declares it anyway).
1625         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1626         which was only needed by gnus-art (changed to not use it any more).
1627         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1628         only used in gnus-util, which autoloads it itself.
1629         (rmail-update-summary): Fix autoload.
1630
1631         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1632         rather than rmail-output-to-rmail-file.
1633
1634 2009-02-07  Glenn Morris  <rgm@gnu.org>
1635
1636         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1637         autoload of function that no longer exists.
1638         (rmail-toggle-header): Declare.
1639         (message-forward-rmail-make-body): Handle mbox Rmail.
1640
1641 2009-01-31  Glenn Morris  <rgm@gnu.org>
1642
1643         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1644         2009-01-09 change.
1645
1646 2009-01-31  Dave Love  <fx@gnu.org>
1647
1648         * imap.el (imap-fetch-safe): Bind debug-on-error.
1649         (imap-debug): Add imap-fetch-safe.
1650
1651 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1652
1653         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1654         (auth-source-forget-all-cached): New convenience function.
1655         (auth-source-user-or-password): Accept list of modes or a single mode.
1656
1657         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1658         auth-source modes.
1659
1660         * netrc.el (netrc-machine-user-or-password): Use list of
1661         auth-source modes.
1662
1663         * nnimap.el (nnimap-open-connection): Use list of
1664         auth-source modes.
1665
1666         * nntp.el (nntp-send-authinfo): Use list of
1667         auth-source modes.
1668
1669 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1670
1671         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1672         now.
1673
1674 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1675
1676         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1677         coding system in XEmacs; add a workaround for XEmacs.
1678
1679         * lpath.el: Fbind coding-system-aliasee.
1680
1681 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1682
1683         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1684         of current-language-environment.
1685
1686 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1687
1688         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1689         available at runtime.
1690
1691 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1692
1693         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1694
1695 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1696
1697         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1698         the greatest positive fixnum value doesn't work under an XEmacs with
1699         bignum support; use the most-positive-fixnum constant instead,
1700         available since Emacs 21.1 with cl and XEmacs 21.1.
1701
1702 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1703
1704         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1705         XEmacs gets not to work.
1706
1707 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1708
1709         * mm-util.el (mm-coding-system-priorities): Allow the value like
1710         "Japanese (UTF-8)" of current-language-environment.
1711
1712 2009-01-09  Glenn Morris  <rgm@gnu.org>
1713
1714         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1715         with last-command-event.
1716
1717 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1718
1719         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1720         in the doc string.
1721
1722         * message.el (message-fix-before-sending): Amend comment.
1723
1724 2009-01-08  Dave Love  <fx@gnu.org>
1725
1726         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1727
1728 2009-01-07  David Engster  <dengste@eml.cc>
1729
1730         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1731         simplified server definitions by converting it via
1732         gnus-server-to-method.
1733
1734 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1735
1736         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1737         parameter's operands.
1738
1739 2009-01-06  David Engster  <dengste@eml.cc>
1740
1741         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1742         primary select method (for gnus-group-mark-article-as-read).
1743
1744 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1745
1746         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1747         `(gnus)Face', not `(gnus)X-Face'.
1748
1749 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1750
1751         * mm-util.el (mm-ucs-to-char): New function.
1752
1753         * mm-url.el (mm-url-decode-entities): Use it.
1754
1755         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1756         unicode-to-char.
1757
1758 2009-01-05  Dave Love  <fx@gnu.org>
1759
1760         * time-date.el: Require cl for `declare'.
1761
1762 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1763
1764         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1765         Dave Love.
1766
1767 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1768
1769         * message.el (message-fix-before-sending): Add `eight-bit' to
1770         illegible-text check.
1771
1772 2009-01-03  Michael Olson  <mwolson@gnu.org>
1773
1774         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1775         `headers' is nil.  This can occur if the IMAP server does not have
1776         permissions to read messages from a folder, but can write new messages
1777         to the folder.
1778         (nnimap-request-article-part): Do not insert `data' if it is nil.
1779
1780         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1781         characters which will confuse `read', so skip past them.
1782
1783 2009-01-01  Dave Love  <fx@gnu.org>
1784
1785         * imap.el (imap-string-to-integer): Fix typo.
1786         (imap-fetch-safe): New function.
1787         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1788
1789         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1790
1791         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1792         (imap-parse-greeting): Fix doc strings.
1793         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1794         (imap-parse-flag-list): Make messages unique.
1795         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1796
1797         * nnimap.el: Fix author email.
1798         (nnimap-split-rule): Add FIXME comment.
1799         (nnimap-debug): Fix doc string.
1800
1801 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1802
1803         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1804
1805 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1806
1807         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1808         nslookup if resolv.conf isn't available.
1809         (dns-query): Rename from query-dns.
1810         (dns-query-cached): Rename from query-dns-cached.
1811
1812 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1813
1814         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1815         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1816         to check if those variables exist (first appeared in Emacs 18.50).
1817
1818 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1819
1820         * mm-util.el (mm-line-number-at-pos): New function.
1821
1822         * spam-report.el (spam-report-process-queue): Use it.
1823
1824 2008-12-24  David Engster  <dengste@eml.cc>
1825
1826         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1827         parameters that haven't existed as variables as buffer-local variables.
1828
1829 2008-12-23  Dave Love  <fx@gnu.org>
1830
1831         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1832         cadar.
1833
1834         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1835         imap-starttls-p.
1836         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1837
1838 2008-12-22  Dave Love  <fx@gnu.org>
1839
1840         * imap.el: Fix author email.  Doc fixes.
1841         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1842         reply.
1843
1844 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1845
1846         * spam-report.el (spam-report-gmane-max-requests): New constant.
1847         (spam-report-gmane-wait): New variable.
1848         (spam-report-gmane-ham, spam-report-gmane-spam)
1849         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1850         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1851         the server.
1852
1853         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1854         Add explanations.
1855
1856         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1857         nnheader-accept-process-output and nnheader-read-timeout if available.
1858         (pop3-movemail): Use it.
1859
1860         * message.el (message-check-news-body-syntax): Fix signature check if
1861         there's an attachment.
1862
1863 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1864
1865         * mm-util.el: Add comments to the mm- emulating functions.
1866
1867 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1868
1869         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1870         by Stephen Berman <stephen.berman@gmx.net>.
1871
1872 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1873
1874         * mm-util.el (mm-substring-no-properties): New function.
1875         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1876         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1877         (mm-string-to-multibyte): Doc fix.
1878
1879         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1880
1881 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1882
1883         * mml.el (mml-attach-file): Strip text properties from file name.
1884         (Bug#1574)
1885
1886 2008-12-16  Glenn Morris  <rgm@gnu.org>
1887
1888         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1889
1890 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1891
1892         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1893         knows since the charset specified might be a bogus alias that
1894         mm-charset-synonym-alist provides.
1895
1896 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1897
1898         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1899         "ISO_8859-1".
1900
1901         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1902
1903 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1904
1905         * mm-util.el (mm-charset-eval-alist):
1906         Define it before mm-charset-to-coding-system.
1907         (mm-charset-to-coding-system): Add optional argument `silent';
1908         define it before mm-charset-override-alist.
1909         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1910         default value if it can be used in Emacs currently running;
1911         silence mm-charset-to-coding-system.
1912
1913 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1914
1915         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1916         `allow-override' which says whether to use `mm-charset-override-alist'.
1917         (rfc2047-decode-encoded-words): Use it.
1918
1919         * mm-util.el (mm-charset-override-alist): Fix custom type;
1920         add `(gb2312 . gbk)' to choices.
1921
1922 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1923
1924         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1925         fast.
1926
1927         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1928
1929         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1930
1931 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1932
1933         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1934         on links.
1935
1936         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1937
1938 2008-12-03  Lute Kamstra  <lute@gnu.org>
1939
1940         * sha1.el: Remove leading * from docstrings of defcustoms,
1941         deffaces, defconsts and defuns.
1942
1943 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1944
1945         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1946         users' addresses that don't have domain parts.
1947         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1948         rather than message-narrow-to-head since there will be the message
1949         header separator.
1950
1951 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1952
1953         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1954         since the result is inserted in a unibyte buffer anyway.
1955         (nnimap-demule-use-string-to-multibyte): Remove.
1956         (nnimap-demule): Alias it to mm-string-to-multibyte.
1957
1958 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1959
1960         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1961         variable for debugging bug#464 and bug#1174.
1962         (nnimap-demule): Use it.
1963
1964 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1965
1966         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1967         score calculation correctly.
1968
1969 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1970
1971         * message.el (message-send-mail): Just set the buffer to unibyte
1972         rather than use mm-with-unibyte-current-buffer which does a lot more.
1973         (message-send-mail-partially): Don't bother with
1974         mm-with-unibyte-current-buffer since it's already been made unibyte by
1975         message-send-mail.
1976
1977 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1978
1979         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1980
1981 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1982
1983         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1984
1985 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1986
1987         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1988         require itself and to remove `with-no-warnings'.
1989
1990 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1991
1992         * starttls.el (starttls-any-program-available): Get the name of the
1993         available TLS layer program.
1994         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1995         well as the host name in the "opening" message.
1996
1997         * auth-source.el (auth-source-cache, auth-source-do-cache)
1998         (auth-source-user-or-password): Cache passwords and logins by default,
1999         allow override with `auth-source-do-cache'.
2000         (auth-source-forget-user-or-password): Allow users to remove cache
2001         entries if needed.
2002
2003 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2004
2005         * md4.el (md4-buffer): Fix typo in docstring.
2006         (md4, md4-64): Doc fixes.
2007         (md4-pack-int32): Reflow docstring.
2008
2009 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2010
2011         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2012         condition-case to only the forward-sexp call.
2013
2014 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2015
2016         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2017         quotes contained.  Make it more robust regardless by an extra
2018         condition-case wrapper.
2019
2020 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2021
2022         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2023
2024 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2025
2026         * nnml.el (nnml-request-expire-articles): Check if the function set to
2027         `nnmail-expiry-target' returns the symbol `delete'.
2028
2029         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2030
2031         * nnmail.el (nnmail-expiry-target): Fix custom type.
2032
2033 2008-10-02  Glenn Morris  <rgm@gnu.org>
2034
2035         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2036         Silence compiler warning.
2037
2038 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2039
2040         * tls.el (open-tls-stream): Show the actual command being
2041         executed, instead of the format string.
2042
2043 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2044
2045         * lpath.el: Fbind codepage-setup for Emacs 23.
2046
2047 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2048
2049         * mml.el (mml-menu): Don't assume mml2015 is bound.
2050
2051 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2052
2053         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2054         exists.
2055
2056 2008-09-27  Glenn Morris  <rgm@gnu.org>
2057
2058         * gnus-util.el (mail-header-remove-comments): Autoload it.
2059
2060 2008-09-27  Andreas Schwab  <schwab@suse.de>
2061
2062         * gnus-util.el (gnus-split-references): Strip comments.
2063         (gnus-parent-id): Likewise.
2064
2065 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2066
2067         * message.el (message-confirm-send): Fix version.
2068
2069 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2070
2071         * message.el (message-idna-to-ascii-rhs-1): Use
2072         mail-extract-address-components rather than mail-header-parse-addresses
2073         that is an alias by default to ietf-drums-parse-addresses that does not
2074         support non-ASCII names in headers' contents.
2075
2076 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2077
2078         * message.el (message-confirm-send): Fixed variable documentation to
2079         avoid the "y/n" wording.
2080
2081 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2082
2083         * message.el (message-set-auto-save-file-name): Save to a different
2084         filename so multiple messages (especially drafts) can be recovered.
2085
2086 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2087
2088         * message.el (message-confirm-send): Add appropriate version.
2089
2090 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2091
2092         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2093         defvar.
2094
2095 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2096
2097         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2098         (mm-pkcs7-enveloped-magic): Ditto.
2099
2100 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2101
2102         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2103         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2104
2105 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2106
2107         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2108         default, it's better.
2109
2110 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2111
2112         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2113         summary line gnus-number property and ignore them (with a warning
2114         message).
2115
2116 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2117
2118         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2119         macro caddr in the interactive form since it won't be expanded.
2120
2121 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2124         `charset'; fix name of function called recursively.
2125         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2126
2127 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2128
2129         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2130         (gnus-mime-set-charset-parameters): New function.
2131         (gnus-mime-view-part-as-charset): Use it to correctly display part
2132         specifying wrong charset.
2133
2134 2008-09-08  David Engster  <dengste@eml.cc>
2135
2136         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2137         in completing-read for back end server.
2138
2139 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2140
2141         * message.el (message-confirm-send): New variable to confirm sending a
2142         message.
2143         (message-send): Use it.
2144
2145 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2146
2147         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2148
2149 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2150
2151         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2152
2153 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2154
2155         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2156         prevent tracking too many groups.
2157         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2158         Use it.
2159
2160 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2161
2162         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2163         moving point to the bottom of the window in order to avoid recentering.
2164
2165 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2166
2167         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2168
2169         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2170         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2171         (gnus-article-beginning-of-window): Fix calculation.
2172
2173 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2174
2175         * gnus-msg.el (gnus-summary-supersede-article)
2176         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2177         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2178         message header.
2179
2180 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2181
2182         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2183         pending output coming after the status change.
2184
2185 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2186
2187         * message.el:
2188         * gnus-start.el:
2189         * gnus-registry.el: Remove VMS support.
2190
2191 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2192
2193         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2194         macro.
2195         (rfc2104-hash): Use it.
2196
2197 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2198
2199         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2200         (gnus-summary-sort-by-most-recent-date): New commands.
2201         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2202         and menu entries.
2203
2204 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2205
2206         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2207         don't redisplay article for raw contents; remove plural articles stuff.
2208
2209         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2210         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2211         on gnus-summary-save-article; display results properly.
2212
2213 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2214
2215         * lpath.el: No need to fbind ns-focus-frame.
2216
2217 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2218
2219         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2220
2221 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2222
2223         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2224         gnus-save-all-headers.
2225
2226 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2227
2228         * gnus-util.el (ns-focus-frame): Remove declaration.
2229         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2230         like x.
2231
2232 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2233
2234         * rfc2104.el (rfc2104-zero): Delete defconst.
2235         (rfc2104-hex-alist): Likewise.
2236         (rfc2104-hex-to-int): Delete func.
2237         (rfc2104-hexstring-to-bitstring): Likewise.
2238         (rfc2104-nybbles): New defconst.
2239         (rfc2104-hash): Rewrite for speed.
2240
2241 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2242
2243         * tls.el (open-tls-stream): Make it work with the 2nd argument
2244         BUFFER that is a string but does not exist as a buffer object, as
2245         mentioned in the doc-string.
2246
2247 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2248
2249         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2250         SXEmacs.
2251
2252 2008-07-16  Glenn Morris  <rgm@gnu.org>
2253
2254         * gnus-util.el (ns-focus-frame): Declare for compiler.
2255
2256 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2257
2258         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2259         set as a group parameter.
2260         (gnus-summary-save-in-pipe): Work when it is called independently.
2261         (gnus-summary-pipe-to-muttprint): Don't modify
2262         gnus-summary-pipe-output-default-command.
2263
2264 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2265
2266         * message.el (message-send-mail-with-sendmail):
2267         Display the error message.
2268
2269 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2270
2271         * gnus-art.el (gnus-default-article-saver):
2272         Add gnus-summary-save-in-pipe to choices.
2273         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2274         gnus-summary-pipe-output-default-command as the default command.
2275         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2276         instead of gnus-last-shell-command.
2277
2278         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2279         New user option.
2280         (gnus-summary-muttprint-program): Mention the value will be changed.
2281         (gnus-summary-save-article): Force showing of all headers.
2282         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2283
2284 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2285
2286         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2287
2288 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2289
2290         * nnimap.el (nnimap-id):
2291         * sieve-manage.el (sieve-manage-open): Doc fixes.
2292
2293 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2294
2295         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2296         if available.
2297
2298 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2299
2300         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2301
2302         * nnkiboze.el (nnkiboze-generate-group):
2303         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2304
2305         * nnmairix.el: Require CL.
2306
2307 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2308
2309         * dgnushack.el: Autoload get-display-table and put-display-table for
2310         XEmacs 21.5.
2311
2312         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2313         21.4 and SXEmacs.
2314
2315 2008-06-15  David Engster  <dengste@eml.cc>
2316
2317         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2318
2319 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2320
2321         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2322         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2323         runtime choice under XEmacs.
2324
2325         * gnus-sum.el (gnus-summary-set-display-table):
2326         Use `gnus-put-display-table', `gnus-get-display-table',
2327         `gnus-set-display-table' for the display table, instead of `aset'.
2328
2329         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2330         Use `gnus-put-display-table', `gnus-get-display-table',
2331         `gnus-set-display-table' for the display table.
2332
2333 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2334
2335         * nnmairix.el: Add autoloads.
2336
2337 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2338
2339         * nnmairix.el (nnmairix-delete-recreate-group)
2340         (nnmairix-update-and-clear-marks): Fix error messages.
2341
2342 2008-06-14  David Engster  <dengste@eml.cc>
2343
2344         * nnmairix.el: Upgrade to version 0.6.
2345         (nnmairix-group-toggle-propmarks-this-group)
2346         (nnmairix-group-toggle-readmarks-this-group)
2347         (nnmairix-group-delete-recreate-this-group)
2348         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2349         (nnmairix-remove-tick-mark-original-article): New commands.
2350         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2351         (nnmairix-propagate-marks-to-nnmairix-groups)
2352         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2353         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2354         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2355         functions needed for marks propagation and manipulation of read marks.
2356         (nnmairix-update-groups): New function.
2357         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2358         (nnmairix-determine-original-group-from-registry)
2359         (nnmairix-determine-original-group-from-path)
2360         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2361         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2362         New helper functions.
2363         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2364         keystrokes for new commands.
2365         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2366         (nnmairix-request-group): Check allow-fast group parameter.
2367         (nnmairix-request-create-group): Set allow-fast group parameter if
2368         nnmairix-allowfast-default is set.
2369         (nnmairix-close-group): Propagate marks upon closing if needed.
2370         (nnmairix-group-toggle-threads-this-group): Use new.
2371         nnmairix-group-toggle-parameter helper function.
2372         (nnmairix-search): Better check for empty search result.
2373         (nnmairix-goto-original-article): Use new helper functions for
2374         determining original article.
2375         (nnmairix-show-original-article): Make sure message-id is in brackets.
2376         (nnmairix-call-mairix-binary): Change variable name.
2377         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2378         helper function.
2379         (nnmairix-widget-toggle-activate): Fix doc string.
2380
2381 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2382
2383         * nnir.el: Require edmacro when compiling with XEmacs.
2384         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2385         available in Emacs 21.
2386
2387 2008-06-11  Glenn Morris  <rgm@gnu.org>
2388
2389         * gnus-util.el (x-focus-frame):
2390         * gnus.el (image-size):
2391         * mm-decode.el (image-size): Declare.
2392
2393         * gnus-picon.el (declare-function): Add compat definition.
2394         (image-size): Declare.
2395
2396         * gnus-group.el (tool-bar-map):
2397         * gnus-sum.el (tool-bar-map): Define for compiler.
2398
2399         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2400
2401         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2402
2403         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2404         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2405         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2406         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2407         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2408         * sieve-manage.el, spam-report.el, spam.el:
2409         Remove unnecessary eval-and-compile of autoloads.
2410
2411 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2412
2413         * auth-source.el: Precise Tramp doc.
2414
2415 2008-06-07  Glenn Morris  <rgm@gnu.org>
2416
2417         * nnmairix.el: Remove unnecessary eval-when-compile.
2418
2419 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2420
2421         * lpath.el: Fbind propertize for XEmacs 21.4.
2422
2423 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2424
2425         * nnir.el: Move here from ../contrib.
2426
2427 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2428
2429         * gnus-util.el (gnus-read-shell-command): New function.
2430         * mm-decode.el (mm-pipe-part):
2431         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2432
2433 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2434
2435         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2436
2437 2008-06-03  Glenn Morris  <rgm@gnu.org>
2438
2439         * pop3.el (nnheader-accept-process-output): Autoload it.
2440
2441 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2442
2443         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2444         are not 2-digit hexadecimal characters that follow `%'s.
2445
2446 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2447
2448         * message.el (message-bogus-recipient-p): Fix type in doc string.
2449         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2450         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2451         Improve custom options.
2452         (message-bogus-recipient-p): Adjust accordingly.
2453
2454 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2455
2456         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2457         long-form month and day names.
2458
2459 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2460
2461         * dgnushack.el: Autoload debug, eudc-expand-inline and
2462         pgg-snarf-keys-region for XEmacs.
2463
2464         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2465
2466         * nnmairix.el: Require edmacro when compiling with XEmacs.
2467
2468 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2469
2470         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2471         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2472
2473 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2474
2475         * auth-source.el: Add more docs.
2476
2477         * netrc.el (netrc-machine): Always match if the port is not given.
2478
2479 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2480
2481         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2482         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2483         retrieval faster in some cases, but might make CPU usage larger.  If
2484         this has any bad side effects, we might revert this change.
2485
2486         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2487         seems to make mail retrieval much, much faster.
2488         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2489         unconditionally.
2490
2491         * gnus-draft.el (gnus-group-send-queue): Bind
2492         message-send-mail-partially-limit to nil to avoid being prompted.
2493
2494 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2495
2496         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2497
2498         * message.el (message-bogus-address-regexp): Fix and improve custom
2499         type.
2500         (message-setup-hook): Add message-check-recipients as custom option.
2501
2502 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2503
2504         * message.el (message-cite-function): Remove bogus autoload which crept
2505         in during merge from v5-10.
2506
2507 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2508
2509         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2510
2511         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2512
2513         * auth-source.el: Preliminary Tramp docs.
2514         (auth-sources): Change the default auth-sources to use
2515         EPA .gpg files.
2516
2517 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2518
2519         * nntp.el: Autoload `auth-source-user-or-password'.
2520         (nntp-send-authinfo): Use it.
2521
2522         * nnimap.el: Autoload `auth-source-user-or-password'.
2523         (nnimap-open-connection): Use it.
2524
2525         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2526         for the gnus-message function.
2527         (auth-source-user-or-password): Use it.
2528
2529 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2530
2531         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2532         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2533         (rfc2104-hash): Use it.
2534
2535 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2536
2537         * gnus-art.el (gnus-article-toggle-truncate-lines):
2538         Don't use `iff' in docstring.
2539
2540 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2541
2542         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2543
2544         * gnus-util.el (gnus-extract-address-component-name)
2545         (gnus-extract-address-component-email): Convenience functions around
2546         `gnus-extract-address-components'.
2547
2548         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2549         Use `gnus-extract-address-component-email' to fix bug of comparing full
2550         sender name to `user-mail-address'.
2551
2552 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2553
2554         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2555         catch/throw to optimize.
2556         (gnus-registry-find-keywords): Just use member to find a keyword.
2557
2558 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2559
2560         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2561         is current before calling gnus-server-prepare.
2562         (gnus-server-setup-buffer, gnus-server-update-server)
2563         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2564
2565 2008-05-04  Juri Linkov  <juri@jurta.org>
2566
2567         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2568         (mailcap-file-default-commands): Use mailcap-replace-in-string
2569         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2570         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2571
2572 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2573
2574         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2575
2576 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2577
2578         * gnus.el: Bump version to 0.11.
2579
2580 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2581
2582         * gnus.el: No Gnus v0.10 is released.
2583
2584 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2585
2586         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2587         hooks.
2588         (gnus-update-read-articles): Speed up non-marks-using users.
2589         (gnus-use-marks): Define gnus-use-marks.
2590         (gnus-propagate-marks): Rename variable to something more sensible.
2591
2592 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2593
2594         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2595         (gmm-image-load-path-for-library): Fix typos in docstrings.
2596         (gmm-message): Reflow docstring.
2597
2598 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2599
2600         * mail-source.el (mail-source-set-1, mail-source-bind):
2601         Move auth-source code out of the macro to clean it up and fix bugs.
2602
2603 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2604
2605         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2606         by sender if it's equal to user-mail-address, it's likely to be
2607         useless.
2608
2609         * mail-source.el (mail-source-bind): Don't use user or password if they
2610         are not bound.  Unintern them if they are nil.  Don't use server unless
2611         it's bound, and default it to empty string otherwise.
2612
2613 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2614
2615         * mail-source.el: Load auth-source.el.
2616         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2617         get user name or password, if auth-sources is set up.
2618
2619         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2620         strategy of splitting with parent.
2621         (gnus-registry-split-fancy-with-parent)
2622         (gnus-registry-post-process-groups): Use it and fix prior
2623         bug (returning a list as the split result).
2624
2625         * auth-source.el (auth-sources): Remove server parameter.
2626         (auth-source-pick, auth-source-user-or-password)
2627         (auth-source-user-or-password-imap)
2628         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2629         (auth-source-user-or-password-sftp)
2630         (auth-source-user-or-password-smtp): Remove server parameter.
2631
2632 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2633
2634         * smime.el (smime-sign-region, smime-encrypt-region)
2635         (smime-decrypt-region):
2636         Remove redundant calls to `generate-new-buffer-name'.
2637
2638 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2639
2640         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2641         Don't use QP for message/rfc822.
2642         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2643
2644 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2645
2646         * sieve-manage.el (sieve-string-bytes): Remove.
2647         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2648         correct byte-length only if the process's coding-system is the same as
2649         the one used internally by Emacs to represent strings.
2650
2651 2008-04-22  Juri Linkov  <juri@jurta.org>
2652
2653         * mailcap.el (mailcap-file-default-commands): New function.
2654
2655 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2656
2657         * message.el (message-signature-separator, message-cite-function):
2658         Change custom version.
2659
2660 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2661
2662         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2663         commands.
2664         (tls-checktrust): Ditto.
2665
2666 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2667
2668         * mm-decode.el (mm-display-external): Make temp file read-only.
2669
2670 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2671
2672         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2673         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2674         `C-c C-f d'.
2675
2676 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2677
2678         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2679
2680 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2681
2682         * gnus.el: Bump version to 0.9.
2683
2684 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2685
2686         * gnus.el: No Gnus v0.8 is released.
2687
2688 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2689
2690         * mail-source.el (mail-source-value):
2691         Prefer fboundp to functionp so it works with macros as well.
2692
2693 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2694
2695         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2696         Fix last change in case the element is not even a symbol.
2697
2698 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2699
2700         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2701         Prefer fboundp to functionp so it works with macros as well.
2702
2703 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2704
2705         * auth-source.el: Added docs.
2706         (auth-sources): Modify format to support server.
2707         (auth-source-pick, auth-source-user-or-password)
2708         (auth-source-user-or-password-imap)
2709         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2710         (auth-source-user-or-password-sftp)
2711         (auth-source-user-or-password-smtp): Add server parameter.
2712
2713 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2714
2715         * gnus-registry.el: Initialize the registry when gnus-registry-install
2716         is t.
2717
2718 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2719
2720         * compface.el (uncompface): Make buffer unibyte.
2721
2722 2008-04-05  Glenn Morris  <rgm@gnu.org>
2723
2724         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2725
2726 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2727
2728         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2729         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2730
2731         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2732         multibyteness after rather than before erasing it.
2733
2734         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2735         mm-with-multibyte.
2736         (gnus-request-article-this-buffer): Make sure the proper decoding is
2737         used if gnus-original-article-buffer happens to be unibyte.
2738
2739         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2740         default-enable-multibyte-characters.
2741
2742         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2743         default-enable-multibyte-characters.
2744
2745         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2746
2747         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2748
2749 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2750
2751         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2752         (imap-message-copyuid-1): Use it.
2753         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2754         J. Williams in
2755         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2756
2757         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2758         imap-enable-exchange-bug-workaround.
2759         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2760
2761 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2762
2763         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2764         a 100 byte status-checks into a 2-3MB transfer for each group.
2765         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2766         to enable bug workaround or not.
2767         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2768
2769 2008-03-31  Glenn Morris  <rgm@gnu.org>
2770
2771         * message.el (mml2015-use): Declare for compiler.
2772         (message-info): Require mml2015 when appropriate.
2773
2774 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2775
2776         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2777         whitespace.
2778
2779 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2780
2781         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2782         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2783         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2784         (nntp-service-to-port): New function.
2785         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2786         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2787         (nntp-open-netcat-stream): New function.
2788         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2789
2790 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2791
2792         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2793
2794 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2795
2796         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2797
2798 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2799
2800         * dns.el (dns-write): Use set-buffer-multibyte.
2801
2802 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2803
2804         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2805
2806 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2807
2808         * message.el (message-signature-separator): Change default.
2809         Improve custom type.
2810         (message-cite-function): Change default to
2811         message-cite-original-without-signature.
2812
2813         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2814         toggle.
2815
2816         * message.el (message-check-news-body-syntax): Fix signature check.
2817         (message-setup-1): Mark buffer as unmodified _after_ running
2818         message-setup-hook and handling message-alternative-emails.
2819         (message-shorten-references): Be more strict when building list of
2820         valid references to comply with GNKSA.
2821
2822         * gnus-group.el (gnus-read-ephemeral-bug-group)
2823         (gnus-read-ephemeral-debian-bug-group)
2824         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2825
2826         * message.el (message-info): Don't use booleanp which isn't supported
2827         in Emacs 21 and XEmacs.
2828
2829 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2830
2831         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2832         gnus-group-gmane-group-download-format.
2833         (gnus-group-read-ephemeral-gmane-group): Rename from
2834         gnus-group-read-ephemeral-gmane-group.
2835         (gnus-read-ephemeral-gmane-group-url): Rename from
2836         gnus-group-read-ephemeral-gmane-group-url.
2837         (gnus-bug-group-download-format-alist): New variable.
2838         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2839         (gnus-read-ephemeral-emacs-bug-group): New commands.
2840
2841 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2842
2843         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2844         (gnus-visible-headers): Improve custom type.
2845
2846 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2847
2848         * mml.el (mml-menu): Add workarounds for XEmacs.
2849
2850         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2851         X-Boundary header.
2852
2853         * message.el (message-simplify-recipients): Fix previous commit.
2854
2855 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2856
2857         * mm-util.el (mm-set-buffer-multibyte): New function.
2858         * mm-decode.el (mm-copy-to-buffer): Use it.
2859
2860 2008-03-19  Glenn Morris  <rgm@gnu.org>
2861
2862         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2863         Accidentally removed in the sync process with Emacs.
2864
2865 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2866
2867         * message.el (message-alter-recipients-discard-bogus-full-name):
2868         New function.
2869         (message-alter-recipients-function): New variable.
2870         (message-get-reply-headers): Use it.
2871         (message-replace-header): New helper function.
2872         (message-recipients-without-full-name): New variable.
2873         (message-simplify-recipients): New command.
2874
2875         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2876
2877         * message.el (message-info): Handle EasyPG manual.
2878
2879         * mml.el (mml-menu): Add entry for EasyPG.
2880
2881 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2882
2883         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2884         parameter.
2885
2886         * message.el (message-disassociate-draft): Specify drafts group name
2887         fully.
2888
2889 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2890
2891         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2892         unnecessary duplicates from the match list.
2893
2894 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2895
2896         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2897
2898         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2899
2900         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2901         args of `how-many' of which the XEmacs version doesn't take; declare
2902         Info-index-next as function.
2903
2904 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2905
2906         * gnus-score.el (gnus-score-headers): Fix handling of
2907         gnus-inhibit-slow-scoring.
2908
2909         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2910         string.
2911         (gnus-button-url-regexp): Improve handling of parenthesis.
2912         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2913         (gnus-button-handle-info-keystrokes): Handle index entries.
2914
2915 2008-03-15  Glenn Morris  <rgm@gnu.org>
2916
2917         * parse-time.el (parse-time-string): Simplify.
2918
2919 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2920
2921         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2922         Incoming* files.
2923
2924 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2925
2926         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2927         (auth-source-pick): Use it.
2928
2929 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2930
2931         * binhex.el (binhex-decode-region-internal):
2932         * uudecode.el (uudecode-decode-region-internal):
2933         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2934         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2935         setting default-enable-multibyte-characters.
2936
2937 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2938
2939         * auth-source.el (auth-source-protocols)
2940         (auth-source-protocols-customize, auth-source-choices): Added and
2941         modified variable customizations and defaults.
2942         (auth-source-pick, auth-source-user-or-password)
2943         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2944         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2945         (auth-source-user-or-password-sftp)
2946         (auth-source-user-or-password-smtp): Use new variables and provide an
2947         interface to netrc.el.
2948
2949 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2950
2951         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2952         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2953         Make sure the nntp port to specify is a string.
2954
2955 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2956
2957         * nntp.el: Use with-current-buffer.
2958         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2959         dubious mm-with-unibyte-current-buffer.
2960         (nntp-with-open-group-function): New function extracted from
2961         nntp-with-open-group macro.
2962         (nntp-with-open-group): Use the function, so it's easier to debug.
2963         Add indentation and debugging info.
2964         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2965         the use of the netcat alternatives.
2966
2967         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2968         Avoid mm-string-as-multibyte as well.
2969
2970         * nnweb.el (nnweb-insert-html):
2971         Remove use of nnheader-string-as-multibyte.
2972
2973         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2974         (nnheader-string-as-multibyte): Remove.
2975
2976         * mm-view.el: Use inhibit-read-only.
2977         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2978         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2979         or unibyte-string.
2980
2981         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2982         (mm-uu-yenc-extract): Use with-current-buffer.
2983
2984         * gnus-soup.el (gnus-soup-send-packet): Don't use
2985         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2986
2987         * nnmh.el: Use with-current-buffer.
2988         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2989         mm-string-as-multibyte on the output of mm-encode-coding-string.
2990
2991         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2992         (nnimap-request-move-article): Use with-current-buffer.
2993
2994         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2995         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2996         conversion uses string-make-unibyte rather than string-as-unibyte.
2997
2998         * gnus-msg.el: Use with-current-buffer.
2999
3000         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3001
3002 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3003
3004         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3005         string for caching if it is 'PIN.
3006
3007 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3008
3009         * lpath.el: Consider the case without Emacs/W3.
3010
3011 2008-03-08  Glenn Morris  <rgm@gnu.org>
3012
3013         * time-date.el (date-to-time, time-subtract, time-add)
3014         (safe-date-to-time): Doc fixes.
3015
3016 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3017
3018         * mail-source.el (mail-source-delete-old-incoming-confirm):
3019         Change default to nil.
3020         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3021
3022 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3023
3024         * lpath.el: Rearrange.
3025
3026         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3027         (gnus-article-goto-prev-page): Work for articles having ^L's.
3028
3029         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3030
3031         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3032
3033 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3034
3035         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3036         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3037         (gnus-bookmark-jump): Adjust some variable names.
3038
3039 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3040
3041         * auth-source.el: New package.
3042         (auth-source-choices): Add customization entry point variable.
3043
3044         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3045         bug.
3046
3047 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3048
3049         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3050         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3051         (gnus-registry-install-shortcuts): Rename from
3052         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3053         the `gnus-registry-mark-map' keymap dynamically from
3054         `gnus-registry-marks'.  The generated functions update the summary line
3055         when a registry mark is added or deleted, and will call
3056         `gnus-registry-install-p' (see the comments in the code).
3057         (gnus-registry-user-format-function-M): Use concat intelligently.
3058
3059         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3060         the registry mark functions.
3061
3062 2008-03-05  Glenn Morris  <rgm@gnu.org>
3063
3064         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3065         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3066         gnus-art.
3067         (top-level): No need to load own source when compiling.
3068
3069 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3070
3071         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3072         Suggested by <chris.anderton@zetnet.co.uk>.
3073
3074 2008-03-04  Glenn Morris  <rgm@gnu.org>
3075
3076         * gnus-sum.el (top-level): No need to require gnus when compiling,
3077         since unconditionally required near start of file.
3078         (gnus-summary-display-while-building): Move definition before use.
3079
3080 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3081
3082         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3083         formatting function.
3084
3085 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3086
3087         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3088         with plists.
3089         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3090         Use new format.
3091
3092 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3093
3094         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3095         `where-is-internal' that returns a range of key sequences.
3096
3097 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3098
3099         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3100
3101         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3102         (gnus-summary-jump-to-group): Consider windows on other displayed
3103         frames as well.  Similar changes might be needed elsewhere, but that's
3104         the one I've bumped into during my use.
3105
3106         * nndoc.el (nndoc-oe-dbx-type-p):
3107         * gnus-msg.el (gnus-debug):
3108         * gnus-group.el (gnus-update-group-mark-positions):
3109         Use mm-string-to-multibyte.
3110
3111 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3112
3113         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3114         doesn't handle NotDashEscaped.
3115
3116         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3117         (mml-dnd-attach-options): Fix typo in custom choice.
3118
3119         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3120         nndoc-article-type to mbox.
3121         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3122
3123         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3124         to nil, instead of html2text.
3125
3126         * imap.el (imap-debug): Add `imap-ping-server'.
3127
3128         * gnus-bookmark.el: Add FIXMEs.
3129
3130         * message.el (message-form-letter-separator)
3131         (message-send-form-letter-delay): New variables.
3132         (message-send-form-letter): Use them.  New command to send form
3133         letters.  Requested by Uwe Siart.
3134         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3135
3136 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3137
3138         * Update copyright years.
3139
3140 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3141
3142         Sync from EMACS_22_BASE.
3143
3144         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3145
3146 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3147
3148         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3149         empty author.
3150
3151 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3152
3153         * gnus-registry.el (gnus-registry-marks): Add variable for
3154         customization of marks and their appearance.
3155         (gnus-registry-read-mark): Use it.
3156         (gnus-registry-do-marks): Add utility function to loop through
3157         `gnus-registry-marks'.
3158         (gnus-registry-install-shortcuts-and-menus): Add function to install
3159         shortcuts and menus.
3160         (gnus-registry-initialize): Use it.
3161         (gnus-registry-default-mark): Clarify documentation.
3162
3163 2008-02-29  Glenn Morris  <rgm@gnu.org>
3164
3165         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3166         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3167         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3168         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3169         Change defcustom :version from 23.0 to 23.1.
3170
3171 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3172
3173         * gnus-registry.el (gnus-registry-follow-group-p)
3174         (gnus-registry-post-process-groups): Add functions to aid registry
3175         splitting and improve logging.  Clarify behavior in function
3176         documentation.
3177         (gnus-registry-split-fancy-with-parent): Use them.
3178
3179 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3180
3181         * gnus-art.el: Use with-current-buffer.
3182
3183 2008-02-27  David Engster  <dengste@eml.cc>
3184
3185         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3186         Express real group name in the response.
3187
3188 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3189
3190         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3191         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3192         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3193         autoload gnus-registry-fetch-group when compiling.
3194         (nnmairix-request-group-with-article-number-correction): Remove
3195         unreferenced argument passed to nnmairix-call-backend.
3196
3197 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3198
3199         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3200         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3201         Wilde.
3202
3203 2008-02-27  Glenn Morris  <rgm@gnu.org>
3204
3205         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3206         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3207         variables to defconsts.  Convert comments to doc-strings.
3208         (nnmairix-last-server, nnmairix-current-server): Convert from free
3209         variables to defvars.  Convert comments to doc-strings.
3210         (gnus-registry-fetch-group): Autoload.
3211         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3212         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3213         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3214         caddr.
3215         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3216         nnmairix-request-group-with-article-number-correction call.
3217         (nnmairix-fast, nnmairix-group): New, less general names, for free
3218         variables passed from nnmairix-request-group to
3219         nnmairix-request-group-with-article-number-correction.  Declare.
3220         (nnmairix-request-group-with-article-number-correction):
3221         Use nnmairix-fast, nnmairix-group rather than fast, group.
3222
3223 2008-02-26  David Engster  <dengste@eml.cc>
3224
3225         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3226         version 0.5.
3227
3228 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3229
3230         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3231         instead of making an extra function call.  Don't add the current group
3232         to articles only when they have the group.  Use
3233         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3234         Reported by David <de_bb@arcor.de>.
3235
3236 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3237
3238         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3239         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3240
3241 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3242
3243         * mail-source.el (mail-source-delete-incoming): Change default.
3244         Supplement doc string.
3245
3246         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3247
3248 2008-02-14  Glenn Morris  <rgm@gnu.org>
3249
3250         * time-date.el (format-seconds): New function.
3251
3252 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3253
3254         * nnmail.el (nnmail-message-id-cache-file): Derive from
3255         `gnus-home-directory'.
3256
3257 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3258
3259         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3260         Document negative prefix.
3261
3262         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3263
3264 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3265
3266         * message.el (message-unsent-separator): Add the Exim bounce
3267         separator.
3268
3269 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3270
3271         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3272         list.
3273         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3274         recipient/signer list.
3275
3276 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3277
3278         * Makefile.in (datarootdir): Define.
3279         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3280         name that might contain whitespace.
3281
3282 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3283
3284         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3285         fbound (Emacs 23 unicode), signal an error.
3286
3287 2008-02-08  Glenn Morris  <rgm@gnu.org>
3288
3289         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3290
3291 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3292
3293         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3294         ports to the calls to `netrc-machine-user-or-password' in addition to
3295         "imap" and "imaps".
3296
3297 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3298
3299         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3300
3301         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3302
3303 2008-02-01  Kenichi Handa  <handa@m17n.org>
3304
3305         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3306         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3307         (rfc2104-hash): Convert the result of concat to unibyte string.
3308
3309 2008-02-01  Dave Love  <fx@gnu.org>
3310
3311         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3312         coding-system-for-read.
3313         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3314
3315 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3316
3317         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3318         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3319         <hanche@math.ntnu.no>.
3320
3321 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3322
3323         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3324
3325         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3326
3327 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3328
3329         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3330         * message.el (message-beginning-of-line): Use featurep instead of bound
3331         tests in order to resolve conditionals at compile time.
3332
3333 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3334
3335         * mail-source.el (mail-sources): Add `group' choice.
3336
3337         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3338         parameter `in-group' to control into which group the articles go.
3339         Add treatment of `group' mail-source.
3340
3341 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3342
3343         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3344
3345         * mm-decode.el (mm-dissect-buffer): Decode description.
3346
3347         * mml.el (mml-to-mime): Encode message header first.
3348
3349 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3350
3351         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3352         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3353
3354         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3355         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3356
3357 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3358
3359         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3360
3361 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3362
3363         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3364         prefix keys.
3365         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3366         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3367         gnus-xmas.el.
3368
3369         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3370         (gnus-xmas-article-describe-bindings): New function.
3371         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3372         gnus-xmas-article-describe-bindings.
3373
3374         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3375
3376 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3377
3378         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3379         Add new variables for article mark management.
3380         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3381         list of extra data entries which, when present, will indicate that the
3382         article ID should not be trimmed from the registry.
3383         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3384         functions.
3385         (gnus-registry-read-mark): New function to read a mark name from the
3386         user.
3387         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3388         (gnus-registry-set-article-mark-internal): New functions to add and
3389         remove marks.
3390         (gnus-registry-get-article-marks): New function to show the marks for
3391         an article, or retrieve them for further use.
3392
3393 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3394
3395         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3396         keys when no argument is given.
3397
3398 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3399
3400         * imap.el (imap-ping-server): New variable.
3401         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3402         (imap-ping-server): Minor doc string fixes.
3403
3404 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3405
3406         * imap.el (imap-ping-server): New function.
3407         (imap-opened): Call imap-ping-server.
3408
3409 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3410
3411         * gnus-sum.el (gnus-article-sort-by-random)
3412         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3413         jidanni@jidanni.org.
3414
3415 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3416
3417         * gnus-art.el (gnus-article-describe-bindings): New function.
3418         (gnus-article-read-summary-keys): Use it.
3419         (gnus-article-mode-map): Bind `C-h b' to it.
3420
3421 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3422
3423         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3424         XEmacs.
3425         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3426         against non-character events.
3427
3428         * lpath.el: Fbind map-keymap for Emacs 21.
3429
3430 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3431
3432         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3433         command.
3434         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3435         instead of END.  Change name of the temp file.
3436         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3437         customizable.
3438
3439 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3440
3441         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3442         bind `S W' to gnus-article-wide-reply-with-original; set default
3443         binding to gnus-article-read-summary-send-keys.
3444         (gnus-article-read-summary-keys): Fix the order of keys; display
3445         continuation keys correctly in the echo area; describe bindings
3446         correctly when keys end with `C-h'.
3447         (gnus-article-read-summary-send-keys): New function.
3448         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3449         for gnus-article-read-summary-send-keys; display continuation keys
3450         correctly in the echo area.
3451         (gnus-article-reply-with-original): Ignore prefix argument.
3452         (gnus-article-wide-reply-with-original): New function.
3453
3454         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3455         Emacs 21.
3456
3457 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3458
3459         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3460         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3461
3462 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3463
3464         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3465         (gnus-group-read-ephemeral-gmane-group): New command.
3466
3467 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3468
3469         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3470
3471 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3472
3473         * message.el (message-send-mail-function): Increase custom version.
3474
3475         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3476         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3477
3478 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3479
3480         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3481         for the cases where imap-authenticate is called with a nil buffer
3482         parameter.
3483
3484 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3485
3486         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3487         html parts correctly; support forwarded messages.
3488         (gnus-article-browse-html-article): Remove work buffers.
3489
3490         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3491         compiling.
3492         (netrc-bound-and-true-p): New macro.
3493         (netrc-parse): Use it instead of bound-and-true-p that is not available
3494         in XEmacs 21.4.
3495
3496 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3497
3498         * gnus-registry.el (gnus-registry-mark-article)
3499         (gnus-registry-article-marks): Add functionality to mark articles
3500         through the Gnus registry.
3501
3502         * encrypt.el: Clarify documentation for the new pgg method.
3503         (encrypt-file-alist): Add PGG option.
3504         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3505         functionality.  Abstract password key and messaging to external
3506         functions.
3507         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3508         (encrypt-message-method-and-cipher): Add new convenience external
3509         functions.
3510         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3511         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3512
3513         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3514         (netrc-parse): Use encrypt-file-alist to determine if
3515         encrypt-find-model or encrypt-insert-file-contents should be used.
3516
3517         * encrypt.el: Clarify documentation.  Load password-cache or
3518         password, whichever one is found first, instead of autoloading.
3519
3520 2007-12-19  Glenn Morris  <rgm@gnu.org>
3521
3522         * mml.el (message-options-set, message-narrow-to-head)
3523         (message-in-body-p, message-mail-p, message-encode-message-body):
3524         Autoload.
3525         (message-remove-header, message-narrow-to-headers-or-head)
3526         (message-subscribed-p, message-make-mail-followup-to)
3527         (message-position-on-field, message-news-p)
3528         (message-options-set-recipient, message-generate-headers)
3529         (message-sort-headers): Declare as functions.
3530
3531 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3532
3533         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3534         convention in doc string.
3535
3536 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3537
3538         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3539         title to html parts.
3540         (gnus-article-browse-html-article): Pass message header to it.
3541
3542         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3543
3544 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3545
3546         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3547         or password compatible with XEmacs.
3548
3549 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3550
3551         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3552         format document.
3553         (gnus-mime-delete-part): Don't write description line if empty.
3554         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3555
3556 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
3557
3558         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3559         (gnus-summary-mark-read-and-unread-as-read)
3560         (gnus-summary-mark-current-read-and-unread-as-read)
3561         (gnus-summary-mark-unread-as-ticked): Doc fix.
3562         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3563
3564 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3565
3566         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3567         Christoph Conrad <christoph.conrad@gmx.de>.
3568
3569 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3570
3571         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3572         yes-or-no-p.
3573
3574 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3575
3576         * mm-decode.el (mm-add-meta-html-tag): New function.
3577         (mm-save-part-to-file, mm-pipe-part): Use it.
3578
3579         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3580         gnus-y-or-n-p instead of y-or-n-p.
3581         (gnus-article-browse-html-parts): Work with message/external-body; use
3582         mm-add-meta-html-tag.
3583
3584 2007-12-11  Glenn Morris  <rgm@gnu.org>
3585
3586         * gnus-cache.el: Require gnus-sum not just when compiling.
3587
3588         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3589
3590         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3591         definitions before use.
3592
3593         * mm-decode.el: Require gnus-util.
3594         (mm-remove-part): Only call delete-annotation on XEmacs.
3595
3596         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3597
3598         * nnmail.el: Require gnus-int.
3599
3600         * spam.el: Move `require's before `eval-when-compile's.
3601
3602         * gnus-ems.el (gnus-alive-p):
3603         * gnus-fun.el (message-goto-eoh):
3604         * gnus-util.el (gnus-group-name-decode):
3605         * mail-source.el (gnus-compress-sequence):
3606         * message.el (Info-goto-node, format-spec):
3607         * mm-bodies.el (message-options-get):
3608         * mm-decode.el (mm-view-pkcs7):
3609         * mm-util.el (gmm-write-region):
3610         * mml-smime.el (mml-compute-boundary)
3611         (gnus-completing-read-with-default):
3612         * mml.el (widget-button-press, gnus-make-hashtable):
3613         * mml1991.el (mm-decode-content-transfer-encoding)
3614         (mm-encode-content-transfer-encoding)
3615         (message-options-get, message-options-set):
3616         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3617         * nnfolder.el (gnus-request-group):
3618         * nnheader.el (ietf-drums-unfold-fws):
3619         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3620         * smime.el (gnus-run-mode-hooks):
3621         * spam-stat.el (gnus-message): Autoload.
3622
3623         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3624         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3625         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3626         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3627         Add declare-function compatibility definition.
3628
3629         * gnus-cache.el (nnvirtual-find-group-art):
3630         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3631         (gnus-add-image, gnus-add-wash-type):
3632         * gnus-group.el (nnkiboze-score-file):
3633         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3634         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3635         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3636         (message-tokenize-header, gnus-get-buffer-create)
3637         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3638         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3639         * gnus.el (gnus-group-decoded-name):
3640         * mail-source.el (imap-capability):
3641         * mm-bodies.el (message-options-set):
3642         * mm-decode.el (gnus-configure-windows):
3643         * mm-extern.el (message-goto-body):
3644         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3645         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3646         (epg-sub-key-validity, message-options-set):
3647         * mml.el (widget-event-point, gnus-configure-windows):
3648         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3649         * mml2015.el (epg-check-configuration, epg-configuration)
3650         (message-options-set):
3651         * nndb.el (nndb-request-article):
3652         * nnfolder.el (gnus-request-create-group):
3653         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3654         * nnmaildir.el (gnus-group-mark-article-read):
3655         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3656         * rfc1843.el (message-fetch-field):
3657         * spam.el (gnus-extract-address-components):
3658         Declare as functions.
3659
3660 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3661
3662         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3663
3664         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3665
3666         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3667         bind show-trailing-whitespace for XEmacs.
3668
3669 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3670
3671         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3672         new no-op macro for backward compatibility.
3673
3674         * imap.el (imap-string-to-integer): New function.
3675
3676 2007-12-09  Glenn Morris  <rgm@gnu.org>
3677
3678         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3679
3680         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3681         * message.el, mm-view.el, sieve-manage.el, smime.el:
3682         Add declare-function compatibility definition.
3683
3684         * gnus-art.el (w3-region, w3m-region, Info-menu):
3685         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3686         * gnus-sum.el (gnus-get-predicate):
3687         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3688         * message.el (mail-abbrev-in-expansion-header-p):
3689         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3690         (w3m-detect-meta-charset, w3m-region):
3691         * sieve-manage.el (password-read, password-cache-add)
3692         (password-cache-remove):
3693         * smime.el (password-read-and-add): Declare as functions.
3694
3695 2007-12-08  David Kastrup  <dak@gnu.org>
3696
3697         * gnus-sum.el (gnus-summary-simplify-subject-query):
3698         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3699         `message'.
3700
3701 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3702
3703         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3704         it to bind idna-program, installation-directory, defined-colors, and
3705         face-attribute for XEmacs of the version that compiles defcustom forms.
3706
3707 2007-12-07  Glenn Morris  <rgm@gnu.org>
3708
3709         * gnus-art.el (article-make-date-line): Revert previous change.
3710
3711 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3712
3713         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3714
3715 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3716
3717         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3718         Call gnus-add-to-range ranges only once with a prepared article-list.
3719
3720 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3721
3722         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3723         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3724         group names with backslashes.  Reported by Tassilo Horn
3725         <tassilo@member.fsf.org>.
3726
3727 2007-12-06  Deepak Goel  <deego3@gmail.com>
3728
3729         * gnus-art.el (article-make-date-line):
3730         * gnus-start.el (gnus-load):
3731         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3732
3733 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3734
3735         * gnus-art.el (gnus-use-idna)
3736         * gnus-start.el (gnus-site-init-file)
3737         * message.el (message-use-idna)
3738         * mm-uu.el (mm-uu-hide-markers)
3739         * smiley.el (smiley-style): Revert changes that suppress warnings.
3740
3741 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3742
3743         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3744         specify charset to html source.  Reported by Christoph Conrad
3745         <christoph.conrad@gmx.de>.
3746
3747 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3748
3749         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3750         idna-program in order to suppress byte compile warning issued by XEmacs
3751         that came to byte compile the default value section of defcustom forms
3752         recently.
3753
3754         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3755         value of installation-directory.
3756
3757         * message.el (message-use-idna): Don't directly refer to the value of
3758         idna-program.
3759
3760         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3761
3762         * smiley.el (smiley-style): Don't directly call face-attribute.
3763
3764 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3765
3766         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3767
3768         * gnus-dired.el: Reduce Gnus dependencies.
3769         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3770         require.  Use autoloads instead.
3771         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3772         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3773         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3774         (gnus-dired-mode): Adjust doc string.
3775         (gnus-dired-mail-mode): New variable.
3776         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3777         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3778         (gnus-dired-mail-buffers): New function.  Return mail or message
3779         composition buffers.
3780         (gnus-dired-attach): Use it.
3781         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3782         NO-DECODE.
3783         (gnus-dired-print): Use `gnus-print-buffer' depending on
3784         `gnus-dired-mail-mode'.
3785
3786 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3787
3788         * rfc2047.el (rfc2047-encoded-word-regexp)
3789         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3790         explaining what regexp patterns are for.
3791
3792 2007-12-04  Glenn Morris  <rgm@gnu.org>
3793
3794         * password.el: Move to password-cache.el.
3795
3796         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3797         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3798         * mml-smime.el (password-read, password-cache-add)
3799         (password-cache-remove):
3800         No need to autoload, since mml-sec requires password.
3801
3802         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3803         * message.el (gnus-extract-address-components):
3804         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3805
3806         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3807         password.
3808
3809 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3810
3811         * mailcap.el: Reduce dependencies.
3812         (mail-header-parse-content-type): Autoload.
3813         (mailcap-delete-duplicates): New alias.
3814         (mailcap-mime-info): Add optional argument NO-DECODE.
3815         (mailcap-mime-types): Use mailcap-delete-duplicates.
3816
3817         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3818
3819 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3820
3821         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3822         (imap-parse-status): Upcase status-att for servers that sends them
3823         lower-case (e.g., MS Exchange 2007).
3824
3825 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3826
3827         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3828         function.
3829
3830         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3831         (gnus-uu-yenc-article): New function.
3832
3833         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3834
3835         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3836         buffer.
3837
3838 2007-12-02  Glenn Morris  <rgm@gnu.org>
3839
3840         * binhex.el (binhex): New custom group.
3841         (binhex-decoder-program, binhex-decoder-switches)
3842         (binhex-use-external): Move to the binhex custom group.
3843
3844         * uudecode.el (uudecode): New custom group.
3845         (uudecode-decoder-program, uudecode-decoder-switches)
3846         (uudecode-use-external): Move to the uudecode custom group.
3847
3848         * netrc.el (top-level): Don't load `encrypt' features.
3849         (netrc-parse): Don't use encrypt.
3850         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3851
3852         * encrypt.el: Remove file.
3853
3854 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3855
3856         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3857         matches on patches.
3858
3859         * gnus-art.el (gnus-article-browse-html-article): Mention
3860         `mm-text-html-renderer' in the doc string.
3861
3862         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3863         string.  Add comments.
3864
3865         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3866         if rhs is ASCII.
3867
3868 2007-12-01  Glenn Morris  <rgm@gnu.org>
3869
3870         * mail-source.el (top-level): Require format-spec before
3871         eval-when-compile.
3872
3873 2007-11-30  Glenn Morris  <rgm@gnu.org>
3874
3875         * encrypt.el: Require password, rather than autoloading password-read.
3876
3877 2007-11-29  Glenn Morris  <rgm@gnu.org>
3878
3879         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3880         (sasl-make-client, sasl-next-step, sasl-step-data)
3881         (sasl-step-set-data): Declare as functions.
3882
3883 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3884
3885         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3886
3887 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3888
3889         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3890         certs should be verified and what is to be done in the event of a
3891         verification failure.
3892
3893         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3894         caller can indicate whether the cache should be disregarded for this
3895         call.  This way the result of the call is reproducible at all times and
3896         can be considered a canonical server name for the supplied method.
3897         (gnus-agent-method-p): Canonicalize server names by pushing their
3898         method through `gnus-method-to-server' using the no-cache argument.
3899
3900         * gnus-srvr.el (gnus-server-insert-server-line): Call
3901         `gnus-method-to-server' with `no-cache' argument.
3902
3903         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3904         gnus-agent-possibly-synchronize-flags as this should be called when the
3905         server is actually being opened.
3906         (gnus-agent-possibly-synchronize-flags)
3907         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3908         flags file of an agentized server to the latter function.
3909
3910         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3911         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3912         after a connection has been established successfully.
3913
3914 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3915
3916         * gnus-art.el (article-display-face): Force to display face if called
3917         interactively; check if gnus-article-x-face-too-ugly matches author.
3918         (article-display-x-face): Display face even if From header is missing
3919         as article-display-face does.
3920
3921 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3922
3923         * hashcash.el (message-narrow-to-headers-or-head)
3924         (message-fetch-field, message-goto-eoh)
3925         (message-narrow-to-headers): Declare as functions.
3926
3927 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3928
3929         * mail-source.el (mail-sources): Default to fetch from file for
3930         compatibility with default of nnmail-spool-file.
3931
3932 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3933
3934         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3935         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3936         to look for encoded word that should be encoded again.
3937         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3938         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3939         encoding pattern.
3940         (rfc2047-decode-region): Switch strict regexp and loose one according
3941         to rfc2047-allow-irregular-q-encoded-words.
3942
3943 2007-11-25  Romain Francoise  <romain@orebokech.com>
3944
3945         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3946
3947 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3948
3949         * tls.el (tls-program): Provide more custom choices from
3950         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3951         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3952
3953 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3954
3955         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3956         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3957
3958         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3959         `nnmail-spool-file'.
3960
3961         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3962         `nnmail-spool-file'.
3963
3964         * gnus-move.el (gnus-change-server): Ditto.
3965
3966         * gnus-kill.el (gnus-batch-score): Ditto.
3967
3968         * gnus-cache.el (gnus-jog-cache): Ditto.
3969
3970         * gnus-msg.el (gnus-summary-reply):
3971         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3972
3973 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3974
3975         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3976         version.  Minor improvement to doc strings.
3977         (tls-program): Add comment.
3978
3979 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3980
3981         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3982         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3983         mismatch between the hostname provided in the certificate and the name
3984         of the host connnecting to.
3985         (open-tls-stream): Use them.  Check certificates against trusted root
3986         certificates.
3987
3988 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3989
3990         * gnus-cache.el (gnus-cache-generate-nov-databases):
3991         Use nnml-generate-nov-databases-directory instead of
3992         nnml-generate-nov-databases-1.
3993
3994 2007-11-24  Glenn Morris  <rgm@gnu.org>
3995
3996         * message.el (message-tool-bar-retro): Update for rename
3997         mail_send.xpm->mail-send.xpm.
3998
3999 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4000
4001         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4002         `smime-ldap-search' for Emacs 22 and up.
4003
4004 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4005
4006         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4007
4008         * message.el (message-send-mail-function): Fix error convention.
4009         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4010         (message-widen-reply, message-send-mail, message-talkative-question)
4011         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4012         (message-clone-locals, message-send-news): Use with-current-buffer.
4013         (message-insert-or-toggle-importance): Remove unused var `valid'.
4014         (message-make-references): Remove unused var `new-references'.
4015         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4016
4017 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4018
4019         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4020         (spam-split-symbolic-return-positive): Reflow docstring.
4021         (spam-backends, spam-summary-exit-behavior)
4022         (spam-mark-ham-unread-before-move-from-spam-group)
4023         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4024         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4025         (spam-clear-cache, spam-backend-check, spam-install-backend)
4026         (spam-install-statistical-backend, spam-list-of-processors)
4027         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4028         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4029         (spam-check-crm114, spam-initialize, spam-unload-hook):
4030         Fix typos in docstrings.
4031
4032 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4033
4034         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4035         been checked if they have never been read and those group levels are
4036         higher than the one that a user specified.
4037
4038 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4039
4040         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4041         foreign groups unless a group level is specified by a user.
4042         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4043
4044 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4045
4046         * message.el (message-send-mail-function): Require sendmail.
4047
4048 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4049
4050         * message.el (message-send-mail-function): Check for smtpmail too.
4051
4052         * utf7.el (utf7-encode, utf7-decode): Use coding system
4053         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4054
4055         * message.el (message-send-mail-function): New function.
4056         (message-send-mail-function): Set default using
4057         message-send-mail-function.  Adjust doc string.
4058         (message-send-mail-with-mailclient): New function.
4059
4060 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4061
4062         * smime.el (from):
4063         * rfc2047.el (message-posting-charset):
4064         * qp.el (mm-use-ultra-safe-encoding):
4065         * pop3.el (parse-time-months):
4066         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4067         * nnml.el (files):
4068         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4069         (jka-compr-compression-info-list, ange-ftp-path-format)
4070         (efs-path-regexp):
4071         * nndiary.el (files):
4072         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4073         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4074         (epg-digest-algorithm-alist, inhibit-redisplay)
4075         (password-cache-expiry):
4076         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4077         (pgg-output-buffer, password-cache-expiry):
4078         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4079         (efs-path-regexp):
4080         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4081         (inhibit-redisplay):
4082         * mm-uu.el (file-name, start-point, end-point, entry)
4083         (gnus-newsgroup-name, gnus-newsgroup-charset):
4084         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4085         (latin-unity-ucs-list):
4086         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4087         (mm-uu-binhex-decode-function):
4088         * message.el (gnus-message-group-art, gnus-list-identifiers)
4089         (rmail-enable-mime-composing, gnus-local-organization)
4090         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4091         (gnus-read-active-file, facemenu-add-face-function)
4092         (facemenu-remove-face-function, gnus-article-decoded-p)
4093         (tool-bar-mode):
4094         * mail-source.el (display-time-mail-function):
4095         * gnus-util.el (nnmail-pathname-coding-system)
4096         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4097         (gnus-original-article-buffer, gnus-user-agent)
4098         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4099         (xemacs-codename, sxemacs-codename, emacs-program-version):
4100         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4101         * gnus-start.el (gnus-agent-covered-methods)
4102         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4103         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4104         (gnus-newsgroup-headers, gnus-group-list-mode)
4105         (gnus-group-mark-positions, gnus-newsgroup-data)
4106         (gnus-newsgroup-unreads, nnoo-state-alist)
4107         (gnus-current-select-method, mail-sources)
4108         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4109         (nnmail-spool-file, gnus-cache-active-hashtb):
4110         * gnus-mh.el (mh-lib-progs):
4111         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4112         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4113         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4114         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4115         (gnus-group-buffer):
4116         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4117         (font-lock-set-defaults):
4118         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4119         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4120         (gnus-summary-post-menu, total-parts, type, condition, length):
4121         * gnus-agent.el (gnus-agent-read-agentview):
4122         * flow-fill.el (show-trailing-whitespace):
4123         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4124         eval-and-compile wrappers for byte compiler pacifiers.
4125
4126         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4127         (mm-display-inline-fontify): Check for featurep 'xemacs not
4128         extent-list.
4129
4130         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4131         itimer-list.
4132         (mm-create-image-xemacs): Only do something for XEmacs.
4133         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4134
4135         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4136
4137         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4138         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4139
4140 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4141
4142         * nnimap.el (nnimap-split-download-body):
4143         * gnus-demon.el (gnus-demon):
4144         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4145
4146 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4147
4148         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4149         macros.
4150         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4151         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4152         copy data from unibyte buffer to multibyte current buffer.
4153         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4154         to copy data from unibyte current buffer to multibyte buffer.
4155         (nntp-make-process-buffer): Make process buffer unibyte.
4156
4157         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4158
4159 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4160
4161         * pop3.el (pop3-open-server): Accept and process data more robustly at
4162         connexion start to avoid spurious "POP SSL connexion failed" errors.
4163
4164 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4165
4166         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4167         read group names.
4168
4169 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4170
4171         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4172
4173 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4174
4175         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4176         (nnmail-save-active): Use a unibyte buffer when saving active file,
4177         which may contain non-ASCII group names.
4178
4179         * nnml.el (nnml-request-group): Decode group names in messages.
4180
4181 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4182
4183         * message.el (message-citation-line-function)
4184         (message-insert-formatted-citation-line): Fix spelling of
4185         `message-insert-formated-citation-line'.
4186
4187 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4188
4189         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4190
4191 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4192
4193         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4194         nnmail-pathname-coding-system.
4195
4196         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4197         that a user enters; decode group names in messages.
4198
4199         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4200
4201 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4202
4203         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4204
4205         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4206
4207         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4208         risky local variable.
4209
4210         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4211
4212 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4213
4214         * encrypt.el: Improve documentation to fix function name typo.
4215         Reported by Daiki Ueno <ueno@unixuser.org>.
4216
4217 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4218
4219         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4220         even if the point is not in the last page of an article.
4221         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4222         back to the previous page.
4223
4224 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4225
4226         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4227
4228 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4229
4230         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4231
4232 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4233
4234         * message.el (message-check-news-body-syntax): Avoid
4235         mm-string-as-multibyte.
4236         (message-hide-headers): Don't assume (point-min)==1.
4237
4238 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4239
4240         * message.el (message-remove-blank-cited-lines): Fix if remove is
4241         given.
4242         (message-bogus-address-regexp): New variable.
4243         (message-bogus-recipient-p): New function.
4244         (message-check-recipients): New command.
4245         (message-syntax-checks): Add `bogus-recipient'.
4246         (message-fix-before-sending): Add `bogus-recipient'.
4247
4248         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4249         (gnus-treat-body-boundary): Don't test window-system.
4250
4251 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4252
4253         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4254
4255 2007-10-28  Miles Bader  <miles@gnu.org>
4256
4257         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4258         at compile-time too.
4259
4260 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4261
4262         * gnus-msg.el (gnus-message-setup-hook): Add
4263         `message-remove-blank-cited-lines' to options.
4264
4265 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4266
4267         * message.el (message-remove-blank-cited-lines): New function.
4268         Suggested by Karl Plästerer.
4269
4270 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4271
4272         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4273         mapc.
4274
4275         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4276         (top-level): Use mapc to set functions to be traced for debugging.
4277
4278         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4279         called for effect with while loop.
4280
4281         * message.el (message-talkative-question): Replace mapcar called for
4282         effect with mapc.
4283
4284         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4285         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4286         called for effect with dolist.
4287
4288         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4289
4290         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4291         gnus-extra-headers and nnmail-extra-headers.
4292
4293         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4294         called for effect with dolist.
4295         (top-level): Use mapc to set functions to be traced for debugging.
4296
4297         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4298         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4299         dolist.
4300
4301         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4302         Replace mapcar called for effect with mapc.
4303         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4304         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4305         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4306         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4307
4308         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4309         remove-if that's a cl function.
4310
4311         * webmail.el (webmail-debug): Replace mapcar called for effect with
4312         dolist.
4313
4314         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4315         with mapc.
4316
4317 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4318
4319         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4320         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4321         with while loop.
4322
4323         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4324         functions from article-* functions.
4325         (gnus-multi-decode-header): Replace mapcar called for effect with
4326         dolist.
4327
4328         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4329         (gnus-bookmark-show-details): Replace mapcar called for effect with
4330         while loop.
4331
4332         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4333         called for effect with while loop.
4334
4335         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4336         with dolist.
4337
4338         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4339         mapcar called for effect with dolist.
4340
4341         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4342
4343         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4344         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4345         Replace mapcar called for effect with dolist.
4346         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4347         mapc.
4348
4349         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4350         Replace mapcar called for effect with dolist.
4351         (gnus-topic-list): Replace mapcar called for effect with mapc.
4352
4353         * gnus.el: Use mapc instead of mapcar to add autoloads.
4354
4355 2007-10-23  Richard Stallman  <rms@gnu.org>
4356
4357         * gnus-group.el (gnus-group-highlight): Mark as risky.
4358
4359 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4360
4361         * gnus.el (gnus-server-to-method): Return method found first in
4362         gnus-newsrc-alist.
4363
4364         * gnus-art.el (gnus-article-highlight-signature)
4365         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4366         button overlay without the front stickiness.
4367
4368 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4369
4370         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4371         overview buffer needed a catch to receive its throw.
4372         (gnus-agent-flush-cache): Declared as interactive to make this function
4373         easier to use.
4374
4375 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4376
4377         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4378         `next-line'.
4379
4380 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4381
4382         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4383         exclude address matching message-dont-reply-to-names.
4384
4385 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4386
4387         * gnus-util.el (gnus-string<): New function.
4388
4389         * gnus-sum.el (gnus-article-sort-by-author)
4390         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4391
4392 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4393
4394         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4395         the frame-focus tag is set in gnus-buffer-configuration.
4396
4397 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4400         the front stickiness.
4401
4402 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4403
4404         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4405         url pattern; remove duplicate one.
4406         (gnus-article-extend-url-button): New function.
4407         (gnus-article-add-buttons): Use it.
4408         (gnus-button-push): Use concatenated url that it makes.
4409
4410 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4411
4412         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4413
4414 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4415
4416         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4417         Don't hardcode point-min==1.
4418
4419 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4420
4421         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4422         Fix comment about "iso8859-1".
4423
4424 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4425
4426         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4427         ones returned from the verify-function.
4428
4429         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4430         mml2015-extract-cleartext-signature if extraction failed.
4431
4432 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4433
4434         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4435         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4436         failed.
4437
4438 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4439
4440         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4441
4442 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4443
4444         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4445         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4446         recommends to use EasyPG instead of PGG.
4447
4448         * pgg.el: Revert to revision 6.23.2.16.
4449
4450         * pgg-def.el: Revert to revision 6.6.2.14.
4451
4452         * pgg-gpg.el: Revert to revision 6.23.2.34.
4453
4454 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4455
4456         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4457         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4458         thread for both the null and zero (kill/expire thread) universal prefix
4459         cases.
4460         (gnus-summary-expire-thread): Add new function to expire a thread,
4461         using gnus-summary-kill-thread.
4462         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4463         shortcuts for gnus-summary-expire-thread.
4464         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4465         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4466
4467 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4468
4469         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4470         extras value, so an extras entry can be deleted.
4471         (gnus-registry-delete-extra-entry): Use it.
4472         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4473         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4474         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4475         storage through the gnus-registry, and provide an appropriate API for
4476         it.
4477
4478 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4479
4480         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4481         Suggested by Leo <sdl.web@gmail.com>.
4482
4483         * gnus.el: Do.
4484
4485 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4488         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4489
4490         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4491
4492         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4493         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4494
4495 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4496
4497         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4498         newline.
4499         (nnmbox-request-accept-article): Don't change article in source buffer;
4500         narrow to header to use message-fetch-field rather than
4501         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4502         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4503         as delimiters; make sure article ends with newline.
4504         (nnmbox-delete-mail): Correct last position of article to be deleted;
4505         ignore X-Gnus-Newsgroup header in article body.
4506         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4507         positions; make sure article ends with newline.
4508
4509         * message.el (message-display-abbrev): Don't infloop when a user
4510         inserts SPC in the beginning of header.
4511
4512         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4513         coding-system-for-read and coding-system-for-write for XEmacs having no
4514         file-coding feature.
4515
4516         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4517
4518 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4519
4520         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4521         list of groups not followed by default.  Fix type to be regexp.
4522         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4523
4524 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4525
4526         * hmac-def.el (define-hmac-function): Switch from old-style to
4527         new-style backquotes.
4528
4529         * md4.el (md4-make-step): Likewise.
4530
4531 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4532
4533         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4534         raw-text coding system when saving .newsrc file, which may contain
4535         non-ASCII group names.
4536
4537 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4538
4539         * gnus-cus.el (gnus-score-extra): New widget.
4540         (gnus-score-extra-convert): New function.
4541         (gnus-score-customize): Use it for Extra.
4542
4543 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4544
4545         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4546         (mml2015-mailcrypt-clear-verify): Use it.
4547         (mml2015-gpg-clear-verify): Use it.
4548         (mml2015-pgg-clear-verify): Use it.
4549         (mml2015-epg-clear-verify): Replace the current part with the output
4550         from GnuPG; don't extract the plaintext by itself.
4551
4552         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4553         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4554         mml2015-clear-verify-function; don't touch the armor headers or
4555         dash-escaped text here.
4556
4557 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4558
4559         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4560         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4561         parts, or application/octet-stream as a last resort.
4562         (gnus-mime-view-part-as-type): Don't toggle display.
4563         (gnus-mime-view-part-as-charset): Don't turn off display before
4564         querying charset.
4565
4566         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4567         stuff to undisplayer function in Emacs.
4568         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4569
4570         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4571         text/calendar parts.
4572
4573 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4574
4575         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4576         decoding text/calendar parts.
4577
4578         * message.el (message-forward-make-body-mime): Always mark body as
4579         having no illegible text; remove signed-or-encrypted argument.
4580         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4581
4582         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4583         (mml-generate-mime-1): Don't encode body if it is specified to be in
4584         raw form; don't make buffer be unibyte when inserting multibyte string.
4585
4586 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4587
4588         * sha1.el: Fix up comment style.
4589         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4590         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4591
4592         * hex-util.el: Fix up comment style.
4593         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4594
4595         * gnus-salt.el: Use with-current-buffer.
4596         (gnus-pick-setup-message): Fix long-standing typo.
4597
4598 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4599
4600         * imap.el (imap-logout-timeout): New variable.
4601         (imap-logout, imap-logout-wait): New functions.
4602         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4603
4604         * nnimap.el (nnimap-logout-timeout): New server variable.
4605         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4606         nnimap-logout-timeout.
4607
4608         * gnus-art.el (gnus-article-summary-command-nosave)
4609         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4610
4611 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4612
4613         * gnus.el (gnus-maximum-newsgroup): New variable.
4614
4615         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4616         according to gnus-maximum-newsgroup.
4617
4618         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4619         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4620         Limit the range of articles according to gnus-maximum-newsgroup.
4621
4622 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4623
4624         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4625         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4626         Don't perform gnus-configure-windows here; reuse existing sticky
4627         article buffer.
4628
4629         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4630         it doesn't exist in gnus-article-mode.
4631
4632 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4635         (gnus-agent-decoded-group-name): New function.
4636         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4637         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4638
4639 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4640
4641         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4642         Add binding for gnus-sticky-article.
4643         (gnus-summary-exit): Don't kill sticky article buffers.
4644
4645         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4646         article buffer.
4647         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4648         (gnus-kill-sticky-article-buffers): New commands.
4649
4650 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4651
4652         * nntp.el (nntp-xref-number-is-evil): New server variable.
4653         (nntp-find-group-and-number): If it is non-nil, don't trust article
4654         numbers in the Xref header.
4655
4656 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4657
4658         * gnus-agent.el (gnus-agent-read-group): New function.
4659         (gnus-agent-flush-group, gnus-agent-expire-group)
4660         (gnus-agent-regenerate-group): Use it.
4661         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4662         nnmail-pathname-coding-system.
4663
4664 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4665
4666         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4667
4668         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4669         that are unread as unread, and also as selected so that information of
4670         marks having been changed by a user may be updated when exiting group.
4671
4672 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4673
4674         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4675         calculated ignoring signature parts to gnus-treat-article.
4676
4677 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4678
4679         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4680         a point here in order to keep the window start.
4681         (gnus-insert-mime-security-button): Make a button overlay without the
4682         front stickiness.
4683         (gnus-mime-display-security): Goto the end of a button.
4684
4685         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4686
4687 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4688
4689         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4690         group-name-at-point.
4691         (gnus-group-completing-read): New function that offers decoded
4692         non-ASCII group names for completion.
4693         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4694         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4695         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4696         (gnus-group-fetch-control): Use it.
4697         (gnus-fetch-group): Use group-name-at-point for the initial value
4698         rather than the default value; use gnus-alive-p.
4699
4700         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4701         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4702         (gnus-summary-post-news): Use gnus-group-completing-read.
4703
4704         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4705         (gnus-read-move-group-name): Decode group name for completion.
4706
4707 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4708
4709         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4710         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4711         Yamaoka slightly modified the code).
4712
4713 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4714
4715         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4716         (nnmail-split-incoming): Bind it.
4717
4718         * nnml.el (nnml-group-name-charset): New function.
4719         (nnml-decoded-group-name): Use it; don't decode group name if
4720         nnmail-group-names-not-encoded-p is non-nil.
4721         (nnml-encoded-group-name): New function.
4722         (nnml-group-pathname): Inline nnml-decoded-group-name.
4723         (nnml-request-expire-articles): Decode group name in message.
4724         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4725         nnmail-pathname-coding-system.
4726         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4727         not decoded ones according to nnmail-group-names-not-encoded-p.
4728         (nnml-generate-active-info): Use nnml-encoded-group-name.
4729
4730 2007-08-08  Glenn Morris  <rgm@gnu.org>
4731
4732         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4733         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4734         doc-strings and comments.
4735
4736 2007-07-25  Glenn Morris  <rgm@gnu.org>
4737
4738         * Relicense all FSF files to GPLv3 or later.
4739
4740 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4741
4742         * gnus-sum.el (gnus-summary-move-article): Make
4743         gnus-summary-respool-article work.
4744
4745 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4746
4747         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4748         string.
4749
4750 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4751
4752         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4753         that should be ignored when comparing distant RSS articles with local
4754         ones.
4755         (nnrss-make-hash-index): New function.  Create a hash index according
4756         to the ignored fields.
4757         (nnrss-check-group): Use it.
4758
4759 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4760
4761         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4762
4763         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4764
4765         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4766         the new optional argument ENCODED is non-nil.
4767         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4768         coding system for encoding group name.
4769         (gnus-group-make-rss-group): Pass un-encoded group name to
4770         gnus-group-make-group.
4771         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4772         encoded.
4773
4774         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4775         Encode group name to which articles are moved or copied.
4776         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4777         coding system for encoding Newsgroup, Followup-To and Xref headers.
4778
4779         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4780         marks; use nnheader-file-coding-system to write a file.
4781         (nnagent-retrieve-headers): Bind file-name-coding-system to
4782         nnmail-pathname-coding-system.
4783
4784         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4785
4786         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4787         (nnml-request-article, nnml-request-create-group)
4788         (nnml-request-rename-group, nnml-find-id)
4789         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4790         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4791         (nnml-save-marks): Use nnml-group-pathname instead of
4792         nnmail-group-pathname.
4793
4794         (nnml-request-create-group, nnml-request-expire-articles)
4795         (nnml-request-move-article, nnml-request-delete-group)
4796         (nnml-deletable-article-p, nnml-possibly-create-directory)
4797         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4798         (nnml-open-marks): Bind file-name-coding-system to
4799         nnmail-pathname-coding-system.
4800
4801         (nnml-request-article): Pass server argument to nnml-find-group-number.
4802         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4803         server argument to nnml-possibly-create-directory.
4804         (nnml-request-accept-article): Pass server argument to
4805         nnml-active-number and nnml-save-mail.
4806         (nnml-find-group-number): Pass server argument to nnml-find-id.
4807         (nnml-request-update-info): Pass server argument to
4808         nnml-marks-changed-p.
4809
4810         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4811         (nnml-save-mail, nnml-active-number): Add server argument.
4812
4813         (nnml-request-delete-group): Warn if group is missing.
4814         (nnml-get-nov-buffer): Decode group name.
4815         (nnml-generate-active-info): Encode group name.
4816         (nnml-open-marks): Decode group name in messages.
4817
4818 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4819
4820         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4821         if it is not specified.
4822         (gnus-article-pipe-part, gnus-article-save-part)
4823         (gnus-article-interactively-view-part, gnus-article-copy-part)
4824         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4825         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4826         (gnus-article-replace-part, gnus-article-delete-part)
4827         (gnus-article-view-part-as-type): Pass raw prefix argument to
4828         gnus-article-part-wrapper.
4829
4830 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4831
4832         * gnus-agent.el (gnus-agent-save-active): Bind
4833         nnheader-file-coding-system to gnus-agent-file-coding-system.
4834
4835         * gnus-cache.el (gnus-cache-save-buffers)
4836         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4837         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4838         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4839         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4840         (gnus-cache-generate-active, gnus-cache-rename-group)
4841         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4842         (gnus-cache-update-overview-total-fetched-for): Bind
4843         file-name-coding-system to nnmail-pathname-coding-system.
4844         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4845         variables.
4846         (gnus-cache-decoded-group-name): New function.
4847         (gnus-cache-file-name): Use it.
4848         (gnus-cache-generate-active): Use non-decoded group name for active.
4849
4850         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4851         right place.
4852         (gnus-write-active-file): Don't break non-ASCII group names.
4853
4854         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4855         nnmail-pathname-coding-system.
4856
4857         * lpath.el: Bind default-file-name-coding-system,
4858         file-name-coding-system and language-info-alist for XEmacs.
4859
4860         * gnus-uu.el (gnus-uu-decode-save): Typo.
4861
4862 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4865
4866 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4867
4868         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4869         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4870         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4871         (gnus-agent-flush-group, gnus-agent-flush-cache)
4872         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4873         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4874         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4875         (gnus-agent-regenerate-group)
4876         (gnus-agent-update-files-total-fetched-for)
4877         (gnus-agent-update-view-total-fetched-for): Bind
4878         file-name-coding-system to nnmail-pathname-coding-system.
4879         (gnus-agent-group-pathname): Don't encode file names by
4880         nnmail-pathname-coding-system.
4881         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4882         coding-system-for-write instead of buffer-file-coding-system to
4883         gnus-agent-file-coding-system.
4884
4885         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4886         Decode group name.
4887
4888         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4889
4890         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4891         (gnus-read-newsrc-el-file): Make group names unibyte.
4892
4893         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4894         nnmail-pathname-coding-system.
4895
4896         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4897         (nnrss-request-delete-group): Bind file-name-coding-system to
4898         nnmail-pathname-coding-system.
4899         (nnrss-read-server-data, nnrss-read-group-data): Bind
4900         file-name-coding-system correctly.
4901         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4902
4903         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4904         (nntp-server-to-method-cache): New variable.
4905         (nntp-group-pathname): New function that decodes non-ASCII group names.
4906         (nntp-possibly-create-directory, nntp-marks-changed-p)
4907         (nntp-save-marks, nntp-open-marks): Use it.
4908         (nntp-possibly-create-directory, nntp-open-marks):
4909         Bind file-name-coding-system to nnmail-pathname-coding-system.
4910         (nntp-open-marks): Decode group names when bootstrapping marks.
4911
4912         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4913         Newsgroups and Folowup-To headers.
4914
4915 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4916
4917         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4918         (gnus-server-closed-face, gnus-server-denied-face)
4919         (gnus-server-offline-face): Remove variable.
4920         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4921
4922         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4923         of modifying message-stack directly for XEmacs.
4924
4925         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4926         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4927         if the coding-system argument is nil for XEmacs.
4928
4929         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4930         mm-charset-override-alist.
4931
4932         * rfc2047.el: Don't require base64; require rfc2045 for the function
4933         rfc2045-encode-string.
4934         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4935         to quote the parameter value.
4936
4937 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4938
4939         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4940         form in gnus-group-name-charset-method-alist.
4941
4942         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4943         overrides the default layout edit-form.
4944
4945         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4946
4947         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4948
4949 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4950
4951         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4952         as unfetched articles.
4953
4954 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4955
4956         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4957
4958 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4959
4960         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4961         original back end that keeps marks in the local system.
4962
4963 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4964
4965         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4966         arg of pop-to-buffer for XEmacs.
4967         (gnus-article-read-summary-keys): Ditto; don't restore window
4968         configuration if summary command ends up with neither article buffer
4969         nor summary buffer; describe bindings if summary keys end with C-h.
4970
4971 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4972
4973         * message.el (message-fix-before-sending): Skip raw message part to be
4974         forwarded while checking illegible text.
4975         (message-forward-make-body-mime, message-forward-make-body): Mark
4976         signed or encrypted raw message as having no illegible text.
4977
4978 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4979
4980         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4981         (gnus-message-with-timestamp-1): New macro.
4982         (gnus-message-with-timestamp): New function.
4983         (gnus-message): Use them.
4984
4985         * nnheader.el (nnheader-message): Use them.
4986
4987 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4988
4989         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4990         .newsrc.eld file.
4991
4992 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4993
4994         * gnus-agent.el (gnus-agent-fetch-headers)
4995         (gnus-agent-retrieve-headers): Bind
4996         gnus-decode-encoded-address-function to identity.
4997
4998         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4999         available also when the server returns simply a dot.
5000
5001         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5002
5003 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5004
5005         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5006
5007 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5008
5009         * gnus-ems.el (gnus-x-splash): Make it work.
5010
5011         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5012         from being used.
5013
5014         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5015
5016 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5017
5018         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5019         4th and the 5th arguments.
5020
5021         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5022         the front stickiness.
5023         (gnus-article-summary-command-nosave): Correct the order of the
5024         arguments passed to pop-to-buffer.
5025         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5026         summary command ends up with the article buffer.
5027
5028         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5029         the same faces.
5030
5031 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5032
5033         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5034
5035 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5036
5037         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5038         * gnus-sum.el (gnus-summary-highlight):
5039         * pgg.el (pgg-sign-region, pgg-sign):
5040         * mail-source.el (mail-source-delete-old-incoming-confirm):
5041         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5042
5043 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5044
5045         * gnus-art.el (gnus-mime-view-part-externally)
5046         (gnus-mime-view-part-internally): Fix predicate function passed to
5047         completing-read.
5048
5049         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5050
5051         * gnus.el (gnus-update-message-archive-method): Add :version.
5052
5053 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5054
5055         * gnus.el (gnus-update-message-archive-method): New variable.
5056
5057         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5058         according to gnus-message-archive-method if
5059         gnus-update-message-archive-method is non-nil.
5060
5061 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5062
5063         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5064         by Loic Dachary <loic@dachary.org>.
5065         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5066
5067 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5068
5069         * message.el (message-pop-to-buffer): Add switch-function argument.
5070         (message-mail): Pass switch-function argument to it.
5071
5072 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5073
5074         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5075         Improve doc string.
5076
5077 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5080         (gnus-header-content)
5081         * gnus-cite.el (gnus-cite-10)
5082         * gnus-srvr.el (gnus-server-closed)
5083         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5084         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5085         (gnus-group-mail-3-empty, gnus-group-mail-low)
5086         (gnus-group-mail-low-empty, gnus-splash)
5087         * message.el (message-header-to, message-header-cc)
5088         (message-header-subject, message-header-other, message-header-name)
5089         (message-header-xheader, message-separator, message-cited-text)
5090         (message-mml): Lighten colors of faces used for dark background.
5091
5092 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5093
5094         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5095         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5096
5097 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5098
5099         * message.el (message-narrow-to-headers-or-head):
5100         Ignore mail-header-separator in the body.
5101
5102 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5103
5104         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5105         same as window size.
5106
5107 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5108
5109         * message.el (message-font-lock-keywords): Use message-header-xheader
5110         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5111         ahead of the anything pattern, to get it recognised.
5112
5113 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5114
5115         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5116         spam.el loads uses it in the compiled defadvice form.
5117
5118 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5119
5120         * gnus-sum.el (gnus-articles-to-read)
5121         (gnus-summary-insert-old-articles): Don't truncate group name for
5122         `read-string'.
5123
5124         * gnus-util.el (gnus-limit-string): Delete this function.
5125
5126         * gnus-sum.el (gnus-simplify-subject-fully): Use
5127         `truncate-string-to-width' instead.
5128
5129 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5130
5131         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5132         if, on summary exit, the next group has to be selected.
5133         (gnus-summary-exit): Use it.
5134
5135 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5136
5137         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5138         non-break space.
5139
5140 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5141
5142         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5143         Check if group is not a directory.
5144         (nnfolder-request-expire-articles): Don't delete articles if the target
5145         group is not available.
5146
5147         * nnml.el (nnml-request-create-group): Properly check if group is not a
5148         file.
5149         (nnml-request-expire-articles): Don't delete articles if the target
5150         group is not available.
5151
5152         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5153         Don't quote characters that are within parentheses.
5154
5155 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5156
5157         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5158         (gnus-handle-ephemeral-exit): Select article according to it.
5159
5160 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5161
5162         * message.el (message-insert-formated-citation-line): Remove newline.
5163         (message-citation-line-format): Add final \n here so that the user can
5164         avoid a blank line.
5165
5166 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5167
5168         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5169         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5170         Update lanl/arXiv support.
5171
5172 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5173
5174         * gnus.el: Bump version number.
5175
5176 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5177
5178         * gnus.el (gnus-version-number): Bump version.
5179
5180 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5181
5182         * gnus.el: No Gnus v0.6 is released.
5183
5184 2007-04-27  Didier Verna  <didier@xemacs.org>
5185
5186         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5187         * gmm-utils.el (gmm-regexp-concat): here.
5188         * message.el: Don't require 'gnus-util.
5189         (message-dont-reply-to-names): Handle name change above.
5190         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5191
5192 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5195         since the initial value varies according to the system.
5196
5197 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5198
5199         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5200
5201 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5202
5203         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5204
5205 2007-04-24  Didier Verna  <didier@xemacs.org>
5206
5207         Improve the type of gnus-ignored-from-addresses.
5208         * gnus-util.el (gnus-orify-regexp): New function.
5209         * message.el (gnus-util): Require it.
5210         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5211         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5212         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5213
5214 2007-04-24  Didier Verna  <didier@xemacs.org>
5215
5216         * gnus-sum.el:
5217         * gnus-utils.el: Fix some trailing whitespaces.
5218
5219 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5220
5221         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5222         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5223         article's Message-ID; refer parent article in summary buffer.
5224
5225         * message.el (message-bounce): Call mime-to-mml.
5226
5227         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5228         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5229         optimize and/or forms properly.
5230
5231 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5232
5233         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5234         URL.
5235
5236 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5239
5240 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5241
5242         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5243         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5244         displayed of multipart/alternative part if it is invoked from summary
5245         buffer.
5246
5247         * mm-view.el (mm-inline-text-html-render-with-w3m)
5248         (mm-inline-text-html-render-with-w3m-standalone)
5249         (mm-inline-render-with-function): Use mail-parse-charset by default.
5250
5251 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5252
5253         * parse-time.el (parse-time-string-chars): Check if CHAR
5254         is less than the length of parse-time-syntax.
5255
5256 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5257
5258         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5259         from gnus-newsgroup-processable.
5260
5261 2007-04-16  Didier Verna  <didier@xemacs.org>
5262
5263         * gnus-msg.el (gnus-configure-posting-styles): Handle
5264         message-signature-directory properly with :file syntax.  Reported by
5265         "Leo".
5266
5267 2007-04-11  Didier Verna  <didier@xemacs.org>
5268
5269         New user option: message-signature-directory.
5270         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5271         * message.el (message-insert-signature): Ditto.
5272         * message.el (message-signature-file): Doc update.
5273         * message.el (message-signature-directory): New.
5274
5275 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5276
5277         * gnus-msg.el (gnus-inews-yank-articles): Use
5278         message-exchange-point-and-mark instead of exchange-point-and-mark.
5279
5280 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5281
5282         * message.el (message-yank-original): Make sure cited text ends with
5283         newline; don't exchange point and mark.
5284
5285 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5286
5287         * tls.el (open-tls-stream): Properly handle case where there
5288         is no associated buffer.
5289
5290 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5291
5292         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5293         message-yank-original, make sure (< mark TEXT point).
5294
5295 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5296
5297         * message.el (message-fill-column): New variable.
5298         (message-mode): Use it.  Add comment on a possible new hook.
5299
5300         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5301         (nnmail-get-new-mail): Reformat.
5302
5303         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5304
5305         * gmm-utils.el: Fix Commentary.
5306         (gmm-tool-bar-from-list): Fix typo in doc string.
5307
5308 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5309
5310         * message.el (message-yank-original): Don't switch point and mark
5311         unnecessarily to put point and mark as documented.
5312
5313 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5314
5315         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5316         from the message heads.
5317
5318 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5319
5320         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5321         article buffer does not have a window.  This may not be the best
5322         solution but is certainly better than setting the start of the null,
5323         that is the current, window.
5324
5325 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5326
5327         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5328         (gnus-draft-setup): Run it.
5329
5330         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5331         gnus-score-fast-scoring.  Allow regexp.
5332         (gnus-score-headers): Use it.
5333
5334         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5335         XEmacs.
5336
5337         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5338         string.
5339         (gnus-button-alist): Also catch `<f1> k ...'.
5340         (gnus-treat-display-x-face): Fix doc string.
5341
5342 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5343
5344         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5345         evaluation of gnus-extended-version to ensure correct generation of the
5346         User-Agent header when message-generate-headers-first is used.
5347
5348 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5349
5350         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5351         hashcash-path is nil.  Don't call callback with incorrect number of
5352         parameters if val is 0.
5353
5354 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5355
5356         * message.el (message-required-news-headers):
5357         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5358
5359 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5360
5361         * tls.el (open-tls-stream): In handshake-waiting loop,
5362         don't wait more if there is output available to process.
5363
5364 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5365
5366         * tls.el (tls-program): Doc fix.
5367
5368 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * message.el (message-generate-new-buffers): Change the meaning of the
5371         nil value; add `standard' to the choices; treat t as `unique'; improve
5372         doc string.
5373         (gnus-select-frame-set-input-focus): Autoload.
5374         (message-buffer-name): Search for the existing message buffer if
5375         message-generate-new-buffers is nil or `standard'; treat the value t of
5376         message-generate-new-buffers as `unique'.
5377         (message-pop-to-buffer): Raise the frame already displaying the message
5378         buffer; clear the echo area after querying.
5379         (message-setup): Pass the `continue' argument to compose-mail.
5380         (message-mail): Prefer `switch-function' if it is given; search for the
5381         existing message buffer if the `continue' argument is non-nil; pass
5382         continue and switch-function arguments to compose-mail by way of
5383         message-setup.
5384         (message-mail-other-window): Adjust argument of message-setup.
5385         (message-mail-other-frame): Ditto.
5386
5387 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5388
5389         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5390         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5391         to turn font-lock on when turning gnus-message-citation-mode on.
5392
5393 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5394
5395         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5396         (mml-smime-function-alist): New variable; add epg as the backend.
5397         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5398         mml-smime- functions instead.
5399         * mm-view.el: Require smime.
5400
5401 2007-03-05  Didier Verna  <didier@xemacs.org>
5402
5403         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5404         instead of just inheritance for posting styles.
5405         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5406
5407 2007-02-24  Chris Moore  <dooglus@gmail.com>
5408
5409         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5410         * pgg-pgp.el (pgg-pgp-encrypt-region):
5411         * pgg-gpg.el (pgg-gpg-encrypt-region):
5412         Check pgg-encrypt-for-me if no other recipients.
5413
5414 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5415
5416         * tls.el (tls-certtool-program): Fix custom type.
5417
5418 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5419
5420         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5421         and point-at-eol instead of line-(beginning|end)-position.
5422
5423         * assistant.el (assistant-parse-buffer): Ditto.
5424
5425         * netrc.el (netrc-parse-services): Ditto.
5426
5427 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5428
5429         * mml2015.el (mml2015-epg-find-usable-key): New function.
5430         (mml2015-epg-sign): Use it.
5431         (mml2015-epg-encrypt): Use it.
5432
5433 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * message.el (message-make-in-reply-to): Quote name containing
5436         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5437         if there are special characters.  Reported by NAKAJI Hiroyuki
5438         <nakaji@jp.freebsd.org>.
5439
5440 2007-02-27  Didier Verna  <didier@xemacs.org>
5441
5442         Include the group parameters as well as the topic ones in the
5443         inheritance filter process.
5444         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5445         argument GROUP-PARAMS-LIST.
5446         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5447
5448 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5449
5450         * nntp.el (nntp-never-echoes-commands)
5451         (nntp-open-connection-functions-never-echo-commands): New variables.
5452         (nntp-send-command): Use them.
5453
5454 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5455
5456         * mml2015.el (mml2015-epg-verify): Simplified.
5457
5458 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5459
5460         * mml.el (mml-content-disposition-alist): New user option.
5461         (mml-content-disposition): New function.
5462         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5463         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5464
5465 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5466
5467         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5468         verification.
5469
5470 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5471
5472         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5473         articles posted in the last 24 hours.
5474
5475 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5476
5477         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5478
5479 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5480
5481         * nntp.el (nntp-send-command): Don't wait for echoes when
5482         nntp-open-ssl-stream is used.
5483
5484 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5485
5486         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5487         (gnus-message-add-citation-keywords)
5488         (gnus-message-remove-citation-keywords): Remove.
5489         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5490         directly, make the variables in font-lock-defaults buffer-local, add
5491         gnus-message-citation-keywords to them and then update the value of
5492         font-lock-keywords.
5493
5494 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5495
5496         * message.el (message-cite-original-1): Don't call
5497         gnus-article-highlight-citation.
5498
5499         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5500         citations; fix line count.
5501
5502 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5505         (gnus-message-add-citation-keywords)
5506         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5507         versions of font-lock-add-keywords and font-lock-remove-keywords to
5508         work with XEmacs correctly.
5509
5510 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5511
5512         * gnus-cite.el (gnus-cite-face-list): Set the values of
5513         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5514         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5515         (gnus-message-cite-prefix-regexp): New variable.
5516         (gnus-message-search-citation-line): Use it; protect against long
5517         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5518         the 0th match data for Emacs.
5519         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5520         (gnus-message-add-citation-keywords): Append keywords rather than
5521         prepending; emulate font-lock-add-keywords if it is not available.
5522         (gnus-message-remove-citation-keywords): Emulate
5523         font-lock-remove-keywords if it is not available.
5524
5525         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5526
5527         * message.el (message-cite-prefix-regexp): Set the value of
5528         gnus-message-cite-prefix-regexp.
5529
5530 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5531
5532         * nnweb.el (nnweb-google-parse-1): Update parser.
5533
5534 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5535
5536         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5537
5538 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5539
5540         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5541         regexp.
5542
5543 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5544
5545         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5546         string-to-multibyte.
5547         (uudecode-decode-region-internal): Use it.
5548
5549         * lpath.el: Fbind string-as-multibyte for XEmacs.
5550
5551 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5552
5553         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5554         custom choice.
5555
5556         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5557
5558 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5559
5560         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5561
5562         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5563         `write-region' to respect `mm-inhibit-file-name-handlers'.
5564
5565 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5566
5567         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5568         Use gnus-home-directory instead of "~/" or "$HOME".
5569
5570 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5571
5572         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5573         to mention filename.
5574         Add comments at beginning regarding usage.
5575         (encrypt-write-file-contents): Change interactive so a string is
5576         acceptable.  If the file has no associated model, show an error instead
5577         of a nonsense prompt.
5578
5579 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5580
5581         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5582         Thanks to Yoshihiko Yamada for kind notification of this typo.
5583
5584 2007-01-12  Kenichi Handa  <handa@m17n.org>
5585
5586         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5587         multibyte buffer.
5588
5589 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5590
5591         * gnus-score.el (gnus-score-fast-scoring): New variable.
5592         (gnus-score-headers): Use it.
5593
5594         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5595
5596         * message.el (message-cite-original-1): Call
5597         gnus-article-highlight-citation if requested.
5598         (message-make-from): Allow name and address as optional arguments.
5599
5600         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5601
5602         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5603         bugs to doc string.
5604         (gnus-button-alist): Add mid\\|message-id.
5605         (gnus-button-fetch-group): Extend for use in
5606         `browse-url-browser-function'.
5607         (gnus-button-url-regexp): Try to catch paired parentheses like in
5608         Wikipedia URLs.
5609
5610         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5611         Suggested by Simon Krahnke <overlord@gmx.li>.
5612
5613 2007-01-13  Romain Francoise  <romain@orebokech.com>
5614
5615         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5616         Update copyright.
5617
5618 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5619
5620         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5621
5622 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5623
5624         * gnus-registry.el (gnus-registry-unfollowed-groups)
5625         (gnus-registry-split-fancy-with-parent): Fix documentation.
5626
5627 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5628
5629         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5630         from nnweb groups.
5631
5632 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5633
5634         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5635         Xref urls.  Erase buffer before requesting head.
5636
5637 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5638
5639         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5640         customizable.
5641
5642 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5643
5644         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5645         no signing key is found.
5646         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5647         no encrypting and/or signing key is found.
5648
5649 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5650
5651         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5652
5653 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5654
5655         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5656         headers read from disk with the ones newly found in the current search.
5657         This should no longer cause problems, because the article numbers in
5658         Gmane's `nov.php' output are ignored since the previous change.
5659
5660 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5661
5662         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5663
5664 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5665
5666         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5667         replace-regexp-in-string; bind url-version; fbind display-images-p and
5668         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5669         find-face and set-itimer-function for Emacs; bind itimer-list for
5670         Emacs.
5671
5672         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5673
5674 2007-01-01  Romain Francoise  <romain@orebokech.com>
5675
5676         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5677
5678 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5679
5680         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5681         `define-minor-mode' macro definition expanded properly.
5682         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5683         exclude it there.
5684
5685         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5686         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5687         `fboundp' test.
5688         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5689         This is OK to autoload in (S)XEmacs now.
5690
5691 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5692
5693         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5694         keystroke.
5695         (gnus-summary-limit-to-singletons): Fix typo.
5696
5697         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5698         else fails.
5699
5700 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5701
5702         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5703         docstring.
5704
5705         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5706         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5707         (gnus-summary-insert-dormant-articles): Fix typo in message.
5708
5709 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5710
5711         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5712         nil for XEmacs.
5713         (gnus-message-citation-mode): Don't autoload in XEmacs.
5714
5715         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5716
5717 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5718
5719         * nnimap.el (nnimap-expunge-search-string): Mention
5720         nnimap-search-uids-not-since-is-evil in docstring.
5721
5722 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5723
5724         * spam.el: Revert to make-obsolete-variable because
5725         define-obsolete-variable-alias is not supported in Emacs 21.
5726
5727         * spam.el (spam-ifile-path, spam-ifile-database-path)
5728         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5729         make-obsolete-variable.
5730         (spam-bsfilter-path, spam-bsfilter-program)
5731         (spam-spamassassin-path, spam-spamassassin-program)
5732         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5733         use "path" inappropriately.
5734         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5735         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5736         variable names.
5737
5738 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5739
5740         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5741         summary buffer.
5742
5743         * password.el (password-cache-remove): Use clear-string to burn
5744         password, if available.
5745
5746 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5747
5748         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5749
5750         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5751
5752         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5753         (gnus-message-highlight-citation): Move defcustom here from
5754         gnus-cite.el.
5755         (gnus-message-citation-mode): Autoload.
5756
5757         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5758         checks to make it compile with XEmacs.
5759         (gnus-message-citation-mode): New minor mode.
5760         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5761         (gnus-message-highlight-citation): New variables.
5762         (gnus-message-search-citation-line)
5763         (gnus-message-add-citation-keywords)
5764         (gnus-message-remove-citation-keywords)
5765         (turn-on-gnus-message-citation-mode)
5766         (turn-off-gnus-message-citation-mode): New functions.
5767
5768 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5769
5770         * gnus-cite.el: Enable highlighting of different citation levels in
5771         message-mode.
5772
5773 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5774
5775         * message.el (message-make-fqdn): Fix comment.
5776         (message-bogus-system-names): Add ".local".
5777
5778         * spam.el (spam-ifile-path, spam-ifile-program)
5779         (spam-ifile-database-path, spam-ifile-database)
5780         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5781         Don't use "path" inappropriately.
5782         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5783         strings.
5784         (spam-check-ifile, spam-ifile-register-with-ifile)
5785         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5786         new variable names.
5787
5788         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5789         (gnus-treat-display-smileys): Simplify using
5790         gnus-image-type-available-p.
5791
5792         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5793         available.
5794
5795         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5796         `display-images-p' if available.
5797
5798 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5799
5800         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5801         one after turning on the buffer's multibyteness instead of decoding
5802         them directly in the unibyte buffer that causes unexpected conversion
5803         in Emacs 23 (unicode).
5804
5805 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5806
5807         * message.el (message-generate-hashcash): Fix custom type.
5808
5809 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5810
5811         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5812
5813 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5814
5815         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5816         disconnect icons.  Add help text.
5817
5818 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5819
5820         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5821         negated to be consistent with the others we handle.
5822
5823 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5824
5825         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5826         version of gnus-summary-buffer to something, so that we can use two
5827         article buffers at the same time.
5828
5829 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5830
5831         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5832         trigger all the extra headers.
5833         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5834         sorting.
5835
5836 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5837
5838         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5839         solid groups.
5840
5841 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5842
5843         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5844
5845 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5846
5847         * legacy-gnus-agent.el: Add Copyright notice.
5848
5849 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5850
5851         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5852
5853 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5854
5855         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5856
5857         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5858         to make it work reliably in CVS Emacs.
5859         (gnus-summary-limit-strange-charsets-predicate)
5860         (gnus-summary-limit-to-predicate): New functions.
5861
5862 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5863
5864         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5865         specifying array size.
5866         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5867         array if it is too small.
5868         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5869         (gnus-sort-threads-loop): New function.
5870
5871 2006-12-06  Chris Moore  <dooglus@gmail.com>
5872
5873         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5874         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5875
5876 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5877
5878         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5879         options.
5880
5881 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5882
5883         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5884         DOS-ing the recipient.
5885
5886         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5887         the headers when creating the mapping to avoid mismappings.
5888         (nnweb-gmane-create-mapping): Always nix out old mapping.
5889
5890 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5891
5892         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5893         and mm-verify-option to never.
5894
5895 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5896
5897         * message.el (message-signed-or-encrypted-p): New function.
5898         (message-forward-make-body): Use it.
5899
5900         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5901         Replace encode-coding-string with mm-encode-coding-string.
5902
5903 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5904
5905         * nneething.el (nneething-decode-file-name): Replace
5906         decode-coding-string with mm-decode-coding-string.
5907
5908         * gnus-int.el (gnus-open-server): Say failed server's name.
5909
5910 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5911
5912         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5913         strings to a single string.  Quote `errors-file-name'.
5914         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5915         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5916         Adjust calls.  Use `shell-quote-argument'.
5917
5918 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5919
5920         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5921         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5922
5923         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5924         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5925         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5926         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5927         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5928         (gnus-subscribe-newsgroup, gnus-1):
5929         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5930         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5931         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5932         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5933
5934 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5935
5936         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5937         keystroke.
5938         (gnus-summary-limit-to-bodies): Implement headersp.
5939
5940 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5941
5942         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5943
5944 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5945
5946         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5947
5948 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5949
5950         * message.el (message-generate-hashcash): Expand range of values to
5951         include `opportunistic'.
5952         (message-send-mail): Use it.
5953
5954 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5955
5956         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5957         and comment it.
5958
5959         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5960
5961 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5962
5963         * gnus-util.el (gnus-extract-address-components): Improve comment.
5964
5965 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5966
5967         * gnus-util.el (gnus-extract-address-components): Work with address in
5968         which the name portion contains @.
5969
5970         * lpath.el: Fbind custom-autoload.
5971
5972 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5973
5974         * gnus.el (gnus-start): Move custom group up.
5975         (gnus-select-method): Don't autoload, but make it available for
5976         `customize-variable'.
5977         (gnus-getenv-nntpserver): Don't autoload.
5978
5979 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5980
5981         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5982
5983 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5984
5985         * message.el (message-sendmail-extra-arguments): New variable.
5986         (message-send-mail-with-sendmail): Use it.
5987
5988 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5991         mm-with-unibyte-current-buffer to make string unibyte.
5992
5993         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5994         mm-string-as-multibyte.
5995
5996 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5997
5998         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5999         Reported by Werner Koch <wk@gnupg.org>.
6000
6001 2006-11-14  Daiki Ueno  <ueno@p360>
6002
6003         * mml2015.el: Autoload epa-select-keys when compiling.
6004
6005 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6006
6007         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6008         message-options.
6009         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6010
6011 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6012
6013         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6014         EasyPG (< 0.0.6).
6015         (mml2015-always-trust): New user option.
6016         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6017         prompt.
6018
6019 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6020
6021         * nntp.el (nntp-authinfo-force): New variable.
6022         (nntp-send-authinfo): Use it.
6023
6024 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6025
6026         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6027         decode encoded words.  Improve prompt.  Add comment about forwarding.
6028         (message-replacement-char): Move up.
6029
6030 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6031
6032         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6033         instead of gnus-intersection because arguments of gnus-sorted-nunion
6034         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6035
6036 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6037
6038         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6039         (message-simplify-subject-functions): Enable
6040         message-strip-subject-encoded-words by default.
6041
6042 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6043
6044         * message.el (message-strip-subject-encoded-words): New function.
6045         (message-simplify-subject-functions): New variable.
6046         (message-simplify-subject): Use it.  Fix typo in doc string.
6047         Support message-strip-subject-encoded-words.
6048
6049 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6050
6051         * gnus-diary.el (gnus-diary-delay-format-function):
6052         * nndiary.el (nndiary-reminders):
6053         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6054
6055 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6056
6057         * gnus-art.el (article-hide-boring-headers): Fetch date from
6058         gnus-original-article-buffer to avoid problems with localized date
6059         strings.
6060
6061 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6062
6063         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6064
6065 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6066
6067         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6068         New variables.
6069         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6070         (mm-charset-synonym-alist): Move some entries to
6071         mm-codepage-iso-8859-list.
6072         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6073         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6074
6075 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6076
6077         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6078
6079 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6080
6081         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6082         with Emacs 21 and XEmacs.
6083
6084 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6085
6086         * spam.el (spam-parse-address): New function for better parsing,
6087         catching errors, etc.
6088         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6089
6090 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6091
6092         * mm-view.el: Add interactive arg to html2text autoload.
6093
6094 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6095
6096         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6097
6098 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6099
6100         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6101         variables.
6102         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6103         (mm-charset-synonym-alist): Move some entries to
6104         mm-codepage-iso-8859-list.
6105
6106         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6107
6108 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6109
6110         * message.el (message-citation-line-format)
6111         (message-insert-formated-citation-line): Fix implementation of %E, %N
6112         and %n according to the doc string.
6113
6114 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6115
6116         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6117         car-safe to avoid bad parses.
6118
6119 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6120
6121         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6122         names.
6123
6124         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6125
6126 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6127
6128         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6129         header.
6130
6131         * message.el (message-draft-headers): Add Date.
6132         (message-headers-to-generate): Fix typo in docstring.
6133
6134         * nndraft.el (nndraft-required-headers): New variable.
6135         (nndraft-generate-headers): Use it.
6136
6137         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6138
6139 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6140
6141         * gnus-registry.el (gnus-registry-wash-for-keywords)
6142         (gnus-registry-find-keywords): New functions to allow easy searching of
6143         articles that are in the registry.
6144
6145 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6146
6147         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6148         ietf-drums-parse-address instead of gnus-extract-address-components.
6149         Reported by Damien Elmes <damien@repose.cx>.
6150
6151 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6152
6153         * gnus.el (gnus-mime): Remove unused custom group.
6154
6155 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6156
6157         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6158         "blank line" when searching for end of armor headers.
6159
6160 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6161
6162         * gmm-utils.el (gmm-write-region): Fix variable name.
6163
6164 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6165
6166         * gmm-utils.el (gmm-write-region): New function based on compatibility
6167         code from `mm-make-temp-file'.
6168
6169         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6170
6171         * nnmaildir.el (nnmaildir--update-nov)
6172         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6173         Use `gmm-write-region'.
6174
6175 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6176
6177         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6178         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6179
6180         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6181
6182         * message.el (message-replacement-char): New variable.
6183         (message-fix-before-sending): Use it.
6184         (message-simplify-subject): New function to remove duplicate code.
6185         (message-reply, message-followup): Use it.
6186
6187         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6188         gnus-summary-limit-to-articles.
6189
6190 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6191
6192         * gnus-util.el (gnus-with-local-quit): New macro.
6193
6194         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6195
6196 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6197
6198         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6199         ignore non-string data.
6200
6201 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6202
6203         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6204         non-string data (needs to be done in the registry too).
6205
6206 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6207
6208         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6209         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6210         (gnus-registry-split-fancy-with-parent)
6211         (gnus-registry-fetch-simplified-message-subject-fast)
6212         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6213         Remove text properties on ingress into the registry and when it's saved.
6214         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6215         registry from entries with no groups.
6216
6217 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6218
6219         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6220         function to remove string properties.
6221
6222 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6223
6224         * gmm-utils.el (gmm): Adjust custom version.
6225
6226         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6227         custom version.
6228
6229         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6230
6231 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6232
6233         * gnus-art.el (gnus-insert-prev-page-button)
6234         (gnus-insert-next-page-button): Simplify.  Reformat.
6235
6236 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6237
6238         * gnus-art.el (gnus-insert-prev-page-button)
6239         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6240
6241 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6242
6243         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6244
6245 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6246
6247         * gnus-art.el (gnus-insert-mime-button)
6248         (gnus-insert-mime-security-button):
6249         Apply gnus-article-button-face to MIME and security buttons.
6250
6251 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6252
6253         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6254         readable.
6255
6256 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6257
6258         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6259
6260 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6261
6262         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6263         `browse-url-of-file' instead of `browse-url'.
6264
6265 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6266
6267         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6268         regexp.  Articles containing quotation were cut prematurely.
6269
6270 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * message.el (message-cite-original-1): Use nobody by default for the
6273         value of From header.
6274         (message-reply): Ditto.
6275
6276 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6277
6278         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6279         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6280         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6281
6282 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6283
6284         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6285         mails in the doc string.  Add some URLs in comment.
6286         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6287
6288 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6289
6290         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6291         backslashes handling and the way to find boundaries of quoted strings.
6292
6293 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6294
6295         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6296         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6297         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6298         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6299
6300 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6301
6302         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6303         doc string.
6304         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6305
6306 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6307
6308         * lpath.el: Fbind epg-check-configuration.
6309
6310 2006-09-06  Simon Josefsson  <jas@extundo.com>
6311
6312         * mml2015.el (mml2015-use): Doc fix, mention epg.
6313
6314 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6315
6316         * mml2015.el (mml2015-use): Default to epg, if available.
6317
6318 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6319
6320         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6321         message-sender.
6322         (mml1991-epg-encrypt): Ditto.
6323         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6324         message-sender.
6325         (mml2015-epg-encrypt): Ditto.
6326
6327 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6328
6329         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6330         several common directories.
6331
6332 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6333
6334         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6335         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6336
6337 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * gnus-art.el (article-decode-encoded-words): Make it fast.
6340
6341 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6344
6345         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6346         in quoted string into `\'.
6347
6348 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6351         Use standard-syntax-table.
6352
6353 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6354
6355         * gnus-art.el (gnus-decode-address-function): New variable.
6356         (article-decode-encoded-words): Use it to decode headers which are
6357         assumed to contain addresses.
6358         (gnus-mime-delete-part): Remove useless `or'.
6359
6360         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6361         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6362         (gnus-nov-parse-line): Use it to decode From header.
6363         (gnus-get-newsgroup-headers): Ditto.
6364         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6365
6366         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6367         (mail-decode-encoded-address-string): New alias.
6368
6369         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6370         New function.
6371         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6372         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6373         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6374         (rfc2047-decode-string): Ditto.
6375         (rfc2047-decode-address-region): New function.
6376         (rfc2047-decode-address-string): New function.
6377
6378 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6379
6380         * message.el (message-caesar-buffer-body): Allow rotating headers.
6381
6382         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6383
6384         * message.el (message-insert-formated-citation-line): Fix %f.
6385         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6386
6387 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6388
6389         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6390         (gnus-bookmark-mouse-available-p): New macro.
6391         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6392         (gnus-bookmark-bmenu-show-infos): Use it.
6393         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6394         (gnus-bookmark-bmenu-hide-infos): Ditto.
6395         (gnus-bookmark-remove-properties): New function.
6396         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6397         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6398         (gnus-bookmark-write-file): Bind coding-system-for-write.
6399         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6400         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6401         group before selecting it.
6402         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6403         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6404         quit-window if it is not available; use gnus-mouse-2 and bind it to
6405         gnus-bookmark-bmenu-select-by-mouse.
6406         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6407         (gnus-bookmark-bmenu-select-by-mouse): New function.
6408
6409 2006-08-13  Romain Francoise  <romain@orebokech.com>
6410
6411         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6412         space.
6413
6414 2006-08-10  Romain Francoise  <romain@orebokech.com>
6415
6416         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6417         (dns-mode-soa-auto-increment-serial): New user option.
6418         (dns-mode-soa-maybe-increment-serial): New function.
6419         (dns-mode): Add the latter to `write-contents-functions'.
6420
6421 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6422
6423         * compface.el (uncompface): Use binary rather than raw-text-unix.
6424
6425 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * compface.el (uncompface): Make sure the eol conversion doesn't take
6428         place when communicating with the external programs.  Reported by
6429         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6430
6431 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6432
6433         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6434
6435 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6436
6437         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6438         Make it more robust by parsing author and date independently.
6439
6440 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6441
6442         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6443
6444 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6445
6446         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6447         first matching secret key.
6448         (mml2015-epg-encrypt): Ditto.
6449
6450         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6451         first matching secret key.
6452         (mml1991-epg-encrypt): Ditto.
6453
6454         * mml2015.el (mml2015-encrypt-to-self): New user option.
6455         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6456         mml2015-epg-encrypt-to-self is set.
6457
6458         * mml1991.el (mml1991-encrypt-to-self): New variable.
6459         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6460         mml1991-epg-encrypt-to-self is set.
6461
6462         * mml2015.el (mml2015-signers): New user option.
6463         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6464         (mml2015-epg-encrypt): Allow to select signing keys.
6465
6466         * mml1991.el (mml1991-signers): New variable.
6467         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6468         (mml1991-epg-encrypt): Allow to select signing keys.
6469
6470 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6471
6472         * nnheader.el (nnheader-insert-head): Make it work even if the file
6473         uses CRLF for the line-break code.
6474
6475 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6476
6477         * mml2015.el: Require mml-sec instead of password.
6478         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6479         (mml2015-cache-passphrase): Inherit the default value from
6480         mml-secure-cache-passphrase.
6481         (mml2015-passphrase-cache-expiry): Inherit the default value from
6482         mml-secure-passphrase-cache-expiry.
6483
6484         * mml1991.el: Require mml-sec instead of password.
6485         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6486         (mml1991-cache-passphrase): Inherit the default value from
6487         mml-secure-cache-passphrase.
6488         (mml1991-passphrase-cache-expiry): Inherit the default value from
6489         mml-secure-passphrase-cache-expiry.
6490
6491         * mml-sec.el: Require password.
6492         (mml-secure-verbose): New user option.
6493         (mml-secure-cache-passphrase): New user option.
6494         (mml-secure-passphrase-cache-expiry): New user option.
6495
6496 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6497
6498         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6499         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6500         andreas@altroot.de (Andreas Vögele).
6501
6502         FIXME: Use `tiny change'?
6503
6504 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6505
6506         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6507         workaround for the url package included with Emacs.
6508
6509         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6510
6511 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6512
6513         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6514         correctly.  This fixes a bug caused by the 2006-05-12 change.
6515
6516 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6517
6518         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6519         some information about the error when saying that the `bogus' mail
6520         group will be used.
6521
6522 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6523
6524         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6525         string.
6526
6527 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6528
6529         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6530
6531 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6532
6533         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6534
6535 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6536
6537         * mml1991.el (mml1991-function-alist): Add epg.
6538         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6539         (mml1991-epg-encrypt): New functions.
6540
6541 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6542
6543         * mml2015.el (mml2015-verbose): New variable.
6544         (mml2015-cache-passphrase): Ditto.
6545         (mml2015-passphrase-cache-expiry): Ditto.
6546         (mml2015-function-alist): Add epg.
6547         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6548         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6549         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6550         functions.
6551
6552 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6553
6554         * message.el (message-cite-original-1): Preserve region when removing
6555         quoted text due to X-No-Archive in order to avoid bogus attribution
6556         when citing multiple messages.
6557
6558 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6559
6560         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6561         Kenneth Jacker <khj@be.cs.appstate.edu>.
6562
6563 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6564
6565         * gnus-diary.el (gnus-user-format-function-d)
6566         (gnus-user-format-function-D): Autoload.
6567
6568         * imap.el (Commentary): Fix typo.
6569
6570         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6571         2006-04-22 contribution.
6572
6573 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6574
6575         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6576         It didn't really fix the bogosity I'm seeing with solid web groups.
6577
6578 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6579
6580         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6581         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6582         created using server names.  If we use the feature without declaring
6583         it, Gnus does not properly manage server and group state.
6584
6585         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6586         bound.
6587
6588 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6589
6590         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6591         looking up the method using GROUP's prefix before inventing a new one.
6592         It is used on killed/unknown groups in various places where returning
6593         an all-new method isn't expected by the caller.
6594
6595         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6596         and match semantics of gnus-group-real-prefix.
6597
6598 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6599
6600         * nnmail.el (nnmail-broken-references-mailers): New variable.
6601         (nnmail-ignore-broken-references): New function generalizing
6602         nnmail-fix-eudora-headers.
6603         (nnmail-fix-eudora-headers): Now obsolete.
6604
6605         * gnus-art.el (gnus-button-handle-custom): Support
6606         `customize-apropos*'.
6607
6608 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6609
6610         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6611
6612         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6613         articles.
6614
6615 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6616
6617         * message.el (message-cite-reply-above): New variable.
6618         (message-yank-original): Use it.
6619
6620 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6621
6622         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6623
6624 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6625
6626         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6627         as read.
6628
6629         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6630
6631 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6632
6633         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6634         (gnus-bookmark-default-file): Use gnus-directory.
6635         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6636         Remove "*" in doc string.
6637         (gnus-bookmark-write-file): Simplify.
6638         (gnus-bookmark-maybe-sort-alist): Use `when'.
6639         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6640         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6641         FIXME about Emacs 21 and XEmacs compatibility.
6642         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6643         compatibility.
6644         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6645         compatibility.
6646         (gnus-bookmark-menu-heading): Fix version.
6647
6648 2006-06-19  Bastien Guerry  <bzg@altern.org>
6649
6650         * gnus-bookmark.el: New file.
6651
6652 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * message.el (message-syntax-checks): Doc fix.
6655
6656 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6657
6658         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6659         unsubscribed groups as if they were killed ones.  It causes duplicate
6660         entries in gnus-newsrc-alist.
6661
6662 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6663
6664         * message.el (message-syntax-checks): Doc fix.
6665         (message-send-mail): Add check for continuation headers.
6666         (message-check-news-header-syntax): Fix regexp used to check for
6667         continuation headers.
6668
6669 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6672
6673 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6674
6675         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6676
6677 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6678
6679         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6680         default-truncate-lines.
6681
6682 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6685         to fill the utf-8 entry.
6686
6687         * lpath.el: Fbind unicode-precedence-list.
6688
6689 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6690
6691         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6692
6693 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6694
6695         * gnus-agent.el (directory-files-and-attributes): Move all the way
6696         forward (the third and final move).
6697         (gnus-agent-read-agentview): Trap reconstruction errors due to
6698         nonexistant directory.  Handle by returning nil.
6699
6700 2006-05-30  Didier Verna  <didier@xemacs.org>
6701
6702         * message.el (message-dont-reply-to-names): Update the custom type.
6703         * message.el (message-dont-reply-to-names): New defsubst: potentially
6704         convert a list of regexps into a single one.
6705         * message.el (message-get-reply-headers): Use it.
6706         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6707
6708 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * gnus-agent.el (directory-files-and-attributes): Move forward.
6711
6712 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6713
6714         * gnus-ml.el (gnus-mailing-list-subscribe)
6715         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6716         (gnus-mailing-list-message): Fix doc strings.
6717
6718 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6719
6720         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6721         of doing it manually.
6722
6723 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6724
6725         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6726         comment.
6727
6728 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6729
6730         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6731         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6732         (gnus-agent-read-local): All symbols allocated in my-obarray.
6733         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6734         (gnus-agent-regenerate-group): Check numeric names to see if they are
6735         messages or groups.
6736         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6737         better way of do this...)
6738
6739         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6740         'dummy.group' (there should be a better way of do this...)
6741
6742 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6743
6744         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6745         (gnus-saved-headers): Ditto.
6746         (gnus-default-article-saver): Mention functions may have properties.
6747         (gnus-article-save): Override gnus-save-all-headers and
6748         gnus-saved-headers by :headers property which saver function may have.
6749         (gnus-summary-save-in-file): Add :headers property.
6750         (gnus-summary-write-to-file): Ditto.
6751
6752         * gnus-sum.el (gnus-summary-save-article): Bind
6753         gnus-prompt-before-saving to t when saving many articles in a file;
6754         always show all headers.
6755
6756         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6757
6758 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6759
6760         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6761         marks.
6762
6763         * message.el (message-indent-citation): Add optional arguments to allow
6764         using it outside of message buffers.
6765
6766         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6767         (gnus-article-treat-unfold-headers): Use it.
6768         (gnus-article-truncate-lines): New variable.
6769         (gnus-article-mode): Use it.
6770         (gnus-article-toggle-truncate-lines): New function.
6771
6772         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6773         gnus-article-toggle-truncate-lines.
6774
6775         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6776         coding system in XEmacs, use binary.
6777
6778 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6781         after-load-alist.
6782
6783         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6784         this function should save decoded articles.
6785         (gnus-summary-write-to-file): Use property to specify this function
6786         should save decoded articles and specify gnus-summary-save-in-file
6787         should be used to save articles other than the first one when saving
6788         many articles.
6789         (gnus-summary-save-body-in-file): Use property to specify this
6790         function should save decoded articles.
6791         (gnus-summary-write-body-to-file): Use property to specify this
6792         function should save decoded articles and specify
6793         gnus-summary-save-body-in-file should be used to save articles other
6794         than the first one when saving many articles.
6795
6796         * gnus-sum.el (gnus-summary-save-article): Simplify.
6797
6798 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * gnus-art.el (gnus-default-article-saver): Add
6801         gnus-summary-write-body-to-file.
6802         (gnus-article-save-coding-system): Don't use coding system object
6803         in XEmacs.
6804         (gnus-read-save-file-name): Add optional `dir-var' argument which
6805         specifies directory in which files are saved; work even if optional
6806         `variable' argument is not specified.
6807         (gnus-summary-write-to-file): Read file name.
6808         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6809         (gnus-summary-write-body-to-file): New function.
6810
6811         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6812         (gnus-summary-local-variables): Add it.
6813         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6814         (gnus-summary-save-article): Remove optional `decode' argument;
6815         determine whether to decode articles by the value of
6816         gnus-default-article-saver; when saving many files using
6817         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6818         it first and use gnus-summary-save-in-file or
6819         gnus-summary-save-body-in-file thereafter unless
6820         gnus-prompt-before-saving is always; move point to article which
6821         will be saved.
6822         (gnus-summary-save-article-file): Revert.
6823         (gnus-summary-write-article-file): Revert.
6824         (gnus-summary-save-article-body-file): Revert.
6825         (gnus-summary-write-article-body-file): New function.
6826
6827 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6828
6829         * gnus-art.el (gnus-default-article-saver): Doc fix.
6830         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6831         from gnus-summary-save-article-coding-system, and default to a
6832         certain coding system.
6833         (gnus-output-to-file): Add coding cookie and encode text according
6834         to gnus-article-save-coding-system; don't use mm-append-to-file.
6835
6836         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6837         gnus-art.el and rename to gnus-article-save-coding-system.
6838         (gnus-summary-save-article): Require gnus-art; don't show all
6839         headers if it decodes articles; don't add coding cookie here;
6840         don't bind mm-text-coding-system-for-write.
6841         (gnus-summary-save-article-file): Save decoded articles.
6842         (gnus-summary-write-article-file): When saving many files, use
6843         gnus-summary-write-to-file first and gnus-summary-save-in-file
6844         thereafter unless gnus-prompt-before-saving is always.
6845         (gnus-summary-save-article-body-file): Save decoded articles.
6846
6847         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6848
6849 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6850
6851         * nnrss.el (nnrss-check-group): Bind hash-index.
6852
6853 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6854
6855         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6856         its hash index.  Store this hash in `nnrss-group-data'.
6857         (nnrss-read-group-data): Update accordingly.
6858
6859 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6860
6861         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6862         entry.
6863
6864         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6865         gnus-article-browse-html-article.
6866
6867 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6868
6869         * gnus-sum.el (gnus-summary-mime-map): Add
6870         gnus-article-browse-html-article.
6871
6872         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6873
6874 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6875
6876         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6877         suitable coding systems in customize.
6878
6879 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6880
6881         * mail-source.el (mail-sources): Fix custom type.
6882
6883 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6884
6885         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6886         (gnus-summary-expire-articles-now): Shorten prompt.
6887
6888         * gmm-utils.el (wid-edit): Require.
6889         (defun-gmm): Renamed from `gmm-defun-compat'.
6890         (gmm-image-search-load-path): Use it.
6891         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6892
6893 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6896         variable.
6897         (gnus-summary-save-article): Add optional `decode' argument.  If
6898         it is set and gnus-summary-save-article-coding-system is non-nil,
6899         save decoded article.
6900         (gnus-summary-write-article-file): Save decoded article if
6901         gnus-summary-save-article-coding-system is non-nil.
6902
6903         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6904         type.
6905
6906 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6907
6908         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6909
6910 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6911
6912         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6913         first to test gnus-single-article-buffer which may be buffer-local.
6914
6915         * gnus-sum.el (gnus-summary-setup-buffer): Make
6916         gnus-single-article-buffer buffer-local and nil in ephemeral
6917         group; make gnus-article-buffer, gnus-article-current, and
6918         gnus-original-article-buffer always buffer-local.
6919         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6920         group.
6921         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6922
6923 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6924
6925         * nnml.el (nnml-request-compact-group): Compressed files might not
6926         have .gz extension.
6927
6928 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6929
6930         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6931         (mm-copy-to-buffer): Use with-current-buffer.
6932         (mm-display-part): Simplify.
6933         (mm-inlinable-p): Add optional arg `type'.
6934
6935 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6936
6937         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6938         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6939         Try harder to show the attachment internally or externally using
6940         gnus-mime-view-part-as-type.
6941
6942 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6943
6944         * message.el (message-from-style, message-signature-separator)
6945         (message-user-organization-file, message-send-mail-function)
6946         (message-citation-line-function, message-yank-prefix)
6947         (message-indent-citation-function, message-signature)
6948         (message-signature-file, message-signature-insert-empty-line):
6949         Remove autoloads.
6950
6951         * gnus-art.el (gnus-buttonized-mime-types): Remove
6952         "multipart/signed".  Revert 2006-04-26 change.
6953
6954 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6955
6956         * gnus.el (gnus-version-number): Bump version.
6957
6958 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6959
6960         * gnus.el: No Gnus v0.5 is released.
6961
6962 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6963
6964         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6965         fetching articles by message-id.
6966
6967 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6968
6969         * message.el (hashcash): Require hashcash as normal.
6970
6971         * ecomplete.el (ecomplete-highlight-match-line): Use
6972         point-at-eol.
6973         (ecomplete-highlight-match-line): Use `highlight', because that
6974         face exists in both Emacs and XEmacs.
6975
6976         * message.el (message-display-abbrev): Use point-at-bol.
6977
6978         * mail-source.el: Don't require timer/timer-funcs.
6979
6980         * gnus-async.el: Ditto.
6981
6982         * password.el: Ditto.
6983
6984         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6985
6986         * mm-url.el: Ditto.
6987
6988         * gnus-xmas.el: Don't require timer-funcs.
6989
6990         * mm-util.el: Require timer/timer-funcs.
6991
6992 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6993
6994         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6995         Close.
6996
6997 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7000         unibyte after clear-decrypt function runs.
7001
7002         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7003         returns as a unibyte string.
7004
7005 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * lpath.el: Revert.
7008
7009         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7010         (pgg-gpg-process-sentinel): Revert.
7011
7012         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7013         (pgg-pgp-lookup-key): Revert.
7014
7015         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7016         (pgg-pgp5-lookup-key): Revert.
7017
7018         * pgg.el (pgg-fetch-key): Revert.
7019
7020 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7021
7022         * lpath.el: Fbind string-as-multibyte for XEmacs.
7023
7024         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7025         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7026         (mml1991-pgg-encrypt): Ditto.
7027
7028         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7029         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7030         a multibyte buffer.
7031
7032         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7033         (pgg-pgp-lookup-key): Ditto.
7034
7035         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7036         (pgg-pgp5-lookup-key): Ditto.
7037
7038         * pgg.el (pgg-fetch-key): Ditto.
7039
7040 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7041
7042         * message.el (message-user-organization-file): Check several
7043         locations of the organization file.
7044
7045         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7046         Add gnus-article-view-part-as-type.
7047
7048         * gnus-art.el (gnus-article-view-part-as-type): New function.
7049
7050         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7051         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7052
7053         * mml.el: Simplify autoload.
7054         (mml-mode): defvar dnd-protocol-alist instead of using
7055         symbol-value.
7056         (mml-default-directory): New variable.
7057         (mml-minibuffer-read-file): Use it.
7058         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7059
7060         * message.el (message-citation-line-format): New variable.
7061         (message-insert-formated-citation-line): New function.
7062         (message-citation-line-function): Add
7063         `message-insert-formated-citation-line' to custom type.
7064
7065         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7066         to doc string.
7067
7068         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7069         depending on mm-verify-option.
7070
7071 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7072
7073         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7074         binding pgg-* variables; reimplement the section which prevents
7075         MIME header from being signed.
7076         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7077         pgg-text-mode; remove a blank line at the top of body.
7078
7079         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7080         lines at the top of body; use gnus-newsgroup-charset if there's no
7081         Charset header.
7082
7083 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7084
7085         * message.el (message-self-insert-commands): Doc fix.
7086
7087         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7088         (mm-uu-pgp-encrypted-test): Ditto.
7089         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7090         between header and body; return application/pgp-encrypted handle
7091         if decryption failed; decode decrypted body by charset.
7092
7093         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7094         element match to application/pgp-*.
7095
7096 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7097
7098         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7099         HTML.
7100
7101 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7102
7103         * mail-source.el (mail-source-call-script): Message the error
7104         string.
7105
7106 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7107
7108         * gnus-util.el (gnus-byte-compile): Use it.
7109
7110 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7111
7112         * gnus-util.el (kill-empty-logs): New function.
7113
7114 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7115
7116         * message.el (message-mail-alias-type): Doc fix.
7117         (message-mail-alias-type-p): New function.
7118         (message-send): Use it.
7119         (message-mode): Ditto.
7120         (message-strip-forbidden-properties): Ditto.
7121
7122         * ecomplete.el (ecomplete-database-file-coding-system): New
7123         variable.
7124         (ecomplete-save): Use it.
7125         (ecomplete-setup): Use it.
7126
7127 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7128
7129         * message.el (message-self-insert-commands): New variable.
7130         (message-strip-forbidden-properties): Use it.
7131
7132 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7133
7134         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7135         that doesn't make XEmacs choke.
7136
7137 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7138
7139         * gnus-util.el (gnus-replace-in-string):
7140         Prefer replace-regexp-in-string over of replace-in-string.
7141
7142 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7143
7144         * gnus-util.el (gnus-select-frame-set-input-focus):
7145         Use select-frame-set-input-focus if it is available in XEmacs; use
7146         definition defined in Emacs 22 for old Emacsen.
7147
7148         * dgnushack.el: Autoload unmorse-region for XEmacs.
7149
7150         * lpath.el: Bind cursor-in-non-selected-windows and
7151         select-frame-set-input-focus for XEmacs.
7152
7153 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7154
7155         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7156
7157 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7158
7159         * gnus-registry.el (gnus-registry-cache-save): Remove text
7160         properties when saving via the temp buffer.
7161
7162 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7163
7164         * message.el (message-generate-hashcash): Honor custom type.
7165
7166 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7167
7168         * message.el (message-generate-hashcash): Default to non-nil when
7169         hashcash is found.
7170
7171         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7172         (gnus-refer-thread-limit): Increase default to 500.
7173
7174         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7175
7176         * flow-fill.el (fill-flowed): Allow delete-space.
7177
7178 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7179
7180         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7181         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7182         Remove autoloads.
7183
7184 2006-04-18  Simon Josefsson  <jas@extundo.com>
7185
7186         * message.el (message-generate-hashcash): Default to.
7187
7188 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7191         concatenating segments rather than before concatenating them.
7192
7193 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7194
7195         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7196
7197 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7198
7199         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7200
7201         * message.el (message-forward-make-body-plain): Allow
7202         message-forward-ignored-headers to be a list.
7203         (message-remove-ignored-headers): Factor out into function.
7204         (message-forward-make-body-mml): Use it.
7205
7206         * imap.el (imap-quote-specials): New function.
7207         (imap-login-auth): Quote specials.
7208
7209         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7210         (rfc2231-parse-string): Allow concatanation of parameters that
7211         aren't contiguous.  The test case is
7212           (mail-header-parse-content-type "message/external-body;
7213             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7214             access-type=LOCAL-FILE;
7215             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7216
7217 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7218
7219         * nntp.el (nntp-accept-process-output): Return the value of
7220         `nnheader-accept-process-output'.
7221
7222 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7223
7224         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7225         (gnus-button-alist): Recognize more diff formats.
7226         (gnus-button-patch): Strip directory.
7227
7228 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7229
7230         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7231         Emacs 22 when setting focus.
7232
7233 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7234
7235         * gnus-art.el (gnus-article-treat-types): Do treatment of
7236         text/x-verbatim parts.
7237         (gnus-button-patch): New command.
7238
7239         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7240         addresses that contain invalid characters.
7241
7242 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7243
7244         * message.el (message-put-addresses-in-ecomplete): Use
7245         gnus-replace-in-string.
7246         (message-is-yours-p): Use the more correct
7247         mail-header-parse-address instead of
7248         mail-extract-address-components.
7249         (message-put-addresses-in-ecomplete): Fix typo.
7250
7251         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7252         keystroke.
7253
7254         * gnus-art.el (gnus-treatment-function-alist): Change order of
7255         newsgroups/generic header folding to avoid double-folding.
7256
7257         * message.el (message-hidden-headers): Add X-Draft-From.
7258
7259         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7260         command.
7261         (gnus-summary-repeat-search-article-backward): New command.
7262
7263         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7264         groups in the parent topic.
7265
7266 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7267
7268         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7269         (spam-extra-header-to-number): Return the CRM114 number as a
7270         number instead of a string.
7271
7272 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7273
7274         * gnus-art.el (gnus-face-properties-alist): Moved here from
7275         gnus-fun.
7276
7277         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7278
7279 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7280
7281         * message.el (message-strip-forbidden-properties): Only display on
7282         self-insert-command.
7283
7284         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7285         reindent.
7286         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7287
7288 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7289
7290         * smiley.el (smiley-style): Fix typo.
7291
7292 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7293
7294         * hashcash.el (hashcash-insert-payment-async-2): Use
7295         message-goto-eoh instead of doing it manually.
7296         (mail-add-payment): Use message-narrow-to-header instead of trying
7297         to do the same itself.
7298
7299         * message.el (message-hidden-headers): Add Face.
7300
7301         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7302         reparenting code.
7303         (gnus-summary-reparent-children): Refactored out code.
7304         (gnus-summary-thread-map): New keystroke.
7305         (gnus-summary-reparent-children): Make into command.
7306
7307         * smiley.el (smiley-style): Default to `medium' if using a large
7308         font.
7309
7310         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7311         does it itself.
7312
7313         * message.el (message-point-in-header-p): Simplify definition.
7314
7315 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7316
7317         * nnagent.el (nnagent-request-set-mark): Silence log file
7318         writing.
7319         (nnagent-request-set-mark): Use write-region instead of
7320         append-to-file.
7321
7322         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7323         strange select method.
7324
7325         * ecomplete.el (ecomplete-display-matches): Get highlightling
7326         right.
7327         (ecomplete-display-matches): Use literals.
7328         (ecomplete-display-matches): Disable message logging.
7329
7330         * message.el (message-display-abbrev): Small optimization.
7331
7332         * ecomplete.el (ecomplete-display-matches): Allow automatic
7333         display.
7334
7335         * message.el (message-strip-forbidden-properties): Display
7336         abbrevs.
7337         (message-display-abbrev): Get automatic display right.
7338
7339         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7340         keystrokes.
7341
7342 2006-04-13  Romain Francoise  <romain@orebokech.com>
7343
7344         TODO: Backport to v5-10!
7345
7346         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7347         Moved here (and renamed) from gnus-registry.el.
7348
7349         * gnus-registry.el: Require gnus-util.
7350         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7351
7352 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7353
7354         * gnus-group.el (gnus-group-catchup-current): Change
7355         if-then-else-if-then-else into cond.
7356         (gnus-group-catchup): Indent.
7357         (group-name-at-point): New function.
7358         (gnus-fetch-group): Provide default from thing at point.
7359
7360 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7361
7362         * message.el (message-display-abbrev): Fix regexp.
7363
7364         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7365         choosing.
7366         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7367         dead variables.
7368
7369         * message.el (message-newline-and-indent): Remove debugging.
7370         (message-display-abbrev): Use new implementation.
7371
7372 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7373
7374         * gnus-art.el (gnus-article-mode): Set
7375         cursor-in-non-selected-windows to nil.
7376
7377         * smiley.el: Revert previous change.
7378         (smiley-data-directory): defvar it before using it in the
7379         defcustom of `smiley-style'.
7380
7381 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7382
7383         * message.el (message-newline-and-indent): New function.
7384
7385         * ecomplete.el: Implement more bits.
7386
7387         * message.el (message-put-addresses-in-ecomplete): Clean up the
7388         string.
7389
7390         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7391
7392         * gnus-sum.el (gnus-summary-save-parts): Bind
7393         gnus-summary-save-parts-counter and use it to make unique file
7394         names.
7395
7396         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7397
7398         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7399         parameter to say whether to actually parse the individual
7400         addresses.
7401
7402         * message.el (message-put-addresses-in-ecomplete): New function.
7403         (ecomplete): Require.
7404         (message-mail-alias-type): Add ecomplete as an option.
7405
7406 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7407
7408         * flow-fill.el (fill-flowed): Remove trailing space from blank
7409         quoted lines.
7410
7411 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7412
7413         * smiley.el (smiley-style): Move definition later to avoid a
7414         compilation warning.
7415
7416 2006-04-12  Kenichi Handa  <handa@m17n.org>
7417
7418         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7419         buffer and then decode the buffer text if necessary.
7420         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7421         first, and after mm-encode-body, change the buffer to unibyte.
7422         Use mm-disable-multibyte instead of set-buffer-multibyte.
7423
7424 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7425
7426         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7427         Content-Type header instead of Content-Disposition header.
7428         (gnus-mime-inline-part): Ditto.
7429         (gnus-mime-view-part-as-charset): Ignore charset that the part
7430         specifies.
7431
7432         * mm-decode.el (mm-display-part): Work with external parts and
7433         usual parts similarly.
7434
7435         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7436         instead of gnus-display-mime.
7437
7438         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7439         instead of with-temp-buffer.
7440
7441         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7442         tag to summarized topics part in order to encode non-ASCII text.
7443
7444 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7445
7446         * smiley.el (smiley-style): New variable.
7447         (smiley-directory): New function.
7448         (smiley-data-directory): Derive from `smiley-style' using
7449         `smiley-directory'.
7450         (smiley-regexp-alist): Add new entries.
7451
7452         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7453         (gnus-article-browse-delete-temp): Add :version.
7454
7455 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7456
7457         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7458         the sieve region.
7459
7460 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7461
7462         * gnus.el (gnus-version-number): Bump version.
7463
7464 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7465
7466         * gnus.el: No Gnus v0.4 is released.
7467
7468 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7469
7470         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7471         layout.
7472
7473         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7474         unknown charset.
7475
7476         * message.el (message-header-synonyms): Add Original-To to the
7477         default.
7478
7479         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7480         optional parameter.
7481
7482 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7483
7484         * gnus-fun.el (gnus): Require it for gnus-directory.
7485
7486 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7487
7488         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7489
7490 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7491
7492         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7493
7494 2006-04-05  Simon Josefsson  <jas@extundo.com>
7495
7496         * password.el (password-reset): New function.
7497
7498 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7499
7500         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7501         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7502
7503 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7504
7505         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7506         Some whitespace was matched into the url, which broke browsing hits
7507         > 100 when mm-url-use-external was nil.
7508
7509 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7510
7511         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7512         gnus-extra-headers for 'Newsgroups.
7513
7514         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7515         bound.
7516
7517 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7518
7519         * pgg-gpg.el: Clean up process buffers every time gpg processes
7520         complete.
7521
7522 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7523
7524         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7525         doc string.
7526
7527 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7528
7529         * pgg-gpg.el (pgg-gpg-process-filter)
7530         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7531
7532         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7533         lines, temporary fix.
7534
7535 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7536
7537         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7538
7539 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7540
7541         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7542         default-enable-multibyte-characters.  This reverts the change from
7543         revision 6.17 which is no longer necessary because the passphrase
7544         is sent separately now.  GnuPG messages are unreadable under
7545         multibyte locales with default-enable-multibyte-characters set to
7546         nil.
7547
7548 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7549
7550         * message.el (message-tool-bar-gnome): Move "spell".
7551
7552 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7553
7554         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7555         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7556         instead.
7557
7558 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7559
7560         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7561         newsgroups handling for NNTP overviews which don't include
7562         Newsgroups.
7563
7564 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7565
7566         * message.el (message-resend): Bind message-generate-hashcash to nil.
7567
7568 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7569
7570         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7571         when searching for already-paid recipients.
7572
7573 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7574
7575         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7576         passphrases when it is not needed.
7577         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7578         passphrase stuff from gpg, should only be necessary when you use
7579         gpg with a smartcard.
7580
7581 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * mml.el (mml-insert-mime): Ignore cached contents of
7584         message/external-body part.
7585
7586         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7587         (mm-insert-part): Ditto.
7588
7589 2006-03-23  Simon Josefsson  <jas@extundo.com>
7590
7591         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7592         Reiner.
7593         (pgg-gpg-use-agent-p): Use it again.
7594
7595 2006-03-23  Simon Josefsson  <jas@extundo.com>
7596
7597         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7598         older emacsen.
7599         (pgg-gpg-use-agent-p): Don't use it.
7600
7601 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7602
7603         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7604         if we can.
7605
7606 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7607
7608         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7609         (pgg-gpg-update-agent): New function.
7610         (pgg-gpg-use-agent-p): New function.
7611         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7612         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7613         (pgg-gpg-sign-region): Use it.
7614
7615 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7618         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7619
7620 2006-03-21  Simon Josefsson  <jas@extundo.com>
7621
7622         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7623         <wilde@sha-bang.de>.
7624         (pgg-gpg-use-agent): New variable.
7625         (pgg-gpg-process-region): Use it.
7626         (pgg-gpg-encrypt-region): Likewise.
7627         (pgg-gpg-encrypt-symmetric-region): Likewise.
7628         (pgg-gpg-decrypt-region): Likewise.
7629         (pgg-gpg-sign-region): Likewise.
7630         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7631
7632 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7633
7634         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7635
7636         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7637         Add comment on version.
7638
7639 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7640
7641         * smiley.el: Add missing test smiley.
7642
7643 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7644
7645         * mm-decode.el (mm-with-part): New macro.
7646         (mm-get-part): Use it; work with message/external-body as well.
7647         (mm-save-part): Treat name and filename equally.
7648
7649         * mm-extern.el (mm-extern-cache-contents): New function.
7650         (mm-inline-external-body): Use it; force the part to be displayed;
7651         move undisplayer added to the cached handle to the parent.
7652
7653         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7654         (gnus-mime-view-part-as-type): Work with message/external-body.
7655
7656         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7657
7658 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7659
7660         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7661         images in image-load-path.  [Sync with image.el, revision 1.60, in
7662         Emacs.]
7663
7664 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7665
7666         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7667         path rather than symbol.  Always return list of directories.
7668         Guarantee that image directory comes first.  [Sync with image.el,
7669         revision 1.59, in Emacs.]
7670
7671         * message.el (message-make-tool-bar): Adjust to new API of
7672         `gmm-image-load-path-for-library'.
7673
7674         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7675
7676         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7677
7678 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7679
7680         * gnus-art.el (gnus-article-only-boring-p):
7681         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7682         intangible text.
7683         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7684
7685 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7686
7687         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7688         `defun' instead of `gmm-defun-compat'.
7689
7690 2006-03-14  Simon Josefsson  <jas@extundo.com>
7691
7692         * message.el (message-unique-id): Don't use message-number-base36
7693         if (user-uid) is a float.
7694         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7695
7696 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7697
7698         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7699
7700         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7701         empty line between a part and a message part.
7702
7703 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7704
7705         * smiley.el: Add more test smileys.
7706         (smiley-data-directory, smiley-regexp-alist)
7707         (gnus-smiley-file-types): Fix doc strings.
7708         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7709         adding new elements.
7710         (smiley-mouse-map): Unused code.  Make it a comment.
7711
7712 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7713
7714         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7715         scan latest NoCeM messages instead of old ones.
7716         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7717         delimiters that are recently used.
7718         (gnus-nocem-load-cache): Add autoload cookie.
7719
7720         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7721
7722         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7723         level which is larger than gnus-use-nocem is specified.
7724
7725         * gnus-group.el (gnus-group-get-new-news): Ditto.
7726
7727 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7728
7729         * gnus-util.el (gnus-tool-bar-update): New function.
7730
7731         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7732         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7733
7734         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7735
7736         * gnus-group.el (gnus-group-redraw-when-idle)
7737         (gnus-group-redraw-check): Remove.
7738         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7739
7740 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7741
7742         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7743         if optional last element is specified in splits (FIELD VALUE...).
7744
7745 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7746
7747         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7748         to gmm-image-load-path-for-library.  Call with no-error argument.
7749         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7750
7751         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7752
7753         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7754
7755         * gmm-utils.el (gmm-image-load-path): Remove alias.
7756
7757 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7758
7759         * gmm-utils.el (gmm-image-load-path): Add alias.
7760
7761         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7762         nnml-generate-nov-databases-1.
7763         (nnml-generate-nov-databases): Use it.
7764         (nnml-generate-nov-databases-directory): Document no-active
7765         argument.
7766
7767         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7768         directory if path is t.  Add no-error.
7769
7770         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7771         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7772
7773         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7774         resetting gnus-article-browse-html-temp-list.
7775
7776         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7777         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7778         Add example to docstring.  Rename local variables.  Move error
7779         checks to default case in cond and simplify.
7780
7781 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7782
7783         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7784         handle is multipart when calling it recursively.
7785         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7786
7787 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7788
7789         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7790         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7791
7792 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7793
7794         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7795         is loaded.
7796
7797         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7798         loaded.
7799
7800 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7801
7802         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7803         to "Emacs 23 (unicode)" in doc string.
7804
7805         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7806         "Emacs 23 (unicode)" in comment.
7807
7808 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7809
7810         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7811
7812         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7813         characters 160 through 255 in Emacs 23.
7814
7815 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7816
7817         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7818         gnus-article-browse-html-temp.
7819         (gnus-article-browse-delete-temp): Make it customizable.  Add
7820         `file'.  Adjust doc string.
7821         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7822         query for each file.  Adjust doc string.
7823         (gnus-article-browse-html-parts): Add
7824         `gnus-article-browse-delete-temp-files' to
7825         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7826
7827 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7828
7829         * gnus-art.el (gnus-article-browse-html-temp)
7830         (gnus-article-browse-delete-temp): New variables.
7831         (gnus-article-browse-delete-temp-files): New function.
7832         (gnus-article-browse-html-parts): Use it.
7833
7834 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7835
7836         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7837
7838         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7839         string.
7840
7841         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7842         gnus-summary-insert-new-articles when unplugged.  Remove
7843         gnus-summary-search-article-forward.
7844
7845         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7846         display-visual-class instead of display-color-cells.
7847
7848 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7849
7850         * dgnushack.el: Autoload customize-group for XEmacs.
7851
7852         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7853         message/* containing non-ASCII text properly.
7854
7855 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7856
7857         * message.el: Require gmm-utils, remove autoloads.
7858         (message-tool-bar): Set default based on
7859         gmm-tool-bar-style.
7860         (message-tool-bar-gnome): Add gmm-customize-mode.
7861
7862         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7863         gmm-tool-bar-style.
7864         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7865
7866         * gnus-group.el (gnus-group-tool-bar): Set default based on
7867         gmm-tool-bar-style.
7868         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7869
7870         * gmm-utils.el (gmm-image-directory): Rename variable from
7871         gmm-image-load-path.
7872         (gmm-image-load-path): Use gmm-image-directory.
7873         (gmm-customize-mode): New function.
7874         (gmm-tool-bar-style): New variable.
7875
7876         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7877         gnus-group-redraw-line-number.
7878         (gnus-group-redraw-check): Simplify.
7879         (gnus-group-tool-bar-update): Remove redraw check.
7880         (gnus-group-make-tool-bar): Add redraw check.
7881
7882 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7883
7884         * gnus-art.el (gnus-button): Add missing parentheses.
7885
7886 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * lpath.el: Fbind line-number-at-pos.
7889
7890 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7891
7892         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7893
7894 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7895
7896         * gnus-art.el (gnus-button): New face.
7897         (gnus-article-button-face): Use it.
7898
7899         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7900         gnus-summary-next-page.  Re-order.
7901
7902         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7903         next-node are now included.
7904         (gnus-group-redraw-line-number): New internal variable.
7905         (gnus-group-redraw-check): Helper function for updating the tool
7906         bar.
7907         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7908
7909         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7910
7911         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7912         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7913         Use it to match format of Spamassassin 3.0 and later.  Reported by
7914         IRIE Tetsuya <irie@t.email.ne.jp>.
7915         (spam-check-bogofilter)
7916         (spam-bogofilter-register-with-bogofilter): Fix args of
7917         `gnus-error' calls.
7918
7919 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7920
7921         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7922         unnecessary interaction when sending queued mails.  Reported by
7923         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7924
7925 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7926
7927         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7928         first or last are nil.
7929
7930 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7931
7932         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7933
7934 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7935
7936         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7937
7938 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7939
7940         * dns.el (query-dns): Protect more against buggy tcp output.
7941
7942 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7943
7944         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7945         nov.php.
7946
7947 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7948
7949         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7950         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7951         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7952         output on the server side.
7953         (nnweb-google-create-mapping): Update regexps and add some
7954         progress indication.
7955
7956 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7957
7958         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7959         gnus-agent-toggle-plugged.  Re-order icons.
7960         (gnus-group-tool-bar-gnome): Add
7961         gnus-group-{prev,next}-unread-group.
7962         (gnus-group-tool-bar-gnome): Re-order icons.
7963
7964         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7965         gnus-summary-insert-new-articles.
7966
7967         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7968         comments.
7969
7970         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7971         also available in Emacs 21.3.
7972
7973         * message.el (message-fix-before-sending): Change "Emacs 22" to
7974         "Emacs 23 (unicode)" in comment.
7975
7976         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7977         "Emacs 23 (unicode)" in comment.
7978
7979         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7980         comment.
7981         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7982
7983         * mm-view.el (mm-fill-flowed): Add :version.
7984
7985 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7986
7987         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7988         and load-path.
7989
7990 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7991
7992         * message.el: Autoload gmm-image-load-path.
7993         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7994         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7995         consitency.
7996
7997         * gmm-utils.el (gmm-image-load-path): Also search in
7998         "../etc/images".  Don't set gmm-image-load-path if we don't find
7999         the image.
8000
8001 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8002
8003         * gmm-utils.el (gmm-image-load-path): Don't make
8004         `gmm-image-load-path' include subdirectories which the second arg
8005         `image' might specify.
8006
8007         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8008         subdirectory to icon file names.
8009
8010         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8011
8012 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8013
8014         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8015         gmm-image-load-path calls.
8016
8017         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8018
8019         * message.el (message-make-tool-bar): Ditto.
8020
8021         * mml.el (mml-preview): Added comment concerning tool bar icons.
8022
8023         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8024         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8025
8026         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8027         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8028
8029         * message.el (message-tool-bar-gnome): Use new icon names.
8030         (message-make-tool-bar): Use `gmm-image-load-path'.
8031
8032         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8033         functions from MH-E.
8034         (gmm-image-load-path): New variable from MH-E.
8035         (gmm-image-load-path): New function from MH-E.  Added arguments
8036         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8037         *-image-load-path-called-flag.
8038
8039 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8040
8041         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8042
8043 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8044
8045         * nnimap.el (nnimap-request-move-article): Change folder back to
8046         source group before deleting.
8047
8048 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8049
8050         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8051
8052         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8053         mm-url.
8054
8055         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8056
8057 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8058
8059         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8060         coding system which mm-charset-to-coding-system returns for a
8061         given charset is valid.
8062
8063 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8064
8065         * html2text.el (html2text-remove-tag-list):
8066         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8067
8068 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8069
8070         * gnus-cus.el: Revert 2005-10-17 change.
8071
8072 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8073
8074         * gnus-art.el (article-strip-banner): Call
8075         article-really-strip-banner only when the regexp match is made.
8076
8077 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * gnus-art.el (article-strip-banner): Use
8080         gnus-extract-address-components instead of
8081         mail-header-parse-addresses to make it work with non-ASCII text;
8082         remove mail-encode-encoded-word-string.
8083
8084         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8085         values which are surrounded with \"...\"; make it never cause a
8086         Lisp error; give up parsing of parameters if it failed in
8087         extracting type.
8088
8089 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8090
8091         * smime.el (smime-cert-by-ldap-1): Fix bug where
8092         `smime-ldap-search' returns results without userCertificates.
8093
8094 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8095
8096         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8097
8098 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8099
8100         * spam.el (spam-check-spamassassin-headers): Adapt format for
8101         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8102         <ari@mbf.ocn.ne.jp>.
8103         (spam-list-of-processors): Add spam-use-gmane.
8104
8105 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8106
8107         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8108         make-temp-file; make it work with XEmacs as well.
8109
8110         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8111         mm-make-temp-file.
8112
8113         * mm-decode.el (mm-display-external): Use the 3rd arg of
8114         mm-make-temp-file.
8115         (mm-create-image-xemacs): Ditto.
8116
8117 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8120         with message-narrow-to-headers.
8121         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8122         (gnus-draft-check-draft-articles): New function.
8123         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8124
8125 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8126
8127         * gnus-art.el (gnus-article-browse-html-parts):
8128         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8129         Don't use suffix argument for mm-make-temp-file for Emacs 21
8130         compatibility.  Remove useless `format'.
8131
8132 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8133
8134         * nnweb.el (nnweb-google-wash-article): Update regexps.
8135         (nnweb-group-alist): Use defvoo instead of defvar.
8136
8137 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8140         re-loading nn* modules.
8141
8142 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8143
8144         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8145         for `tool-bar-mode' and don't check it's default-value.
8146
8147         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8148
8149         * message.el (message-make-tool-bar): Ditto.
8150
8151         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8152         `substring'.  Shorten tmp-file name.
8153
8154         * gnus.el: Remove bogus comment.
8155
8156 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8157
8158         * gnus-art.el (gnus-article-browse-html-parts): New function.
8159         (gnus-article-browse-html-article): New function for viewing html
8160         articles with a browser.
8161
8162 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8163
8164         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8165         in elisp.
8166         (pgg-gpg-encrypt-symmetric-region): Ditto.
8167         (pgg-gpg-sign-region): Ditto.
8168
8169         * pgg-def.el (pgg-text-mode): New variable.
8170
8171         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8172         (mml2015-pgg-encrypt): Ditto.
8173
8174         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8175         (mml1991-pgg-encrypt): Ditto.
8176
8177 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8178
8179         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8180         message-make-date instead of current-time-string.
8181
8182         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8183         to gnus-decoded which mm-uu might set.
8184
8185 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8186
8187         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8188         don't decode quoted parameters; remove misimported Emacs code.
8189         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8190         (rfc2231-decode-encoded-string): Don't use split-string which
8191         behaves differently according to Emacs version; use
8192         mm-decode-coding-region to convert charset to coding-system.
8193         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8194         (rfc2231-encode-string): Remove misimported Emacs code.
8195
8196 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8197
8198         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8199         when calling mail-header-parse-content-type.
8200         (article-de-quoted-unreadable): Ditto.
8201         (article-de-base64-unreadable): Ditto.
8202         (article-wash-html): Ditto.
8203
8204         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8205         calling mail-header-parse-content-type and
8206         mail-header-parse-content-disposition.
8207         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8208         mail-header-parse-content-type.
8209
8210         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8211         insert charset and format parameters; encode description after
8212         inserting it to buffer.
8213         (mml-insert-parameter): Fold lines properly even if a parameter is
8214         segmented into two or more lines; change the max column to 76.
8215
8216         * rfc1843.el (rfc1843-decode-article-body): Don't use
8217         ignore-errors when calling mail-header-parse-content-type.
8218
8219         * rfc2231.el (rfc2231-parse-string): Return at least type if
8220         possible; don't cause an error even if it fails in parsing of
8221         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8222         (rfc2231-encode-string): Don't break lines at the beginning, leave
8223         it to mml-insert-parameter.
8224
8225         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8226         calling mail-header-parse-content-type.
8227
8228 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8229
8230         * spam-report.el (spam-report-gmane-use-article-number):
8231         Improve doc string.
8232         (spam-report-gmane-internal): Check if a suitable header was found
8233         in the article.
8234
8235 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8236
8237         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8238         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8239
8240 2006-02-05  Romain Francoise  <romain@orebokech.com>
8241
8242         Update copyright notices of all files in the gnus directory.
8243
8244 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8245
8246         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8247
8248 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8251         segmented lines of parameter value to cope with Thunderbird 1.5
8252         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8253         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8254         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8255
8256 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8257
8258         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8259         parts.
8260
8261 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8262
8263         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8264         there's only one active file for all servers.
8265         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8266         solid groups.  Gnus might have used a FAST request to select the group.
8267         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8268         and nnweb-search redundantly in the active file.
8269         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8270         (nnweb-request-create-group): Don't use ARGS.
8271         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8272         initialisations.  Let nnoo do the work.
8273
8274 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8275
8276         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8277         Say the part has been decoded.
8278
8279         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8280
8281 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8282
8283         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8284         mailcap-viewer-test-cache when there's no 'test clause, since that
8285         will invert the meaning of a "nil" test previously determined by
8286         mailcap-mailcap-entry-passes-test.
8287
8288 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8289
8290         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8291         compiling.
8292
8293         * gnus-sum.el: Ditto.
8294
8295         * message.el: Don't bind tool-bar-map when compiling.
8296
8297 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8298
8299         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8300
8301 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8302
8303         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8304         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8305         current Google Groups.
8306
8307 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8308
8309         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8310         and tool-bar-mode.
8311
8312         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8313         and tool-bar-mode.
8314
8315         * message.el (message-tool-bar-update): Simplify.
8316         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8317
8318         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8319         gnus-summary-buffer.
8320         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8321         gnus-summary-reply.
8322
8323         * gmm-utils.el (gmm): Add :version.
8324
8325 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8326
8327         * Makefile.in (clean): New rule.
8328         (distclean): Use it.
8329
8330 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8331
8332         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8333         autoload.
8334
8335 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8336
8337         * gmm-utils.el (gmm-verbose): Add :group.
8338
8339 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8340
8341         * message.el: Change some comments WRT tool-bars.
8342
8343         * gnus-sum.el (gnus-summary-tool-bar)
8344         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8345         (gnus-summary-tool-bar-zap-list): New variables.
8346         (gnus-summary-make-tool-bar): Complete rewrite using
8347         `gmm-tool-bar-from-list'.
8348
8349         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8350         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8351         variables.
8352         (gnus-group-make-tool-bar): Complete rewrite using
8353         `gmm-tool-bar-from-list'.
8354         (gnus-group-tool-bar-update): New function.
8355
8356         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8357
8358 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8359
8360         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8361         is dissected into a single part of which the type is the same as
8362         the given one; decode charset.
8363
8364 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8365
8366         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8367         into alists as symbol not string, since that's what
8368         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8369         look for.
8370
8371 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8372
8373         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8374         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8375
8376         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8377
8378 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8381         (gnus-xmas-mime-security-button-menu): New function.
8382
8383         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8384         (gnus-mime-security-button-menu): New definition.
8385         (gnus-mime-security-button-map): Use them.
8386         (gnus-mime-security-button-menu): New function.
8387         (gnus-insert-mime-security-button): Addition to help echo.
8388         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8389         (gnus-mime-security-pipe-part): New functions.
8390
8391         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8392         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8393
8394         * mm-decode.el (mm-handle-set-disposition): Remove.
8395         (mm-handle-set-description): Remove.
8396
8397 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8398
8399         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8400         (mm-w3m-standalone-supports-m17n-p): New function.
8401         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8402         w3m usage.
8403
8404         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8405         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8406
8407 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8408
8409         * message.el (message-tool-bar-zap-list): Use
8410         gmm-tool-bar-zap-list as custom type.
8411         (message-tool-bar-update): New function.
8412         (message-tool-bar, message-tool-bar-gnome)
8413         (message-tool-bar-retro): Add message-tool-bar-update.
8414         (message-tool-bar-gnome): Add flyspell-buffer.
8415
8416         * gnus-util.el (gnus-error): Describe `args'.
8417
8418         * gmm-utils.el (gmm-error): Describe `args'.
8419         (gmm-tool-bar-zap-list): New widget.
8420         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8421
8422 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8425         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8426         the number of recursive calls.
8427
8428         * mm-decode.el (mm-handle-set-disposition): New macro.
8429         (mm-handle-set-description): New macro.
8430
8431 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8434         encoding.
8435
8436 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8437
8438         * message.el (message-tool-bar-zap-list, message-tool-bar)
8439         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8440         (message-tool-bar-local-item-from-menu): Remove.
8441         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8442         (message-make-tool-bar): New function.
8443         (message-mode): Use `message-make-tool-bar'.
8444
8445         * gmm-utils.el: New file.
8446         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8447         (gmm-lazy): New widget copied from `nnmail.el'.
8448         (gmm-tool-bar-from-list): New function for creating customizable
8449         tool bars.
8450         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8451         output.
8452         (gmm): Add :prefix to defgroup.
8453
8454 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8455
8456         * gmm-utils.el (gmm-widget-p): New function.
8457
8458 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8459
8460         * mml.el (mml-attach-file): Describe `description' in doc string.
8461         (mml-menu): Add Emacs MIME manual and PGG manual.
8462
8463 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8464
8465         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8466
8467 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8468
8469         * nntp.el (nntp-end-of-line): Doc fix.
8470
8471 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8472
8473         * imap.el (imap-open): Handle case where buffer is a buffer
8474         object.
8475
8476 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8477
8478         * gnus-delay.el (gnus-delay): Don't autoload.
8479         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8480         to be re-loaded when customizing the `gnus-delay' group.
8481
8482 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8483
8484         * message.el (message-insert-citation-line): Use newlines.
8485
8486 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8487
8488         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8489         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8490         these routines, so the passphrase can be managed externally and
8491         passed in to the system.
8492         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8493         pgg-add-passphrase-to-cache function.
8494
8495         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8496         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8497         these routines, so the passphrase can be managed externally and
8498         passed in to the system.
8499         (pgg-pgp5-sign-region): Use new name of
8500         pgg-add-passphrase-to-cache function.
8501
8502 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8503
8504         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8505         part of the decoded armor to find the key-identifier.
8506         (pgg-gpg-lookup-key-owner): New function to return the
8507         human-readable identifier of a key owner.
8508         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8509         itself.
8510         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8511         the key value) if we have a key and can match it against a secret
8512         key.  Also, added a note pointing out fact that the prompt only
8513         indicates the first matching key.
8514
8515         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8516         pgg-decrypt-region.
8517         (pgg-add-passphrase-to-cache): Rename from
8518         `pgg-add-passphrase-cache' to reduce confusion (all callers
8519         changed).
8520         (pgg-remove-passphrase-from-cache): Rename from
8521         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8522         changed).
8523         (pgg-read-passphrase, pgg-add-passphrase-cache)
8524         (pgg-remove-passphrase-cache): Add informative docstrings.
8525         (pgg-decrypt): Convey provided passphrase in subordinate call to
8526         pgg-decrypt-region.
8527
8528 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8529
8530         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8531         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8532         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8533         'passphrase' argument, so the passphrase can be managed externally
8534         and then passed in to the system.
8535
8536         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8537         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8538         so the passphrase cache can be used reliably with identifiers
8539         besides a pgp packet's key id.
8540
8541         * pgg-gpg.el (pgg-gpg-encrypt-region)
8542         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8543         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8544         these routines, so the passphrase can be managed externally and
8545         passed in to the system.
8546
8547         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8548         'notruncate' argument, so the passphrase cache can be used
8549         reliably with identifiers besides a pgp packet's key id.
8550
8551 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8552
8553         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8554         symmetric encryption.
8555         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8556         encrypted session key.
8557         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8558         message ask for the passphrase in a proper way.
8559
8560         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8561         New user commands for symmetric encryption.
8562
8563 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8566
8567         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8568
8569 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8570
8571         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8572
8573 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8574
8575         * mm-decode.el (mm-inlined-types): Add application/pgp.
8576         (mm-automatic-display): Ditto.
8577
8578         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8579         part as text.
8580
8581 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8582
8583         * nnrss.el: Update copyright.
8584         (nnrss-opml-import): Query whether to subscribe to each entry.
8585
8586         * gnus-art.el:
8587         * gnus-sum.el:
8588         * gnus-xmas.el:
8589         * messagexmas.el:
8590         * mm-uu.el:
8591         * mm-view.el: Update copyright.
8592
8593 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8594
8595         * message.el (message-info): New function.
8596         (message-mode-menu): Add it.
8597         Update copyright.
8598
8599         * ChangeLog: Fix and update copyright.
8600
8601 2006-01-13  Romain Francoise  <romain@orebokech.com>
8602
8603         * message.el (message-forward-subject-name-subject): Prefer the
8604         address to 'nowhere' if the sender has no name.
8605         Fix typo.  Update copyright year.
8606
8607 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8608
8609         * gnus-art.el (article-wash-html): Use
8610         gnus-summary-show-article-charset-alist if a numeric arg is given.
8611         (gnus-article-wash-html-with-w3m-standalone): New function.
8612
8613         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8614         mm-inline-text-html-render-with-w3m-standalone.
8615         (mm-text-html-washer-alist): Map w3m-standalone to
8616         gnus-article-wash-html-with-w3m-standalone.
8617         (mm-inline-text-html-render-with-w3m-standalone): New function.
8618
8619 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8620
8621         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8622         Improve LaTeX.
8623
8624 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8625
8626         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8627         (nnrss-request-article): Render text/plain parts as HTML.
8628
8629         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8630         the buffer.
8631
8632 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8633
8634         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8635         custom definition of `gnus-posting-styles'.
8636
8637         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8638         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8639
8640 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8641
8642         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8643         Use nntp for bug archive.
8644
8645 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8646
8647         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8648         parts.
8649         (nnrss-normalize-date): New function converts ISO 8601 date into
8650         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8651         (nnrss-check-group): Use it.
8652
8653 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8654
8655         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8656
8657         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8658         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8659         (nnrss-insert-w3): Ditto.
8660
8661 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8662
8663         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8664         the articles to be forwarded including the case where neither a
8665         number of articles nor a region is specified.
8666
8667 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * nnrss.el (nnrss-request-article): Fix last change; fill
8670         text/plain parts.
8671
8672 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8673
8674         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8675         in text/plain part.
8676         (nnrss-check-group): Don't add excessive newline to dc:subject.
8677
8678 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8679
8680         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8681         article.
8682
8683 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8684
8685         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8686         (nnml-use-compressed-files, nnml-save-mail): Support other
8687         comression programs such as bzip2.
8688
8689 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8690
8691         * dns.el (query-dns): Make sure we check the buffer size before
8692         removing tcp headers.
8693
8694 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8695
8696         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8697         remove MIME buttons associated with multipart/alternative parts.
8698         (gnus-mime-display-alternative): Tag buttons using `article-type'
8699         text property.
8700
8701         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8702         associated with multipart/alternative parts.
8703
8704         * gnus-art.el (gnus-signature-separator): Fix custom type.
8705
8706         * mm-decode.el (mm-inlined-types): Fix custom type.
8707         (mm-keep-viewer-alive-types): Ditto.
8708         (mm-automatic-display): Ditto.
8709         (mm-attachment-override-types): Ditto.
8710         (mm-inline-override-types): Ditto.
8711         (mm-automatic-external-display): Ditto.
8712
8713 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8714
8715         * spam-report.el (spam-report-user-mail-address)
8716         (spam-report-user-agent): New variables.
8717         (spam-report-url-ping-plain): Use spam-report-user-agent.
8718
8719 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8720
8721         * gnus-art.el (gnus-button-handle-custom): Do not just use
8722         `customize-apropos' for any "M-x customize-*" button but the
8723         function called for.  Accept both the function name and its
8724         argument in order to achieve this.
8725         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8726         function name to `gnus-button-handle-custom' in case of "M-x
8727         customize-*" buttons.
8728
8729 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8730
8731         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8732         multipart/alternative and add xref to mm-discouraged-alternatives
8733         in doc string.
8734
8735         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8736         gnus-buttonized-mime-types in doc string.
8737
8738 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8739
8740         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8741         Suggest image/.* in the doc string.
8742
8743 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8744
8745         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8746         message-marks (Debian bug #342521).
8747
8748 2005-12-12  Simon Josefsson  <jas@extundo.com>
8749
8750         * password.el (password-read-from-cache): Add.
8751         (password-read): Use it.
8752
8753 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8756         us-ascii as a MIME charset.
8757
8758         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8759         against the case where the 2nd arg TYPE is nil.
8760
8761 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8762
8763         * pop3.el (pop3-stream-type): Fix custom version.
8764
8765         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8766
8767 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8768
8769         * mm-decode.el (mm-display-external): Add missing cdr.
8770
8771 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8772
8773         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8774         RFC1524) if it is in mailcap or add a suffix according to
8775         mailcap-mime-extensions when generating a temp filename; postpone
8776         deleting a temp file for 2 seconds for some wrappers, shell
8777         scripts, and so on, which might exit right after having started a
8778         viewer command as a background job.
8779
8780 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8781
8782         * nntp.el (nntp-marks-directory): Fix custom group.
8783
8784         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8785         steps when < 10.
8786
8787         * gnus-start.el (gnus-no-server-1): Mention
8788         `gnus-level-default-subscribed' in doc string.
8789
8790 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8791
8792         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8793         parens.
8794
8795 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8796
8797         * gnus-xmas.el (gnus-use-toolbar): Revert.
8798         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8799         gnus-use-toolbar is default.
8800
8801         * messagexmas.el (message-use-toolbar): Revert.
8802         (message-setup-toolbar): Use global default-toolbar if
8803         message-use-toolbar is default.
8804
8805 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8808         according to default-toolbar-visible-p.
8809
8810         * messagexmas.el (message-use-toolbar): Ditto.
8811
8812 2005-11-26  Dave Love  <fx@gnu.org>
8813
8814         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8815         (tls-program, tls-success): Provide openssl alternative.
8816
8817         * starttls.el: Doc fixes.
8818         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8819         SERVICE to PORT.
8820
8821         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8822         port null or service name.
8823         (starttls-negotiate): Autoload.
8824
8825 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8826
8827         * message.el (message-kill-to-signature): Fix interactive spec.
8828
8829 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8830
8831         * pop3.el (pop3-open-server): Recognize a string as a service name.
8832
8833 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8834
8835         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8836
8837 2005-11-23  Dave Love  <fx@gnu.org>
8838
8839         Add pop3s, pop3/starttls.
8840
8841         * pop3.el (pop3-authentication-scheme): Clarify doc.
8842         (open-tls-stream, starttls-open-stream): Autoload.
8843         (pop3-stream-type): New.
8844         (pop3-open-server): Use it.
8845
8846         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8847         for POP.
8848         (mail-source-keyword-map): Add :stream for POP.
8849         (mail-source-fetch-pop): Use pop3-stream-type.
8850
8851 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8852
8853         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8854         of current-time-string.
8855
8856 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8857
8858         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8859         date header.
8860
8861 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8862
8863         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8864         it can seriously impact performance as it bypasses the agent's
8865         local caches.
8866
8867 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8868
8869         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8870         must be explicitly online rather than "not explicitly offline" for
8871         its flags to be synchronized.
8872
8873         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8874         that gnus-uu-unmark-thread will function correctly.
8875
8876         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8877         1024K is instead displayed as 1M.
8878
8879 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8880
8881         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8882
8883 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8884
8885         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8886
8887 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8888
8889         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8890         error message to display actual error condition.
8891         (gnus-agent-save-local): Avoid saving symbols that are bound to
8892         nil as they simply result in a warning message in
8893         gnus-agent-read-local.
8894
8895 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8896
8897         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8898         rather than make-variable-buffer-local for file-precious-flag.
8899
8900 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8901
8902         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8903         for duplicates which are removed.  The invalid sort check then
8904         triggers a rescan after the sort as sorting may have moved
8905         duplicate entries such that they can be cheaply detected.
8906
8907 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8908
8909         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8910
8911 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8912
8913         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8914         internal variable to a custom variable.  Changed default value
8915         from compressed(2) to uncompressed(1).
8916         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8917         support for uncompressed agentview files.  Taken together, reading
8918         the agentview file should now be 6-7 times faster.
8919
8920 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8921
8922         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8923         as a buffer-local variable.  This avoids creating truncated
8924         dribble files as a result of a hang up, eg.
8925
8926 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8927
8928         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8929         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8930         XEmacs.
8931
8932 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8933
8934         * gnus-start.el (gnus-start-draft-setup): Enforce
8935         `gnus-draft-mode' for nndraft:drafts at startup.
8936
8937         * gnus.el (gnus-splash): Change custom group.
8938         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8939         allow-list argument.
8940
8941         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8942         string.
8943
8944 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8945
8946         * gnus-art.el (gnus-default-article-saver): Add user-defined
8947         `function' to custom type.
8948
8949 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8950
8951         * imap.el (imap-open): Handle case where buffer is a buffer
8952         object.
8953
8954 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8955
8956         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8957         long lines.
8958         (gnus-cache-delete-group): Wrap doc strings.
8959
8960         * gnus-agent.el (gnus-agent-rename-group)
8961         (gnus-agent-delete-group): Wrap doc strings.
8962
8963 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8964
8965         * messagexmas.el (message-use-toolbar): Change the valid values
8966         into default, top, bottom, left, and right.
8967         (message-toolbar-thickness): New variable.
8968         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8969         well.
8970         (message-setup-toolbar): Make it work.
8971
8972         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8973         (gnus-use-toolbar): Change the valid values into default, top,
8974         bottom, left, and right.
8975         (gnus-toolbar-thickness): New variable.
8976         (gnus-xmas-setup-toolbar): New function.
8977         (gnus-xmas-setup-group-toolbar): Use it.
8978         (gnus-xmas-setup-summary-toolbar): Use it.
8979
8980 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8981
8982         * gnus-start.el (gnus-1): Add "native" to
8983         gnus-predefined-server-alist.
8984
8985         * gnus.el (gnus-method-to-server): Don't add "native" to the
8986         lists here, because that leads to problems when
8987         gnus-select-method is bound.
8988
8989 2005-11-09  Simon Josefsson  <jas@extundo.com>
8990
8991         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8992         use (not sort-by-date) instead.
8993
8994 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8995
8996         * gnus-delay.el (gnus-delay-group): Don't autoload.
8997         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8998         to be re-loaded when customizing the `gnus-delay' group.
8999
9000 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9001
9002         * message.el: Revert last changes.
9003         (message-insert-citation-line): Use newlines.
9004
9005 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9006
9007         * message.el (message-courtesy-message)
9008         (message-mark-insert-begin, message-mark-insert-end)
9009         (message-elide-ellipsis, message-cancel-message)
9010         (message-add-header, message-change-subject)
9011         (message-cross-post-followup-to-header)
9012         (message-cross-post-insert-note, message-reduce-to-to-cc)
9013         (message-widen-reply, message-delete-not-region)
9014         (message-kill-to-signature, message-insert-signature)
9015         (message-insert-importance-high, message-insert-importance-low)
9016         (message-insert-or-toggle-importance)
9017         (message-insert-disposition-notification-to)
9018         (message-indent-citation, message-yank-original)
9019         (message-cite-original-without-signature, message-cite-original)
9020         (message-insert-citation-line, message-position-on-field)
9021         (message-fix-before-sending, message-send-mail-partially)
9022         (message-send-mail, message-send-mail-with-sendmail)
9023         (message-send-mail-with-qmail, message-send-news)
9024         (message-check-news-header-syntax, message-generate-headers)
9025         (message-insert-courtesy-copy, message-fill-address)
9026         (message-fill-header, message-shorten-references)
9027         (message-setup-1, message-cancel-news)
9028         (message-forward-make-body-plain, message-forward-make-body-mime)
9029         (message-forward-make-body-mml, message-encode-message-body)
9030         (message-forward-make-body-digest-plain)
9031         (message-forward-make-body-digest-mime)
9032         (message-use-alternative-email-as-from): Insert `hard-newline'
9033         instead of ordinary newlines.
9034
9035 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9036
9037         * message.el (message-generate-headers): Downcase the argument
9038         given to message-check-element.
9039
9040 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9041
9042         * nntp.el (nntp-authinfo-rejected): New error condition.
9043         (nntp-wait-for): Use new error condition to signal authentication
9044         error.
9045         (nntp-retrieve-data): Rethrow new error condition to break out of
9046         recursive call to nntp-send-authinfo.
9047
9048 2005-11-08  Romain Francoise  <romain@orebokech.com>
9049
9050         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9051         (gnus-summary-exit-map): Bind to `Z p'.
9052         (gnus-summary-make-menu-bar): Add menu item.
9053
9054 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9055
9056         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9057         (gnus-treat-*): Add `first' in all doc strings.
9058
9059         * gnus-group.el (gnus-group-compact-group): Fix typo.
9060
9061 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * gnus.el (gnus-parameters-case-fold-search): New variable.
9064         (gnus-parameters-get-parameter): Use it.
9065
9066         * gnus-score.el (gnus-home-score-file): Doc fix.
9067
9068 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9069
9070         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9071
9072 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * mm-util.el (mm-special-display-p): New function.
9075
9076         * mml.el (mml-preview): Use it; doc fix.
9077
9078 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9079
9080         * imap.el (imap-open): Handle case where buffer is a buffer object.
9081
9082 2005-10-29  Romain Francoise  <romain@orebokech.com>
9083
9084         * message.el (message-fix-before-sending): Fix comment.
9085
9086 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9087
9088         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9089
9090 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9091
9092         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9093         Used in gnus-score.el.
9094
9095 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9096
9097         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9098
9099 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9100
9101         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9102         whitespace removed in revision 7.8.  Use concatenated string to
9103         protect trailing whitespace.
9104
9105 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9106
9107         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9108         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9109         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9110         Courier IMAP ("some version from 2004").  Mostly based on similar
9111         code in the same function.
9112
9113 2005-10-26  Didier Verna  <didier@xemacs.org>
9114
9115         * gnus-group.el (gnus-group-compact-group): Invalidate original
9116         article buffer.
9117         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9118         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9119         NOV database and in article itself.
9120         Invalidate article backlog.
9121
9122 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9123
9124         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9125
9126 2005-10-26  Simon Josefsson  <jas@extundo.com>
9127
9128         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9129         part of 2004-07-25 change.
9130
9131 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9132
9133         * message.el (message-display-completion-list): New function.
9134         (message-expand-group): Use it; make sure the Completions buffer
9135         is modifiable.
9136 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9137
9138         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9139         user-mail-name is an empty string.
9140
9141 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9142
9143         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9144         depending on gnus-score-decay-constant.
9145
9146         * encrypt.el (encrypt-insert-file-contents)
9147         (encrypt-write-file-contents): Don't use `gnus-message'.
9148
9149         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9150         arguments.
9151         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9152         arguments to mm-uu-verbatim-marks-extract.
9153         (mm-uu-hide-markers): New variable.
9154         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9155
9156         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9157         (gnus-convert-image-to-face-command): Use "convert" by default to
9158         allow other input image formats.
9159         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9160         accordingly.
9161
9162 2005-10-23  Simon Josefsson  <jas@extundo.com>
9163
9164         * imap.el (imap-gssapi-program): Align command line parameters
9165         with latest GNU SASL.
9166         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9167
9168 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9169
9170         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9171         HTML.
9172         (nnslashdot-request-article): Ditto.
9173
9174         * lpath.el (featurep): Add nobreak-char-display.
9175
9176 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9177
9178         * mail-source.el (mail-source-fetch-pop): Require pop3.
9179         (mail-source-check-pop): Ditto.
9180
9181 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9182
9183         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9184         errors.
9185
9186 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9187
9188         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9189         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9190
9191         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9192
9193         * mm-bodies.el (mm-decode-string): Call
9194         `mm-charset-to-coding-system' with allow-override argument.
9195
9196 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9197
9198         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9199         (rfc2047-charset-to-coding-system): New function.
9200         (rfc2047-decode-encoded-words): New function.
9201         (rfc2047-decode-region): Use them.
9202         (rfc2047-decode-cte): Remove.
9203         (rfc2047-parse-and-decode): Remove.
9204         (rfc2047-decode): Remove.
9205
9206 2005-10-15  Kenichi Handa  <handa@m17n.org>
9207
9208         * rfc2047.el (rfc2047-decode-cte): New function.
9209         (rfc2047-decode-region): Change the way to decode successive
9210         encoded-words: decode B- or Q-encoding in each encoded-word,
9211         concatenate them, and decode it as charset.
9212
9213 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9214
9215         * lpath.el: Fbind codepage-setup for XEmacs.
9216
9217 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9218
9219         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9220         widget-move-and-invoke.
9221         (gnus-custom-mode): Use gnus-custom-map.
9222
9223 2005-10-15  Bill Wohler  <wohler@newt.com>
9224
9225         * message.el (message-tool-bar-map): Renamed image file from
9226         mail_send to mail/send.
9227
9228 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9229
9230         * message.el (message-expand-group): Pass the common
9231         prefix substring of completion to `display-completion-list'.
9232
9233 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9234
9235         * mml-sec.el (mml-secure-method): New internal variable.
9236         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9237         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9238         functions using mml-secure-method.
9239
9240         * mml.el (mml-mode-map): Add key bindings for those functions.
9241         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9242         Harder <harder@myrealbox.com>.
9243         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9244         end of message if point is the headers of the message.
9245
9246         * message.el (message-in-body-p): New function.
9247
9248         * assistant.el: Autoload gnus-util and netrc.
9249
9250         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9251         Use `mm-charset-override-alist' only when decoding.
9252
9253         * mm-bodies.el (mm-decode-body): Call
9254         `mm-charset-to-coding-system' with allow-override argument.
9255
9256         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9257         `filename' from Content-Disposition if Content-Type doesn't
9258         provide `name'.
9259         (gnus-mime-view-part-as-type): Set default instead of
9260         initial-input.
9261
9262 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9263
9264         * format-spec.el (format-spec): Propagate text properties of % spec.
9265
9266 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9267
9268         * gnus-art.el (gnus-treat-predicate): Add `first'.
9269
9270 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9271
9272         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9273         (mm-charset-override-alist): New variable.
9274         (mm-charset-to-coding-system): Use it.
9275         (mm-codepage-setup): New helper function.
9276         (mm-charset-eval-alist): New variable.
9277         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9278         about unknown charsets.
9279
9280         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9281
9282 2005-10-04  David Hansen  <david.hansen@gmx.net>
9283
9284         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9285         (nnrss-check-group): Ditto.
9286
9287 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9288
9289         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9290         Rename x-gnus-verbatim to x-verbatim.
9291         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9292
9293         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9294         x-verbatim.
9295
9296         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9297
9298         * gnus-util.el (gnus-remove-duplicates): Remove.
9299
9300         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9301         instead of gnus-remove-duplicates.
9302
9303         * message.el (message-remove-duplicates): Remove.
9304         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9305         message-remove-duplicates.
9306
9307         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9308         available, else use implementation from `delete-dups'.
9309
9310         * message.el (message-insert-expires): New function.
9311         (message-mode-map): Add key binding.
9312         (message-mode-field-menu): Add menu entry.
9313         (message-mode): Document it.
9314         (message-make-expires-date): Use `message-make-date'.
9315
9316 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9317
9318         * message.el (message-make-expires-date): New function.
9319
9320 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9321
9322         * Makefile.in (list-installed-shadows): New entry.
9323         (install): Use it.
9324         (remove-installed-shadows): New entry.
9325
9326         * dgnushack.el (dgnushack-default-load-path): New variable.
9327         (dgnushack-find-lisp-shadows): New function.
9328         (dgnushack-remove-lisp-shadows): New function.
9329
9330 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9331
9332         * Makefile.in (install-el-elc): New entry.
9333         (install): Use it so that .el files are necessarily installed.
9334
9335 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9336
9337         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9338
9339 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9340
9341         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9342         function rather than the diff-mode.el package.
9343         (mm-display-external): Use with-current-buffer.
9344         (mm-viewer-completion-map, mm-viewer-completion-map):
9345         Move initialization inside declaration.
9346
9347 2005-09-29  Simon Josefsson  <jas@extundo.com>
9348
9349         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9350         autoload mail-check-payment.
9351         (spam-check-hashcash): Define unconditionally, since hashcash.el
9352         is part of Gnus now.  Ignore errors from payment checking.
9353
9354 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9355
9356         * message.el (message-bold-region, message-unbold-region): Rename
9357         from `bold-region' and `unbold-region'.
9358
9359         * message.el: Remove useless autoloads.
9360
9361 2005-09-28  Simon Josefsson  <jas@extundo.com>
9362
9363         * message.el (message-use-idna): Default to t.
9364         (message-use-idna): Test whether encoding works too.  Doc fix.
9365
9366 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9367
9368         * nntp.el (nntp-warn-about-losing-connection): Remove.
9369
9370 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9371
9372         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9373         customizable.  Change default value.
9374         (mm-uu-diff-groups-regexp): Change default value.
9375         (mm-uu-type-alist): Add doc string.
9376         (mm-uu-configure): Add doc string.  Make it interactive.
9377         (mm-uu-tex-groups-regexp): New variable.
9378         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9379         (mm-uu-type-alist): Add LaTeX documents.
9380         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9381         of "text/verbatim".
9382         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9383
9384         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9385         instead of "text/verbatim".
9386
9387         * message.el (message-mark-inserted-region)
9388         (message-mark-insert-file): Use slrn style marks when called with
9389         prefix argument.
9390
9391 2005-09-27  Simon Josefsson  <jas@extundo.com>
9392
9393         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9394
9395 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9396
9397         * message.el (message-remove-duplicates): New function.
9398         Implementation borrowed from `gnus-remove-duplicates'.
9399         (message-idna-to-ascii-rhs): Also encode idna addresses in
9400         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9401         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9402         only ask about the same idna domain once per header and also tell
9403         in what header to replace the idna domain.
9404
9405         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9406         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9407         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9408         a header is decoded and not just the last one.
9409
9410 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9411
9412         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9413         has been decoded.
9414
9415         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9416         (mm-insert-part): Don't modify text if it has been decoded.
9417
9418         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9419         decoded.
9420
9421         * mm-view.el (mm-inline-text): Don't strip text props unless
9422         decoding enriched or richtext parts.
9423
9424 2005-09-25  Romain Francoise  <romain@orebokech.com>
9425
9426         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9427         * gnus-start.el (gnus-subscribe-interactively):
9428         * gnus-uu.el (gnus-uu-grab-articles):
9429         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9430         space.
9431
9432 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9433
9434         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9435         * mm-view.el (mm-view-pkcs7-decrypt):
9436         * gnus-sum.el (gnus-summary-limit-to-extra)
9437         (gnus-summary-respool-article, gnus-read-move-group-name):
9438         * gnus-score.el (gnus-summary-increase-score):
9439         * gnus-util.el (gnus-completing-read-with-default):
9440         * gnus-art.el (gnus-read-save-file-name)
9441         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9442         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9443         * message.el (message-check-news-header-syntax):
9444         Follow convention for reading with the minibuffer.
9445
9446 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9447
9448         * spam-report.el (spam-report-url-ping-plain):
9449         Use gnus-extended-version as User-Agent.
9450
9451         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9452         default value is nil.
9453
9454         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9455         (mm-uu-verbatim-marks-extract): New function.
9456         (mm-uu-extract): New face.
9457         (mm-uu-copy-to-buffer): Use it.
9458
9459         * spam-report.el (spam-report-gmane-ham): Renamed from
9460         `spam-report-gmane-unspam'.
9461         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9462         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9463
9464         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9465         Autoload.
9466         (spam-report-gmane-unregister-routine): Renamed
9467         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9468
9469 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9470
9471         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9472         (spam-report-gmane-unregister-routine): Add support for gmane
9473         unregistration.
9474
9475         * spam-report.el (spam-report-gmane-unspam)
9476         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9477         (spam-report-gmane): Change to take a single article and do unspam
9478         registration.
9479
9480 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9481
9482         * mm-url.el (mm-url-decode-entities): Fix regexp.
9483
9484 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9485
9486         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9487         default to nil, to be able to use Gnus at all.  If the default
9488         switches to something else, then the function should be fixed not
9489         be exceedingly slow.
9490
9491 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9492
9493         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9494         fail hard.
9495
9496         * spam-report.el: Add better Keywords line.
9497
9498         * spam.el: Add Maintainer and better Keywords line.
9499
9500 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9501
9502         * gnus-art.el (gnus-article-replace-part)
9503         (gnus-mime-replace-part): New functions.
9504         (gnus-mime-action-alist, gnus-mime-button-commands)
9505         (gnus-mime-save-part-and-strip): Added file argument.
9506         (gnus-article-part-wrapper): Added interactive argument.
9507
9508         * gnus-sum.el (gnus-summary-mime-map): Add
9509         `gnus-article-replace-part'.
9510
9511 2005-09-19  Didier Verna  <didier@xemacs.org>
9512
9513         The nnml compaction feature:
9514         * nnml.el (nnml-request-compact-group): New function.
9515         * nnml.el (nnml-request-compact): New function.
9516         * gnus-int.el (gnus-request-compact-group): New function.
9517         * gnus-int.el (gnus-request-compact): New function.
9518         * gnus-group.el (gnus-group-compact-group): New function.
9519         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9520         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9521         * gnus-srvr.el (gnus-server-compact-server): New function.
9522         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9523         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9524
9525 2005-09-18  Deepak Goel  <deego@gnufans.org>
9526
9527         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9528         format spec.
9529
9530 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9531
9532         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9533
9534 2005-09-15  Romain Francoise  <romain@orebokech.com>
9535
9536         * message.el (message-fill-paragraph): Clarify docstring.
9537
9538 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9539
9540         * gnus-art.el (gnus-mime-display-part): Protect against broken
9541         MIME messages.
9542
9543 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9544
9545         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9546         before parsing header.
9547
9548 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9549
9550         * html2text.el (html2text-replace-list): Add new entities.
9551
9552 2005-09-11  Romain Francoise  <romain@orebokech.com>
9553
9554         * message.el (message-alternative-emails): Improve docstring.
9555         (message-setup-1): Call `message-use-alternative-email-as-from'
9556         after `message-setup-hook' to give it precedence over posting
9557         styles, etc.
9558         (message-use-alternative-email-as-from): Add docstring.  Remove
9559         the original From header if present.
9560
9561         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9562         (nnml-save-mail): Use it.
9563
9564         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9565         articles.  Add new argument `silent'.
9566         (gnus-uu-mark-all): Report the total number of marked articles.
9567
9568 2005-09-10  Romain Francoise  <romain@orebokech.com>
9569
9570         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9571         (gnus-uu-mark-series): Likewise.
9572
9573 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9574
9575         * spam-report.el (spam-report-gmane): Fix generation of spam
9576         report URL.
9577
9578 2005-09-10  Simon Josefsson  <jas@extundo.com>
9579
9580         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9581         t, based on discussion on the ding list with Robert Epprecht
9582         <epprecht@solnet.ch>.
9583
9584 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9585
9586         * spam-report.el (spam-report-gmane): Make it work without
9587         X-Report-Spam header.  Gmane now only provides Archived-At.
9588         This is only used if `spam-report-gmane-use-article-number' is nil.
9589         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9590
9591         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9592         make `gnus-summary-sort-by-recipient' work with threading.
9593
9594         * nnweb.el (nnweb-google-wash-article): Print a message if article
9595         is not available.
9596
9597 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9598
9599         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9600         change.  Decode text/* parts content before displaying.
9601
9602 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9603
9604         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9605
9606 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9609
9610         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9611         url-package-name, url-package-version,
9612         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9613         w3m-display-inline-images, and w3m-minor-mode-map.
9614
9615 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9616
9617         * message.el (message-tab-body-function): Fix mismatched custom type.
9618
9619         * gnus.el (gnus-group-change-level-function): Ditto.
9620
9621         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9622
9623         * gnus-art.el (gnus-signature-limit)
9624         (gnus-article-mime-part-function): Ditto.
9625
9626 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9627
9628         * mml.el (mml-mode): Silence the byte compiler.
9629
9630         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9631         using `(sit-for 0)' before moving the point to the specified part;
9632         skip unbuttonized parts.
9633         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9634         return to the summary window if gnus-auto-select-part is non-nil.
9635
9636 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9637
9638         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9639         variables.
9640         (mml-dnd-attach-file, mml-mode): Use them.
9641
9642         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9643         Make fetching article by MID work again for Google Groups.  Added
9644         FIXME concerning gnus-group-make-web-group.
9645
9646         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9647         Don't depend on Gnus by using mail-extract-address-components if
9648         gnus-extract-address-components is not bound.
9649
9650 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9651
9652         * gnus-art.el (gnus-mime-display-security): Don't display the
9653         signature, but only the signed part.
9654
9655 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9656
9657         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9658
9659         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9660         list, not listp.
9661
9662 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9663
9664         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9665         when encoding.
9666
9667         * mm-bodies.el (mm-decode-content-transfer-encoding):
9668         De-canonicalize CRLF for all text content types, not just
9669         text/plain.
9670
9671 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9674         valid article; point arrow and cursor at the MIME button.
9675
9676 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9677
9678         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9679         Suggested by Dan Christensen <jdc@uwo.ca>.
9680
9681         * mm-decode.el (mm-save-part): Enable change of prompt.
9682
9683 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9684
9685         * gnus-msg.el (gnus-inews-add-send-actions): Made
9686         `message-post-method' lambda parameter ARG `&optional'.
9687
9688 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9689
9690         * gnus-sum.el (gnus-summary-mime-map): Added
9691         gnus-article-save-part-and-strip, gnus-article-delete-part and
9692         gnus-article-jump-to-part.
9693
9694         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9695         (gnus-article-edit-part): Use it.
9696         (gnus-article-part-wrapper): Added no-handle argument.
9697         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9698         functions.
9699
9700 2005-08-29  Romain Francoise  <romain@orebokech.com>
9701
9702         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9703         docstring.
9704         (gnus-face-from-file): Likewise.
9705
9706 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9707
9708         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9709         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9710         non-nil.
9711         (gnus-auto-select-part): New variable.
9712         (gnus-article-jump-to-part): New function.
9713         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9714         (gnus-mime-delete-part): Allow selecting specified part after
9715         deleting or stripping parts.
9716         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9717         part if argument is bogus.
9718
9719 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9720
9721         * gnus-art.el (w3m-minor-mode-map):
9722         * gnus-spec.el (gnus-newsrc-file-version):
9723         * gnus-util.el (nnmail-active-file-coding-system)
9724         (gnus-original-article-buffer, gnus-user-agent):
9725         * gnus.el (gnus-ham-process-destinations)
9726         (gnus-parameter-ham-marks-alist)
9727         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9728         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9729         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9730         * mm-decode.el (gnus-current-window-configuration):
9731         * mm-extern.el (gnus-article-mime-handles):
9732         * mm-url.el (url-current-object, url-package-name)
9733         (url-package-version):
9734         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9735         (smime-keys, w3m-cid-retrieve-function-alist)
9736         (w3m-current-buffer, w3m-display-inline-images)
9737         (w3m-minor-mode-map):
9738         * mml-smime.el (gnus-extract-address-components):
9739         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9740         (gnus-newsrc-hashtb, message-default-charset)
9741         (message-deletable-headers, message-options)
9742         (message-posting-charset, message-required-mail-headers)
9743         (message-required-news-headers):
9744         * mml1991.el (mc-pgp-always-sign):
9745         * mml2015.el (mc-pgp-always-sign):
9746         * nnheader.el (nnmail-extra-headers):
9747         * rfc1843.el (gnus-decode-encoded-word-function)
9748         (gnus-decode-header-function, gnus-newsgroup-name):
9749         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9750
9751 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9752
9753         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9754         the end of the date treatments.
9755
9756 2005-08-15  Simon Josefsson  <jas@extundo.com>
9757
9758         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9759         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9760         Capello and Romain Francoise.
9761         (pgg-fetch-key-function): Removed, not used?
9762         (pgg-insert-url-with-w3): Require url, to get
9763         url-insert-file-contents regardless of where it is defined.
9764
9765 2005-08-13  Romain Francoise  <romain@orebokech.com>
9766
9767         * message.el (message-cite-original-1): New function.
9768         (message-cite-original): Use it.
9769         (message-cite-original-without-signature): Ditto.
9770
9771 2005-08-08  Romain Francoise  <romain@orebokech.com>
9772
9773         * message.el (message-yank-empty-prefix): New variable.
9774         (message-indent-citation): Use it.
9775         (message-cite-original-without-signature): Respect X-No-Archive.
9776
9777 2005-08-08  Simon Josefsson  <jas@extundo.com>
9778
9779         * pgg.el: Autoload url-insert-file-contents instead of loading
9780         w3/url.
9781         (pgg-insert-url-with-w3): Don't load url here.
9782
9783 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9784
9785         * message.el (message-kill-to-signature): Don't insert newline at
9786         bol.
9787         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9788
9789 2005-08-06  Romain Francoise  <romain@orebokech.com>
9790
9791         * message.el (message-user-fqdn): Fix typo in docstring.
9792
9793 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9794
9795         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9796
9797         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9798
9799 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9800
9801         * mm-bodies.el (mm-encode-body): Use coding system rather than
9802         charset to encode text.
9803
9804         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9805         number of charsets if utf-8 is available (XEmacs).
9806
9807 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9808
9809         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9810         taken from `gnus-button-mid-or-mail-regexp'.
9811         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9812         (gnus-button-alist): Improve regexp for domain part of the MIDs
9813         for news:localpart@domain buttons.
9814         (gnus-button-ctan-directory-regexp): Update.
9815
9816 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9817
9818         * sieve-manage.el (sieve-manage-interactive-login): Use
9819         make-local-variable rather than make-variable-buffer-local.
9820         (sieve-manage-open): Ditto.
9821         (sieve-manage-authenticate): Ditto.
9822
9823         * mml.el (mml-generate-mime-1): Make the content type default to
9824         text/plain if the filename is not specified.
9825
9826 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9827
9828         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9829         instead of insert-buffer.
9830
9831         * message.el (message-yank-original): Ditto; set the mark at the
9832         end of the yanked message.
9833
9834 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9835
9836         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9837         lines to scroll rather than to stop it.
9838
9839         * mml.el (mml-generate-default-type): Add doc string.
9840         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9841         default to application/octet-stream when determining the content
9842         type if it is not specified for the part or the mml contents; add
9843         a comment about mml-generate-default-type.
9844
9845 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9846
9847         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9848         make it default to application/octet-stream when determining the
9849         content type if it is not specified for the external contents.
9850
9851 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9854         segmented parameter but also other parameters might be there.
9855
9856 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9857
9858         * mm-decode.el (mm-display-external): Delete temp file, directory
9859         and buffer immediately if the external process is exited.
9860
9861 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9862
9863         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9864         fewer lines than that of scroll-margin.
9865         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9866
9867 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9868
9869         * gnus-art.el (gnus-article-next-page): Revert.
9870         (gnus-article-beginning-of-window): New macro.
9871         (gnus-article-next-page-1): Use it.
9872         (gnus-article-prev-page): Ditto.
9873         (gnus-article-edit-part): Use insert-buffer-substring instead of
9874         insert-buffer.
9875         (gnus-article-edit-exit): Ditto.
9876
9877         * gnus-util.el (gnus-beginning-of-window): Remove.
9878         (gnus-end-of-window): Remove.
9879
9880         * lpath.el: Don't bind header-line-format and scroll-margin.
9881
9882 2005-07-25  Simon Josefsson  <jas@extundo.com>
9883
9884         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9885         to have the url package without w3.  Reported by Daiki Ueno
9886         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9887
9888 2005-07-20  Didier Verna  <didier@xemacs.org>
9889
9890         * gnus-diary.el: Remove the description comment (nndiary is now
9891         properly documented in the Gnus manual).
9892         Fix the spelling of "Back End".
9893         * nndiary.el: Ditto.
9894         Fix the copyright notice.
9895
9896 2005-07-18  Romain Francoise  <romain@orebokech.com>
9897
9898         * gnus-sum.el (gnus-summary-to-prefix)
9899         (gnus-summary-newsgroup-prefix): New variables.
9900         (gnus-summary-from-or-to-or-newsgroups): Use them.
9901
9902 2005-07-17  Romain Francoise  <romain@orebokech.com>
9903
9904         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9905         space as it's generally not especially interesting to the user.
9906
9907 2005-07-16  Romain Francoise  <romain@orebokech.com>
9908
9909         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9910         nil to avoid prompting and file modification if one of the
9911         messages at the top of the nnfolder file contains a copyright
9912         notice.
9913         Update copyright notice.
9914
9915         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9916         instead of `current-time-string' as the latter creates a time
9917         string that is not RFC 2822 compliant (it lacks the zone).
9918         Update copyright notice.
9919
9920 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9921
9922         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9923         for text/rtf.  Display default in prompt.  Pass default for M-n.
9924
9925         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9926
9927 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9928
9929         * gnus-msg.el (gnus-button-mailto): Remove
9930         save-selected-window-window hackery because it relies on
9931         save-selected-window internals.
9932
9933 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9934
9935         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9936         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9937         (gnus-article-prev-page): Ditto.
9938
9939         * gnus-util.el (gnus-beginning-of-window): New function.
9940         (gnus-end-of-window): New function.
9941
9942         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9943
9944 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9945
9946         * gnus-score.el (gnus-score-edit-all-score): Set
9947         gnus-score-edit-exit-function to gnus-score-edit-done and call
9948         gnus-message.
9949
9950 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9951
9952         * gnus-msg.el (gnus-button-mailto): Remove
9953         save-selected-window-window hackery because it relies on
9954         save-selected-window internals.
9955
9956 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9957
9958         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9959         add-minor-mode.
9960         (gnus-binary-mode): Ditto.
9961
9962         * gnus-topic.el (gnus-topic-mode): Ditto.
9963
9964 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9965
9966         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9967         (gnus-article-prev-page): Take scroll-margin into consideration.
9968
9969 2005-07-04  Lute Kamstra  <lute@gnu.org>
9970
9971         Update FSF's address in GPL notices.
9972
9973 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9974
9975         * gnus.el (gnus-exit):
9976         * gnus-group.el (gnus-group-icons):
9977         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9978
9979         * gnus-nocem.el (gnus-nocem):
9980         * message.el (message-various, message-buffers, message-sending)
9981         (message-interface, message-forwarding, message-insertion)
9982         (message-headers, message-news, message-mail):
9983         * pgg-gpg.el (pgg-gpg):
9984         * pgg-parse.el (pgg-parse):
9985         * pgg-pgp.el (pgg-pgp):
9986         * pgg-pgp5.el (pgg-pgp5):
9987         * pop3.el (pop3): Finish `defgroup' description with period.
9988
9989 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9990
9991         * gnus-art.el (article-display-face): Improve the efficiency.
9992         (article-display-x-face): Ditto; remove grey x-face stuff.
9993
9994 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9995
9996         * gnus-art.el (article-display-face): Correct the position in
9997         which Faces are inserted.
9998
9999 2005-06-29  Didier Verna  <didier@xemacs.org>
10000
10001         * gnus-art.el (article-display-face): Display faces in correct
10002         order.
10003
10004 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10005
10006         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10007         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10008         (gnus-nocem-check-article): Fetch the Type header.
10009         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10010         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10011         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10012         make sure gnus-nocem-hashtb is initialized.
10013         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10014         (gnus-nocem-unwanted-article-p): Ditto.
10015
10016         * pgg.el (pgg-verify): Return the verification result.
10017
10018 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10019
10020         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10021         is ascii.
10022
10023 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10024
10025         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10026         `show-nonbreak-escape'.
10027
10028 2005-06-23  Lute Kamstra  <lute@gnu.org>
10029
10030         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10031
10032         * dig.el (dig-mode):
10033         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10034
10035 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10036
10037         * nnimap.el (nnimap-split-download-body): Fix spellings.
10038
10039 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10040
10041         * gnus-art.el (gnus-article-encrypt-body):
10042         * gnus-cus.el (gnus-score-customize):
10043         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10044         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10045
10046 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10047
10048         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10049         header by looking for magic "MII" at the beginnig.
10050
10051 2005-06-16  Miles Bader  <miles@gnu.org>
10052
10053         * gnus-xmas.el (gnus-xmas-group-startup-message):
10054         Use renamed gnus-splash face.
10055
10056         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10057         (assistant-field-face): New backward-compatibility alias for renamed
10058         face.
10059         (assistant-render-text): Use renamed assistant-field face.
10060
10061         * spam.el (spam): Remove "-face" suffix from face name.
10062         (spam-face): New backward-compatibility alias for renamed face.
10063         (spam-face, spam-initialize): Use renamed spam face.
10064
10065         * message.el (message-header-to, message-header-cc)
10066         (message-header-subject, message-header-newsgroups)
10067         (message-header-other, message-header-name)
10068         (message-header-xheader, message-separator, message-cited-text)
10069         (message-mml): Remove "-face" suffix from face names.
10070         (message-header-to-face, message-header-cc-face)
10071         (message-header-subject-face, message-header-newsgroups-face)
10072         (message-header-other-face, message-header-name-face)
10073         (message-header-xheader-face, message-separator-face)
10074         (message-cited-text-face, message-mml-face):
10075         New backward-compatibility aliases for renamed faces.
10076         (message-font-lock-keywords): Use renamed message faces.
10077
10078         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10079         (sieve-test-commands, sieve-tagged-arguments):
10080         Remove "-face" suffix from face names.
10081         (sieve-control-commands-face, sieve-action-commands-face)
10082         (sieve-test-commands-face, sieve-tagged-arguments-face):
10083         New backward-compatibility aliases for renamed faces.
10084         (sieve-control-commands-face, sieve-action-commands-face)
10085         (sieve-test-commands-face, sieve-tagged-arguments-face):
10086         Use renamed sieve faces.
10087
10088         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10089         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10090         (gnus-group-news-3-empty, gnus-group-news-4)
10091         (gnus-group-news-4-empty, gnus-group-news-5)
10092         (gnus-group-news-5-empty, gnus-group-news-6)
10093         (gnus-group-news-6-empty, gnus-group-news-low)
10094         (gnus-group-news-low-empty, gnus-group-mail-1)
10095         (gnus-group-mail-1-empty, gnus-group-mail-2)
10096         (gnus-group-mail-2-empty, gnus-group-mail-3)
10097         (gnus-group-mail-3-empty, gnus-group-mail-low)
10098         (gnus-group-mail-low-empty, gnus-summary-selected)
10099         (gnus-summary-cancelled, gnus-summary-high-ticked)
10100         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10101         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10102         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10103         (gnus-summary-low-undownloaded)
10104         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10105         (gnus-summary-low-unread, gnus-summary-normal-unread)
10106         (gnus-summary-high-read, gnus-summary-low-read)
10107         (gnus-summary-normal-read, gnus-splash):
10108         Remove "-face" suffix from face names.
10109         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10110         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10111         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10112         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10113         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10114         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10115         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10116         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10117         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10118         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10119         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10120         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10121         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10122         (gnus-summary-normal-ticked-face)
10123         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10124         (gnus-summary-normal-ancient-face)
10125         (gnus-summary-high-undownloaded-face)
10126         (gnus-summary-low-undownloaded-face)
10127         (gnus-summary-normal-undownloaded-face)
10128         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10129         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10130         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10131         (gnus-splash-face):
10132         New backward-compatibility aliases for renamed faces.
10133         (gnus-group-startup-message): Use renamed gnus faces.
10134
10135         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10136         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10137         (gnus-server-agent): Remove "-face" suffix from face names.
10138         (gnus-server-agent-face, gnus-server-opened-face)
10139         (gnus-server-closed-face, gnus-server-denied-face)
10140         (gnus-server-offline-face):
10141         New backward-compatibility aliases for renamed faces.
10142         (gnus-server-agent-face, gnus-server-opened-face)
10143         (gnus-server-closed-face, gnus-server-denied-face)
10144         (gnus-server-offline-face): Use renamed gnus faces.
10145
10146         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10147         Remove "-face" suffix from face names.
10148         (gnus-picon-xbm-face, gnus-picon-face):
10149         New backward-compatibility aliases for renamed faces.
10150
10151         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10152         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10153         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10154         (gnus-cite-11): Remove "-face" suffix from face names.
10155         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10156         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10157         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10158         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10159         New backward-compatibility aliases for renamed faces.
10160         (gnus-cite-attribution-face, gnus-cite-face-list)
10161         (gnus-article-boring-faces): Use renamed gnus faces.
10162
10163         * gnus-art.el (gnus-signature, gnus-header-from)
10164         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10165         (gnus-header-content): Remove "-face" suffix from face names.
10166         (gnus-signature-face, gnus-header-from-face)
10167         (gnus-header-subject-face, gnus-header-newsgroups-face)
10168         (gnus-header-name-face, gnus-header-content-face):
10169         New backward-compatibility aliases for renamed faces.
10170         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10171
10172         * gnus-sum.el (gnus-summary-selected-face)
10173         (gnus-summary-highlight): Use renamed gnus faces.
10174         * gnus-group.el (gnus-group-highlight): Likewise.
10175
10176 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10177
10178         * gnus-sieve.el (gnus-sieve-article-add-rule):
10179         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10180         * spam-stat.el (spam-stat-buffer-change-to-spam)
10181         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10182
10183         * message.el (message-is-yours-p):
10184         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10185
10186 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10187
10188         * mm-view.el (mm-inline-text): Withdraw the last change.
10189
10190 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10193         executing enriched-decode.
10194
10195 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10196
10197         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10198         charset of tar files.
10199
10200 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10201
10202         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10203
10204 2005-06-04  Lute Kamstra  <lute@gnu.org>
10205
10206         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10207         information is never recorded.
10208
10209 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10210
10211         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10212
10213 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10214
10215         * pop3.el (pop3-apop): Run md5 in the binary mode.
10216
10217         * starttls.el (starttls-set-process-query-on-exit-flag):
10218         Use eval-and-compile.
10219
10220 2005-05-31  Simon Josefsson  <jas@extundo.com>
10221
10222         * smime.el (smime-replace-in-string): Define.
10223         (smime-cert-by-ldap-1): Use it.
10224
10225 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10226
10227         * gnus-art.el (article-display-x-face): Replace
10228         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10229
10230         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10231         set-process-query-on-exit-flag or process-kill-without-query.
10232
10233         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10234         loop instead of replace-regexp.
10235
10236         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10237         instead of process-kill-without-query if it is available.
10238
10239         * lpath.el: Fbind ldap-search-entries.
10240
10241         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10242         instead of find-file-hooks if it is available.
10243
10244         * mml1991.el: Bind pgg-default-user-id when compiling.
10245
10246         * mml2015.el: Bind pgg-default-user-id when compiling.
10247
10248         * nndraft.el (nndraft-request-associate-buffer):
10249         Use write-contents-functions instead of write-contents-hooks if it is
10250         available.
10251
10252         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10253         instead of find-file-hooks if it is available.
10254
10255         * nntp.el (nntp-open-connection): Replace
10256         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10257         (nntp-open-ssl-stream): Ditto.
10258         (nntp-open-tls-stream): Ditto.
10259
10260         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10261         set-process-query-on-exit-flag or process-kill-without-query.
10262         (starttls-open-stream-gnutls): Use it instead of
10263         process-kill-without-query.
10264         (starttls-open-stream): Ditto.
10265
10266 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10267
10268         * smime.el (smime-cert-by-ldap-1): Don't use
10269         replace-regexp-in-string.
10270
10271 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10272
10273         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10274
10275         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10276         in PEM format.  Adjust to the XEmacs compability.
10277
10278 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10279
10280         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10281         by `string-to-number'.
10282         * gnus-agent.el (gnus-agent-regenerate-group)
10283         (gnus-agent-fetch-articles): Ditto.
10284         * gnus-art.el (gnus-button-fetch-group): Ditto.
10285         * gnus-cache.el (gnus-cache-generate-active)
10286         (gnus-cache-articles-in-group): Ditto.
10287         * gnus-group.el (gnus-group-set-current-level)
10288         (gnus-group-insert-group-line): Ditto.
10289         * gnus-score.el (gnus-score-set-expunge-below)
10290         (gnus-score-set-mark-below, gnus-summary-score-effect)
10291         (gnus-summary-score-entry): Ditto.
10292         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10293         (gnus-soup-pack): Ditto.
10294         * gnus-spec.el (gnus-xmas-format): Ditto.
10295         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10296         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10297         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10298         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10299         * nndb.el (nndb-get-remote-expire-response): Ditto.
10300         * nndiary.el (nndiary-parse-schedule-value)
10301         (nndiary-string-to-number, nndiary-request-replace-article)
10302         (nndiary-request-article): Ditto.
10303         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10304         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10305         * nneething.el (nneething-make-head): Ditto.
10306         * nnfolder.el (nnfolder-request-article)
10307         (nnfolder-retrieve-headers): Ditto.
10308         * nnheader.el (nnheader-file-to-number): Ditto.
10309         * nnkiboze.el (nnkiboze-request-article): Ditto.
10310         * nnmail.el (nnmail-process-unix-mail-format)
10311         (nnmail-process-babyl-mail-format): Ditto.
10312         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10313         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10314         (nnmh-request-create-group, nnmh-request-list-1)
10315         (nnmh-request-group, nnmh-request-article): Ditto.
10316         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10317         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10318         * nnsoup.el (nnsoup-make-active): Ditto.
10319         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10320         * nntp.el (nntp-find-group-and-number)
10321         (nntp-retrieve-headers-with-xover): Ditto.
10322         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10323         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10324         (pgg-format-key-identifier): Ditto.
10325         * pop3.el (pop3-last, pop3-stat): Ditto.
10326         * qp.el (quoted-printable-decode-region): Ditto.
10327
10328         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10329         of concat.
10330
10331 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10332
10333         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10334
10335         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10336
10337         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10338
10339         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10340
10341         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10342
10343         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10344
10345         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10346         (gnus-carpal-mode): Ditto.
10347
10348         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10349         (gnus-browse-mode): Ditto.
10350
10351         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10352
10353         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10354
10355 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10356
10357         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10358
10359 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10360
10361         * gnus-util.el (gnus-run-mode-hooks): New function.
10362
10363         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10364
10365         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10366         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10367
10368 2005-05-27  Lute Kamstra  <lute@gnu.org>
10369
10370         * dns-mode.el (dns-mode): Specify customization group.
10371
10372 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10373
10374         * gnus-agent.el (gnus-agent-make-mode-line-string):
10375         Use mode-line-highlight as mouse-face.
10376
10377 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10378
10379         * canlock.el (canlock): Change the parent group to news.
10380
10381         * deuglify.el (gnus-outlook-deuglify): Add :group.
10382
10383         * dig.el (dig): Add :group.
10384
10385         * dns-mode.el (dns-mode): Add :group.
10386
10387         * encrypt.el (encrypt): Add :group.
10388
10389         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10390         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10391         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10392         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10393         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10394
10395         * gnus-diary.el (gnus-diary): Add :group.
10396
10397         * gnus.el (gnus-group-news-1-face): Add :group.
10398         (gnus-group-news-1-empty-face): Ditto.
10399         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10400         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10401         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10402         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10403         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10404         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10405         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10406         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10407         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10408         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10409         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10410         (gnus-summary-high-ticked-face): Ditto.
10411         (gnus-summary-low-ticked-face): Ditto.
10412         (gnus-summary-normal-ticked-face): Ditto.
10413         (gnus-summary-high-ancient-face): Ditto.
10414         (gnus-summary-low-ancient-face): Ditto.
10415         (gnus-summary-normal-ancient-face): Ditto.
10416         (gnus-summary-high-undownloaded-face): Ditto.
10417         (gnus-summary-low-undownloaded-face): Ditto.
10418         (gnus-summary-normal-undownloaded-face): Ditto.
10419         (gnus-summary-high-unread-face): Ditto.
10420         (gnus-summary-low-unread-face): Ditto.
10421         (gnus-summary-normal-unread-face): Ditto.
10422         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10423         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10424
10425         * hashcash.el (hashcash): New custom group.
10426         (hashcash-default-payment): Add :group.
10427         (hashcash-payment-alist): Ditto.
10428         (hashcash-default-accept-payment): Ditto.
10429         (hashcash-accept-resources): Ditto.
10430         (hashcash-path): Ditto.
10431         (hashcash-extra-generate-parameters): Ditto.
10432         (hashcash-double-spend-database): Ditto.
10433         (hashcash-in-news): Ditto.
10434
10435         * message.el (message-minibuffer-local-map): Add :group.
10436
10437         * netrc.el (netrc): Add :group.
10438
10439         * sieve-manage.el (sieve-manage-log): Add :group.
10440         (sieve-manage-default-user): Diito.
10441         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10442         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10443         (sieve-manage-authenticators): Ditto.
10444         (sieve-manage-authenticator-alist): Ditto.
10445         (sieve-manage-default-port): Ditto.
10446
10447         * sieve-mode.el (sieve-control-commands-face): Add :group.
10448         (sieve-action-commands-face): Ditto.
10449         (sieve-test-commands-face): Ditto.
10450         (sieve-tagged-arguments-face): Ditto.
10451
10452         * smime.el (smime): Add :group.
10453
10454         * spam-report.el (spam-report): Add :group.
10455
10456         * spam.el (spam, spam-face): Add :group.
10457
10458 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10459
10460         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10461         return \n.\n.\n at the end of articles.  Protect against that.
10462         (nntp-with-open-group): Allow debugging.
10463
10464         * nnheader.el (mail-header-set-extra): Make into a function
10465         because I just could't understand how to quote the list properly.
10466
10467         * dns.el (query-dns-cached): New function.
10468
10469 2005-05-26  Lute Kamstra  <lute@gnu.org>
10470
10471         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10472
10473 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10476
10477         * gnus-art.el: Don't autoload mail-extract-address-components.
10478
10479         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10480         eval-and-compile to evaluate it.
10481
10482         * hashcash.el: Don't autoload executable-find.
10483
10484         * nndb.el: Don't declare the nndb back end two or more times; don't
10485         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10486
10487         * nntp.el: Autoload format-spec instead of format; use
10488         eval-and-compile to evaluate autoload forms.
10489
10490 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10491
10492         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10493
10494 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10495
10496         * gnus.el (gnus-version-number): Bump version.
10497
10498 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10499
10500         * gnus.el: No Gnus v0.3 is released.
10501
10502 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10503
10504         * lpath.el (featurep): Bind show-nonbreak-escape.
10505
10506 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10507
10508         * gnus-art.el (gnus-article-edit-part): Disable undo.
10509
10510 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10511
10512         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10513         gnus-article-date-lapsed-new-header is t if date timer is active;
10514         skip headers in which the original date value is empty.
10515         (gnus-article-save-original-date): Redefine it as a macro.
10516         (gnus-display-mime): Use it.
10517
10518 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10519
10520         * gnus-art.el (article-date-ut): Support converting date in
10521         forwarded parts as well.
10522         (gnus-article-save-original-date): New function.
10523         (gnus-display-mime): Use it.
10524
10525 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10526
10527         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10528         enclosure element of <item>.
10529
10530 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10531
10532         * message.el (message-kill-buffer-query): Renamed from
10533         `message-kill-buffer-query-if-modified'.  Added :version.
10534
10535 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10536
10537         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10538         window layout.
10539
10540 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * mml.el: Autoload dnd when compiling.
10543
10544 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10545
10546         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10547         x-dnd-*.
10548
10549 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10550
10551         * qp.el (quoted-printable-encode-region): Save excursion.
10552
10553 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10554
10555         * message.el (message-kill-buffer-query-if-modified): Add new variable
10556         so the user can kill a modified message buffer quickly.
10557         (message-kill-buffer): Use it.
10558
10559 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * lpath.el: Fbind display-time-event-handler; don't fbind
10562         string-to-multibyte.
10563
10564         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10565
10566 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10567
10568         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10569         contained in text because xml.el decodes entities) with LFs.
10570
10571 2005-04-11  Lute Kamstra  <lute@gnu.org>
10572
10573         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10574         differently.
10575
10576 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10577
10578         * mm-util.el (mm-detect-coding-region): Typo.
10579
10580 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10583
10584 2005-04-06  Deepak Goel  <deego@gnufans.org>
10585
10586         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10587         user-function allow user modifications of the scores.
10588         (spam-stat-score-buffer-user): New function, to allow
10589         user-computed modifications to the score.
10590         (spam-stat-score-buffer-user-functions): List of additional
10591         scoring functions.
10592         (spam-stat-error-holder): Global temporary error holder.
10593         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10594         variable.
10595
10596 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10597
10598         * gnus-registry.el (gnus-registry-clean-empty-function)
10599         (gnus-registry-trim, gnus-registry-fetch-groups)
10600         (gnus-registry-delete-group): Groups that match
10601         `gnus-registry-ignored-groups' are removed from the registry
10602         entries, not just ignored for splitting.  This helps clean up the
10603         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10604         to get all the groups a message ID is in.
10605
10606         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10607         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10608         (spam-stat-score-buffer-user-functions): Add :number custom type.
10609
10610 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10611
10612         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10613         argument in XEmacs.
10614
10615         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10616         (nnrss-request-group): Decode group name first.
10617         (nnrss-request-article): Make a text/plain article if mml-to-mime
10618         failed.
10619         (nnrss-get-encoding): Return a compatible encoding according to
10620         nnrss-compatible-encoding-alist.
10621         (nnrss-find-el): Use consp instead of listp.
10622         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10623
10624 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10625
10626         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10627         which Emacs 20 doesn't support.
10628         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10629
10630 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10631
10632         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10633         silence the byte compiler inside the defun.
10634
10635         * gnus-demon.el (parse-time-string): Add autoload.
10636
10637         * gnus-delay.el (parse-time-string): Add autoload.
10638
10639         * gnus-art.el (parse-time-string): Add autoload.
10640
10641         * nnultimate.el (parse-time): Require for `parse-time-string'.
10642
10643 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10644
10645         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10646
10647         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10648
10649         * smime.el (smime-ldap-host-list): Add :version.
10650
10651 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10652
10653         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10654         pass it to `gnus-browse-read-group'.
10655         (gnus-browse-read-group): Add NUMBER argument and pass it to
10656         `gnus-group-read-ephemeral-group'.
10657
10658         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10659         argument and pass it to `gnus-group-read-group'.
10660
10661 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10662
10663         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10664         mm-xemacs-find-mime-charset-1 if we have the mule feature
10665         available at runtime.
10666
10667 2005-03-25  Werner Lemberg  <wl@gnu.org>
10668
10669         * nnmaildir.el: Replace `illegal' with `invalid'.
10670
10671 2005-03-23  Lute Kamstra  <lute@gnu.org>
10672
10673         * time-date.el: Add comment on time value formats.
10674         Don't require parse-time.
10675         (with-decoded-time-value): New macro.
10676         (encode-time-value): New function.
10677         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10678         (days-to-time): Return a valid time value when arg is huge.
10679         (time-since): Use time-subtract.
10680         (time-to-number-of-days): Use time-to-seconds.
10681
10682 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10683
10684         * gnus-start.el (gnus-display-time-event-handler):
10685         Check display-time-timer at runtime rather than only at load time
10686         in case display-time-mode is turned off in the mean time.
10687
10688 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10689
10690         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10691         used.
10692
10693         * nneething.el (nneething-map-file-directory): Derive from
10694         `gnus-directory'.
10695
10696         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10697         the To/Cc button.
10698
10699 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10700
10701         * nnmaildir.el (nnmaildir-request-accept-article):
10702         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10703
10704 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10705
10706         * gnus-async.el: Require timer-funcs at compile time when in
10707         XEmacs for `run-with-idle-timer'.
10708
10709 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10710
10711         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10712         autoloaded function.
10713
10714 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10715
10716         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10717
10718 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10719
10720         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10721
10722 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10723
10724         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10725         gnus-expert-user to default.
10726
10727 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10728
10729         * nnimap.el (nnimap-open-server): Ditto.
10730
10731         * imap.el (imap-authenticate): Fix typo.
10732
10733 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10734
10735         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10736         buffer (since IMAP server might return FETCH response out of
10737         order, and the nntp buffer must be sorted).
10738
10739 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10740
10741         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10742         comparison on string.
10743
10744         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10745         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10746         (gnus-agent-summary-fetch-series): Modified to protect against
10747         gnus-agent-summary-fetch-group clearing processable flags.
10748         (gnus-agent-synchronize-group-flags): Update live group buffer as
10749         synchronization may occur due to the user toggle the plugged
10750         status.
10751         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10752         successfully downloaded.
10753         (gnus-agent-expire-group-1): Avoid using markers when the overview
10754         is in ascending order; greatly improves performance.
10755         (gnus-agent-regenerate-group): Use
10756         gnus-agent-synchronize-group-flags to reset read status in both
10757         gnus and server.
10758         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10759
10760 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10761
10762         * message.el: Don't autoload former message-utils variables.
10763         (message-strip-subject-trailing-was): Change doc string.
10764
10765         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10766         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10767         (nnweb-google-search): Add "hl=en" here.
10768         (nnweb-google-parse-1, nnweb-google-create-mapping):
10769         Don't hardcode URL.
10770
10771 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10772
10773         * message.el (message-get-reply-headers, message-followup):
10774         Mention related variables `message-use-followup-to' and
10775         `message-use-mail-followup-to', in the information buffer.
10776
10777         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10778         of broken groups(-beta).google.com.
10779
10780 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10781
10782         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10783         parameter to invoked gnus-request-move-article; remove the
10784         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10785         all at once instead of once per article.
10786         (gnus-summary-remove-process-mark): Accept a list of articles as
10787         well as a single article for processing.
10788
10789         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10790         parameter.
10791
10792         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10793
10794         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10795
10796         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10797         parameter.
10798
10799         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10800         parameter.
10801
10802         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10803         parameter and remove the gnus-sum-hint-move-is-internal variable.
10804
10805         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10806         parameter.
10807
10808         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10809         parameter.
10810
10811         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10812         parameter.
10813
10814         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10815
10816         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10817         parameter.
10818
10819         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10820         parameter.
10821
10822 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10823
10824         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10825         a more conservative way.
10826
10827 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10828
10829         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10830         buffer, so it moves the window's cursor.
10831
10832 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10833
10834         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10835         `mm-dissect-multipart' and receive the from field as an (optional)
10836         argument from `mm-dissect-multipart'.
10837         (mm-dissect-multipart): Receive the from field as an argument and
10838         pass it on when we call `mm-dissect-buffer' on MIME parts.
10839         Fixes verification/decryption of signed/encrypted MIME parts.
10840
10841 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10842
10843         * gnus-sum.el (gnus-summary-move-article): Set
10844         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10845         whatever it calls (right now, only nnimap-request-move article
10846         respects it).
10847
10848         * nnimap.el (nnimap-request-move-article): When
10849         gnus-sum-hint-move-is-internal is set, don't do the extra
10850         nnimap-request-article.
10851
10852 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10853
10854         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10855
10856         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10857         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10858
10859         * gnus-sum.el (gnus-summary-caesar-message):
10860         Apply `gnus-treat-article' after rotation.
10861
10862         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10863         doc string.
10864
10865 2005-02-22  Simon Josefsson  <jas@extundo.com>
10866
10867         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10868         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10869         <arne@arnested.dk>.
10870         (encrypt): Add password-cache and password-cache-expiry as group
10871         members.
10872
10873 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10874
10875         * smime.el (smime-ldap-host-list): Doc fix.
10876         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10877         cache) password.
10878         (smime-sign-region): Use it.
10879         (smime-decrypt-region): Use it.
10880         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10881         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10882         fails.
10883         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10884         certificate from DER to PEM format rather than calling openssl.
10885
10886         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10887
10888         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10889         for signing/encryption.
10890
10891         * mml.el (mml-parse-1): Use them.
10892
10893 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10894
10895         * nnrss.el (nnrss-verbose): Removed.
10896         (nnrss-request-group): Use `nnheader-message' instead.
10897
10898 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10899
10900         * nnrss.el (nnrss-verbose): New variable.
10901         (nnrss-request-group): Make it say nnrss is requesting a group.
10902
10903 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10904
10905         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10906         Handle news URL with given port correctly.
10907
10908 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10909
10910         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10911         containing special characters.
10912
10913         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10914
10915         * mml.el (mime-to-mml): Ditto.
10916
10917         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10918         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10919         (rfc2047-decode-region): Quote decoded words containing special
10920         characters when rfc2047-quote-decoded-words-containing-tspecials
10921         is non-nil.
10922
10923 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10924
10925         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10926
10927         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10928
10929 2005-02-15  Simon Josefsson  <jas@extundo.com>
10930
10931         * nnimap.el (nnimap-debug): Doc fix.
10932
10933         * imap.el (imap-debug): Doc fix.
10934
10935 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10936
10937         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10938
10939 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10940
10941         * gnus.el (spam-contents): Improve docs for spam-contents
10942         parameter in its variable incarnation.
10943
10944 2005-02-14  Simon Josefsson  <jas@extundo.com>
10945
10946         * smime-ldap.el: Use require instead of load-library for ldap.
10947         (smime-ldap-search): Indent.
10948         (smime-ldap-search-internal): Shorten line.
10949
10950         * smime.el (smime-cert-by-dns): Add doc-string.
10951         (smime-cert-by-ldap-1): Indent.
10952
10953         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10954         mml-smime-get-dns-ldap.
10955         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10956
10957 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10958
10959         * smime.el: Require smime-ldap.
10960         (smime-ldap-host-list): New variable.
10961         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10962
10963         * mml-smime.el (mml-smime-encrypt-query): New function.
10964         (mml-smime-encrypt-query): Use it.
10965
10966         * smime-ldap.el: New file.
10967
10968 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10969
10970         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10971
10972 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10973
10974         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10975         argument in doc string.  Make query for type more clear.
10976
10977 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10978
10979         * gnus.el (gnus-group-startup-message): Search for gnus images in
10980         etc/images/gnus.
10981         * mm-util.el (mm-image-load-path): Likewise.
10982         * smiley.el (smiley-data-directory): Search for smilies in
10983         etc/images/smilies.
10984
10985 2005-02-09  Kim F. Storm  <storm@cua.dk>
10986
10987         Change Emacs release version from 21.4 to 22.1 throughout.
10988         Change Emacs development version from 21.3.50 to 22.0.50.
10989
10990 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10991
10992         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10993
10994         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10995         non-Mule XEmacs as well.
10996         (mm-decompress-buffer): Signal an error intentionally if it does
10997         not decompress compressed data because auto-compression-mode is
10998         disabled.
10999
11000 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11001
11002         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11003         an ID in the registry even if it has no groups.
11004
11005 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11008         merge it into mm-decompress-buffer.
11009         (gnus-mime-copy-part): Use the MIME part charset, the value which
11010         a user specified or gnus-newsgroup-charset for decoding, like
11011         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11012         save-buffer what was used.  Suggested by Kevin Ryde
11013         <user42@zip.com.au>.
11014         (gnus-mime-inline-part): Allow the name parameter as well as the
11015         filename parameter; force decompressing of compressed data; always
11016         display contents being not decoded as unibyte.
11017
11018         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11019         as well as the filename parameter.
11020
11021         * mm-util.el (mm-decompress-buffer): Merge
11022         gnus-mime-jka-compr-maybe-uncompress.
11023         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11024         of compressed data.
11025
11026 2005-02-08  Simon Josefsson  <jas@extundo.com>
11027
11028         * imap.el (imap-log): Doc fix.
11029
11030 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11031
11032         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11033         the coding cookies; decompress compressed parts.
11034
11035         * mml.el (mml-generate-mime-1): Add the charset parameter according
11036         to the value which a user specified manually or the coding cookie.
11037
11038         * mm-util.el (mm-string-to-multibyte): New function.
11039         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11040         (mm-coding-system-to-mime-charset): New function.
11041         (mm-decompress-buffer): New function.
11042         (mm-find-buffer-file-coding-system): New function.
11043
11044         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11045         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11046         parts.
11047
11048 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11049
11050         * mm-view.el (mm-display-inline-fontify): Decode a part according
11051         to the charset parameter.
11052
11053 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11054
11055         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11056         prefix arg is neither nil nor a number, as info specifies.
11057
11058 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11059
11060         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11061         timestamps.
11062
11063 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11064
11065         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11066         groups error checking and notify user.
11067
11068 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11069
11070         * message.el (message-send-mail-function): Check existence of
11071         sendmail-program first before using default value
11072         `message-send-mail-with-sendmail'.  Otherwise use more generic
11073         `smtpmail-send-it'.
11074
11075 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11076
11077         * nntp.el (nntp-request-update-info): Always return nil.
11078
11079 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11080
11081         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11082
11083 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11084
11085         * message.el (message-beginning-of-line): Change the behavior when
11086         invoked between BOL and : so that it first moves backward.
11087
11088 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11089
11090         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11091         article buffer when editing of the article is discarded.
11092         (gnus-article-prepare): Revert.
11093
11094 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11095
11096         * gnus-art.el (gnus-article-prepare):
11097         Remove message-strip-forbidden-properties from the local hook.
11098
11099 2005-01-27  Simon Josefsson  <jas@extundo.com>
11100
11101         * password.el (password-cache-add): Only start one timer per key.
11102         Reported by Derek Atkins <warlord@MIT.EDU>.
11103
11104 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11105
11106         * run-at-time.el: Removed.  It is no longer needed as
11107         timer-funcs.el in the xemacs-base package has a working version of
11108         `run-at-time'.
11109
11110         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11111
11112         * password.el: Require timer-funcs instead of run-at-time in
11113         XEmacs.
11114         Remove `password-run-at-time' macro.
11115         (password-cache-add): Use `run-at-time' instead of
11116         `password-run-at-time'.
11117
11118         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11119         Remove `nnheader-cancel-function-timers' alias,
11120         `cancel-function-timers' exists in XEmacs in timer-funcs.
11121
11122         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11123         for `run-with-idle-timer'.
11124
11125         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11126         for `run-at-time'.
11127
11128         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11129         for `with-timeout'.
11130
11131         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11132         the same as for XEmacs 21.4.
11133         No need to ignore `run-with-idle-timer', this function exists in
11134         XEmacs now in timer-funcs.el in the xemacs-base package.
11135         (dgnushack-compile): No need to delete
11136         run-at-time.el from the list of files to compile because it
11137         doesn't exist anymore.
11138
11139 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11140
11141         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11142         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11143
11144 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11145
11146         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11147         sensitively.
11148
11149 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11150
11151         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11152
11153 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11154
11155         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11156         which will be inserted according to the multibyteness of a buffer
11157         rather than the type of contents.  Suggested by ARISAWA Akihiro
11158         <ari@mbf.ocn.ne.jp>.
11159
11160         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11161         of string which old xml.el may return rather than a string.
11162
11163 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11166
11167 2005-01-16  Simon Josefsson  <jas@extundo.com>
11168
11169         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11170         idn/idna.el isn't available.
11171         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11172         <michael@waxrat.com>.
11173
11174         * hashcash.el: Remove non-FSF copyright header.
11175
11176         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11177         (hashcash-generate-payment): Use it.
11178         (hashcash-generate-payment-async): Use it.
11179
11180 2005-01-15  Simon Josefsson  <jas@extundo.com>
11181
11182         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11183         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11184
11185         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11186         gnus-summary-idna-message.
11187         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11188         (gnus-summary-idna-message): New function.
11189
11190 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11191
11192         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11193         gnus-novice-user.
11194
11195 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11196
11197         * nnrss.el (nnrss-request-delete-group): Delete entries in
11198         nnrss-group-alist as well.
11199         (nnrss-save-server-data): Insert newline.
11200
11201 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11202
11203         * gnus.el (gnus-user-agent): Use list of symbols instead of
11204         symbols.  Display full version number for (S)XEmacs.  Optionally
11205         display (S)XEmacs codename.
11206
11207         * gnus-util.el (gnus-emacs-version): Update for new
11208         `gnus-user-agent'.
11209
11210         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11211         Gnus version.
11212
11213 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11214
11215         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11216         which is unreadable in some setups.
11217
11218 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11219
11220         * gnus-spec.el (gnus-update-format-specifications): Flush the
11221         group format spec cache if it doesn't support decoded group names.
11222
11223 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11224
11225         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11226         Allow to apply decay on score files matching a regexp.
11227
11228 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11229
11230         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11231         compatibility in %g and %c.
11232
11233 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11234
11235         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11236         name for only %g and %c.
11237         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11238         of gnus-tmp-group to decoded group name.
11239         (gnus-group-make-rss-group): Exclude `/'s from group names.
11240
11241 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11242
11243         * nnrss.el (nnrss-get-encoding): Fix regexp.
11244
11245 2004-12-27  Simon Josefsson  <jas@extundo.com>
11246
11247         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11248         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11249         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11250
11251 2004-12-17  Kim F. Storm  <storm@cua.dk>
11252
11253         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11254
11255         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11256
11257 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11258
11259         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11260
11261 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11262
11263         * nnrss.el: Require rfc2047 and mml.
11264         (nnrss-file-coding-system): New variable.
11265         (nnrss-format-string): Redefine it as an inline function.
11266         (nnrss-decode-group-name): New function.
11267         (nnrss-string-as-multibyte): Remove.
11268         (nnrss-retrieve-headers): Decode group name; don't use
11269         nnrss-format-string.
11270         (nnrss-request-group): Decode group name.
11271         (nnrss-request-article): Decode group name; allow a Message-ID as
11272         well as an article number; don't use nnrss-format-string; encode a
11273         Message-ID string which may contain non-ASCII characters; use
11274         mml-to-mime to compose a MIME article.
11275         (nnrss-request-expire-articles): Decode group name.
11276         (nnrss-request-delete-group): Decode group name.
11277         (nnrss-fetch): Clarify error message.
11278         (nnrss-read-server-data): Use insert-file-contents instead of load;
11279         bind file-name-coding-system; use multibyte buffer.
11280         (nnrss-save-server-data): Bind coding-system-for-write to the
11281         value of nnrss-file-coding-system; bind file-name-coding-system;
11282         add coding cookie.
11283         (nnrss-read-group-data): Use insert-file-contents instead of load;
11284         bind file-name-coding-system; use multibyte buffer.
11285         (nnrss-save-group-data): Bind coding-system-for-write to the
11286         value of nnrss-file-coding-system; bind file-name-coding-system.
11287         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11288         make it work with non-ASCII text.
11289         (nnrss-find-el): Make it work with old xml.el as well.
11290
11291 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11292
11293         * nnrss.el (nnrss-get-encoding): New function.
11294         (nnrss-fetch): Use unibyte buffer initially; bind
11295         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11296         decode contents according to the encoding attribute.
11297         (nnrss-save-group-data): Add coding cookie.
11298         (nnrss-mime-encode-string): New function.
11299         (nnrss-check-group): Use it to encode subject and author.
11300
11301 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11302
11303         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11304         imaginary variable.
11305
11306 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11309         correctly even if there are wide characters.
11310
11311 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11312
11313         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11314         downcased symbol names; make a new cache instead of reusing
11315         bbdb-hashtable.
11316
11317 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11318
11319         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11320         concatenating segments rather than before concatenating them.
11321         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11322
11323         * message.el (message-get-reply-headers): Bind `extra'.
11324
11325 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11326
11327         * message.el (message-extra-wide-headers): New variable.
11328         (message-get-reply-headers): Use it.
11329
11330 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11331
11332         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11333         (gnus-agent-group-pathname): Ditto.
11334
11335         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11336
11337         * gnus-group.el (gnus-group-make-group): Decode group name.
11338         (gnus-group-make-rss-group): Register the group data after opening
11339         the nnrss group.
11340
11341 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11342
11343         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11344         by expiry now get marked as read.
11345
11346 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11347
11348         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11349
11350 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11351
11352         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11353         unify Latin characters in XEmacs.
11354         (mm-find-mime-charset-region): Use it.
11355
11356 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11357
11358         * gnus-util.el (gnus-delete-directory): New function.
11359
11360         * gnus-agent.el (gnus-agent-delete-group): Use it.
11361
11362         * gnus-cache.el (gnus-cache-delete-group): Use it.
11363
11364 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11367         names.
11368
11369 2004-12-16  Simon Josefsson  <jas@extundo.com>
11370
11371         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11372
11373 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11376
11377         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11378         (gnus-group-set-current-level): Decode group name.
11379
11380 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11381
11382         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11383         failed.
11384
11385 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11386
11387         * gnus-group.el (gnus-group-delete-group): Decode group name.
11388         (gnus-group-make-rss-group): Encode group name.
11389         (gnus-group-catchup-current): Decode group name.
11390         (gnus-group-kill-group): Decode group name.
11391
11392 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11393
11394         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11395
11396 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11397
11398         * gnus-group.el (gnus-group-make-rss-group):
11399         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11400
11401         * gnus-start.el (gnus-setup-news): Honor user's setting to
11402         gnus-message-archive-method.  Suggested by Lute Kamstra
11403         <lute@gnu.org>.
11404
11405 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11406
11407         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11408         global counterparts of the buffer-local variables.
11409
11410 2004-11-16  Romain Francoise  <romain@orebokech.com>
11411
11412         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11413         counterparts of the buffer-local variables.
11414
11415 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11416
11417         * message.el (message-forbidden-properties): Fixed typo in doc
11418         string.
11419
11420 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11421
11422         * gnus-util.el (gnus-replace-in-string): Added doc string.
11423
11424         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11425         to avoid problems when splitting mails with many recipients.
11426
11427 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11428
11429         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11430         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11431
11432 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11433
11434         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11435         if there is no hashtable in memory or file modification time is
11436         newer than cached timestamp.
11437
11438 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11439
11440         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11441         not-matching option.
11442
11443 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11444
11445         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11446         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11447         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11448         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11449         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11450         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11451
11452 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11453
11454         * message.el (message-forward-make-body-mml): Remove headers
11455         according to message-forward-ignored-headers if a message is decoded.
11456
11457 2004-12-02  Romain Francoise  <romain@orebokech.com>
11458
11459         * message.el (message-forward-make-body-plain): Always remove
11460         headers according to message-forward-ignored-headers.
11461
11462 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11463
11464         * spam.el (spam-summary-prepare-exit): Remove the
11465         gnus-summary-limit pop for now, it has problems with ham marks for
11466         me.
11467
11468 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11469
11470         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11471         correctly.
11472
11473 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11474
11475         * format-spec.el (format-spec): Message the char.
11476
11477 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11478
11479         * gnus-art.el (gnus-split-methods): Reformat comments.
11480
11481         * spam.el (spam-summary-prepare-exit): Remove article limits
11482         before exiting the summary buffer.
11483
11484 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11485
11486         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11487         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11488
11489         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11490         order to silence the byte compiler.
11491
11492         * spam.el: Fix the way to silence the byte compiler, which
11493         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11494         bbdb-search-simple, spam-BBDB-register-routine,
11495         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11496         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11497         spam-stat-buffer-is-spam, spam-stat-load,
11498         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11499         spam-stat-save and spam-stat-split-fancy.
11500
11501 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11502
11503         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11504         which may confuse users.
11505         (canlock-password-for-verify): Ditto.
11506
11507         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11508
11509         * gnus-art.el (gnus-emphasis-alist): Ditto.
11510
11511         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11512
11513         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11514
11515         * gnus-start.el (gnus-save-killed-list): Ditto.
11516
11517         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11518         (gnus-sum-thread-tree-root): Ditto.
11519         (gnus-sum-thread-tree-false-root): Ditto.
11520         (gnus-sum-thread-tree-single-indent): Ditto.
11521
11522         * message.el (message-courtesy-message): Ditto.
11523         (message-archive-note): Ditto.
11524         (message-subscribed-address-file): Ditto.
11525         (message-user-fqdn): Ditto.
11526
11527         * spam-report.el (spam-report-gmane-regex): Ditto.
11528
11529         * spam.el (spam-blackhole-good-server-regex): Ditto.
11530
11531 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11532
11533         * mml.el (mml-preview): Widen the message buffer before copying
11534         the contents to the preview buffer; sort headers before previewing.
11535
11536         * message.el (message-hidden-headers): Fix the way to avoid a bug
11537         in the `repeat' widget in Emacs 21.3 or earlier.
11538
11539 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11540
11541         * message.el (message-hidden-headers): Default to "^References:".
11542         Improve customization type.  Suggested by Reiner Steib
11543         <Reiner.Steib@gmx.de>.
11544
11545 2004-11-25  Romain Francoise  <romain@orebokech.com>
11546
11547         * message.el (message-strip-forbidden-properties): Remove check for
11548         obsolete `message-hidden' text property, hidden headers are not
11549         accessible in the buffer anymore.
11550
11551 2004-11-22  Romain Francoise  <romain@orebokech.com>
11552
11553         * message.el (message-header-format-alist): Add `From' in list
11554         so that it can be sorted.
11555         (message-fix-before-sending): Widen and sort headers before
11556         sending.
11557         (message-hide-headers): Use narrowing to hide headers by moving
11558         them to the top of the buffer and narrowing to the region
11559         underneath.
11560
11561 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11562
11563         * message.el (message-strip-forbidden-properties): Bind
11564         buffer-read-only (etc) to nil.
11565
11566 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11567
11568         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11569         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11570
11571 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11572
11573         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11574
11575 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11576
11577         * dns.el (query-dns): Use sit-for to time instead of
11578         accept-process-output, since that doesn't seem to work on udp
11579         sockets.
11580
11581 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11582
11583         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11584
11585 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11586
11587         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11588         doc string.  Improve doc string.
11589
11590 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11591
11592         * nntp.el (nntp-request-update-info): Return nil if
11593         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11594         may not call gnus-activate-group which uselessly issues the GROUP
11595         commands for all nntp groups and wastes time.  Reported by Romain
11596         Francoise <romain@orebokech.com>.
11597
11598         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11599
11600 2004-11-15  Simon Josefsson  <jas@extundo.com>
11601
11602         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11603         headers separately.
11604         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11605         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11606
11607 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11608
11609         * gnus-start.el (gnus-convert-old-newsrc):
11610         Assign legacy-gnus-agent to 5.10.7.
11611
11612 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11613
11614         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11615         start of the lines.
11616
11617 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11618
11619         * hashcash.el (hashcash-default-payment): Change default to 20.
11620         (hashcash-default-accept-payment): Change default to 20.
11621         (hashcash-process-alist): New variable.
11622         (hashcash-generate-payment-async): Add.
11623         (hashcash-already-paid-p): Add.
11624         (hashcash-insert-payment): Don't generate payments twice.
11625         (hashcash-insert-payment-async): Add.
11626         (hashcash-insert-payment-async-2): Add.
11627         (hashcash-cancel-async): Add.
11628         (hashcash-wait-async): Add.
11629         (hashcash-processes-running-p): Add.
11630         (hashcash-wait-or-cancel): Add.
11631         (mail-add-payment): New optional argument.  Conditionally start
11632         asynchronous calculation.
11633         (mail-add-payment-async): Add.
11634
11635         * message.el (message-send-mail): Wait for asynchronous hashcash
11636         results.  Don't clobber existing X-Hashcash headers.
11637         (message-setup-1): Call mail-add-payment-async when
11638         message-generate-hashcash is non-nil.
11639
11640 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11641
11642         * message.el (message-use-alternative-email-as-from): Examine the
11643         From header as well; use message-make-from in order to include a
11644         user's full name.
11645
11646 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11647
11648         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11649         default; improve customization type.
11650         (gnus-emphasis-custom-with-format): New macro.
11651         (gnus-emphasis-custom-value-to-external): New function.
11652         (gnus-emphasis-custom-value-to-internal): New function.
11653
11654 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11655
11656         * dns.el (query-dns): Resolve reverse addresses.
11657
11658 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11659
11660         * gnus-group.el (gnus-group-get-new-news): Use it.
11661
11662         * gnus-start.el (gnus-check-reasonable-setup): New function.
11663
11664 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11665
11666         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11667         "Args out of range" error.  Reported by Arnaud Giersch
11668         <arnaud.giersch@free.fr>.
11669
11670 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11671
11672         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11673
11674 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11675
11676         * spam.el (spam group): Add :version.
11677
11678         * pgg-def.el (pgg group): Add :version.
11679
11680 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11681
11682         * gnus-art.el (gnus-article-edit-article): Don't associate the
11683         article buffer with a draft file.  This is a temporary measure
11684         against the 2004-08-22 change to gnus-article-edit-mode.
11685
11686 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11689         (html2text-format-tags): Remove unused variable `attr'.
11690
11691 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11692
11693         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11694
11695         * tls.el (tls-process-connection-type, tls-success)
11696         (tls-certtool-program): Add :version.
11697
11698         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11699         (starttls-extra-arguments, starttls-process-connection-type)
11700         (starttls-connect, starttls-failure, starttls-success): Add :version.
11701
11702         * spam-stat.el (spam-stat): Add :version.
11703
11704         * sieve.el (sieve): Add :version.
11705
11706         * sha1.el (sha1): Add :version.
11707         (sha1-use-external): Remove redundant version.
11708
11709         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11710         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11711         (nnmail-split-fancy-match-partial-words)
11712         (nnmail-split-lowercase-expanded): Add :version.
11713
11714         * nndiary.el (nndiary): Add :version.
11715
11716         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11717
11718         * mml-sec.el (mml-default-sign-method)
11719         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11720         Add :version.
11721
11722         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11723
11724         * mm-url.el (mm-url-use-external, mm-url-program)
11725         (mm-url-arguments): Add :version.
11726
11727         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11728         (mm-attachment-file-modes, mm-decrypt-option)
11729         (mm-w3m-safe-url-regexp): Add :version.
11730
11731         * message.el (message-cite-prefix-regexp)
11732         (message-sendmail-envelope-from, message-minibuffer-local-map)
11733         (message-user-fqdn, message-completion-alist): Add :version.
11734
11735         * gnus-win.el (gnus-configure-windows-hook)
11736         (gnus-use-frames-on-any-display): Add :version.
11737
11738         * gnus-art.el (gnus-article-address-banner-alist)
11739         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11740         (gnus-treat-from-picon, gnus-treat-mail-picon)
11741         (gnus-treat-x-pgp-sig): Add :version.
11742
11743         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11744         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11745         (gnus-summary-article-delete-hook)
11746         (gnus-summary-display-while-building): Add :version.
11747
11748         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11749         (gnus-get-top-new-news-hook): Add :version.
11750
11751         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11752         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11753
11754         * gnus-registry.el (gnus-registry): Add :version.
11755
11756         * gnus-spec.el (gnus-use-correct-string-widths)
11757         (gnus-make-format-preserve-properties): Add :version.
11758
11759         * gnus.el (gnus-group-charter-alist)
11760         (gnus-group-fetch-control-use-browse-url)
11761         (gnus-install-group-spam-parameters): Add :version.
11762
11763         * gnus-diary.el (gnus-diary): Add :version.
11764
11765         * gnus-delay.el (gnus-delay): Add :version.
11766
11767         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11768         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11769         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11770         Add :version.
11771
11772         * gnus-agent.el (gnus-agent-max-fetch-size)
11773         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11774         (gnus-agent-prompt-send-queue): Add :version.
11775
11776         * deuglify.el (gnus-outlook-deuglify): Add :version.
11777
11778         * html2text.el: Beautify code.  Improve doc strings.  Some
11779         checkdoc cleanup.
11780         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11781
11782 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11783
11784         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11785
11786 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11787
11788         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11789         when package is loaded.
11790
11791         * spam.el (spam-summary-score-preferred-header): Add global preference
11792         for people who want to override the default SpamAssassin over
11793         Bogofilter preference (when both are set).
11794         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11795         (spam-user-format-function-S): Check
11796         spam-summary-score-preferred-header.
11797         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11798         (spam-user-format-function-S): Format the score correctly.
11799
11800 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11801
11802         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11803         signature file.  Suggested by Manoj Srivastava
11804         <srivasta@golden-gryphon.com>.
11805
11806         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11807         iso-2022-jp even in the Japanese language environment.
11808         Suggested by Jason Rumney <jasonr@gnu.org>.
11809
11810 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11811
11812         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11813         use the same characters as the dummy marks; make it free from
11814         getting affected by the language environment.
11815         (gnus-summary-read-group-1): Update mark positions only when the
11816         format spec is updated.
11817
11818         * gnus-spec.el (gnus-update-format-specifications): Return a list
11819         of updated types.
11820
11821 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11822
11823         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11824         of boundp to check if display-warning is available.
11825
11826 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11827
11828         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11829
11830 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11831
11832         * nnspool.el (nnspool-spool-directory): Use news-path if the
11833         news-directory variable is not bound.
11834
11835         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11836         function instead of display-warning if it is not available.
11837
11838 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11839
11840         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11841         v5-10: Use `point-at-bol'.
11842
11843 2004-10-26  Simon Josefsson  <jas@extundo.com>
11844
11845         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11846         <chenggao@gmail.com>.
11847
11848 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11849
11850         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11851         instead.
11852
11853 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11854
11855         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11856         to remove a server from the nnimap-server-buffer-alist.
11857         (nnimap-open-connection, nnimap-close-server): Use it.
11858
11859         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11860
11861 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11862
11863         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11864         running the major-mode function.
11865
11866 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11867
11868         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11869         dummy marks in the right way.
11870
11871 2004-10-18  David Edmondson  <dme@dme.org>
11872
11873         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11874         excessively.
11875
11876 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11877
11878         * gnus-util.el (gnus-split-references): Accept a nil references
11879         string and go on blissfully.
11880
11881         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11882         cases where the references string is non-nil but has no references.
11883
11884         * encrypt.el: Add autoload tags.
11885
11886         * spam.el (spam-resolve-registrations-routine): Remove article
11887         from unregistration list too.  Reported by David Hanak
11888         <dhanak@isis.vanderbilt.edu>
11889
11890 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11891
11892         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11893         nil.  Changed custom type.
11894
11895 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11896
11897         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11898
11899         * gnus-sum.el (gnus-summary-move-article): Use it.
11900
11901 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11902
11903         * encrypt.el: Add autoload cookies.
11904
11905         * spam.el (spam-backend-article-list-property)
11906         (spam-backend-get-article-todo-list)
11907         (spam-backend-put-article-todo-list)
11908         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11909         Resolve registrations separately.
11910         (spam-register-routine): Format comments.
11911         (spam-unregister-routine, spam-register-routine): Always call with
11912         specific-articles, no default list.
11913         (spam-summary-prepare-exit): Use the spam-classifications function.
11914
11915         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11916         gnus-encrypt.el.
11917
11918         * encrypt.el: Copied from gnus-encrypt.el.
11919
11920         * gnus-encrypt.el: Commented that it's obsolete.
11921
11922 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11923
11924         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11925         (gnus-score-save): Use it.
11926
11927         * message.el (message-bury): Use `window-dedicated-p'.
11928
11929 2004-10-15  Simon Josefsson  <jas@extundo.com>
11930
11931         * pop3.el (top-level): Don't require nnheader.
11932         (pop3-read-timeout): Add.
11933         (pop3-accept-process-output): Add.
11934         (pop3-read-response, pop3-retr): Use it.
11935
11936 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11937
11938         * spam.el (spam-register-routine): Move comment.
11939         (spam-verify-bogofilter): Use 'unknown for the initial
11940         spam-bogofilter-valid state, not 'never.
11941
11942         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11943         for netrc-machine.
11944
11945         * nnimap.el (nnimap-open-connection): Use
11946         netrc-machine-user-or-password.
11947
11948 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11949
11950         * gnus-registry.el (gnus-registry-unload-hook):
11951         Set as a variable with add-hook.
11952
11953         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11954         of news-path.
11955
11956         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11957
11958         * spam.el: Delete duplicate `provide'.
11959         (spam-unload-hook): Set as a variable with add-hook.
11960
11961 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11962
11963         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11964         in the doc string.
11965
11966         * message.el (message-ignored-news-headers)
11967         (message-ignored-supersedes-headers)
11968         (message-ignored-resent-headers)
11969         (message-forward-ignored-headers): Improve custom type.
11970
11971 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11972
11973         * message.el (message-tokenize-header): Fix 2004-09-06 change
11974         which used point-min in the wrong place.
11975
11976 2004-10-12  Simon Josefsson  <jas@extundo.com>
11977
11978         * tls.el (tls-certtool-program): New variable.
11979         (tls-certificate-information): New function, based on
11980         ssl-certificate-information.
11981
11982 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11983
11984         * compface.el: Move the version of ELisp-based uncompface program
11985         to the contrib directory because of the copyright problem.
11986
11987 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11988
11989         * message.el (message-kill-buffer): Raise the current frame.
11990
11991 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11992
11993         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11994
11995         * gnus.el (message-y-or-n-p): Autoload.
11996
11997         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11998         (pop3-password-required, pop3-authentication-scheme)
11999         (pop3-leave-mail-on-server): Made customizable.
12000         (pop3): New custom group.
12001         (pop3-retr): Remove `sleep-for' statements.
12002         Suggested by Dave Love <fx@gnu.org>.
12003
12004         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12005         Windows/DOS.
12006
12007         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12008         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12009         Dave Love <fx@gnu.org>.
12010
12011         * mml.el (mml-minibuffer-read-disposition): Require match.
12012         Suggested by Dave Love <fx@gnu.org>.
12013
12014 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12015
12016         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12017         doc string.
12018
12019 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12020
12021         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12022
12023 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12024
12025         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12026         instead of calling `mm-insert-inline', to decode text/* parts
12027         before displaying them.
12028
12029 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12030
12031         * mm-uu.el (mm-uu-text-plain-type): New variable.
12032         (mm-uu-pgp-signed-extract-1): Use it.
12033         (mm-uu-pgp-encrypted-extract-1): Use it.
12034         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12035         bind mm-uu-text-plain-type with that value.
12036         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12037         mm-uu-dissect.
12038
12039 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12040
12041         * gnus-group.el (gnus-update-group-mark-positions):
12042         * gnus-sum.el (gnus-update-summary-mark-positions):
12043         * message.el (message-check-news-body-syntax):
12044         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12045         of string-as-multibyte.
12046
12047 2004-10-05  Juri Linkov  <juri@jurta.org>
12048
12049         * gnus-group.el (gnus-update-group-mark-positions):
12050         * gnus-sum.el (gnus-update-summary-mark-positions):
12051         * message.el (message-check-news-body-syntax):
12052         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12053         8-bit unibyte values to a multibyte string for search functions.
12054
12055 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12058         (mm-uu-dissect-text-parts): New function.
12059
12060         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12061         dissect text parts.
12062
12063         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12064         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12065
12066         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12067
12068         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12069         gnus-current-topics instead of gnus-current-topic.
12070
12071 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12072
12073         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12074
12075 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12076
12077         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12078         where approriate.
12079
12080         * nnml.el (nnml-generate-active-info): do.
12081
12082         * nndiary.el (nndiary-generate-active-info): do.
12083
12084         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12085         (gnus-topic-move): do.
12086
12087         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12088         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12089
12090         * gnus-srvr.el (gnus-server-prepare)
12091         (gnus-server-open-all-servers): do.
12092
12093         * gnus-msg.el (gnus-summary-cancel-article)
12094         (gnus-summary-resend-message)
12095         (gnus-summary-mail-crosspost-complaint): do.
12096
12097         * gnus-move.el (gnus-change-server): do.
12098
12099         * gnus-group.el (gnus-group-unmark-all-groups)
12100         (gnus-group-set-current-level): do.
12101
12102 2004-10-04  Simon Josefsson  <jas@extundo.com>
12103
12104         * message.el (message-generate-hashcash): Doc fix.
12105
12106 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12107
12108         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12109         avoid infinite recursion via gnus-get-function.
12110
12111 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12112
12113         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12114
12115         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12116
12117         * nnmail.el (nnmail-split-history): do.
12118
12119         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12120         (nnml-request-delete-group): do.
12121
12122         * nnslashdot.el (nnslashdot-read-groups): do.
12123
12124         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12125         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12126
12127         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12128         (nnspool-sift-nov-with-sed): Use last.
12129         (nnspool-retrieve-headers-with-nov): Use mapc.
12130         (nnspool-request-newgroups): Use dolist.
12131         (nnspool-request-group): Use last.
12132
12133         * nntp.el (nntp-read-server-type): Use dolist.
12134
12135         * nnvirtual.el (nnvirtual-create-mapping)
12136         (nnvirtual-update-read-and-marked): Use dolist.
12137         (nnvirtual-convert-headers): Simplify.
12138
12139 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12140
12141         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12142         support for sync'ing tick marks.
12143
12144 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12147         there's no visible header.
12148
12149 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12150
12151         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12152         necessary, pass full group name to gnus-request-set-marks.
12153
12154 2004-10-01  Simon Josefsson  <jas@extundo.com>
12155
12156         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12157         acroread.
12158
12159 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12160
12161         * spam-report.el (spam-report-gmane): Fix interactive.
12162
12163         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12164
12165         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12166         when writing file.
12167         (gnus-agent-synchronize-flags): Don't default to being
12168         interactive.
12169
12170 2004-09-30  Simon Josefsson  <jas@extundo.com>
12171
12172         * message.el (message-generate-hashcash): Add.
12173         (message-send-mail): Use it, call mail-add-payment.
12174
12175 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12176
12177         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12178
12179 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12180
12181         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12182         gnus-requst-update-info with explicit code to sync the in-memory
12183         info read flags with the marks being sync'd to the backend.
12184
12185         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12186
12187 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12188
12189         * spam.el (spam-verify-bogofilter): Add new function.
12190         (spam-check-bogofilter)
12191         (spam-bogofilter-register-with-bogofilter): Use it.
12192         (spam-verify-bogofilter): Add small fixes.
12193
12194 2004-09-28  Simon Josefsson  <jas@extundo.com>
12195
12196         * hashcash.el (hashcash-generate-payment): Revert.
12197
12198 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12199
12200         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12201         gnus-extract-references instead of gnus-split-references.
12202
12203         * gnus-util.el (gnus-extract-references): Add new function, analogous
12204         to gnus-split-references but extracts only the message-ID without
12205         anything extra.
12206
12207         * hashcash.el (hashcash-generate-payment)
12208         (hashcash-check-payment): Do the right thing if hashcash-path is
12209         nil (because the hashcash program could not be found).
12210
12211         * spam.el (spam-use-hashcash): Remove comment.
12212
12213 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12214
12215         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12216         (gnus-cache-enter-article, gnus-cache-remove-article)
12217         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12218
12219         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12220
12221         * gnus-art.el (article-hide-boring-headers)
12222         (article-translate-strings, article-display-face)
12223         (gnus-article-mime-match-handle-first)
12224         (gnus-article-highlight-headers)
12225         (gnus-article-add-buttons-to-head): do.
12226
12227 2004-09-27  Simon Josefsson  <jas@extundo.com>
12228
12229         * hashcash.el: New version, from
12230         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12231         ../contrib/.
12232
12233 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12234
12235         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12236
12237 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12238
12239         * gnus-dup.el (gnus-dup-open): Use mapc.
12240         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12241
12242         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12243         Reported by Stefan Wiens <s.wi@gmx.net>.
12244
12245         * gnus.el (gnus-shutdown): Use dolist.
12246
12247         * gnus-undo.el (gnus-undo): Use mapc.
12248
12249         * nnrss.el (nnrss-generate-active): do.
12250
12251         * message.el (message-cite-original-without-signature)
12252         (message-cite-original): Use mapc.
12253         (message-do-actions, message-make-forward-subject): Use dolist.
12254
12255 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12256
12257         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12258         deletion to remove entire duplicate line.  Fixes merged article
12259         number bug.
12260
12261 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12262
12263         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12264         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12265         first ask if you want to open a server and then, even when you
12266         responded with no, asking if you want to synchronize the server's
12267         flags.
12268         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12269         multi-line expressions.
12270         (gnus-agent-synchronize-group-flags): New internal function.
12271         Updates marks in memory (in the info structure) AND in the
12272         backend.
12273
12274         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12275
12276         * nnagent.el (nnagent-request-set-mark): Use
12277         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12278         method, to ensure that synchronization updates marks in the
12279         backend and in the info (in memory) structure.
12280
12281 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12282
12283         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12284         convention fully; don't miss the root article of a thread; make
12285         the X-Draft-From header with correct article numbers.
12286
12287 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12288
12289         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12290         unless plugged.  Disable the agent so that an open failure causes
12291         an error.
12292
12293         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12294         Reverted 2004-09-21 change.  The backend must be opened while
12295         synchronizing flags even when the backend stores the flags
12296         locally.
12297
12298 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12299
12300         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12301         in `header' match.  Reported by Svend Tollak Munkejord.
12302
12303         * message.el (message-cite-original): Fix use of
12304         `message-cite-articles-with-x-no-archive'.
12305
12306 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12307
12308         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12309         (gnus-window-to-buffer): Ditto.
12310
12311         * mml.el (mml-preview-buffer): New variable.
12312         (mml-preview): Manage window layout with gnus-buffer-configuration.
12313
12314         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12315         X-Draft-From header even if those articles aren't quoted.
12316
12317 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12318
12319         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12320         (gnus-request-set-mark, gnus-request-update-mark): Use new
12321         g-s-t-u-l-m to decide to use backend even when unplugged.
12322
12323 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12324
12325         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12326         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12327
12328 2004-09-20  Simon Josefsson  <jas@extundo.com>
12329
12330         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12331         "utf-16-le".
12332
12333 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12334
12335         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12336
12337 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12338
12339         * uudecode.el (uudecode-use-external): Add :version.
12340
12341         * smime.el (smime-CA-file, smime-encrypt-cipher)
12342         (smime-dns-server): Add :version.
12343
12344         * smiley.el (gnus-smiley-file-types): Add :version.
12345
12346         * sha1.el (sha1-use-external): Add :version.
12347
12348         * pgg-def.el (pgg-query-keyserver): Add :version.
12349
12350         * nnmail.el (nnmail-fancy-expiry-targets)
12351         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12352         Add :version.
12353
12354         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12355         (nnimap-retrieve-groups-asynchronous): Add :version.
12356         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12357
12358         * mml.el (mml-content-disposition-parameters)
12359         (mml-insert-mime-headers-always): Add :version.
12360
12361         * mm-util.el (mm-coding-system-priorities): Add :version.
12362
12363         * mm-decode.el (mm-inline-text-html-with-images)
12364         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12365         (mm-verify-option): Add :version.
12366         (mm-text-html-renderer): Change :version.
12367
12368         * message.el (message-fcc-externalize-attachments)
12369         (message-required-headers, message-draft-headers)
12370         (message-subject-trailing-was-query)
12371         (message-subject-trailing-was-ask-regexp)
12372         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12373         (message-mark-insert-end, message-archive-header)
12374         (message-archive-note, message-cross-post-default)
12375         (message-cross-post-note, message-followup-to-note)
12376         (message-cross-post-note-function, message-use-mail-followup-to)
12377         (message-subscribed-address-functions)
12378         (message-subscribed-address-file, message-subscribed-addresses)
12379         (message-subscribed-regexps, message-allow-no-recipients)
12380         (message-yank-cited-prefix, message-signature-insert-empty-line)
12381         (message-hidden-headers, message-hierarchical-addresses)
12382         (message-mail-user-agent, message-use-idna)
12383         (message-valid-fqdn-regexp)
12384         (message-strip-special-text-properties, message-header-synonyms)
12385         (message-beginning-of-line, message-tab-body-function): Add :version.
12386         (message-insert-canlock, message-wide-reply-confirm-recipients):
12387         Change :version.
12388
12389         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12390         and :version.
12391         (mail-source-delete-old-incoming-confirm)
12392         (mail-source-movemail-program): Add :version.
12393
12394         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12395         (gnus-agent-cache, gnus-agent): Change :version.
12396
12397         * gnus-util.el (gnus-use-byte-compile): Change :version.
12398
12399         * gnus-sum.el (gnus-summary-make-false-root-always)
12400         (gnus-summary-default-high-score)
12401         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12402         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12403         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12404         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12405         (gnus-sum-thread-tree-single-indent)
12406         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12407         (gnus-sum-thread-tree-leaf-with-other)
12408         (gnus-sum-thread-tree-single-leaf): Add :version.
12409         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12410         (gnus-article-loose-mime): Change :version.
12411
12412         * gnus-start.el (gnus-backup-startup-file)
12413         (gnus-save-startup-file-via-temp-buffer): Add :version.
12414
12415         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12416         (gnus-server-offline-face): Add :version.
12417
12418         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12419
12420         * gnus-msg.el (gnus-gcc-externalize-attachments)
12421         (gnus-debug-files, gnus-debug-exclude-variables)
12422         (gnus-discouraged-post-methods): Change :version.
12423         (gnus-confirm-mail-reply-to-news)
12424         (gnus-confirm-treat-mail-like-news): Add :version.
12425
12426         * gnus-int.el (gnus-server-unopen-status): Add :version.
12427
12428         * gnus-group.el (gnus-group-jump-to-group-prompt)
12429         (gnus-large-ephemeral-newsgroup)
12430         (gnus-fetch-old-ephemeral-headers): Add :version.
12431
12432         * gnus-fun.el (gnus-x-face-directory)
12433         (gnus-convert-pbm-to-x-face-command)
12434         (gnus-convert-image-to-x-face-command)
12435         (gnus-convert-image-to-face-command): Add :version.
12436
12437         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12438
12439         * gnus-cite.el (gnus-cite-blank-line-after-header)
12440         (gnus-article-boring-faces): Add :version.
12441
12442         * gnus-art.el (gnus-buttonized-mime-types)
12443         (gnus-inhibit-mime-unbuttonizing)
12444         (gnus-treat-display-face)
12445         (gnus-treat-body-boundary): Change :version.
12446         (gnus-body-boundary-delimiter, gnus-picon-databases)
12447         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12448         (gnus-treat-date-english, gnus-treat-fold-headers)
12449         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12450         (gnus-treat-mail-picon, gnus-treat-wash-html)
12451         (gnus-article-encrypt-protocol)
12452         (gnus-use-idna, gnus-article-over-scroll)
12453         (gnus-mime-display-multipart-alternative-as-mixed)
12454         (gnus-mime-display-multipart-related-as-mixed)
12455         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12456         (gnus-ctan-url, gnus-button-ctan-handler)
12457         (gnus-button-handle-ctan-bogus-regexp)
12458         (gnus-button-ctan-directory-regexp)
12459         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12460         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12461         (gnus-button-man-level, gnus-button-emacs-level)
12462         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12463
12464         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12465         (gnus-agent-go-online): Change :version.
12466         (gnus-agent-expire-unagentized-dirs)
12467         (gnus-agent-auto-agentize-methods): Add :version.
12468
12469         * flow-fill.el (fill-flowed-display-column)
12470         (fill-flowed-encode-column): Add :version.
12471
12472         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12473         (gnus-outlook-deuglify-unwrap-max)
12474         (gnus-outlook-deuglify-cite-marks)
12475         (gnus-outlook-deuglify-unwrap-stop-chars)
12476         (gnus-outlook-deuglify-no-wrap-chars)
12477         (gnus-outlook-deuglify-attrib-cut-regexp)
12478         (gnus-outlook-deuglify-attrib-verb-regexp)
12479         (gnus-outlook-deuglify-attrib-end-regexp)
12480         (gnus-outlook-display-hook): Add :version.
12481
12482         * binhex.el (binhex-use-external): Add :version.
12483
12484 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12485
12486         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12487         and `invisible'.
12488
12489 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12490
12491         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12492         in gnus-registry-trim.
12493
12494 2004-09-13  Simon Josefsson  <jas@extundo.com>
12495
12496         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12497
12498         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12499
12500         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12501         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12502         <yamaoka@jpl.org>.
12503         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12504         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12505         <yamaoka@jpl.org>.
12506
12507         * sieve.el (sieve-manage-mode): Ditto.
12508
12509 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12510
12511         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12512
12513 2004-09-11  Simon Josefsson  <jas@extundo.com>
12514
12515         * dns-mode.el: Add.
12516
12517         * mm-view.el (mm-display-dns-inline): Add.
12518
12519         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12520         (mm-automatic-display): Ditto.
12521
12522         * mailcap.el (mailcap-mime-data): Add text/dns.
12523         (mailcap-mime-extensions): Map .soa to text/dns.
12524
12525 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12526
12527         * gnus-art.el (article-decode-mime-words, article-babel)
12528         (gnus-article-highlight-signature, gnus-article-add-buttons)
12529         (gnus-signature-toggle): Remove unnecessary bindings of
12530         `inhibit-read-only' inherited from v5.10 merge.
12531
12532 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12533
12534         * nntp.el (nntp): New customization group.
12535         (nntp-authinfo-file): Add customization group.
12536
12537         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12538
12539         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12540
12541         * gnus.el (to-address, to-list, subscribed)
12542         (large-newsgroup-initial): Ditto.
12543
12544         * flow-fill.el (fill-flowed-display-column)
12545         (fill-flowed-encode-column): Ditto.
12546
12547 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12548
12549         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12550         Use point-min rather than 1.
12551         (message-send-mail): Use buffer-size rather than point-max.
12552
12553         * gnus-sum.el (gnus-summary-search-article-forward):
12554         Signal a specific `search-failed' rather than a generic `error'.
12555
12556         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12557         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12558         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12559
12560 2004-09-10  Simon Josefsson  <jas@extundo.com>
12561
12562         * nndb.el (require): Remove tcp and duplicate cl.
12563
12564 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * gnus-agent.el (directory-files-and-attributes): Move forward.
12567
12568 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12569
12570         * gnus-agent.el (directory-files-and-attributes): Optionally
12571         defined to support XEmacs.
12572
12573 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12574
12575         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12576         to avoid run-time CL dependencies.
12577         (gnus-agent-unfetch-articles): New function.
12578         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12579         article numbers even when local .overview file is missing.
12580         (gnus-agent-read-article-number): New function.  Only accepts
12581         27-bit article numbers.
12582         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12583         gnus-agent-read-article-number.
12584         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12585         from backend while recognizing that article numbers in .overview
12586         must be valid.
12587         (gnus-agent-update-files-total-fetched-for): Use
12588         directory-files-and-attributes to improve performance.
12589         * gnus-int.el (gnus-request-move-article): Use
12590         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12591         improve performance.
12592
12593         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12594         some users confused by references to .newsrc when they only have a
12595         .newsrc.eld file.
12596         (gnus-convert-mark-converter-prompt)
12597         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12598         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12599         New function.  Used internally to only display 'gnus converting
12600         files' message when actually necessary.
12601
12602         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12603         methods now autoloaded.
12604
12605 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12606
12607         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12608         identifiers.
12609
12610 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12611
12612         * gnus-picon.el: Fix indentation and closing parenthesis.
12613
12614 2004-09-01  Simon Josefsson  <jas@extundo.com>
12615
12616         * message.el (message-canlock-generate): Require sha1, not
12617         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12618         to require within a function.  Sadly, if sha1.el isn't loaded, the
12619         let binding in m-c-g will hide the defcustom definition, which is
12620         bad.)
12621
12622         * canlock.el: Require sha1, not sha1-el.
12623
12624         * message.el: Don't autoload sha1 (there is a autoload cookie in
12625         sha1.el).
12626
12627         * sha1-el.el: Renamed to sha1.el.
12628
12629 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12630
12631         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12632
12633 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12634
12635         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12636
12637 2004-08-30  Kim F. Storm  <storm@cua.dk>
12638
12639         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12640
12641         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12642         Add :group 'nnimap.
12643
12644 2004-08-30  Andreas Schwab  <schwab@suse.de>
12645
12646         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12647         ?* and ?\;.
12648
12649         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12650         and ?\' to symbol instead of whitespace.
12651
12652 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12653
12654         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12655
12656         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12657         instead of re-search-forward.
12658
12659         * gnus-uu.el (gnus-uu-save-article): Ditto.
12660         (gnus-uu-post-encode-uuencode): Ditto.
12661
12662         * html2text.el (html2text-clean-list-items): Ditto.
12663         (html2text-clean-dtdd): Ditto.
12664         (html2text-format-tags): Ditto.
12665
12666         * message.el (message-send-mail-with-sendmail): Fix regexp.
12667         (message-fill-field-general): Use search-forward instead of
12668         re-search-forward.
12669         (unbold-region): Ditto.
12670
12671         * nnrss.el (nnrss-request-article): Ditto.
12672
12673         * nnslashdot.el (nnslashdot-request-article): Ditto.
12674
12675         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12676
12677         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12678         "Unrecognized menu descriptor" error in XEmacs.
12679
12680 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12681
12682         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12683         parent article of a sparse article in the thread hashtb.
12684
12685 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12686
12687         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12688         (nnmail-expand-newtext): Lowercase expanded entries if
12689         nnmail-split-lowercase-expanded is non-nil.
12690
12691 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12692
12693         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12694
12695         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12696         of gnus-tmp-news-method into string under XEmacs.  It will be
12697         passed to gnus-correct-length which takes only a string argument.
12698
12699 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12700
12701         * gnus-util.el (gnus-bind-print-variables): New macro.
12702         (gnus-prin1): Use it.
12703         (gnus-prin1-to-string): Use it.
12704         (gnus-pp): New function.
12705         (gnus-pp-to-string): New function.
12706
12707         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12708         Replace pp-to-string with gnus-pp-to-string.
12709         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12710         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12711         * gnus-msg.el (gnus-debug): Ditto.
12712         * gnus-score.el (gnus-score-save): Ditto.
12713         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12714         gnus-pp-to-string.
12715         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12716         with gnus-pp.
12717         * score-mode.el (gnus-score-pretty-print): Ditto.
12718         * webmail.el (webmail-debug): Ditto.
12719
12720 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12721
12722         * gnus-art.el (article-display-face, article-display-x-face):
12723         Use buffer-read-only.
12724
12725 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * gnus-art.el (article-hide-list-identifiers):
12728         Bind inhibit-read-only as t.
12729
12730 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12731
12732         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12733
12734 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12735
12736         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12737         (gnus-narrow-to-page): Don't assume point-min == 1.
12738         (gnus-article-edit-mode): Derive from message-mode.
12739
12740         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12741         point-min == 1.
12742
12743         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12744         Disable incorrect use of `assert'.
12745
12746         * message.el (message-mode): Set comment-start-skip.
12747
12748
12749 2004-08-22  Sam Steingold  <sds@gnu.org>
12750
12751         * pop3.el (pop3-leave-mail-on-server): New user variable.
12752         (pop3-movemail): Delete mail only when it is nil.
12753
12754 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12755
12756         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12757
12758         * mml.el (mml-preview): Use `pop-to-buffer'.
12759
12760         * message.el (message-goto-mail-followup-to): Insert after "To".
12761         (message-carefully-insert-headers): Add comment.
12762
12763         * gnus.el: Remove unused variable `gnus-article-check-size'.
12764
12765         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12766
12767         * gnus-art.el (gnus-button-alist): Improve
12768         `gnus-button-handle-library' entry.
12769
12770 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12771
12772         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12773         downcase, since XEmacs capitalizes error messages differently.
12774
12775 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12776
12777         * nntp.el: Add (require 'gnus) due to reference to
12778         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12779
12780 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12781
12782         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12783         `mm-fill-flowed'.
12784
12785         * mm-decode.el (mm-dissect-singlepart): Check it.
12786
12787 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12788
12789         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12790         'imap' for netrc parsing.
12791
12792 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12793
12794         * mailcap.el (mailcap-mime-data): Mark as risky.
12795
12796 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12799         may be included in the encoded word.
12800         (rfc2047-encode): Don't append a space if the encoded word
12801         includes close parenthesis.
12802
12803 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12804
12805         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12806         of text within parentheses.
12807
12808 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12809
12810         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12811         (gnus-encrypt-write-file-contents): Make the password key the file
12812         name PLUS the cipher, not just the cipher.  Also remove failed
12813         passwords from the cache.
12814
12815 2004-08-06  Simon Josefsson  <jas@extundo.com>
12816
12817         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12818         fix.
12819
12820 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12821
12822         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12823         LWSP.
12824
12825 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12826
12827         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12828         to append in-reply-to: data to the references: header.
12829
12830         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12831         (netrc-parse): Use gnus-encrypt.el functions.
12832
12833         * gnus-encrypt.el: Add new file for encryption support; currently
12834         does only a few GPG ciphers and an internal XOR cipher.
12835
12836         * password.el: Add comments on using password-read-and-add.
12837         (password-read-and-add): Add function to read and add the
12838         password to the cache at once.
12839
12840 2004-07-28  Simon Josefsson  <jas@extundo.com>
12841
12842         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12843         parameter (but don't use it, for now).
12844
12845         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12846         instead of hard coding to nil.
12847
12848 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12851         as mm-inline-image-xemacs does.
12852
12853 2004-07-26  Simon Josefsson  <jas@extundo.com>
12854
12855         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12856         Revert part of 2004-07-17 change below.
12857
12858 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12859
12860         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12861         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12862
12863 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12864
12865         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12866         quotes that actually start with ">" at the beginning of the
12867         lines.
12868
12869 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * rfc2047.el (rfc2047-encode-region): Fix last change.
12872         (rfc2047-encode-parameter): Remove useless concat.
12873
12874 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12875
12876         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12877         encode special characters; fix some kind of misconfigured headers;
12878         signal a real error if debug-on-quit or debug-on-error is non-nil.
12879         (rfc2047-encode-max-chars): New variable.
12880         (rfc2047-encode-1): Use it.
12881         (rfc2047-encode-parameter): New function.
12882
12883         * mml.el (mml-insert-parameter): Remove an excessive space.
12884
12885 2004-07-17  Simon Josefsson  <jas@extundo.com>
12886
12887         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12888         Kai Grossjohann <kai@emptydomain.de>.
12889         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12890         (gnus-group-make-menu-bar): Ditto.
12891
12892         * gnus-util.el (gnus-group-server): Add.
12893
12894 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12895
12896         * message.el (message-clone-locals): Clone sendmail and smtp
12897         variables.
12898
12899 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12900
12901         * rfc2047.el (rfc2047-encode-region): Fix last change.
12902
12903 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12904
12905         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12906         characters as non-special.
12907
12908 2004-07-09  Simon Josefsson  <jas@extundo.com>
12909
12910         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12911         Users will lose all flag changes made while unplugged with
12912         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12913         good default.  See numerous reports on ding mailing list.
12914
12915 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12916
12917         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12918         add generate-head-function and generate-article-function to the
12919         rfc822-forward entry.
12920         (nndoc-rfc822-forward-generate-article): New function.
12921         (nndoc-rfc822-forward-generate-head): New function.
12922
12923         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12924
12925 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12926
12927         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12928         respect display group parameter and gnus-summary-expunge-below.
12929         (gnus-articles-to-read): Remove unused reference to display group
12930         parameter.
12931
12932 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12933
12934         * nnheader.el (nnheader-uniquify-message-id): New experimental
12935         variable.
12936         (nnheader-nov-read-message-id): Use it.
12937
12938         * spam-report.el (spam-report-gmane): Add interactive.
12939
12940 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12943         qp-or-base64 for the application/* types.
12944
12945 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12946
12947         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12948
12949 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12950
12951         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12952         trim value.
12953
12954 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12955
12956         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12957         New macro and function.
12958         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12959
12960 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12961
12962         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12963         after-load-alist.
12964
12965 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12966
12967         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12968         update info that isn't there.
12969
12970 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
12971
12972         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12973         entry.
12974
12975 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * mm-view.el (mm-inline-render-with-function): Use multibyte
12978         buffer; decode html source by charset.
12979
12980         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12981
12982         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12983         Mule-UCS is loaded under XEmacs.
12984         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12985
12986 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12987
12988         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12989
12990 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * mm-util.el (mm-coding-system-p): Return a coding-system.
12993         (mm-mime-mule-charset-alist): Use shift_jis instead of
12994         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12995         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12996         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12997         instead of japanese-shift-jis and iso-latin-1 respectively in
12998         order to share the default value with both Emacs and XEmacs-mule.
12999         (mm-mule-charset-to-mime-charset): Make
13000         mm-coding-system-priorities effective.
13001         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13002         while predicating of candidates upon the priorities.
13003
13004 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13005
13006         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13007         gnus-uu-invert-processable.
13008
13009         * gnus.el: Autoload gnus-uu-invert-processable.
13010
13011 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13012
13013         * mm-util.el (mm-with-multibyte-buffer): New macro.
13014
13015         * rfc2047.el (rfc2047-encode-string): Use it.
13016         (rfc2047-encode-region): Move point to the end of the region after
13017         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13018
13019 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13020
13021         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13022         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13023
13024 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13025
13026         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13027         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13028         Karl Chen <quarl@nospam.quarl.org>.
13029
13030 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13031
13032         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13033         invalid addresses.
13034
13035 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13036
13037         * spam.el: Change section markers, revise TODO list.
13038         (spam-backends): Make new master list of all installed backends.
13039         (spam-summary-exit-behavior): Add new variable to determine how
13040         messages moves are done at summary exit.
13041         (spam-move-spam-nonspam-groups-only)
13042         (spam-process-ham-in-nonham-groups)
13043         (spam-process-ham-in-spam-groups): Remove variables, the
13044         spam-summary-exit-behavior variable should be used to manage this
13045         behavior.
13046         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13047         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13048         and spam-old-spam-articles.
13049         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13050         Add empty variables, placeholders for the backends they represent.
13051         (spam-set-difference): Move, unchanged.
13052         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13053         unless the user has a processor variable.
13054         (spam-classifications, spam-classification-valid-p)
13055         (spam-backend-properties, spam-backend-property-valid-p)
13056         (spam-backend-function-type-valid-p)
13057         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13058         (spam-report-articles-gmane, spam-report-articles-resend):
13059         Remove functions, they are not needed.
13060         (spam-install-backend-super, spam-backend-list)
13061         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13062         (spam-backend-function, spam-backend-ham-registration-function)
13063         (spam-backend-spam-registration-function)
13064         (spam-backend-ham-unregistration-function)
13065         (spam-backend-spam-unregistration-function)
13066         (spam-backend-statistical-p, spam-backend-mover-p)
13067         (spam-install-backend-alias, spam-install-checkonly-backend)
13068         (spam-install-mover-backend, spam-install-nocheck-backend)
13069         (spam-install-backend, spam-install-statistical-backend)
13070         (spam-install-statistical-checkonly-backend): Add backend installation
13071         support.
13072         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13073         (spam-group-processor-p): Use the new backend code and respect the
13074         summary exit behavior.
13075         (spam-mark-spam-as-expired-and-move-routine): Remove.
13076         (spam-summary-prepare): Change to use the new spam-old-articles
13077         variable.
13078         (spam-copy-or-move-routine, spam-copy-spam-routine)
13079         (spam-move-spam-routine, spam-copy-ham-routine)
13080         (spam-move-ham-routine): Add code to copy/move ham or spam.
13081         (spam-fetch-field-fast): Improve doc and code, plus allow the
13082         'number request.
13083         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13084         variables.
13085         (spam-split, spam-find-spam): Use the new backend code.
13086         (spam-registration-functions): Remove variable.
13087         (spam-unregister-routine): Add convenience wrapper.
13088         (spam-log-undo-registration, spam-register-routine)
13089         (spam-log-processing-to-registry)
13090         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13091         where possible.
13092         (spam-check-gmane-xref, spam-check-regex-headers)
13093         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13094         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13095         (spam-check-bogofilter-headers, spam-check-spamoracle)
13096         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13097         (spam-check-crm114-headers): Use the spam-split-group that
13098         spam-split prepares, no need to determine it every time.
13099
13100         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13101         to the nnheader-parse-naked-head call.
13102
13103         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13104
13105         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13106         the nnheader-nov-read-message-id call.
13107
13108 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13109
13110         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13111         gnus-activate-group twice.  Suggested by Markus Peter
13112         <warp@spin.de>.
13113
13114 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13115
13116         * gnus-art.el (gnus-article-time-format): Exchange the order of
13117         day and month in the default value; fix customization type.
13118         (article-date-ut): Use add-text-properties.
13119         (article-make-date-line): Use message-make-date instead of
13120         current-time-string.
13121
13122         * message.el (message-fetch-field): Don't use set-text-properties.
13123         (message-make-date): Simplify.
13124
13125         * messagexmas.el (message-xmas-make-date): New function.
13126         (message-xmas-redefine): Defalias message-make-date to it.
13127
13128 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13129
13130         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13131         (rfc2047-encode-region): Treat text within parentheses as special;
13132         show the original text when error has occurred.
13133
13134         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13135         already-computed method to gnus-activate-group.
13136
13137         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13138         same select-methods identical Lisp objects.
13139
13140         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13141         object when modifying the info.
13142
13143 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13144
13145         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13146         gnus-opened-servers since it has never been opened with the new
13147         configuration yet.
13148
13149 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13150
13151         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13152         arg to nnheader-generate-fake-message-id.
13153
13154 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13155
13156         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13157         number and build a fake message ID localized to a group and
13158         article number (so it's repeatable from that point on).
13159         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13160         ID format.
13161
13162         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13163         nnheader-generate-fake-message-id with the article number.
13164
13165 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13166
13167         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13168         end-of-buffer.
13169
13170 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13171
13172         * message.el (message-ignored-supersedes-headers): Add Approved.
13173
13174 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13177         goto-char.
13178         (rfc2047-encode): Fold the line before encoding.
13179
13180 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13181
13182         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13183         folding -- not all headers can be folded, and this should be done
13184         by the message composition mode.  Probably.  I think.
13185
13186 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13187
13188         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13189         fast.
13190
13191         * gnus-ems.el (gnus-remove-image): Don't use
13192         message-text-with-property; remove only the image found first.
13193
13194         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13195         found first.
13196
13197 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13198
13199         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13200
13201 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13202
13203         * message.el (message-text-with-property): Make it fast and accept
13204         optional arguments.
13205         (message-strip-forbidden-properties): Use it.
13206         (message-fix-before-sending): Follow the m-t-w-p change.
13207
13208         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13209
13210 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * gnus-art.el (article-hide-headers): Don't change the buffer
13213         mistakenly when performing mml-preview even if
13214         gnus-single-article-buffer is nil.
13215
13216 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13217
13218         * message.el (message-expand-name-databases): New user option.
13219         (message-expand-name): Use it.
13220
13221 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13222
13223         * spam.el (spam-report-articles-resend)
13224         (spam-report-resend-register-routine): Allow ham reporting.
13225         (spam-report-resend-register-ham-routine): Add wrapper.
13226         (spam-registration-functions): Add ham resending functions.
13227         (spam-list-of-processors): Add ham resend processor.
13228
13229         * gnus.el (ham-resend-to): Add new group parameter.
13230         (spam-process): Add ham resend option.
13231
13232         * spam-report.el (spam-report-resend): Allow reporting ham.
13233         (spam-report-resend-ham): Add wrapper.
13234
13235 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13236
13237         * message.el (message-cite-articles-with-x-no-archive): New
13238         variable.
13239         (message-cite-original): Use it.
13240
13241 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13242
13243         * message.el (message-cite-original): Respect X-No-Archive.
13244
13245 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * gnus-art.el (article-hide-headers): Refer to the values for
13248         gnus-ignored-headers and gnus-visible-headers in the summary
13249         buffer since a user may have set them as group parameters.
13250
13251 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13252
13253         * assistant.el (assistant-node-name): Add convenience function.
13254         (assistant-render-text, assistant-render-node): Add error handling,
13255         plus handle multiple next nodes.
13256         (assistant-find-next-node): Comment out for now.
13257         (assistant-find-next-nodes): Add function, returns list of next
13258         nodes.
13259
13260 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13261
13262         * mail-source.el (mail-source-directory): Fix doc-string.
13263
13264 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13265
13266         * assistant.el (assistant-render-text, assistant-eval): Add :set
13267         widget type, which is different because it takes and returns a
13268         list.  Much hilarity ensues.
13269
13270 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13271
13272         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13273
13274         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13275         doc-string.
13276
13277         * gnus-start.el (gnus-activate-group): Added doc-string.
13278
13279 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13280
13281         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13282
13283 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13284
13285         * assistant.el (assistant-render-text): Try to add a :set
13286         widget, more to come.
13287
13288         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13289         strings.
13290         (spam-report-articles-resend)
13291         (spam-register-routine): Do registration iff any articles warrant
13292         it.
13293         (spam-summary-prepare-exit): Change log message for nil group
13294         destinations.
13295
13296 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13297
13298         * spam.el (spam-report-resend-register-routine): Allow
13299         spam-report-resend-to to be a group parameter or a global value.
13300
13301 2004-05-26  Simon Josefsson  <jas@extundo.com>
13302
13303         * starttls.el: Merge with my GNUTLS based starttls.el.
13304         (starttls-gnutls-program, starttls-use-gnutls)
13305         (starttls-extra-arguments, starttls-process-connection-type)
13306         (starttls-connect, starttls-failure, starttls-success): New
13307         variables.
13308         (starttls-program, starttls-extra-args): Doc fix.
13309         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13310         functions.
13311         (starttls-negotiate, starttls-open-stream): Check
13312         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13313         function if it is set.
13314
13315 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13316
13317         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13318         structured fields.
13319
13320 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13321
13322         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13323
13324 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13325
13326         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13327         variable.
13328         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13329         assigning the spam-mark to new messages.
13330
13331 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13332
13333         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13334
13335 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13336
13337         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13338
13339         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13340         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13341         default.
13342
13343 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13344
13345         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13346         correct data.
13347
13348 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13349
13350         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13351         (spam-group-processor-p): Fix function.
13352         (spam-group-processor-multiple-p)
13353         (spam-group-spam-processor-report-gmane-p)
13354         (spam-group-spam-processor-report-resend-p)
13355         (spam-group-spam-processor-bogofilter-p)
13356         (spam-group-spam-processor-blacklist-p)
13357         (spam-group-spam-processor-ifile-p)
13358         (spam-group-ham-processor-ifile-p)
13359         (spam-group-spam-processor-spamoracle-p)
13360         (spam-group-spam-processor-crm114-p)
13361         (spam-group-ham-processor-bogofilter-p)
13362         (spam-group-spam-processor-stat-p)
13363         (spam-group-ham-processor-stat-p)
13364         (spam-group-ham-processor-whitelist-p)
13365         (spam-group-ham-processor-BBDB-p)
13366         (spam-group-ham-processor-spamoracle-p)
13367         (spam-group-ham-processor-copy-p): Remove functions with some
13368         prejudice against unneeded code.
13369         (spam-report-articles-resend)
13370         (spam-report-resend-register-routine): Allow the group/topic
13371         spam-resend-to value to override spam-report-resend-to.
13372         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13373         properly now.
13374
13375         * gnus.el (spam-resend-to): Add group/topic parameter.
13376         (spam-process): Move the OBSOLETE processors to the end of the
13377         choices.
13378
13379 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13380
13381         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13382         with resend-to set to nil, and then ask the user if necessary.
13383         (spam-report-resend): spam-report-resend takes a list of articles, not
13384         separate article numbers.
13385
13386 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13389         addition to emacs-w3m.
13390
13391 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13392
13393         * assistant.el (assistant-authinfo-data): New function.
13394         (assistant-eval): Eval for entire assistant.
13395
13396         * netrc.el (netrc-services-file): New variable.
13397         (netrc-parse-services): New function.
13398         (netrc-find-service-name): New function.
13399         (netrc-find-service-number): New function.
13400         (netrc-port-equal): New function.
13401         (netrc-machine): Use it.
13402
13403         * nnimap.el (nnimap-open-connection): Use netrc.
13404
13405         * gnus-util.el (gnus-netrc-get): Remove aliases.
13406
13407         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13408
13409         * assistant.el (wid-edit): Fix compilation.
13410
13411         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13412
13413 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13414
13415         * gnus-util.el (gnus-set-file-modes): New function.  (small
13416         patch).
13417
13418 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13419
13420         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13421
13422         * assistant.el (assistant-render-node): Fix up rendering and
13423         read-only text.
13424         (assistant-render-node): Reset.
13425         (assistant-make-read-only): Not sticky.
13426
13427 2004-05-20  Danny Siu  <dsiu@adobe.com>
13428
13429         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13430         centered even when gnus-auto-center-summary is t.
13431
13432 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13433
13434         * dns.el (dns-get-txt-answer): New function.
13435         (dns-read-txt): Ditto.
13436         (query-dns): Use it.
13437
13438 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13439
13440         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13441         active for foreign groups even if the group level is higher than
13442         the specified value.
13443
13444 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13445
13446         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13447         non-active groups.
13448
13449         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13450
13451 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13452
13453         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13454
13455 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13456
13457         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13458         (spam-crm114-header, spam-crm114-spam-switch)
13459         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13460         (spam-crm114-positive-spam-header)
13461         (spam-crm114-database-directory, spam-list-of-processors)
13462         (spam-group-spam-processor-crm114-p)
13463         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13464         (spam-generic-score, spam-list-of-checks)
13465         (spam-list-of-statistical-checks, spam-registration-functions)
13466         (spam-check-crm114-headers, spam-crm114-score)
13467         (spam-check-crm114, spam-crm114-register-with-crm114)
13468         (spam-crm114-register-spam-routine)
13469         (spam-crm114-unregister-spam-routine)
13470         (spam-crm114-register-ham-routine)
13471         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13472         asjo@koldfront.dk (Adam Sjøgren).
13473
13474         * gnus.el: Add spam-use-crm114.
13475
13476         * spam.el (spam-list-of-processors, spam-registration-functions):
13477         Add spam-use-resend.
13478         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13479         (spam-report-articles-gmane): Add doc fix.
13480         (spam-report-articles-resend, spam-report-resend-register-routine):
13481         Add wrappers around spam-report-resend-to.
13482
13483         * spam-report.el (spam-report-resend-to, spam-report-resend):
13484         Add support for resending spam.
13485         (spam-report-gmane): Fix line length >80.
13486
13487         * gnus.el (spam-process): Add spam-use-resend.
13488
13489 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13490
13491         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13492         number of processed spam messages.
13493         (spam-ham-copy-or-move-routine): Return the number of processed
13494         ham messages.
13495         (spam-summary-prepare-exit): Use the above values to decide
13496         whether status messages shouled be displayed.
13497
13498 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13499
13500         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13501         `rfc2047-encoding-function-alist' in order to avoid conflicting
13502         with the old version.
13503         (rfc2047-encode-region): Concatenate words containing non-ASCII
13504         characters in structured fields; don't encode space-delimited
13505         ASCII words even in unstructured fields; don't break words at
13506         char-category boundaries.
13507         (rfc2047-encode-1): New function.
13508         (rfc2047-encode): Use it; encode text so that it occupies the
13509         maximum width within 76-column; work correctly on Q encoding for
13510         iso-2022-* charsets.
13511         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13512         sure not to break a line just after the header name.
13513         (rfc2047-b-encode-region): Removed.
13514         (rfc2047-b-encode-string): New function.
13515         (rfc2047-q-encode-region): Removed.
13516         (rfc2047-q-encode-string): New function.
13517
13518         * mm-util.el (mm-replace-in-string): New function.
13519
13520 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13521
13522         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13523         get it right.
13524         (gnus-inews-make-draft): Really.
13525
13526 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13527
13528         * nnmh.el (nnmh-request-list-1): Don't check the link count
13529         before descending.  (small patch)
13530
13531 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13532
13533         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13534         stuff.
13535
13536         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13537         on real group name.
13538
13539         * gnus-art.el (gnus-signature-limit): Doc fix.
13540
13541         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13542
13543         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13544
13545 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13546
13547         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13548         isn't a string.
13549
13550 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13551
13552         * gnus-draft.el (gnus-draft-send): Bind
13553         rfc2047-encode-encoded-words.
13554
13555         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13556         (rfc2047-encodable-p): Say that =? needs encoding.
13557         (rfc2047-encode-encoded-words): New variable.
13558
13559         * gnus-group.el (gnus-group-select-group): Doc fix.
13560
13561         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13562
13563         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13564         to nil.
13565
13566         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13567
13568         * nnheader.el (nnheader-get-lines-and-char): New function.
13569
13570 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13571
13572         * gnus-msg.el (gnus-summary-followup-with-original): Document
13573         yanking of region when active.
13574
13575 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13576
13577         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13578         groups if the group level is higher than the specified value.
13579
13580 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13581
13582         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13583         (gnus-group-jump-to-group): Added prefix argument using
13584         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13585         non-active group.
13586
13587         * compface.el (uncompface): Be verbose when changing
13588         `uncompface-use-external'.
13589
13590         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13591         handle manual section.
13592
13593 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13594
13595         * gnus-art.el (gnus-button-alist): Revert previous change.
13596
13597 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13598
13599         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13600
13601 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13602
13603         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13604         whether backend can accept message.
13605
13606         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13607
13608 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13609
13610         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13611         Avoid creating directory when nntp-marks-is-evil is true.
13612         Reported by Reiner Steib.
13613
13614 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13615
13616         * gnus-picon.el (gnus-picon-style): New variable.
13617         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13618         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13619         Jesper Harder <harder@ifa.au.dk>.
13620
13621 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13622
13623         * message.el (message-fill-field): Return point.
13624         (message-generate-headers): Go to end of field.
13625
13626         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13627         stuff for non-living groups.
13628
13629 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13630
13631         * gnus-art.el (gnus-article-followup-with-original)
13632         (gnus-article-reply-with-original): gnus-mark-active-p ->
13633         gnus-region-active-p.
13634
13635 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13636
13637         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13638         only when there is spam or ham to be processed.
13639
13640 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13641
13642         * mail-source.el (mail-source-delete-crash-box): Refactor.
13643         (mail-source-fetch): Use it.
13644         (mail-source-fetch-file): Ditto.
13645         (mail-source-fetch-directory): Run postscript in loop.
13646         (mail-source-fetch-pop): Delete.
13647         (mail-source-fetch-maildir): Ditto.
13648         (mail-source-fetch-imap): Ditto.
13649
13650         * imap.el (imap-authenticators): Comment out sasl.
13651
13652         * message.el (message-skip-to-next-address): New function.
13653         (message-fill-header-address): Refactor.
13654         (message-fill-address): Use it.
13655         (message-delete-address): Use it.
13656         (message-fill-header-general): Refactor.
13657         (message-fill-field-address): Rename.
13658         (message-narrow-to-field): Find the start of the header.
13659         (message-header-format-alist): Don't pre-fill.
13660         (message-fill-header): Removed.
13661         (message-insert-header): New function.
13662         (message-shorten-references): Use it.
13663
13664         * rfc2047.el (rfc2047-field-value): Strip props.
13665
13666         * mail-parse.el (mail-header-make-address): New alias.
13667
13668         * ietf-drums.el (ietf-drums-make-address): New function.
13669
13670         * imap.el: Add compiler directives.
13671
13672         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13673
13674         * gnus-art.el (article-decode-idna-rhs): Don't use
13675         message-idna-inside-rhs-p.
13676
13677 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13678
13679         * message.el (message-idna-inside-rhs-p): Removed.
13680         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13681
13682         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13683         false positives.
13684
13685 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13686
13687         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13688
13689 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13690
13691         * nneething.el (nneething-file-name): Don't create spurious
13692         files.
13693
13694         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13695         (gnus-inews-do-gcc): Remove sleep.
13696
13697         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13698         part under point.
13699
13700         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13701         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13702
13703 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13704
13705         * spam.el (spam-summary-prepare-exit): Fixed (length).
13706
13707 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13708
13709         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13710         as expired without moving it" message when there are spam
13711         messages left.
13712
13713 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13714
13715         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13716         header is not nil.
13717
13718 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13719
13720         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13721         nntp-possibly-create-directory, not nntp-possibly-change-group.
13722         (nntp-marks-changed-p): New arg SERVER.
13723         (nntp-request-update-info): Adjust caller.
13724
13725 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13726
13727         * nntp.el (nntp-save-marks): Pass missing arg.
13728
13729 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13730
13731         * nntp.el: Support marks.
13732         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13733         (nntp-marks-modtime, nntp-marks-directory): New variables.
13734         (nntp-request-set-mark, nntp-request-update-info)
13735         (nntp-possibly-create-directory, nntp-marks-changed-p)
13736         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13737         functions.
13738
13739 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13740
13741         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13742         (gnus-xmas-redefine): Rename.
13743
13744         * gnus-score.el (gnus-score-insert-help): Use
13745         gnus-select-lowest-window.
13746
13747         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13748         appt-select-lowest-window and rename to gnus-select-lowest-window.
13749
13750         * gnus.el: do.
13751
13752 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13753
13754         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13755         encodings of MIME-encoded words, in order to improve
13756         interoperability with several broken MUAs.
13757
13758 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13759
13760         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13761         tags, only when charsets are not specified in headers.
13762         (mm-inline-text-html-render-with-w3m): Ditto.
13763
13764         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13765         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13766
13767 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13768
13769         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13770         instead of MIME-decoded from fields when checking
13771         `gnus-article-address-banner-alist'.
13772
13773 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13774
13775         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13776         description rather than subject.
13777
13778 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13779
13780         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13781
13782 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13783
13784         * gnus.el (gnus-version-number): Bump.
13785
13786 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13787
13788         * gnus.el: No Gnus v0.2 is released.
13789
13790 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13791
13792         * gnus-agent.el (gnus-agent-read-agentview): Inline
13793         gnus-uncompress-range.
13794
13795 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13796
13797         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13798         `exec-installed-p'.
13799
13800 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13801
13802         * gnus.el (spam-process, spam-autodetect-methods): Add
13803         bsfilter and bsfilter-headers.
13804
13805         * spam.el (spam-bsfilter): New customize group.
13806         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13807         (spam-bsfilter-header, spam-bsfilter-probability-header)
13808         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13809         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13810         (spam-bsfilter-database-directory): New options.
13811         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13812         (spam-list-of-statistical-checks, spam-registration-functions):
13813         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13814         (spam-bsfilter-score): New command.
13815         (spam-check-bsfilter-headers, spam-check-bsfilter)
13816         (spam-bsfilter-register-with-bsfilter)
13817         (spam-bsfilter-register-spam-routine)
13818         (spam-bsfilter-unregister-spam-routine)
13819         (spam-bsfilter-register-ham-routine)
13820         (spam-bsfilter-unregister-ham-routine): New functions.
13821         (spam-generic-score): Support bsfilter; Accept an optional argument
13822         to recalcurate spam score even if scoring header has already been
13823         added.
13824         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13825         optional argument to recalcurate spam score even if scoring header
13826         has already been added.
13827
13828 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13829
13830         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13831         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13832         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13833         link is missing.
13834
13835 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13836
13837         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13838         (html2text-get-attr): Rewrite.
13839
13840         * message.el (message-setup-1): Remove redundant put-text-property
13841         on mail-header-separator.
13842
13843 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13844
13845         * gnus-registry.el (gnus-registry-cache-whitespace)
13846         (gnus-registry-action, gnus-registry-spool-action)
13847         (gnus-registry-split-fancy-with-parent): Change message levels
13848         from 5 to 3 or 7, as needed.
13849
13850         * spam.el (spam-summary-prepare-exit)
13851         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13852         (spam-split, spam-find-spam, spam-log-undo-registration)
13853         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13854         level from 5 to 6.
13855
13856 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13857
13858         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13859         2004-03-04 change).
13860
13861 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13862
13863         * sieve-manage.el (sieve-manage-open):
13864         * nnweb.el (nnweb-insert-html):
13865         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13866         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13867         * nnspool.el (nnspool-request-group):
13868         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13869         * nnml.el (nnml-request-update-info):
13870         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13871         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13872         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13873         (nnimap-request-set-mark):
13874         * nnfolder.el (nnfolder-request-update-info):
13875         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13876         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13877         * gnus-uu.el (gnus-uu-find-articles-matching):
13878         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13879         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13880         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13881         * gnus-nocem.el (gnus-nocem-scan-groups):
13882         * gnus-int.el (gnus-start-news-server):
13883         * gnus-group.el (gnus-group-make-kiboze-group)
13884         (gnus-group-browse-foreign-server):
13885         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13886         Use mapc when appropriate.
13887
13888 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13889
13890         FIXME: Make separate entries for each person.
13891
13892         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13893         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13894         <shields@msrl.com>:
13895
13896         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13897         may need for spam sorting and scoring.
13898         (spam-user-format-function-S): Add user format function suitable for
13899         general use.
13900         (spam-article-sort-by-spam-status): Add sorting function for summary
13901         sorting.
13902         (spam-extra-header-to-number): Add function to get a score from a
13903         header.
13904         (spam-summary-score): Add function to get a numeric score from the
13905         headers.
13906         (spam-generic-score): Fix function doc, was in wrong place.
13907         (spam-initialize): Take symbols when it's run, and install the
13908         extra headers that spam-necessary-extra-headers thinks we need.
13909
13910 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13911
13912         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13913         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
13914
13915 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13916
13917         * gnus-sum.el (gnus-set-global-variables)
13918         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13919         (gnus-article-get-xrefs, gnus-summary-best-group)
13920         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13921         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13922         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13923         Use with-current-buffer.
13924
13925 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13926
13927         * spam.el (spam-summary-prepare-exit): Simplify logic.
13928         (spam-fetch-article-header): Read the article header if it's not
13929         available.
13930         (spam-list-articles): Simplify logic.
13931         (spam-filelist-register-routine): Fix bug with unregister-list.
13932
13933         * gnus-registry.el: Fix comments at beginning.
13934
13935 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13936
13937         * message.el (message-cater-to-broken-inn): Remove.
13938         (message-shorten-references): Make sure the total folded length of
13939         References is shorter than 998 characters to cater to a bug in INN
13940         2.3.  Also, don't pretend that references aren't folded -- this
13941         hasn't worked for a while.
13942
13943 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13944
13945         * gnus-agent.el (gnus-agentize):
13946         gnus-agent-send-mail-real-function no longer set to current value
13947         of message-send-mail-function but rather a lambda that calls
13948         message-send-mail-function.  The change makes the agent real-time
13949         responsive to user changes to message-send-mail-function.
13950
13951 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13952
13953         * legacy-gnus-agent.el
13954         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13955         help from Florian Weimer <fw@deneb.enyo.de>
13956
13957 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13958
13959         * nnmail.el (nnmail-cache-insert): Revert last change.
13960
13961 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13962
13963         * nnmail.el (nnmail-cache-insert): Always check whether
13964         nnmail-cache-ignore-groups matches a group name.
13965
13966 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13967
13968         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13969         (spam-find-spam, spam-log-processing-to-registry)
13970         (spam-log-registered-p, spam-log-unregistration-needed-p)
13971         (spam-log-undo-registration): Use gnus-message instead of
13972         gnus-error, none of these errors are fatal.
13973
13974         * gnus-registry.el (gnus-registry-clean-empty-function)
13975         (gnus-registry-clean-empty): Remove only empty entries without
13976         extra data.
13977
13978 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13979
13980         * spam-stat.el (spam-stat-buffer-change-to-spam)
13981         (spam-stat-buffer-change-to-non-spam): Change (error) to
13982         (gnus-message 8) invocation.
13983
13984 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13985
13986         * nntp.el (nntp-via-netcat-command): New variable.
13987         (nntp-via-netcat-switches): New variable.
13988         (nntp-open-via-rlogin-and-netcat): New function.
13989         (nntp-open-connection-function): Doc fix.
13990         (nntp-telnet-command): Doc fix.
13991         (nntp-end-of-line): Doc fix.
13992         (nntp-via-rlogin-command): Doc fix.
13993         (nntp-via-user-name): Doc fix.
13994         (nntp-via-address): Doc fix.
13995
13996 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13997
13998         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13999         error in Emacs 21.1.
14000
14001 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14002
14003         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14004
14005 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14006
14007         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14008         (gnus-agent-with-refreshed-group): New macro.
14009         (gnus-agent-rename-group): New function.
14010         (gnus-agent-delete-group): New function.
14011         (gnus-agent-save-group-info): Use gnus-command-method when
14012         `method' parameter is nil.  Don't write nil entries into the
14013         active file.
14014         (gnus-agent-get-group-info): New function.
14015         (gnus-agent-fetch-articles): Use
14016         gnus-agent-update-files-total-fetched-for to increment disk space
14017         used.
14018         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14019         gnus-agent-update-view-total-fetched-for to increment disk space
14020         used.
14021         (gnus-agent-get-local): Added optional parameters to avoid calling
14022         gnus-group-real-name and gnus-find-method-for-group.
14023         (gnus-agent-set-local): Delete stored entry if either min, or max,
14024         are nil.
14025         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14026         quit, use gnus-agent-regenerate-group to record existance of any
14027         articles fetched to disk before the quit occurred.
14028         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14029         gnus-agent-update-view-total-fetched-for, and
14030         gnus-agent-update-files-total-fetched-for to decrement disk space
14031         used.
14032         (gnus-agent-retrieve-headers): Use
14033         gnus-agent-update-view-total-fetched-for to increment disk space
14034         used.
14035         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14036         with gnus-agent-update-files-total-fetched-for to decrement disk
14037         space and fresh group buffer.
14038         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14039         (gnus-agent-need-update-total-fetched-for): New variable.
14040         (gnus-agent-update-files-total-fetched-for): New function.
14041         (gnus-agent-update-view-total-fetched-for): New function.
14042         (gnus-agent-total-fetched-for): New function.
14043
14044         * gnus-cache.el (gnus-cache-save-buffers): Use
14045         gnus-cache-update-overview-total-fetched-for to change disk space
14046         used by this group.
14047         (gnus-cache-possibly-enter-article): Use
14048         gnus-cache-update-file-total-fetched-for to increment disk space
14049         used by this group.
14050         (gnus-cache-possibly-remove-article): Use
14051         gnus-cache-update-file-total-fetched-for to decrement disk space
14052         used by this group.
14053         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14054         (gnus-cache-rename-group): New function.
14055         (gnus-cache-delete-group): New function.
14056         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14057         (gnus-cache-need-update-total-fetched-for): New variable.
14058         (gnus-cache-with-refreshed-group): New macro.
14059         (gnus-cache-update-file-total-fetched-for): New function.
14060         (gnus-cache-update-overview-total-fetched-for): New function.
14061         (gnus-cache-rename-group-total-fetched-for): New function.
14062         (gnus-cache-delete-group-total-fetched-for): New function.
14063         (gnus-cache-total-fetched-for): New function.
14064
14065         * gnus-group.el: Require gnus-sum and autoload functions to
14066         resolve warnings when gnus-group.el compiled alone.
14067         (gnus-group-line-format): Documented new %F.
14068         (size of Fetched data) group line format; identifies disk space
14069         used by agent and cache.
14070         (gnus-group-line-format-alist): Defined new F format.
14071         (gnus-total-fetched-for): New function.
14072         (gnus-group-delete-group): No longer update
14073         gnus-cache-active-altered as gnus-request-delete-group now keeps
14074         the cache in sync.
14075         (gnus-group-list-active): Let the agent store a server's active
14076         list if currently plugged.
14077
14078         * gnus-int.el (gnus-request-delete-group):
14079         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14080         local disk in sync with the server.
14081         (gnus-request-rename-group):
14082         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14083         local disk in sync with the server.
14084
14085         * gnus-start.el (gnus-get-unread-articles):
14086         Cosmetic simplification to logic.
14087
14088         * gnus-util.el (gnus-rename-file): New function.
14089
14090 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14091
14092         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14093
14094 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14095
14096         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14097         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14098
14099 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14100
14101         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14102         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14103
14104 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14105
14106         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14107
14108 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14109
14110         * spam.el (spam-set-difference): Add function to replace
14111         gnus-set-difference in spam.el.
14112         (spam-summary-prepare-exit): Use spam-set-difference.
14113
14114 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14115
14116         * gnus-registry.el (gnus-registry-cache-file): Update to use
14117         gnus-dribble-directory OR gnus-home-directory OR ~.
14118         (gnus-registry-split-fancy-with-parent): Fix doc.
14119
14120 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * message.el (message-exchange-point-and-mark): Use
14123         message-mark-active-p.  Suggested by Jesper Harder
14124         <harder@ifa.au.dk>.
14125
14126 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14127
14128         * message.el (message-exchange-point-and-mark): Don't activate
14129         region if it was inactive.  Suggested by Hiroshi Fujishima
14130         <pooh@nature.tsukuba.ac.jp>.
14131
14132 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14133
14134         * gnus-art.el (article-display-face): Display Faces in the same
14135         order as X-Faces.
14136
14137 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14138
14139         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14140
14141 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14142
14143         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14144         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14145         (gnus-article-mime-hierarchy): Remove.
14146         (gnus-article-mime-hierarchy-next): Remove.
14147         (gnus-article-mode): Revert 2004-03-19 change.
14148         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14149         (gnus-insert-mime-button): Revert 2004-03-19 change.
14150         (gnus-mime-accumulate-hierarchy): Remove.
14151         (gnus-mime-enter-multipart): Remove.
14152         (gnus-mime-leave-multipart): Remove.
14153         (gnus-mime-display-part): Revert 2004-03-19 change.
14154         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14155
14156         * mml.el (mml-preview): Revert 2004-03-19 change.
14157
14158 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14159
14160         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14161
14162 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14163
14164         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14165         t while entering a file name using the mm-with-multibyte macro.
14166         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14167
14168         * mm-util.el (mm-with-multibyte): New macro.
14169
14170 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14173         user option.
14174         (gnus-mime-multipart-functions): Doc and customization fix.
14175         (gnus-article-mime-hierarchy): New variable.
14176         (gnus-article-mime-hierarchy-next): New variable.
14177         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14178         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14179         gnus-article-mime-hierarchy-next to nil.
14180         (gnus-insert-mime-button): Show hierarchy numbers.
14181         (gnus-mime-accumulate-hierarchy): New function.
14182         (gnus-mime-enter-multipart): New function.
14183         (gnus-mime-leave-multipart): New function.
14184         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14185         (gnus-mime-display-alternative): Show hierarchy numbers.
14186
14187         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14188         gnus-article-mime-hierarchy-next to nil.
14189
14190 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14191
14192         * dns.el: Don't require gnus-xmas.
14193
14194 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14195
14196         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14197         inline PGP.
14198         (mml-menu): Disable mml-quote-region if mark is inactive.
14199
14200 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14201
14202         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14203         when the group's active is not available.
14204
14205 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14206
14207         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14208         error.
14209
14210 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14211
14212         * imap.el (imap-store-password): New variable.
14213         (imap-interactive-login): Use it.
14214         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14215
14216 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14217
14218         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14219         window-start and hscroll to summary window.
14220
14221 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14222
14223         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14224         conversion message to newsrc-dribble when an actual conversion is
14225         performed.
14226
14227 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14228
14229         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14230
14231 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14232
14233         * mm-decode.el (mm-complicated-handles): New function reviving
14234         former definition of mm-multiple-handles.
14235
14236         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14237         (gnus-mime-delete-part): Use it.
14238
14239 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14240
14241         * gnus-agent.el (gnus-agent-read-local): Bind
14242         nnheader-file-coding-system to gnus-agent-file-coding-system to
14243         avoid the implicit assumption that they will always be equal.
14244         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14245         coding-system-for-write, as the with-temp-file macro first prints
14246         to a buffer then saves the buffer.
14247
14248 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14249
14250         * gnus-art.el (gnus-article-edit-part): New function.
14251         (gnus-mime-save-part-and-strip): Use it; do query instead of
14252         signaling an error; don't use mm-multiple-handles.
14253         (gnus-mime-delete-part): Ditto.
14254
14255 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14256
14257         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14258         old file versions.
14259         (gnus-group-prepare-hook): Removed function that converted list
14260         form of gnus-agent-expire-days to group properties.
14261
14262         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14263         (gnus-request-accept-article): Re-indented.
14264
14265         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14266         converters to handle old agent file formats.  Added logic for a
14267         "backup before upgrading warning".
14268         (gnus-convert-mark-converter-prompt): Developers can mark
14269         functions as needing (default), or not needing,
14270         gnus-convert-old-newsrc's "backup before upgrading warning".
14271         (gnus-convert-converter-needs-prompt): Tests whether the user
14272         should be protected from potentially irreversable changes by the
14273         function.
14274
14275         * legacy-gnus-agent.el: New.  Provides converters that are only
14276         loaded when gnus-convert-old-newsrc needs to call them.
14277
14278 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14279
14280         * mail-source.el (mail-source-touch-pop): Doc fix.
14281
14282         * message.el (message-smtpmail-send-it): Doc fix.
14283
14284 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14285
14286         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14287
14288         * nnmail.el (nnmail-split-fancy): do.
14289
14290         * gnus-kill.el (gnus-kill, gnus-execute): do.
14291
14292 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14293
14294         * gnus-sum.el (gnus-widget-reversible-match)
14295         (gnus-widget-reversible-to-internal)
14296         (gnus-widget-reversible-to-external): New functions.
14297         (gnus-widget-reversible): New widget.
14298         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14299
14300 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14301
14302         * gnus-sum.el (gnus-thread-sort-functions)
14303         (gnus-article-sort-functions): Document `(not F)' items.
14304
14305 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14306
14307         * spam.el (spam-use-gmane-xref): Add new backend.
14308         (spam-gmane-xref-spam-group): Add variable to control the name of the
14309         Gmane spam group.
14310         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14311         (spam-regex-headers-spam, spam-regex-headers-ham)
14312         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14313         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14314         backends and checks.
14315         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14316
14317         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14318         an autodetect method.
14319
14320 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14321
14322         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14323         articles are being added to a group.
14324         (gnus-request-replace-article): Inform the agent that articles
14325         need to be uncached as the cached contents are no longer valid.
14326
14327 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14328
14329         * binhex.el: Don't autoload executable-find.
14330
14331         * canlock.el: Don't autoload mail-fetch-field.
14332
14333         * dgnushack.el: Autoload c-mode for XEmacs.
14334
14335         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14336
14337         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14338         rmail-dont-reply-to and rmail-output.
14339
14340         * gnus-score.el: Don't autoload ffap-string-at-point.
14341
14342         * gnus-setup.el: Don't autoload sc-cite-original.
14343
14344         * imap.el: Don't autoload base64-decode-string,
14345         base64-encode-string and md5.
14346
14347         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14348         and rmail-msg-restore-non-pruned-header.
14349
14350         * mm-decode.el: Don't autoload executable-find.
14351
14352         * mm-url.el: Don't autoload executable-find.
14353
14354         * mm-view.el: Don't autoload diff-mode.
14355
14356         * nndb.el: Don't autoload news-reply-mode, news-setup,
14357         cancel-timer and telnet.
14358
14359         * password.el: Don't autoload run-at-time for Emacs.
14360
14361         * sha1-el.el: Don't autoload executable-find.
14362
14363         * sieve-mode.el: Don't autoload c-mode.
14364
14365         * uudecode.el: Don't autoload executable-find.
14366
14367 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14368
14369         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14370         (gnus-agent-possibly-alter-active): Avoid null in numeric
14371         comparison.
14372         (gnus-agent-set-local): Refuse to save null in local object table.
14373         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14374         list of articles that will be marked as unread.
14375
14376 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14377
14378         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14379
14380 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14381
14382         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14383         language tags.
14384
14385 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14386
14387         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14388         Don't bind "obarray".
14389
14390         * gnus-sum.el (gnus-thread-sort-functions): Added
14391         `gnus-thread-sort-by-most-recent-number' and
14392         `gnus-thread-sort-by-most-recent-date'.
14393         Reported by Kai Grossjohann <kai@emptydomain.de>.
14394
14395 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14396
14397         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14398
14399 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14400
14401         * gnus-cus.el (gnus-agent-customize-category): Removed
14402         ignore-errors macro reference that required cl to be loaded at
14403         run-time.
14404
14405         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14406         single-interval range of the form (min . max).  Previously the
14407         range had to look like ((min . max)).  Likewise, return
14408         (min . max) rather than ((min . max)).
14409         (gnus-range-map): Use gnus-range-normalize to accept
14410         single-interval range.
14411
14412         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14413         the cache, but not the agent, now appear with their usual face.
14414
14415         * dgnushack.el (loaddir): New variable that is bound to the
14416         directory containing the dgnushack.el file. Use loaddir, rather
14417         than srcdir, to update load-path. Change lets dgnushack compile
14418         code in directories other than GNUS/lisp.
14419
14420 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14421
14422         * lpath.el: Don't bind w3m-safe-url-regexp.
14423
14424         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14425         w3m-safe-url-regexp variable buffer-local.
14426
14427         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14428
14429 2004-02-27  Simon Josefsson  <jas@extundo.com>
14430
14431         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14432         gnus-group-real-prefix.
14433         (gnus-summary-move-article): Use it, instead of
14434         gnus-group-real-prefix.
14435
14436 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14437
14438         * lpath.el: Bind w3m-safe-url-regexp.
14439
14440         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14441         w3m-safe-url-regexp variable buffer-local and set it as the value
14442         of mm-w3m-safe-url-regexp.
14443
14444         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14445
14446         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14447         parsing gnus-posting-styles when the message is not for replying.
14448
14449         * dgnushack.el: Autoload sgml-mode for XEmacs.
14450
14451         * nnrss.el (nnrss-opml-export): Use
14452         mm-set-buffer-file-coding-system instead of
14453         set-buffer-file-coding-system.
14454
14455 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14456
14457         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14458         of checkdoc.el).
14459         * nnrss.el: do.
14460         * gnus-mlspl.el: do.
14461         * gnus-ml.el: do.
14462         * gnus-srvr.el: do.
14463
14464         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14465
14466 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14467
14468         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14469         Corrections to custom-manual links.
14470
14471         * gnus-art.el (gnus-article): Ditto.
14472
14473         * mm-decode.el (mime-display, mime-security): Ditto.
14474
14475 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14476
14477         * flow-fill.el: Typo.
14478
14479 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14480
14481         * spam-wash.el: New file.
14482
14483 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14484
14485         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14486
14487 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14488
14489         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14490         to be run with new-articles as LIST1, not LIST2.
14491         (spam-registration-functions): Add spam-use-ham-copy as a nil
14492         registration backend.
14493
14494 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14495
14496         * spam-stat.el (spam-stat-washing-hook): New option.
14497         (spam-stat-buffer-words): Use it.
14498         (spam-stat-process-directory, spam-stat-test-directory): Use
14499         insert-file-contents-literally.
14500         (spam-stat-coding-system): New variable.
14501         (spam-stat-load, spam-stat-save): Use it.
14502
14503 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14504
14505         * spam-report.el (spam-report-plug-agent): Quote
14506         spam-report-url-to-file and spam-report-url-ping-plain.
14507
14508 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14509
14510         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14511         / in mailto URLs.
14512
14513 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14514
14515         * spam-report.el (spam-report-process-queue): Fix interactive use.
14516         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14517         (spam-report-unplug-agent): Doc fixes.
14518         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14519         (spam-report-agentize, spam-report-deagentize): Autoload.
14520
14521 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14522
14523         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14524
14525         * message.el (message-setup-fill-variables): Add mml tags to
14526         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14527         <ajk@iu.edu>.
14528         (message-mode): Don't modify paragraph-separate there.
14529
14530 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14531
14532         * compface.el (uncompface-use-external): Default to undecided.
14533         (uncompface-use-external-threshold): New variable.
14534         (uncompface-float-time): New macro.
14535         (uncompface): Determine whether to use the external decoder if
14536         uncompface-use-external is undecided.
14537
14538 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14539
14540         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14541         after images.
14542
14543         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14544
14545 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14546
14547         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14548
14549         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14550
14551         * gnus-sum.el (gnus-summary-limit-to-age)
14552         (gnus-summary-limit-children): do.
14553
14554         * gnus-int.el (gnus-request-scan): do.
14555
14556         * gnus-group.el (gnus-group-suspend): do.
14557
14558         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14559
14560         * gnus-cite.el (gnus-cite-parse-attributions): do.
14561
14562         * gnus-agent.el (gnus-summary-set-agent-mark)
14563         (gnus-agent-regenerate-group): do.
14564
14565         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14566
14567         * binhex.el (binhex-decode-region-internal): do.
14568
14569 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14570
14571         * gnus-fun.el (gnus-face-properties-alist): New user option.
14572         (gnus-display-x-face-in-from): Use it.
14573
14574         * gnus-art.el (article-display-face): Ditto.
14575
14576         * compface.el (uncompface-use-external): Default to nil.
14577
14578 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14579
14580         * nntp.el (nntp-erase-buffer): New function.
14581         (nntp-retrieve-data, nntp-send-command)
14582         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14583         (nntp-possibly-change-group): Use it.
14584
14585         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14586         with-current-buffer.
14587
14588 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14589
14590         * compface.el: Merge the ELisp-based uncompface program.
14591         (compface): New customization group.
14592         (uncompface-use-external): New user option.
14593         (uncompface): Call uncompface-internal if uncompface-use-external
14594         is nil.
14595         (uncompface-internal): New function.  Note that there are also
14596         some other functions and variables added for this function.
14597
14598 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14599
14600         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14601         if necessary.
14602
14603 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14604
14605         * spam-report.el (spam-report-unplug-agent)
14606         (spam-report-plug-agent, spam-report-deagentize)
14607         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14608         Add support for the Agent in spam-report: when unplugged, report to a
14609         file; when plugged, submit all the requests.
14610
14611         * spam.el (spam-register-routine): Fix message about
14612         registration.
14613
14614 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14615
14616         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14617         dependencies.
14618         (rfc2047-encode): Use it.
14619
14620         * gnus-art.el (gnus-button-marker-list): Move before first
14621         reference.
14622
14623         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14624         (imap-parse-body): Fix format string mismatch.
14625
14626         * gnus-score.el (gnus-summary-increase-score): do.
14627
14628         * nnrss.el (nnrss-close): New function.
14629
14630 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14631
14632         * nnrss.el (nnrss-make-filename): New function.
14633         (nnrss-request-delete-group, nnrss-read-server-data)
14634         (nnrss-save-server-data, nnrss-read-group-data)
14635         (nnrss-save-group-data): Use it.
14636         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14637         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14638         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14639
14640 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14641
14642         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14643
14644 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14645
14646         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14647         files.
14648
14649         * message.el (message-generate-headers-first): Don't quote nil
14650         and t in docstrings.
14651
14652         * imap.el (imap-id): do.
14653
14654         * gnus-agent.el (gnus-agent-consider-all-articles)
14655         (gnus-agent-queue-mail): do.
14656
14657 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14658
14659         * spam-report.el (spam-report-process-queue): New function.
14660         Process requests from `spam-report-requests-file'.
14661         (spam-report-process-queue): Doc fix.
14662
14663 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14664
14665         * spam.el (spam-register-routine)
14666         (spam-log-processing-to-registry, spam-log-registered-p)
14667         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14668         Change "check" to "spam-check" for semi-clarity.
14669
14670 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14671
14672         * pop3.el: Require nnheader.
14673
14674         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14675
14676         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14677
14678         * gnus-picon.el: Require cl.
14679
14680         * gnus-fun.el: Require gnus-ems and gnus-util.
14681
14682         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14683
14684         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14685
14686         * gnus-art.el (gnus-article-edit-mode): Define before first
14687         reference.
14688
14689 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14690
14691         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14692         (gnus-uu-post-encoded): Use point-at-bol.
14693
14694         * gnus-topic.el (gnus-group-active-topic-p): do.
14695
14696         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14697
14698         * gnus-group.el (gnus-group-kill-region): do.
14699
14700         * gnus-art.el (article-date-ut): do.
14701
14702         * message.el (message-fetch-field): Remove redundant
14703         case-fold-search binding.
14704         (message-narrow-to-field): Simplify.
14705
14706 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14707
14708         * spam.el (spam-directory): Derive from `gnus-directory'.
14709
14710         * spam-report.el (spam-report-url-to-file)
14711         (spam-report-requests-file): New function and variable for offline
14712         reporting.
14713         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14714         and user defined function.
14715         (spam-report-url-ping-mm-url): Remove doubled slash.
14716
14717 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14718
14719         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14720
14721 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14722
14723         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14724         format string mismatch.
14725
14726         * sieve.el (sieve-deactivate-all): do.
14727
14728         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14729
14730         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14731
14732         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14733
14734         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14735
14736 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14737
14738         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14739         the list of checks.
14740
14741 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14742
14743         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14744         padding.
14745
14746 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14747
14748         * mm-view.el (mm-fill-flowed): New variable.
14749         (mm-inline-text): Use it.
14750
14751 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14752
14753         * spam.el (spam-spamassassin-register-ham-routine)
14754         (spam-spamassassin-register-spam-routine): Fix function names.
14755
14756 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14757
14758         * gnus.el (gnus-tmp-grouplens): Remove.
14759         (gnus-summary-line-format): Remove grouplens.
14760
14761         * gnus-group.el (gnus-group-line-format): Ditto.
14762
14763         * gnus-spec.el (gnus-format-specs): Ditto.
14764         (gnus-update-format-specifications): Flush the group format spec
14765         cache if there's the grouplens stuff.
14766         (gnus-parse-simple-format): Replace %l with the empty string.
14767
14768 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14769
14770         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14771         omission.
14772
14773 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14774
14775         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14776         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14777
14778 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14779
14780         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14781         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14782         New macros and functions.
14783         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14784         Handle > NLINK_MAX messages.
14785         * nnmaildir.el (nnmaildir-request-set-mark): Use
14786         nnmaildir--emlink-p and nnmaildir--eexist-p.
14787
14788 2004-01-25  Alex Schroeder  <alex@gnu.org>
14789
14790         * spam-stat.el (spam-stat-process-directory-age): New option.
14791         (spam-stat-process-directory): Use it.
14792
14793 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14794
14795         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14796         (spam-stat-save): Accept prefix argument.
14797
14798 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14799
14800         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14801         links" error.
14802
14803 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14804
14805         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14806         the rest of the and/or forms.
14807
14808 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14809
14810         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14811         compatibility with old .newsrc.eld files.
14812
14813         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14814
14815         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14816
14817         * gnus-start.el (gnus-1): do.
14818
14819         * gnus-group.el (gnus-group-line-format-alist): do.
14820
14821         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14822
14823         * gnus-gl.el: Remove.
14824
14825 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14826
14827         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14828         marks consisting of a single range {for example, (3 . 5)} rather
14829         than a list of a single range { ((3 . 5)) }.
14830
14831 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14832
14833         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14834         with-current-buffer.
14835         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14836         avoid consing a string.
14837
14838         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14839         Remove obsolete entries for big5 and gb2312.
14840
14841 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14842
14843         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14844         uncompressed list.
14845
14846 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14847
14848         * spam-stat.el (spam-stat-strip-xref): New function.
14849         (spam-stat-process-directory): Use it.
14850
14851         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14852         here -- it's done in message-fetch-field.
14853
14854 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14855
14856         * gnus-agent.el (gnus-agent-queue-mail)
14857         (gnus-agent-prompt-send-queue): New variables.
14858         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14859         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14860         "nndraft:queue" along to gnus-draft-send.  Use
14861         gnus-agent-prompt-send-queue.
14862         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14863         is "nndraft:queue".  Suggested by Gaute Strokkenes
14864         <gs234@srcf.ucam.org>
14865
14866         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14867         (agent-enable-undownloaded-faces): Added.
14868         (gnus-agent-cat-groups): Use eval-and-compile, not
14869         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14870         method of gnus-agent-cat-groups even when the buffer has been
14871         evaled.
14872         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14873         delete gnus-agent-save-active-1.
14874         (gnus-agent-save-groups): Deleted.  Identical to
14875         gnus-agent-save-active.
14876         (gnus-agent-write-active): No longer adjust agent's copy of active
14877         file as agent's adjustments are now stored in their own
14878         file.  Removed optional parameter.
14879         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14880         servers.  Add use of min/max range limits from server's local
14881         file.
14882         (gnus-agent-save-alist): Removed unused optional argument.
14883         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14884         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14885         (gnus-agent-set-local): A per-server file that keeps min/max range
14886         limits for articles known to the agent.  Provides a fast mechanism
14887         for altering many active ranges.
14888         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14889         active file (local makes it unnecessary).
14890         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14891
14892         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14893         (agent-enable-undownloaded-faces): Added.
14894
14895         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14896         disable it when sending to "nndraft:queue".
14897         (gnus-group-send-queue): Add safety check to avoid sending queue
14898         when unplugged.
14899
14900         * gnus-group.el (gnus-group-catchup): Use new
14901         gnus-sequence-of-unread-articles, not
14902         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14903         numbers of articles.  Use gnus-range-map to avoid having to
14904         uncompress the unread list.
14905         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14906         Fixed invalid ange-ftp reference.
14907
14908         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14909         (gnus-sorted-range-intersection): Intersection of two ranges
14910         without requiring that they first be uncompressed.
14911
14912         * gnus-start.el (gnus-activate-group): Unless blocked by the
14913         caller, possibly expand the active range to include both cached
14914         and agentized articles.
14915         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14916         multiple version-dependent converters.
14917         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14918         gnus-agent-save-active.
14919         (gnus-save-newsrc-file): Save dirty agent range limits.
14920
14921         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14922         gnus-agent-possibly-alter-active.
14923         (gnus-adjust-marked-articles): Faster handling of simple lists.
14924
14925 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14926
14927         * spam-stat.el (spam-stat-test-directory): New optional argument
14928         displays a list of files detected.  Suggested by Andrew Cohen
14929         <cohen@andy.bu.edu>.
14930         (spam-stat-buffer-words-with-scores): Don't narrow and change
14931         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14932
14933 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14934
14935         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14936         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14937         (spam-spamassassin-arguments)
14938         (spam-spamassassin-spam-flag-header)
14939         (spam-spamassassin-positive-spam-flag-header)
14940         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14941         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14942         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14943         (spam-list-of-processors, spam-list-of-checks)
14944         (spam-list-of-statistical-checks, spam-registration-functions)
14945         (spam-check-spamassassin-headers, spam-check-spamassassin)
14946         (spam-spamassassin-score)
14947         (spam-spamassassin-register-with-sa-learn)
14948         (spam-spamassassin-register-spam-routine)
14949         (spam-spamassassin-register-ham-routine)
14950         (spam-assassin-register-spam-routine)
14951         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14952         (spam-bogofilter-score): Fix to show article before scoring.
14953
14954 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14955
14956         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14957         default scoring function.
14958         (spam-generic-score): Call spam-spamassassin-score if
14959         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14960         spam-bogofilter-score otherwise.
14961
14962         * gnus.el (spam-process, spam-autodetect-methods): Add
14963         spamassassin and spamassassin-headers.
14964
14965 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14966
14967         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14968         Suppress unnecessary messages.
14969
14970 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14971
14972         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14973         make-hash-table.
14974
14975 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14976
14977         * canlock.el (base64-encode-string): Don't autoload it.
14978
14979 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14980
14981         * run-at-time.el: Remove useless (require 'itimer),
14982         eval-and-compile and (featurep 'xemacs).
14983
14984 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14985
14986         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14987         GROUP is a virtual group.
14988
14989 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14990
14991         * gnus.el: Autoload `message-y-or-n-p'.
14992
14993 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14994
14995         * pgg-parse.el: Remove unnecessary (require 'custom).
14996
14997         * pgg-def.el: do.
14998
14999         * nnmail.el: do.
15000
15001         * gnus-undo.el: do.
15002
15003         * gnus-picon.el: do.
15004
15005         * gnus-util.el: do.
15006
15007 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15008
15009         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15010
15011 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15012
15013         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15014         handle, as well as a list.
15015
15016         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15017         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15018         (mm-w3m-cid-retrieve): Simplify.
15019
15020 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15021
15022         * message.el (message-kill-to-signature): Allow prefix arg to
15023         specify number of lines to keep before signature.
15024
15025 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15026
15027         * message.el (message-kill-to-signature): Change docstring.
15028
15029 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15030
15031         * canlock.el: Always require sha1-el.
15032         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15033
15034         * message.el: Autoload sha1 only when compiling.
15035
15036         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15037         eudc-expand-inline for XEmacs.
15038
15039 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15040
15041         * message.el (message-canlock-generate): Require sha1-el.
15042
15043 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15044
15045         * message.el (message-expand-name): Silence the byte compiler.
15046
15047         * lpath.el: Add detect-coding-system.
15048
15049         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15050         cus-edit.
15051
15052 2004-01-13  Simon Josefsson  <jas@extundo.com>
15053
15054         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15055         Invoke gnus-score-mode.  Reported by
15056         bojohan+news@dd.chalmers.se (Johan Bockgård).
15057
15058         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15059         Jim Blandy <jimb@redhat.com> (tiny change).
15060
15061 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15062
15063         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15064
15065 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15066
15067         * spam.el (spam-get-article-as-string): Update to use
15068         gnus-request-article-this-buffer, much simpler.
15069         (spam-get-article-as-buffer): Remove.
15070
15071 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15072
15073         * message.el (message-expand-name): Use EUDC if the user uses that.
15074
15075 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15076
15077         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15078         character for the encoding to avoid consing a string.
15079
15080         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15081         unnecessarily.
15082
15083         * mm-util.el (mm-replace-chars-in-string): Remove.
15084
15085         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15086         of mm-replace-chars-in-string.
15087
15088 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15089
15090         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15091
15092         * mm-util.el (mm-subst-char-in-string): Support inplace.
15093
15094         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15095         a new string in every iteration.  Use shy groups.
15096
15097 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15098
15099         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15100         * gnus-soup.el (gnus-soup-group-brew):
15101         * gnus-msg.el (gnus-put-message):
15102         * gnus-move.el (gnus-group-move-group-to-server):
15103         * gnus-kill.el (gnus-batch-score):
15104         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15105         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15106         (gnus-group-update-group, gnus-group-read-group)
15107         (gnus-group-make-group, gnus-group-make-help-group)
15108         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15109         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15110         (gnus-group-sort-by-unread, gnus-group-catchup)
15111         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15112         (gnus-group-yank-group, gnus-group-set-info)
15113         (gnus-group-list-groups):
15114         * gnus.el (gnus-generate-new-group-name):
15115         * gnus-delay.el (gnus-delay-send-queue):
15116         * nnvirtual.el (nnvirtual-catchup-group):
15117         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15118         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15119         (gnus-group-prepare-topics, gnus-topic-check-topology):
15120         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15121         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15122         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15123         (gnus-group-make-articles-read):
15124         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15125         (gnus-group-change-level, gnus-kill-newsgroup)
15126         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15127         (gnus-get-unread-articles, gnus-make-articles-unread)
15128         (gnus-make-ascending-articles-unread): Use accessor
15129         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15130         to get group information for improved readability.
15131
15132
15133 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15134
15135         * gnus-art.el (article-decode-mime-words, article-babel)
15136         (gnus-article-highlight-signature, gnus-article-add-buttons)
15137         (gnus-signature-toggle): Use gnus-with-article-buffer.
15138
15139         * gnus-art.el (gnus-article-highlight-headers)
15140         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15141
15142         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15143         (gnus-article-set-globals, gnus-request-article-this-buffer)
15144         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15145         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15146         (gnus-mime-display-alternative): Use with-current-buffer.
15147
15148 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15149
15150         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15151         also under 80 char limit, and call gnus-error if needed.
15152         (spam-fetch-article-header): Fix - it was a
15153         buffer-local variable (gnus-newsgroup-data).
15154         (spam-find-spam): Use spam-generate-fake-headers, forget about
15155         spam-insert-fake-headers.
15156         (spam-insert-fake-headers): Remove.
15157
15158 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15159
15160         * deuglify.el (gnus-article-outlook-unwrap-lines)
15161         (gnus-outlook-rearrange-article)
15162         (gnus-outlook-repair-attribution-outlook)
15163         (gnus-outlook-repair-attribution-block)
15164         (gnus-outlook-repair-attribution-other): Remove redundant
15165         save-excursion.
15166
15167 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15168
15169         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15170         (spam-fetch-field-subject-fast)
15171         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15172         (spam-fetch-article-header): Add functions to deal with Gnus
15173         internals for fast retrieval of article header data.
15174         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15175
15176 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15177
15178         * pop3.el (pop3-md5): Remove.
15179         (pop3-apop): Replace pop3-md5 with md5.
15180
15181         * mm-bodies.el: base64 is always built-in.
15182
15183         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15184         with-current-buffer.
15185
15186 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15187
15188         * canlock.el (canlock-insert-header): Remove excessive grouping in
15189         regexp.
15190
15191         * gnus-sum.el (gnus-summary-read-document): Ditto.
15192
15193         * gnus-uu.el (gnus-uu-part-number): Ditto.
15194
15195         * html2text.el (html2text-remove-tags): Ditto.
15196         (html2text-format-tags): Ditto.
15197         (html2text-format-single-elements): Ditto.
15198
15199         * mml.el (mml-parse-1): Ditto.
15200
15201 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15202
15203         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15204
15205         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15206
15207         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15208
15209         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15210
15211 2003-11-15  Simon Josefsson  <jas@extundo.com>
15212
15213         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15214         (pgg-gpg-lookup-key): Use regexp match instead of
15215         split-string (split-string is different between emacs 21.2 and
15216         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15217
15218 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15219
15220         * gnus-art.el (gnus-mime-view-all-parts)
15221         (gnus-article-part-wrapper, gnus-article-view-part): Use
15222         with-current-buffer.
15223
15224 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15225
15226         * spam.el (spam-disable-spam-split-during-ham-respool)
15227         (spam-spamoracle-database, spam-cache-lookups)
15228         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15229         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15230         (spam-group-ham-marks, spam-group-spam-marks)
15231         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15232         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15233         also add spam-use-blackholes to the statistical checks.
15234         (spam-fetch-field-fast): Add interface to fetching fields, may
15235         become a macro.
15236         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15237         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15238         (spam-insert-fake-headers): Fake an article when needed.
15239         (spam-find-spam): Fake article when possible.
15240         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15241         (spam-check-bogofilter-headers): Use message-fetch-field instead
15242         of nnmail-fetch-field.
15243
15244 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15245
15246         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15247
15248 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15249
15250         * spam.el (spam-split): Do not require spam-use-CHECK to be
15251         enabled if that check is passed to spam-split explicitly; also
15252         fix so 'spam doesn't get converted to spam-split-group when
15253         spam-split-symbolic-return is t.
15254         (spam-find-spam): Find registrations of the article and use those
15255         instead of re-running spam-split to find the spam/ham
15256         classification of the article.
15257         (spam-log-processing-to-registry, spam-log-registered-p)
15258         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15259         Use gnus-error instead of gnus-message.
15260         (spam-log-registration-type): Add function to determine the
15261         classification of a message based on registry entries; will
15262         return nil if both 'spam and 'ham are found.
15263         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15264         a reasonably fast local cache without the loading errors.
15265         (spam-cache-lookups): Set to t by default.
15266         (spam-find-spam): Don't try to guess spam-cache-lookups.
15267         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15268         spam-caches entry.
15269         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15270         caching of whitelist/blacklist entries.
15271         (spam-check-whitelist, spam-check-blacklist): Invoke
15272         spam-from-listed-p with a type, not a cache variable.
15273         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15274
15275 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15276
15277         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15278
15279         * nnmail.el (nnmail-split-fancy): do.
15280
15281         * mml.el (mml-parse): do.
15282
15283         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15284         (gnus-score-adaptive): do.
15285
15286 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15287
15288         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15289         (gnus-mime-button-map): Don't set keymap parent.
15290         (gnus-button-ctan-directory-regexp): Use shy grouping.
15291         (gnus-prev-page-map): Don't set keymap parent.
15292         (gnus-prev-page-map): Remove duplicated one.
15293         (gnus-next-page-map): Don't set keymap parent.
15294         (gnus-mime-security-button-map): Ditto.
15295
15296         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15297         version number.
15298
15299         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15300
15301 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15302
15303         * canlock.el (canlock-sha1-function): Remove.
15304         (canlock-sha1-function-for-verify): Remove.
15305         (canlock-openssl-program): Remove.
15306         (canlock-openssl-args): Remove.
15307         (canlock-ignore-errors): Remove.
15308         (canlock-sha1-with-openssl): Remove.
15309         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15310         (canlock-verify): Don't use canlock-ignore-errors.
15311
15312         * sha1-el.el (sha1-string-external): Make it can return a string
15313         in binary form.
15314         (sha1-region-external): Ditto.
15315         (sha1-string-internal): Ditto.
15316         (sha1-region-internal): Ditto.
15317         (sha1-region): Ditto.
15318         (sha1-string): Ditto.
15319         (sha1): Ditto.
15320
15321 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15322
15323         * spam.el (spam-report-articles-gmane): New command.
15324
15325 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15326
15327         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15328
15329         * run-at-time.el (run-at-time-saved): Remove.
15330         (run-at-time): Doc fix.
15331
15332 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15333
15334         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15335         (gnus-summary-limit-map): Add it.
15336         (gnus-summary-make-menu-bar): do.
15337
15338 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15339
15340         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15341         Make attempt at some caching support (done for BBDB only now).
15342         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15343         addresses to be checked.
15344         (spam-clear-cache-BBDB): Add function, to be invoked by
15345         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15346         (spam-check-BBDB): Check and use the caches, if
15347         spam-cache-lookups is on, remove superfluous (provide).
15348
15349 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15350
15351         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15352
15353 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15354
15355         * run-at-time.el (run-at-time-saved): Move to after the definition
15356         of `run-at-time'.
15357
15358         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15359
15360 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15361
15362         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15363         mm-w3m-local-map-property.
15364
15365         * mm-view.el (mm-w3m-mode-map): Remove.
15366         (mm-w3m-local-map-property): Remove.
15367         (mm-inline-text-html-render-with-w3m): Don't use
15368         mm-w3m-local-map-property.
15369
15370 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15371
15372         * run-at-time.el: New file.
15373
15374         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15375         under Emacs.
15376
15377         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15378         of gnus-set-text-properties.
15379
15380         * gnus-uu.el (gnus-uu-save-article): Ditto.
15381
15382         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15383
15384         * gnus-cite.el (gnus-cite-parse): Ditto.
15385
15386         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15387         of gnus-.
15388
15389         * gnus-xmas.el (run-at-time): Require run-at-time.
15390
15391         * gnus.el: Changed calls to nnheader-run-at-time and
15392         password-run-at-time throughout to use run-at-time directly.
15393
15394         * password.el: Removed definition of run-at-time.
15395
15396         * nnheaderxm.el: Remove definition of run-at-time.
15397
15398 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15399
15400         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15401         in prompt.
15402
15403 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15404
15405         * messagexmas.el (message-xmas-redefine): Alias
15406         `message-make-caesar-translation-table' to
15407         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15408         version.
15409
15410         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15411         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15412         `gnus-xmas-set-text-properties'.
15413         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15414         `gnus-xmas-completing-read'.
15415         (gnus-xmas-completing-read): Removed.
15416         (gnus-xmas-open-network-stream): Removed.
15417
15418         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15419         XEmacs version.
15420
15421         * dns.el (dns-make-network-process): Use `open-network-stream'
15422         instead of `gnus-xmas-open-network-stream'.
15423
15424         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15425
15426         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15427
15428 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15429
15430         * gnus-art.el (gnus-mime-display-alternative)
15431         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15432         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15433         Don't use gnus-local-map-property.
15434
15435         * gnus-util.el (gnus-local-map-property): Remove.
15436
15437         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15438         gnus-completing-read-maybe-default with completing-read.
15439
15440         * gnus-util.el (gnus-completing-read): do.
15441         (gnus-completing-read-maybe-default): Remove.
15442
15443 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15444
15445         * password.el: Only autoload `run-at-time' if not XEmacs.
15446         Only autoload the itimer functions if XEmacs.
15447
15448 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15449
15450         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15451         XEmacsen.
15452
15453         * dgnushack.el: Autoload executable-find for XEmacs.
15454
15455 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15456
15457         * gnus-art.el (gnus-read-string): Remove.
15458         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15459         read-string.
15460
15461 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15462
15463         * netrc.el: Autoload password-read.
15464         (netrc): Add configuration group.
15465         (netrc-encoding-method, netrc-openssl-path): Add
15466         variables for encoding and decoding of files with symmetric
15467         ciphers.
15468         (netrc-encode): Add assistant function to encode a file with
15469         netrc-encoding-method.
15470         (netrc-parse): Add interactive parameter, added optional
15471         decoding if netrc-encoding-method is non-nil but otherwise
15472         behavior is standard.
15473         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15474         Do s/encode/encrypt/ everywhere.
15475
15476         * spam.el: Remove executable-find autoload.
15477
15478 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15479
15480         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15481
15482         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15483
15484 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15485
15486         * gnus-art.el (gnus-treat-ansi-sequences)
15487         (article-treat-ansi-sequences): New variable and function.
15488         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15489
15490         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15491         Use it.
15492
15493 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15494
15495         * mm-util.el (mm-quote-arg): Remove.
15496
15497         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15498         shell-quote-argument.
15499
15500         * gnus-uu.el (gnus-uu-command): do.
15501
15502         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15503
15504         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15505         with make-char.
15506
15507         * mm-util.el (mm-make-char): Remove.
15508
15509         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15510         add-minor-mode.
15511
15512         * gnus-undo.el (gnus-undo-mode): do.
15513
15514         * gnus-topic.el (gnus-topic-mode): do.
15515
15516         * gnus-sum.el (gnus-dead-summary-mode): do.
15517
15518         * gnus-start.el (gnus-slave-mode): do.
15519
15520         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15521
15522         * gnus-ml.el (gnus-mailing-list-mode): do.
15523
15524         * gnus-gl.el (gnus-grouplens-mode): do.
15525
15526         * gnus-draft.el (gnus-draft-mode): do.
15527
15528         * gnus-dired.el (gnus-dired-mode): do.
15529
15530         * gnus-ems.el (gnus-add-minor-mode): Remove.
15531
15532         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15533         Replace gnus-char-width with char-width.
15534
15535         * gnus-ems.el (gnus-char-width): Remove.
15536
15537         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15538         Replace gnus-char-width with char-width.
15539
15540         * gnus-ems.el (gnus-char-width): Remove.
15541
15542         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15543         definition.
15544         Remove Emacs 20 hash table compatibility code.
15545
15546         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15547         20 compatibility code.
15548
15549         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15550
15551         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15552
15553         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15554         with point-at-{eol,bol}.
15555
15556         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15557
15558         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15559
15560         * flow-fill.el (fill-flowed-point-at-bol)
15561         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15562
15563         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15564         Replace with point-at-{eol,bol} throughout all files.
15565
15566 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15567
15568         * ntlm.el (ntlm-string-as-unibyte): New macro.
15569         (ntlm-build-auth-response): Use it.
15570
15571         Remove Emacs 20 stuff:
15572         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15573         (butlast, mapc, remove): Remove the compiler macros.
15574         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15575         of delq and copy-sequence.
15576         * gnus-art.el (popup-menu): Remove the compiler macro.
15577         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15578         Emacs 20.
15579
15580 2004-01-05  Simon Josefsson  <jas@extundo.com>
15581
15582         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15583         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15584         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15585         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15586         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15587         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15588         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15589         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15590         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15591         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15592         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15593         string-xor into ntlm-string-xor.  Suggested by
15594         Jesper Harder <harder@myrealbox.com>.
15595
15596         * ntlm.el: Don't include poem.
15597
15598         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15599         Jesper Harder <harder@myrealbox.com>.
15600
15601         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15602
15603         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15604         probably breaks emacs with DL patch, but do we care? Is anyone
15605         still using the DL stuff?)
15606
15607         * sieve-manage.el: Use the password package.
15608         (sieve-manage-read-passwd): Remove.
15609         (sieve-manage-interactive-login): Use password.  Re-add
15610         condition-case around loop.
15611
15612         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15613         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15614         the password package.
15615
15616 2003-02-19  Simon Josefsson  <jas@extundo.com>
15617
15618         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15619         token.
15620
15621 2002-08-07  Simon Josefsson  <jas@extundo.com>
15622
15623         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15624         (sieve-manage-authenticators):
15625         (sieve-manage-authenticator-alist): Add some SASL mechs.
15626         (sieve-sasl-auth): New function.
15627         (sieve-manage-cram-md5-auth):
15628         (sieve-manage-plain-auth): Rewrite using SASL library.
15629         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15630         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15631         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15632         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15633
15634 2004-01-05  Simon Josefsson  <jas@extundo.com>
15635
15636         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15637         New files.
15638
15639 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15640
15641         * gnus-group.el (gnus-no-groups-message): Update.
15642
15643         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15644
15645 2003-11-09  Simon Josefsson  <jas@extundo.com>
15646
15647         * imap.el: Support for ID IMAP extension (RFC 2971).
15648         (imap-local-variables): Add imap-id.
15649         (imap-id): New variable.
15650         (imap-id): New function.
15651         (imap-parse-response): Parse untagged ID response.
15652         * nnimap.el (nnimap-id): New variable.
15653         (nnimap-open-connection): Use it.
15654
15655 2003-12-28  Simon Josefsson  <jas@extundo.com>
15656
15657         * gnus-score.el (gnus-score-edit-all-score): New.
15658         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15659
15660 2004-01-04  Simon Josefsson  <jas@extundo.com>
15661
15662         * password.el: Add.
15663
15664 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15665
15666         * dns.el (dns-query-types): Fix typo.
15667         (dns-query-types): New function.
15668         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15669         PTR and SOA replies, see RFC 1035.
15670
15671 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15672
15673         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15674
15675         * Moved to Changelog.2.
15676
15677 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15678
15679         * gnus.el (gnus-version-number): Bump version.
15680
15681 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15682
15683         * gnus.el: No Gnus v0.1 is released.
15684
15685 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15686
15687         * gnus.el: No Gnus v0.0 is released.
15688
15689 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15690
15691         * gnus.el (gnus-version-number): Bump.
15692         (gnus-version): No.
15693
15694 See ChangeLog.2 for earlier changes.
15695
15696     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15697       Free Software Foundation, Inc.
15698
15699   This file is part of GNU Emacs.
15700
15701   GNU Emacs is free software: you can redistribute it and/or modify
15702   it under the terms of the GNU General Public License as published by
15703   the Free Software Foundation, either version 3 of the License, or
15704   (at your option) any later version.
15705
15706   GNU Emacs is distributed in the hope that it will be useful,
15707   but WITHOUT ANY WARRANTY; without even the implied warranty of
15708   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15709   GNU General Public License for more details.
15710
15711   You should have received a copy of the GNU General Public License
15712   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15713
15714 ;; Local Variables:
15715 ;; coding: utf-8
15716 ;; fill-column: 79
15717 ;; add-log-time-zone-rule: t
15718 ;; End: