(gnus-article-copy-string): Say what data we copied.
[gnus] / lisp / ChangeLog
1 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4
5         * nnmh.el (nnmh-request-list-1): Optimize for speed.
6
7 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8
9         * mm-util.el (mm-image-load-path): Just return the image directories,
10         not all directories in the path in addition to the image directories.
11         (mm-image-load-path): Maintain a cache of the image directories so that
12         the `g' command in Gnus doesn't have to stat dozens of directories each
13         time. 
14
15         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
16         (gnus-html-wash-tags): Add a new `i' command to insert images.
17         (gnus-html-insert-image): New command and keystroke.
18         (gnus-html-redisplay-with-images): New command and keystroke.
19         (gnus-html-show-images): Renamed command.
20         (gnus-html-wash-tags): Remove more white space before <pre_int> image
21         spacers.
22         (gnus-html-wash-tags): Decode entities at the end, so that entities
23         inside the tags don't mess up the rest of the "parsing".
24
25         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
26         so that nnimap methods aren't agentized by default.  There's apparently
27         many problems related to agent/imap behaviour.
28
29         * gnus-art.el (gnus-article-copy-string): New command and key binding.
30
31         * gnus-html.el: Doc fix.
32
33 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
34
35         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
36         specifier-spec-list for Emacs 21.
37
38         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
39         glyph-width and glyph-height instead of display-graphic-p and
40         image-size; make avoidance of displaying small images work for XEmacs.
41
42         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
43         for XEmacs.
44
45         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
46         of symbol that holds plist data.
47         (gnus-process-plist): Remove plist of process after getting it.
48
49 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
50
51         * message.el (message-generate-hashcash): Change default to
52         'opportunistic if hashcash is installed.
53
54         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
55         (gnus-html-put-image): Only call image-size once, since it's somewhat
56         time-consuming on remote X servers.
57
58 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
59
60         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
61         type on data, not a file name.
62
63         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
64         window-pixel-edges for Emacs 21.
65
66         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
67         decoded contents.
68         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
69
70 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
71
72         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
73         group line format, since it isn't very interesting.
74
75         * gnus-agent.el (gnus-agent-short-article),
76         (gnus-agent-long-article): Increase values for these two variables,
77         since most people are likely to have more network connection and
78         storage than before.
79
80         * gnus.el (gnus-refer-article-method): Change default to 'current.
81         When referring an article, the common behaviour is to refer it from the
82         current select method, not the native select method.  The chances of
83         the native select method having the message in question is rather slim
84         these days.
85
86         * gnus-sum.el (gnus-auto-select-subject): Change default to
87         `unseen-or-unread'.  I think it's likely that most people want to
88         select an unseen article over a previously seen, but unread one.
89
90         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
91         means that in the article buffer none of the minor mode elements will
92         be shown, usually, and this is not desirable in most cases.
93
94         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
95         that commands like `d' (and the like) go to the next line in the
96         buffer, instead of the next unread article.  I think this is the
97         behaviour that is most natural for most users.
98         (gnus-single-article-buffer): Change default to nil, so that people can
99         have as many article buffers open as they have summary buffer.  I think
100         this is the most natural way for the groups to behave.
101
102         * message.el (message-generate-new-buffers): Change default to
103         `unsent', so that all new message buffers start their names with the
104         string "*unsent", and it's easier to find the buffers if you move from
105         them.
106
107 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
108
109         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
110         small. They're probably tracking images.
111         (gnus-html-wash-tags): Remove all <pre_int> place holders.
112         (gnus-html-rescale-image): Yet another try at getting the image sizing
113         right.
114
115         * nntp.el (nntp-request-set-mark): Refuse to do marks if
116         nntp-marks-file-name is nil.
117
118 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
119
120         * gnus-html.el (gnus-html-wash-tags)
121         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
122         Better logging.
123
124 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
125
126         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
127
128         * gnus-html.el (gnus-html-wash-tags): Check the value of
129         gnus-blocked-images in the summary buffer.
130
131 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
132
133         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
134
135 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
136
137         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
138         like "a", it seems like.
139         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
140         since it needs to be picked from the correct buffer.
141
142         * nnwfm.el: Removed.
143
144         * nnlistserv.el: Removed.
145
146 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
147
148         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
149         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
150
151 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
152
153         * nnkiboze.el: Removed.
154
155         * nndb.el: Removed.
156
157         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
158         alt text.
159         (gnus-html-rescale-image): Try to get the rescaling logic right for
160         images that are just wide and not tall.
161
162         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
163         overshadow variable bindings.
164
165 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
166
167         * gnus-html.el (gnus-html-wash-tags)
168         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
169         extra logging.
170
171 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
172
173         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
174         (gnus-max-image-proportion): New variable.
175         (gnus-html-rescale-image): New function.
176         (gnus-html-put-image): Rescale images.
177
178 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
179
180         Fix up some byte-compiler warnings.
181         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
182         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
183         (gnus-article-fill-cited-article, gnus-article-hide-citation)
184         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
185         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
186         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
187         (gnus-group-update-group): Use save-excursion and with-current-buffer.
188
189 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
190
191         * gnus-html.el (gnus-article-html): Decode contents by charset.
192
193 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
194
195         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
196         (gnus-html-frame-width, gnus-blocked-images)
197         * message.el (message-prune-recipient-rules): Add custom version.
198         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
199
200         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
201         functions.
202
203         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
204         gnus-process-get.
205
206 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
207
208         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
209         instead of lsub directly.
210
211 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212
213         * nnwarchive.el: Removed.
214
215         * gnus-soup.el: Removed.
216
217         * nnsoup.el: Removed.
218
219         * nnultimate.el: Removed.
220
221         * gnus-html.el (gnus-blocked-images): New variable.
222
223         * message.el (message-prune-recipients): New function.
224         (message-prune-recipient-rules): New variable.
225
226         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
227         guess whether a long line is natural text or not.
228
229         * gnus-html.el (gnus-html-schedule-image-fetching): Use
230         gnus-process-plist and friends for compatibility.
231
232 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
233
234         * gnus-html.el: Require packages that define macros used in this file.
235         (gnus-article-mouse-face): Declare to silence byte-compiler.
236         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
237         process-get.
238         (gnus-html-put-image): Use plist-get to avoid getf.
239         (gnus-html-prefetch-images): Use with-current-buffer.
240
241 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
242
243         * gnus-ems.el: Provide compatibility functions for
244         gnus-set-process-plist.
245
246         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
247         header-line-format for XEmacs 21.4.
248
249         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
250         * gnus.el (gnus-valid-select-methods)
251         * message.el (message-send-mail-partially-limit)
252         * mm-decode.el (mm-text-html-renderer)
253         * mml.el (mml-insert-mime-headers-always)
254         * smiley.el (smiley-regexp-alist): Bump custom version.
255
256 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
257
258         * gnus-html.el: require mm-url.
259         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
260         with the url to `url'.
261         (gnus-html-wash-tags): Support cid: URLs/images.
262
263 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
264
265         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
266         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
267         bindings, as they aren't useful at all. `w' is moved to `W w'.
268
269         * gnus-move.el: Removed file, since it doesn't really work.
270
271         * gnus-html.el (gnus-article-html): Tell w3m that the input is
272         UTF-8. This seems to fix problems with some German web feeds.
273
274         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
275         at the top so that the proper colours are applied.
276
277         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
278         don't have dots in their names.
279
280         * gnus-art.el (gnus-article-view-part): Doc fix.
281
282         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
283         XEmacs-compatible.
284         (gnus-html-put-image): Don't do images on non-graphic displays.
285
286         * nnslashdot.el: Removed this unused backend.
287
288         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
289         actions.
290         (gnus-undo-register-1): Revert last change.
291
292         * gnus-group.el (gnus-group-completing-read): Protect against not
293         having completion-styles bound.
294
295         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
296         make broken recipients happier.
297
298         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
299
300         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
301         point parameter.
302
303         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
304
305         * gnus-group.el (gnus-group-completing-read): Add 'substring to
306         completion-styles for group selection.
307
308 2009-02-04  Andreas Schwab  <schwab@suse.de>
309
310         * gnus-score.el (gnus-score-string): Fix regex for matching extra
311         headers and regexp-quote the match if necessary.
312
313 2009-03-24  Miles Bader  <miles@gnu.org>
314
315         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
316         the blinking smiley.
317
318 2009-03-24  Simon Josefsson  <simon@josefsson.org>
319
320         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
321         blink smiley.
322
323 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
324
325         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
326         where the dribbel file lives exists.
327
328         * message.el (message-send-mail-partially-limit): Change the default to
329         nil, since most people don't want this.
330
331         * mm-url.el (mm-url-decode-entities): Also decode entities like
332         &#x3212.
333
334 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
335
336         * gnus-sum.el (gnus-summary-idna-message):
337         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
338         Hyperlink urls in docstrings with URL `...'.
339
340 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
341
342         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
343         functions.
344
345 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
346
347         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
348         say what the mouseover text should be.
349
350         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
351         version of the mm-w3m-safe-url-regexp variable to only download images
352         in the groups where we want that to happen.
353
354         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
355
356         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
357         easier debugging.
358         (gnus-article-beginning-of-window): Add kludge to allow spacing past
359         big pictures in the article buffer.
360
361         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
362         gnus-article-html.
363         (mm-text-html-renderer): gnus-article-html needs curl in addition to
364         w3m.
365
366         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
367
368 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
369
370         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
371         which doesn't exist.
372
373         * message.el (message-inhibit-ecomplete): New variable to allow some
374         function to inhibit ecomplete address storage.
375         (message-resend): Disable ecomplete message storage when resending
376         messages.
377
378         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
379
380 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
381
382         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
383         Save excursion while copying, moving, and deleting articles in order to
384         prevent the cursor from jumping to unforeseen place.
385
386 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
387
388         * lpath.el: No need to bind bookmark-current-buffer,
389         bookmark-yank-point and bookmark-make-record-function.
390
391 2010-08-17  Glenn Morris  <rgm@gnu.org>
392
393         * gnus-sync.el: Require gnus components whose functions are used.
394
395         * gnus-art.el (bookmark-make-record-function):
396         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
397         Declare for compiler.
398
399         * mm-url.el (mml-compute-boundary): Autoload.
400
401 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
402
403         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
404
405 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
406
407         Typo fix "hoo4a" -> "hook".
408
409         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
410
411 2010-08-14  Glenn Morris  <rgm@gnu.org>
412
413         * gnus-sync.el (gnus-sync): Fix defgroup version.
414
415 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
416
417         Doc fixes and keep unknown groups (ammended for nunion bug fix).
418
419         * gnus-sync.el: Fix docs.
420         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
421         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
422
423 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
424
425         Optimizations for gnus-sync.el.
426
427         * gnus-sync.el: Add docs about gnus-sync-backend
428         possibilities.
429         (gnus-sync-save): Remove unnecessary message.
430         (gnus-sync-read): Optimize and show what groups were skipped.
431
432 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
433
434         Minor bug fixes for gnus-sync.el.
435
436         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
437         read the sync on get-new-news.
438
439         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
440         quiet.
441
442         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
443
444 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
445
446         Make saving and restoring of hidden threads work with overlays.
447         Patch applied by Ted Zlatanov.
448
449         * gnus-sum.el (gnus-hidden-threads-configuration)
450         (gnus-restore-hidden-threads-configuration): Update to deal with text
451         properties, rather than searching for a magic character.
452
453 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
454
455         New gnus-sync.el library for synchronization of marks.
456
457         * gnus-sync.el: New library for synchronization of marks.
458
459         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
460         renamed from `gnus-registry-grep-in-list'.
461
462         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
463
464         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
465
466 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
467
468         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
469         determining charset of text fails.
470
471 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
472
473         * nnmail.el (nnmail-get-new-mail-1): Revert.
474
475         * nnml.el (nnml-active-number): Make sure names of newly created groups
476         in nnml-group-alist are encoded.
477
478 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
479
480         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
481         containing non-ASCII characters in active file for nnml back end.
482
483 2010-07-24  David Engster  <dengste@eml.cc>
484
485         * mml-smime.el (mml-smime-epg-verify): Also accept the older
486         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
487
488 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
489
490         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
491         tag (Bug#6654).
492
493 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
494
495         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
496         the article buffer, not the summary buffer.
497
498 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
499
500         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
501         Emacs 23 as well.
502
503 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
504
505         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
506         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
507
508 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
509
510         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
511         Patch applied by Karl Fogel.
512
513         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
514         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
515
516 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
517
518         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
519         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
520         C-w still not working correctly from Article buffers; Thierry's
521         patch to fix that will be applied after this.
522
523         * gnus-art.el (bookmark-make-record-function): New local variable.
524
525         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
526         article buffer.
527         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
528
529 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
530
531         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
532         on changes in bookmark.el.
533
534 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
535
536         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
537         `no-log' instead of message not to log prompt string.
538
539 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
540
541         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
542         the *other* type of HTML form submission.
543
544 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
545
546         * auth-source.el (auth-source-pick): If choice does not contain a
547         questioned keyword, set the check to t.
548
549 2010-06-12  Romain Francoise  <romain@orebokech.com>
550
551         * gnus-util.el (gnus-date-get-time): Move up before first use.
552
553 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
554
555         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
556         (gnus-article-edit-part): Bind it to make last part that is substituted
557         or deleted visible.
558         (gnus-mime-display-single): Buttonize part of which id equals to
559         gnus-mime-buttonized-part-id.
560
561 2010-06-10  Dan Christensen  <jdc@uwo.ca>
562
563         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
564         (gnus-dd-mmm): Use gnus-date-get-time.
565         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
566         simplify logic.
567         (gnus-summary-limit-to-age): Use gnus-date-get-time.
568         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
569
570 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
571
572         * auth-source.el (top): Autoload `secrets-list-collections',
573         `secrets-create-item', `secrets-delete-item'.
574         (auth-sources): Fix tag string.
575         (auth-get-source, auth-source-retrieve, auth-source-create)
576         (auth-source-delete): New defuns.
577         (auth-source-pick): Rewrite in order to avoid 2 passes.
578         (auth-source-forget-user-or-password): New parameter USERNAME.
579         (auth-source-user-or-password): New parameters CREATE-MISSING and
580         DELETE-EXISTING.  Retrieve password interactively, if needed.
581
582 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
583
584         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
585         deleting unused directories when gnus-expert-user is t.
586
587 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
588
589         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
590         for each temp file when gnus-article-browse-delete-temp is ask.
591
592 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
593
594         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
595         Lisp calls to delete-backward-char by calls to delete-char.
596
597 2010-05-20  Kevin Ryde  <user42@zip.com.au>
598
599         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
600
601 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
602
603         * password-cache.el (password-cache-remove): Fix docstring.
604
605 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
606
607         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
608         article unless decoding article to be saved.
609
610 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
611
612         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
613         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
614         generated within the mm-with-unibyte-current-buffer macro.
615
616 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
617
618         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
619         to nil when we're in a mml-preview buffer and no group is selected.
620
621 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
622
623         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
624         when catching the `C-g'.  Reported by "Leo".
625
626 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
627
628         * message.el (message-forward-make-body-plain)
629         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
630         multibyte-string-p.
631
632         * lpath.el: Revert.
633
634 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
635
636         * message.el (message-forward-make-body-mml): Assume original message
637         is multibyte string; error on unibyte.
638         (message-forward-make-body-plain): Ditto; don't add excessive newline
639         in body end.
640
641         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
642
643 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
644
645         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
646         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
647
648 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
649
650         * mm-extern.el (mm-extern-url): Don't use
651         mm-with-unibyte-current-buffer.
652         (mm-extern-cache-contents): Use with-current-buffer instead of
653         save-excursion + set-buffer.
654
655 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
656
657         * mm-util.el (mm-emacs-mule): Remove.
658
659 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
660
661         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
662         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
663         change.
664
665 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
666
667         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
668         bind the default value of enable-multibyte-characters to nil.
669
670 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
671
672         * message.el (message-forward-make-body-plain)
673         (message-forward-make-body-mml):
674         Don't use mm-with-unibyte-current-buffer.
675
676 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
677
678         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
679
680 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
681
682         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
683         (Bug#5592).
684
685 2010-05-07  Julien Danjou  <julien@danjou.info>
686
687         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
688         it to mm-pipe-part.
689
690         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
691         it is given.
692
693 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
694
695         * binhex.el (binhex-decode-region-internal)
696         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
697         (dns-query)
698         * nnweb.el (nnweb-gmane-search)
699         * pgg-parse.el (pgg-parse-armor)
700         * pgg.el (pgg-verify-region)
701         * sha1.el (sha1-string-external)
702         * uudecode.el (uudecode-decode-region-internal)
703         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
704         XEmacs.
705
706         * gnus-art.el (gnus-article-browse-html-parts)
707         * gnus-group.el (gnus-read-ephemeral-gmane-group)
708         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
709         make-temp-file.
710
711         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
712         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
713         compiling.
714
715         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
716         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
717         XEmacs when compiling.
718
719         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
720         gnus-pick-mode-off-hook for XEmacs when compiling.
721         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
722         gnus-binary-mode-off-hook for XEmacs when compiling.
723
724         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
725         nil if char-charset is not available.
726
727         * imap.el (imap-disable-multibyte)
728         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
729         macros.
730
731         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
732         instead of encode-coding-string.
733
734         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
735         'xemacs) instead of mm-emacs-mule to switch function definitions.
736         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
737
738         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
739         bind temporary-file-directory for XEmacs;
740         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
741         timer-set-function for XEmacs 21.4 and SXEmacs;
742         bind timer-list for XEmacs 21.4 and SXEmacs;
743         fbind char-charset and find-charset-region for non-Mule XEmacs;
744         fbind decode-coding-region, decode-coding-string, detect-coding-region,
745         encode-coding-region and encode-coding-string for XEmacs having no
746         file-coding feature.
747
748 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
749
750         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
751
752 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
753
754         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
755         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
756
757 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
758
759         * mm-util.el (mm-decompress-buffer): Use `delete-file';
760         alias `jka-compr-delete-temp-file' no longer exists.
761
762 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
763
764         Use define-minor-mode in Gnus where applicable.
765         * mml.el (mml-mode): Use define-minor-mode.
766         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
767         (gnus-undo-mode): Use define-minor-mode.
768         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
769         (gnus-dead-summary-mode): Use define-minor-mode.
770         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
771         Initialize in declaration.
772         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
773         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
774         (gnus-mailing-list-mode): Use define-minor-mode.
775         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
776         (gnus-draft-mode): Use define-minor-mode.
777         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
778         (gnus-dired-mode): Use define-minor-mode.
779
780 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
781
782         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
783         handles on recursive mml-to-mime translation and check them for
784         boundary delimiter collisions.  Reported by Greg Troxel.
785
786 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
787
788         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
789
790 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
791
792         * mm-util.el (mm-find-buffer-file-coding-system):
793         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
794
795 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
796
797         * message.el (message-generate-headers): Record insertion of optional
798         headers as well.  Otherwise the check to prevent repeated insertion of
799         optional headers is a no-op.
800
801 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
802
803         * smime.el: Don't mention CVS.
804
805         * nnrss.el (nnrss-fetch): Don't mention CVS.
806
807         * nnir.el: Don't mention CVS.
808
809 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
810
811         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
812
813 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
814
815         * lpath.el: Fbind bookmark-default-handler,
816         bookmark-get-bookmark-record, bookmark-make-record-default,
817         bookmark-prop-get for Emacs <23 and XEmacs.
818
819 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
820
821         * gnus-sum.el: Add bookmark declarations to silence the compiler.
822         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
823         Use with-current-buffer to silence the byte-compiler.
824         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
825         bother to require `gnus'.
826         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
827
828 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
829
830         * gnus-sum.el (gnus-summary-bookmark-make-record)
831         (gnus-summary-bookmark-jump): New functions.
832         (gnus-summary-mode): Setup bookmark support.
833
834 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
835
836         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
837         if set.
838
839 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
840
841         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
842         gnus-article-browse-html-save-cid-image; make it work recursively for
843         forwarded messages as well.
844         (gnus-article-browse-html-parts): Work when prefix arg is given.
845         (gnus-article-browse-html-article): Doc fix.
846
847 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
848
849         * message.el (message-default-mail-headers):
850         (message-default-headers): Carry the value mail-default-headers over
851         into message-default-mail-headers, rather than message-default-headers.
852
853 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
854
855         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
856         charset.
857
858         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
859         charset into the <meta> tag when the article is encoded to utf-8.
860
861 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
862
863         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
864         directories as well.
865         (gnus-article-browse-html-parts): Work for images that do not specify
866         file names; delete temp directory when quitting; insert header at the
867         right place; use file: scheme for image files.
868
869 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
870
871         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
872         (gnus-article-browse-html-parts): Use it to make temporary cid image
873         files in addition to html file so that browser may display them.
874
875 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
876
877         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
878
879 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
880
881         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
882
883 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
884
885         * auth-source.el (auth-sources): Change default to be simpler.  Explain
886         about Secret Service API sources.  Improve Customize options.
887         (auth-source-pick): Change to accept any number of search parameters.
888         Implement fallbacks iteratively, not recursively.  Add scoring on the
889         second pass and sort by score.  Call Secret Service API when needed.
890         (auth-source-user-or-password): Use it.  Call Secret Service API
891         directly when needed to get the user name and the password.
892
893 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
894
895         * message.el (message-interactive): Doc fix.
896         (message-qmail-inject-args): Reflow.
897         (message-kill-to-signature): Fix typo in docstring.
898
899         * smiley.el (smiley-buffer): Fix typo in docstring.
900
901 2010-03-24  Glenn Morris  <rgm@gnu.org>
902
903         * mail-source.el (gnus-message): Declare.
904         (mail-source-delete-old-incoming): Require gnus-util.
905
906 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
907
908         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
909
910         * message.el (ecomplete-setup): Autoload it for Emacs <23.
911
912         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
913         password-cache's default if it is not bound.
914         (mml-secure-passphrase-cache-expiry): Default to 16 that is
915         password-cache-expiry's default if it is not bound.
916
917         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
918         available in Emacs 21.
919
920         * lpath.el: Suppress compiler warnings for:
921         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
922         XEmacs;
923         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
924         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
925         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
926
927 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
928
929         * auth-source.el (auth-sources): Fix up definition so extra parameters
930         are always inline.
931
932 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
933
934         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
935         wasn't updated after mismatch.  Clear cached mailbox info correctly
936         when uidvalidity changes.
937         (nnimap-group-prefixed-name): New function to avoid some code
938         duplication.
939         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
940         (nnimap-request-group): Use it.
941         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
942         (nnimap-update-unseen): Significantly improved speed of Gnus startup
943         with many imap folders.  This is done by caching the group status from
944         the imap server persistently in a group parameter `imap-status'.  (This
945         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
946         but not persistently, so every Gnus startup was still very slow.)
947
948 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
949
950         * assistant.el (assistant-render-text): Run `widget-setup' and don't
951         delete the extra newline.  Otherwise editing of :string and :number
952         types don't work.
953
954 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
955
956         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
957         secrets.el dependency.
958         (auth-sources): Add optional user name.  Add secrets.el configuration
959         choice (unused right now).
960
961 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
962
963         * gnus-sum.el (gnus-summary-make-menu-bar): Let
964         `gnus-registry-install-shortcuts' fill in the functions.
965
966         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
967         warnings.
968         (gnus-registry-misc-menus): Variable to hold registry mark menus.
969         (gnus-registry-install-shortcuts): Populate and use it in a
970         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
971
972 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
973
974         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
975         In-place substitutions for the group name encoding/decoding.
976         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
977         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
978         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
979         (nnimap-update-unseen, nnimap-request-list)
980         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
981         (nnimap-request-set-mark, nnimap-split-to-groups)
982         (nnimap-split-articles, nnimap-request-newgroups)
983         (nnimap-request-create-group, nnimap-request-accept-article)
984         (nnimap-request-delete-group, nnimap-request-rename-group)
985         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
986         `encoded-mbx' for consistency.
987         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
988         variable `imap-current-mailbox'.
989
990         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
991         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
992
993 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
994
995         * pop3.el (pop3-display-message-size-flag): Display message size byte
996         counts during POP3 download.
997         (pop3-movemail): Use it.
998         (pop3-list): Implement listing of available messages.
999
1000 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1001
1002         * nnir.el (nnir-get-article-nov-override-function): New function to
1003         override the normal NOV retrieval.
1004         (nnir-retrieve-headers): Use it.
1005
1006 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1007
1008         * auth-source.el (netrc-machine-user-or-password): Autoload.
1009
1010 2010-03-19  Glenn Morris  <rgm@gnu.org>
1011
1012         Stop message.el from loading about 40 libraries it doesn't always need.
1013         The general approach is to autoload rather than require, and to
1014         require in the specific functions rather than the file.  (Bug#5642)
1015
1016         * gmm-utils.el: Don't require wid-edit.
1017         (widget-create-child-value, widget-convert, widget-default-get):
1018         Autoload.
1019
1020         * gnus-util.el: Don't require time-date, netrc.
1021         (message-fetch-field, gnus-group-name-decode): Declare rather than
1022         autoloading.
1023         (gnus-fetch-field): Require message.
1024         (gnus-decode-newsgroups): Require gnus-group.
1025
1026         * ietf-drums.el: Don't require time-date.
1027
1028         * message.el: Don't require hashcash, canlock, ecomplete.
1029         Do require mail-utils.  Require nnheader only when compiling.
1030         (smtpmail-default-smtp-server): Remove declaration.
1031         (message-send-mail-function): Check smtpmail-default-smtp-server
1032         is bound rather than requiring smtpmail.
1033         (message-auto-save-directory, message-insert-signature): Use
1034         expand-file-name rather than nnheader-concat.
1035         (nnheader-insert-file-contents): Autoload.
1036         (hashcash-wait-async): Declare.
1037         (message-send-mail): Only call gnus-setup-posting-charset if
1038         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1039         (message-send-mail-with-sendmail): Require sendmail.
1040         (canlock-password, canlock-password-for-verify): Declare.
1041         (message-canlock-password): Require canlock.
1042         (nnheader-get-report): Autoload.
1043         (gnus-setup-posting-charset): Declare.
1044         (message-send-news): Require gnus-msg.
1045         (message-make-references, message-make-in-reply-to): Use mail-header-id
1046         rather than the alias mail-header-message-id.
1047         (ecomplete-add-item, ecomplete-save): Declare.
1048         (message-put-addresses-in-ecomplete): Require ecomplete.
1049         (ecomplete-display-matches): Autoload.
1050
1051         * mm-decode.el: Don't require mailcap, gnus-util.
1052         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1053         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1054         Autoload.
1055         (mailcap-mime-extensions): Declare.
1056
1057         * mm-encode.el: Don't require mailcap.
1058         (mailcap-extension-to-mime): Autoload.
1059
1060         * mml-sec.el: Don't require password-cache.
1061
1062         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1063         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1064         (mml-minibuffer-read-type): Require mailcap.
1065         (mml-preview): Require gnus-msg.
1066
1067         * mml1991.el: Require password-cache.
1068         (password-cache-expiry): Remove declaration.
1069
1070         * mml2015.el: Require password-cache.
1071         (password-cache-expiry): Remove declaration.
1072
1073         * nneething.el (mailcap): Require mailcap.
1074
1075         * nnheader.el (declare-function): Add compatibility stub.
1076         (message-remove-header): Declare rather than autoload.
1077         (nnheader-replace-header): Require message.
1078
1079         * nnimap.el (declare-function): Add compatibility stub.
1080         (netrc-parse, netrc-machine-user-or-password): Declare.
1081         (nnimap-open-connection): Require netrc.
1082
1083         * nntp.el (declare-function): Add compatibility stub.
1084         (netrc-parse, netrc-machine, netrc-get): Declare.
1085         (nntp-send-authinfo): Require netrc.
1086
1087         * rfc2047.el: Don't require qp.
1088         (quoted-printable-encode-region, quoted-printable-decode-string):
1089         Autoload.
1090
1091         * sieve-mode.el: Don't require easymenu.
1092         (easy-menu-add-item): Autoload it.
1093
1094         * spam-stat.el (time-to-number-of-days): Autoload it.
1095
1096 2010-03-19  Glenn Morris  <rgm@gnu.org>
1097
1098         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1099
1100 2010-03-18  Glenn Morris  <rgm@gnu.org>
1101
1102         * hashcash.el (declare-function): Remove duplicate definition.
1103
1104 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1105
1106         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1107         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1108         value if any backslash escapes).
1109
1110 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1111
1112         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1113         if it is available.  (bug#5647)
1114
1115         * lpath.el: Suppress compiler warning for coding-system-from-name for
1116         Emacs 21 and XEmacs.
1117
1118 2010-03-14  Juri Linkov  <juri@jurta.org>
1119
1120         * hmac-def.el:
1121         * hmac-md5.el:
1122         * netrc.el: Fix keywords.
1123
1124 2010-02-26  Glenn Morris  <rgm@gnu.org>
1125
1126         * message.el (message-send-mail-function): Change the default, so that
1127         it inherits from a customized send-mail-function.  (Bug#5643)
1128
1129 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1130
1131         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1132         shell-command-to-string signals an error (bug#5299).
1133
1134 2010-02-24  Glenn Morris  <rgm@gnu.org>
1135
1136         * message.el (message-smtpmail-send-it)
1137         (message-send-mail-with-mailclient): Doc fixes.
1138
1139 2010-02-16  Glenn Morris  <rgm@gnu.org>
1140
1141         * message.el (message-default-mail-headers): Change the default value
1142         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1143
1144 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1145
1146         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1147         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1148
1149 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1150
1151         * time-date.el (date-to-time): Doc fix (Bug#5408).
1152
1153 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1154
1155         * message.el (message-mail): Just pass yank-action on to message-setup.
1156         (message-setup): Handle (FUN . ARGS) form of yank-action.
1157         (message-with-reply-buffer, message-widen-reply)
1158         (message-yank-original): Handle non-buffer values of
1159         message-reply-buffer (Bug#4080).
1160         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1161
1162 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1163
1164         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1165         Fix typo in docstring.
1166
1167 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1168
1169         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1170         response.
1171
1172 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1173
1174         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1175
1176         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1177
1178         * message.el (message-check-news-header-syntax): Protect against a
1179         string that `rfc822-addresses' returns when parsing fails.
1180
1181 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1182
1183         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1184         (gnus-previous-char-property-change): New functions.
1185
1186         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1187
1188 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1189
1190         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1191         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1192
1193 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1194
1195         * message.el (message-exchange-point-and-mark): Rework last change to
1196         avoid using optional arg of exchange-point-and-mark, for backward
1197         compatibility.
1198
1199 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1200
1201         * message.el (message-exchange-point-and-mark): Call
1202         exchange-point-and-mark with an argument rather than setting
1203         mark-active by hand (Bug#5175).
1204
1205 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1206
1207         * nntp.el (nntp-service-to-port): Work for service expressed with
1208         numeric string; replace [:digit:] with [0-9] for XEmacs.
1209
1210 2009-12-17  Glenn Morris  <rgm@gnu.org>
1211
1212         * gnus-group.el (gnus-bug-group-download-format-alist):
1213         Change emacs entry to debbugs.gnu.org.  Bump :version.
1214
1215 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1216
1217         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1218
1219 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1220
1221         * message.el (message-info): Explain why we use `Info-goto-node'.
1222
1223 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1224
1225         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1226
1227 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1228
1229         * message.el (message-completion-in-region): New compatibility function.
1230         (message-expand-group): Use it.
1231
1232 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1233
1234         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1235         with no unread article should be listed if the 2nd arg `predicate' is
1236         given.
1237
1238 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1239
1240         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1241
1242 2009-11-29  Juri Linkov  <juri@jurta.org>
1243
1244         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1245         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1246         on `gnus-recenter'. (Bug#4698, Bug#4981)
1247
1248 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1249
1250         * sha1.el (sha1-string-external): default-directory "/" in case
1251         otherwise non-existent.  process-connection-type pipe for touch of
1252         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1253
1254 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1255
1256         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1257         it's comms related and sgml-mode.el has "comm" on that basis too.
1258
1259 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1260
1261         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1262         containing tspecial characters if they have been already quoted.
1263
1264 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1265
1266         * dns-mode.el (auto-mode-alist): Purecopy string.
1267
1268 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1269
1270         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1271
1272 2009-10-24  Glenn Morris  <rgm@gnu.org>
1273
1274         * gnus-art.el (help-xref-stack-item): Define for compiler.
1275
1276 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1277
1278         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1279
1280 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1283
1284 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1285
1286         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1287         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1288
1289 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1290
1291         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1292         (gnus-overlays-in): New alias to overlays-in.
1293
1294         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1295         gnus-overlay-get, and gnus-delete-overlay.
1296         (gnus-summary-show-thread): Make it work as well for systems in which
1297         next-single-char-property-change is not available.
1298         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1299
1300         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1301         (gnus-overlay-get): New alias to extent-property.
1302         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1303
1304         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1305         SXEmacs.
1306
1307         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1308         SXEmacs.
1309
1310 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1311
1312         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1313
1314 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1315
1316         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1317         and XEmacs that don't have `remove-overlays'.
1318
1319 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1320
1321         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1322         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1323         selective display.  Use overlays instead.
1324
1325 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1326
1327         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1328
1329 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1330
1331         * spam-stat.el (spam-stat-load): Fix typo in message.
1332
1333 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1334
1335         * dig.el (dig-invoke): Fix typo in docstring.
1336         (query-dig): Reflow docstring.
1337
1338 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1339
1340         * gnus-art.el (gnus-article-encrypt-body):
1341         * message.el (message-check-recipients):
1342         * mm-util.el (mm-codepage-setup):
1343         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1344         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1345
1346 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1347
1348         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1349         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1350         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1351         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1352         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1353
1354 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1355
1356         * dig.el: Add "Keywords: comm", as per net-utils.el.
1357
1358 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1359
1360         * dig.el (dig-mode): Use define-derived-mode.
1361
1362 2009-09-19  Glenn Morris  <rgm@gnu.org>
1363
1364         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1365
1366 2009-09-18  Glenn Morris  <rgm@gnu.org>
1367
1368         * gnus-diary.el (gnus-diary-check-message):
1369         * message.el (message-insert-formatted-citation-line):
1370         * nnbabyl.el (top-level):
1371         * nndiary.el (nndiary-schedule):
1372         Fix typos in condition-case handlers.
1373
1374 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1375
1376         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1377         configuration that provides the sole article window in a frame;
1378         position point correctly after deleting a part.
1379
1380 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1381
1382         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1383         (spam-resolve-registrations-routine): Use it to unregister articles
1384         that change status.
1385
1386 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1387
1388         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1389         with XEmacs.
1390         (parse-time-string-chars): Use it.
1391
1392 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1393
1394         * imap.el (imap-interactive-login): Better messages.
1395         (imap-open): Fix bug with renamed buffer on reconnect.
1396         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1397         for easier debugging and cleaner code.  On successful (guessed based on
1398         server capabilities) secondary authentication, set imap-state
1399         correctly.
1400         (imap-last-authenticator): Define imap-last-authenticator as a variable
1401         to avoid warnings.
1402
1403 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1404
1405         * nnrss.el (nnrss-request-article): Remove binding of
1406         default-enable-multibyte-characters that has gotten needless by
1407         the 2007-07-13 change in rfc2047-encode-message-header.
1408
1409         * mml.el (mml-insert-multipart): Error on the message header.
1410         (mml-insert-part): Error on the message header; position point at
1411         the end of a MIME tag.
1412
1413 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1414
1415         * time-date.el (autoload): Expand define-obsolete-function-alias into
1416         defalias and make-obsolete for old Emacsen that Gnus supports.
1417         (with-no-warnings): Define it for old Emacsen.
1418         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1419         is available.
1420         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1421         float-time is available; suppress compile warning for time-to-seconds.
1422
1423         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1424         (gnus-float-time): Alias to float-time if it exists.
1425
1426         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1427         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1428         float-time is available; suppress compile warning for time-to-seconds.
1429
1430         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1431         XEmacs.
1432
1433 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1434
1435         * imap.el (imap-message-map): Docstring fix.
1436
1437 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1438
1439         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1440         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1441         Add the optional argument `encoding' that overrides the default.
1442
1443         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1444         mm-encode-buffer.
1445
1446 2009-09-04  Glenn Morris  <rgm@gnu.org>
1447
1448         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1449         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1450         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1451         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1452         * mm-util.el (mm-with-unibyte-current-buffer)
1453         (mm-find-buffer-file-coding-system):
1454         * yenc.el (yenc-decode-region): Use default-value rather than
1455         default-enable-multibyte-characters.
1456
1457 2009-09-03  Glenn Morris  <rgm@gnu.org>
1458
1459         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1460         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1461         than default-enable-multibyte-characters.
1462
1463 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1464
1465         * gnus-art.el (gnus-article-read-summary-keys):
1466         Fix gnus-buffer-configuration's value temporarily used.
1467
1468 2009-09-02  Glenn Morris  <rgm@gnu.org>
1469
1470         * gnus-util.el (gnus-float-time): New function.
1471         * gnus-delay.el (gnus-delay-article):
1472         * gnus-sum.el (gnus-thread-latest-date):
1473         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1474         * nnspool.el (nnspool-request-newgroups):
1475         Use gnus-float-time rather than time-to-seconds.
1476         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1477
1478         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1479         (gnus-header-subject-face, gnus-header-newsgroups-face)
1480         (gnus-header-name-face, gnus-header-content-face):
1481         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1482         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1483         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1484         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1485         (gnus-cite-face-11):
1486         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1487         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1488         (gnus-server-closed-face, gnus-server-denied-face)
1489         (gnus-server-offline-face):
1490         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1491         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1492         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1493         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1494         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1495         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1496         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1497         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1498         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1499         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1500         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1501         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1502         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1503         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1504         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1505         (gnus-summary-high-undownloaded-face)
1506         (gnus-summary-low-undownloaded-face)
1507         (gnus-summary-normal-undownloaded-face)
1508         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1509         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1510         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1511         (gnus-splash-face):
1512         * message.el (message-header-to-face, message-header-cc-face)
1513         (message-header-subject-face, message-header-newsgroups-face)
1514         (message-header-other-face, message-header-name-face)
1515         (message-header-xheader-face, message-separator-face)
1516         (message-cited-text-face, message-mml-face):
1517         * sieve-mode.el (sieve-control-commands-face)
1518         (sieve-action-commands-face, sieve-test-commands-face)
1519         (sieve-tagged-arguments-face):
1520         * spam.el (spam-face):
1521         Mark face aliases with "-face" in the name as obsolete.
1522
1523 2009-09-01  Glenn Morris  <rgm@gnu.org>
1524
1525         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1526         than goto-line.
1527
1528 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1529
1530         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1531         Don't move point if the command is invoked inside the message header.
1532
1533 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1534
1535         * imap.el (imap-send-command): Simplify.
1536         (imap-wait-for-tag): point-max -> buffer-size.
1537
1538 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1539
1540         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1541         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1542         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1543         * nnir.el (nnir-swish-e-index-file):
1544         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1545         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1546         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1547         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1548         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1549         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1550
1551 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1552
1553         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1554         Don't save excursion.
1555
1556 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1557
1558         * nnheader.el (nnheader-find-file-noselect):
1559         * mm-util.el (mm-insert-file-contents):
1560         Use (default-value 'major-mode) instead of default-major-mode.
1561
1562 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1563
1564         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1565
1566 2009-08-26  Glenn Morris  <rgm@gnu.org>
1567
1568         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1569         than placing in files.el.
1570
1571 2009-08-25  Glenn Morris  <rgm@gnu.org>
1572
1573         * nnir.el (top-level): Don't require cl at run-time.
1574         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1575         Replace cl-function substitute with gnus-replace-in-string.
1576         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1577         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1578         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1579         simplified expansions.
1580
1581 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1582
1583         * dig.el (dig): Add autoload cookie.
1584
1585 2009-08-22  Glenn Morris  <rgm@gnu.org>
1586
1587         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1588         goto-line.
1589
1590 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1591
1592         * parse-time.el (parse-time-string-chars): Save match data.
1593
1594 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1595
1596         * parse-time.el (parse-time-string-chars): Compute using character
1597         classes, to handle non-ascii characters (Bug#3190).
1598
1599 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1600
1601         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1602
1603         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1604         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1605         (gnus-mm-display-part, gnus-mime-display-single)
1606         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1607         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1608
1609         * gnus-sum.el
1610         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1611         (gnus-summary-move-article): Add expirable mark to articles copied or
1612         moved to group that has auto-expire turned on if the option is non-nil.
1613
1614 2009-07-24  Glenn Morris  <rgm@gnu.org>
1615
1616         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1617         Fix typo.  (Bug#3903)
1618
1619 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1620
1621         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1622         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1623         that should not be used for draft articles.
1624         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1625         that has no concern in minor mode keys.
1626         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1627         Abolish.
1628
1629 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1630
1631         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1632         article without making inquiry to a user for unknown encoding.
1633
1634         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1635         (nnmaildir--scan): Assume i-node and device number that file-attributes
1636         returns might be cons-cell.
1637
1638         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1639
1640         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1641
1642 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1643
1644         * auth-source.el: Remove docs now in auth.texi.  Don't use
1645         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1646         `auth-source-hide-passwords' and use them.
1647
1648 2009-07-15  Glenn Morris  <rgm@gnu.org>
1649
1650         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1651
1652 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1653
1654         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1655         excessive whitespace from the default values of title and description.
1656
1657 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1658
1659         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1660         mail-fetch-field to fetch Content-Description header in order to
1661         exclude newlines.
1662
1663 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1664
1665         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1666         format used by GnuPG 2.0.11.
1667
1668 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1669
1670         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1671         to deleted part.
1672
1673 2009-05-30  David Engster  <dengste@eml.cc>
1674
1675         * nnmairix.el: Remove old documentation in the commentary block.
1676         (nnmairix-request-group): Do not update active file for nnml back ends.
1677         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1678         end so that overview files are ignored.
1679         (nnmairix-update-groups): Make updating the groups more robust by using
1680         marks.
1681         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1682         with dollar characters in message-id.
1683
1684 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1685
1686         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1687         2008-12-25 in dns.el.
1688
1689 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1690
1691         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1692         could happen if the text is only composed of spaces and/or tabs.
1693
1694 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1695
1696         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1697         when sending a queued message to avoid extra mml tags.
1698
1699 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1700
1701         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1702
1703 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1706         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1707         rmail-toggle-header for XEmacs;
1708         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1709
1710 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1711
1712         * gnus-dired.el: Remove autoload for gnus-setup-message.
1713         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1714         displaying Gnus logo; always use compose-mail.
1715
1716 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1717
1718         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1719
1720 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1721
1722         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1723         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1724         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1725         available.
1726         (gnus-nocem-epg-verify): New function.
1727
1728 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1729
1730         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1731
1732 2009-02-15  Glenn Morris  <rgm@gnu.org>
1733
1734         * gnus-util.el (rmail-insert-rmail-file-header)
1735         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1736         autoloads.
1737         (rmail-default-rmail-file): Remove unnecessary declaration.
1738         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1739
1740 2009-02-14  Glenn Morris  <rgm@gnu.org>
1741
1742         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1743         variable (only used in gnus-util, which declares it anyway).
1744         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1745         which was only needed by gnus-art (changed to not use it any more).
1746         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1747         only used in gnus-util, which autoloads it itself.
1748         (rmail-update-summary): Fix autoload.
1749
1750         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1751         rather than rmail-output-to-rmail-file.
1752
1753 2009-02-07  Glenn Morris  <rgm@gnu.org>
1754
1755         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1756         autoload of function that no longer exists.
1757         (rmail-toggle-header): Declare.
1758         (message-forward-rmail-make-body): Handle mbox Rmail.
1759
1760 2009-01-31  Glenn Morris  <rgm@gnu.org>
1761
1762         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1763         2009-01-09 change.
1764
1765 2009-01-31  Dave Love  <fx@gnu.org>
1766
1767         * imap.el (imap-fetch-safe): Bind debug-on-error.
1768         (imap-debug): Add imap-fetch-safe.
1769
1770 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1771
1772         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1773         (auth-source-forget-all-cached): New convenience function.
1774         (auth-source-user-or-password): Accept list of modes or a single mode.
1775
1776         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1777         auth-source modes.
1778
1779         * netrc.el (netrc-machine-user-or-password): Use list of
1780         auth-source modes.
1781
1782         * nnimap.el (nnimap-open-connection): Use list of
1783         auth-source modes.
1784
1785         * nntp.el (nntp-send-authinfo): Use list of
1786         auth-source modes.
1787
1788 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1789
1790         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1791         now.
1792
1793 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1794
1795         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1796         coding system in XEmacs; add a workaround for XEmacs.
1797
1798         * lpath.el: Fbind coding-system-aliasee.
1799
1800 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1801
1802         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1803         of current-language-environment.
1804
1805 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1806
1807         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1808         available at runtime.
1809
1810 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1811
1812         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1813
1814 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1815
1816         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1817         the greatest positive fixnum value doesn't work under an XEmacs with
1818         bignum support; use the most-positive-fixnum constant instead,
1819         available since Emacs 21.1 with cl and XEmacs 21.1.
1820
1821 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1822
1823         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1824         XEmacs gets not to work.
1825
1826 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1827
1828         * mm-util.el (mm-coding-system-priorities): Allow the value like
1829         "Japanese (UTF-8)" of current-language-environment.
1830
1831 2009-01-09  Glenn Morris  <rgm@gnu.org>
1832
1833         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1834         with last-command-event.
1835
1836 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1837
1838         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1839         in the doc string.
1840
1841         * message.el (message-fix-before-sending): Amend comment.
1842
1843 2009-01-08  Dave Love  <fx@gnu.org>
1844
1845         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1846
1847 2009-01-07  David Engster  <dengste@eml.cc>
1848
1849         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1850         simplified server definitions by converting it via
1851         gnus-server-to-method.
1852
1853 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1854
1855         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1856         parameter's operands.
1857
1858 2009-01-06  David Engster  <dengste@eml.cc>
1859
1860         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1861         primary select method (for gnus-group-mark-article-as-read).
1862
1863 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1864
1865         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1866         `(gnus)Face', not `(gnus)X-Face'.
1867
1868 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1869
1870         * mm-util.el (mm-ucs-to-char): New function.
1871
1872         * mm-url.el (mm-url-decode-entities): Use it.
1873
1874         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1875         unicode-to-char.
1876
1877 2009-01-05  Dave Love  <fx@gnu.org>
1878
1879         * time-date.el: Require cl for `declare'.
1880
1881 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1882
1883         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1884         Dave Love.
1885
1886 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1887
1888         * message.el (message-fix-before-sending): Add `eight-bit' to
1889         illegible-text check.
1890
1891 2009-01-03  Michael Olson  <mwolson@gnu.org>
1892
1893         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1894         `headers' is nil.  This can occur if the IMAP server does not have
1895         permissions to read messages from a folder, but can write new messages
1896         to the folder.
1897         (nnimap-request-article-part): Do not insert `data' if it is nil.
1898
1899         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1900         characters which will confuse `read', so skip past them.
1901
1902 2009-01-01  Dave Love  <fx@gnu.org>
1903
1904         * imap.el (imap-string-to-integer): Fix typo.
1905         (imap-fetch-safe): New function.
1906         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1907
1908         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1909
1910         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1911         (imap-parse-greeting): Fix doc strings.
1912         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1913         (imap-parse-flag-list): Make messages unique.
1914         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1915
1916         * nnimap.el: Fix author email.
1917         (nnimap-split-rule): Add FIXME comment.
1918         (nnimap-debug): Fix doc string.
1919
1920 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1921
1922         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1923
1924 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1925
1926         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1927         nslookup if resolv.conf isn't available.
1928         (dns-query): Rename from query-dns.
1929         (dns-query-cached): Rename from query-dns-cached.
1930
1931 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1932
1933         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1934         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1935         to check if those variables exist (first appeared in Emacs 18.50).
1936
1937 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1938
1939         * mm-util.el (mm-line-number-at-pos): New function.
1940
1941         * spam-report.el (spam-report-process-queue): Use it.
1942
1943 2008-12-24  David Engster  <dengste@eml.cc>
1944
1945         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1946         parameters that haven't existed as variables as buffer-local variables.
1947
1948 2008-12-23  Dave Love  <fx@gnu.org>
1949
1950         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1951         cadar.
1952
1953         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1954         imap-starttls-p.
1955         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1956
1957 2008-12-22  Dave Love  <fx@gnu.org>
1958
1959         * imap.el: Fix author email.  Doc fixes.
1960         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1961         reply.
1962
1963 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1964
1965         * spam-report.el (spam-report-gmane-max-requests): New constant.
1966         (spam-report-gmane-wait): New variable.
1967         (spam-report-gmane-ham, spam-report-gmane-spam)
1968         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1969         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1970         the server.
1971
1972         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1973         Add explanations.
1974
1975         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1976         nnheader-accept-process-output and nnheader-read-timeout if available.
1977         (pop3-movemail): Use it.
1978
1979         * message.el (message-check-news-body-syntax): Fix signature check if
1980         there's an attachment.
1981
1982 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1983
1984         * mm-util.el: Add comments to the mm- emulating functions.
1985
1986 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1987
1988         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1989         by Stephen Berman <stephen.berman@gmx.net>.
1990
1991 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * mm-util.el (mm-substring-no-properties): New function.
1994         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1995         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1996         (mm-string-to-multibyte): Doc fix.
1997
1998         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1999
2000 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2001
2002         * mml.el (mml-attach-file): Strip text properties from file name.
2003         (Bug#1574)
2004
2005 2008-12-16  Glenn Morris  <rgm@gnu.org>
2006
2007         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2008
2009 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2010
2011         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2012         knows since the charset specified might be a bogus alias that
2013         mm-charset-synonym-alist provides.
2014
2015 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2016
2017         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2018         "ISO_8859-1".
2019
2020         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2021
2022 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2023
2024         * mm-util.el (mm-charset-eval-alist):
2025         Define it before mm-charset-to-coding-system.
2026         (mm-charset-to-coding-system): Add optional argument `silent';
2027         define it before mm-charset-override-alist.
2028         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2029         default value if it can be used in Emacs currently running;
2030         silence mm-charset-to-coding-system.
2031
2032 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2033
2034         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2035         `allow-override' which says whether to use `mm-charset-override-alist'.
2036         (rfc2047-decode-encoded-words): Use it.
2037
2038         * mm-util.el (mm-charset-override-alist): Fix custom type;
2039         add `(gb2312 . gbk)' to choices.
2040
2041 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2042
2043         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2044         fast.
2045
2046         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2047
2048         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2049
2050 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2051
2052         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2053         on links.
2054
2055         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2056
2057 2008-12-03  Lute Kamstra  <lute@gnu.org>
2058
2059         * sha1.el: Remove leading * from docstrings of defcustoms,
2060         deffaces, defconsts and defuns.
2061
2062 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2063
2064         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2065         users' addresses that don't have domain parts.
2066         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2067         rather than message-narrow-to-head since there will be the message
2068         header separator.
2069
2070 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2071
2072         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2073         since the result is inserted in a unibyte buffer anyway.
2074         (nnimap-demule-use-string-to-multibyte): Remove.
2075         (nnimap-demule): Alias it to mm-string-to-multibyte.
2076
2077 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2078
2079         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2080         variable for debugging bug#464 and bug#1174.
2081         (nnimap-demule): Use it.
2082
2083 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2084
2085         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2086         score calculation correctly.
2087
2088 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2089
2090         * message.el (message-send-mail): Just set the buffer to unibyte
2091         rather than use mm-with-unibyte-current-buffer which does a lot more.
2092         (message-send-mail-partially): Don't bother with
2093         mm-with-unibyte-current-buffer since it's already been made unibyte by
2094         message-send-mail.
2095
2096 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2097
2098         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2099
2100 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2101
2102         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2103
2104 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2105
2106         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2107         require itself and to remove `with-no-warnings'.
2108
2109 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2110
2111         * starttls.el (starttls-any-program-available): Get the name of the
2112         available TLS layer program.
2113         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2114         well as the host name in the "opening" message.
2115
2116         * auth-source.el (auth-source-cache, auth-source-do-cache)
2117         (auth-source-user-or-password): Cache passwords and logins by default,
2118         allow override with `auth-source-do-cache'.
2119         (auth-source-forget-user-or-password): Allow users to remove cache
2120         entries if needed.
2121
2122 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2123
2124         * md4.el (md4-buffer): Fix typo in docstring.
2125         (md4, md4-64): Doc fixes.
2126         (md4-pack-int32): Reflow docstring.
2127
2128 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2129
2130         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2131         condition-case to only the forward-sexp call.
2132
2133 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2134
2135         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2136         quotes contained.  Make it more robust regardless by an extra
2137         condition-case wrapper.
2138
2139 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2140
2141         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2142
2143 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * nnml.el (nnml-request-expire-articles): Check if the function set to
2146         `nnmail-expiry-target' returns the symbol `delete'.
2147
2148         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2149
2150         * nnmail.el (nnmail-expiry-target): Fix custom type.
2151
2152 2008-10-02  Glenn Morris  <rgm@gnu.org>
2153
2154         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2155         Silence compiler warning.
2156
2157 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2158
2159         * tls.el (open-tls-stream): Show the actual command being
2160         executed, instead of the format string.
2161
2162 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2163
2164         * lpath.el: Fbind codepage-setup for Emacs 23.
2165
2166 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2167
2168         * mml.el (mml-menu): Don't assume mml2015 is bound.
2169
2170 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2173         exists.
2174
2175 2008-09-27  Glenn Morris  <rgm@gnu.org>
2176
2177         * gnus-util.el (mail-header-remove-comments): Autoload it.
2178
2179 2008-09-27  Andreas Schwab  <schwab@suse.de>
2180
2181         * gnus-util.el (gnus-split-references): Strip comments.
2182         (gnus-parent-id): Likewise.
2183
2184 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2185
2186         * message.el (message-confirm-send): Fix version.
2187
2188 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2189
2190         * message.el (message-idna-to-ascii-rhs-1): Use
2191         mail-extract-address-components rather than mail-header-parse-addresses
2192         that is an alias by default to ietf-drums-parse-addresses that does not
2193         support non-ASCII names in headers' contents.
2194
2195 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2196
2197         * message.el (message-confirm-send): Fixed variable documentation to
2198         avoid the "y/n" wording.
2199
2200 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2201
2202         * message.el (message-set-auto-save-file-name): Save to a different
2203         filename so multiple messages (especially drafts) can be recovered.
2204
2205 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2206
2207         * message.el (message-confirm-send): Add appropriate version.
2208
2209 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2210
2211         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2212         defvar.
2213
2214 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2215
2216         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2217         (mm-pkcs7-enveloped-magic): Ditto.
2218
2219 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2220
2221         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2222         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2223
2224 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2225
2226         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2227         default, it's better.
2228
2229 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2230
2231         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2232         summary line gnus-number property and ignore them (with a warning
2233         message).
2234
2235 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2236
2237         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2238         macro caddr in the interactive form since it won't be expanded.
2239
2240 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2241
2242         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2243         `charset'; fix name of function called recursively.
2244         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2245
2246 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2247
2248         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2249         (gnus-mime-set-charset-parameters): New function.
2250         (gnus-mime-view-part-as-charset): Use it to correctly display part
2251         specifying wrong charset.
2252
2253 2008-09-08  David Engster  <dengste@eml.cc>
2254
2255         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2256         in completing-read for back end server.
2257
2258 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2259
2260         * message.el (message-confirm-send): New variable to confirm sending a
2261         message.
2262         (message-send): Use it.
2263
2264 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2265
2266         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2267
2268 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2269
2270         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2271
2272 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2273
2274         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2275         prevent tracking too many groups.
2276         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2277         Use it.
2278
2279 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2280
2281         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2282         moving point to the bottom of the window in order to avoid recentering.
2283
2284 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2285
2286         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2287
2288         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2289         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2290         (gnus-article-beginning-of-window): Fix calculation.
2291
2292 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2293
2294         * gnus-msg.el (gnus-summary-supersede-article)
2295         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2296         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2297         message header.
2298
2299 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2300
2301         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2302         pending output coming after the status change.
2303
2304 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2305
2306         * message.el:
2307         * gnus-start.el:
2308         * gnus-registry.el: Remove VMS support.
2309
2310 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2311
2312         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2313         macro.
2314         (rfc2104-hash): Use it.
2315
2316 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2317
2318         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2319         (gnus-summary-sort-by-most-recent-date): New commands.
2320         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2321         and menu entries.
2322
2323 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2324
2325         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2326         don't redisplay article for raw contents; remove plural articles stuff.
2327
2328         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2329         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2330         on gnus-summary-save-article; display results properly.
2331
2332 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2333
2334         * lpath.el: No need to fbind ns-focus-frame.
2335
2336 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2337
2338         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2339
2340 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2341
2342         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2343         gnus-save-all-headers.
2344
2345 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2346
2347         * gnus-util.el (ns-focus-frame): Remove declaration.
2348         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2349         like x.
2350
2351 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2352
2353         * rfc2104.el (rfc2104-zero): Delete defconst.
2354         (rfc2104-hex-alist): Likewise.
2355         (rfc2104-hex-to-int): Delete func.
2356         (rfc2104-hexstring-to-bitstring): Likewise.
2357         (rfc2104-nybbles): New defconst.
2358         (rfc2104-hash): Rewrite for speed.
2359
2360 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2361
2362         * tls.el (open-tls-stream): Make it work with the 2nd argument
2363         BUFFER that is a string but does not exist as a buffer object, as
2364         mentioned in the doc-string.
2365
2366 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2367
2368         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2369         SXEmacs.
2370
2371 2008-07-16  Glenn Morris  <rgm@gnu.org>
2372
2373         * gnus-util.el (ns-focus-frame): Declare for compiler.
2374
2375 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2376
2377         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2378         set as a group parameter.
2379         (gnus-summary-save-in-pipe): Work when it is called independently.
2380         (gnus-summary-pipe-to-muttprint): Don't modify
2381         gnus-summary-pipe-output-default-command.
2382
2383 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2384
2385         * message.el (message-send-mail-with-sendmail):
2386         Display the error message.
2387
2388 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2389
2390         * gnus-art.el (gnus-default-article-saver):
2391         Add gnus-summary-save-in-pipe to choices.
2392         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2393         gnus-summary-pipe-output-default-command as the default command.
2394         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2395         instead of gnus-last-shell-command.
2396
2397         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2398         New user option.
2399         (gnus-summary-muttprint-program): Mention the value will be changed.
2400         (gnus-summary-save-article): Force showing of all headers.
2401         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2402
2403 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2404
2405         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2406
2407 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2408
2409         * nnimap.el (nnimap-id):
2410         * sieve-manage.el (sieve-manage-open): Doc fixes.
2411
2412 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2413
2414         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2415         if available.
2416
2417 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2418
2419         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2420
2421         * nnkiboze.el (nnkiboze-generate-group):
2422         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2423
2424         * nnmairix.el: Require CL.
2425
2426 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2427
2428         * dgnushack.el: Autoload get-display-table and put-display-table for
2429         XEmacs 21.5.
2430
2431         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2432         21.4 and SXEmacs.
2433
2434 2008-06-15  David Engster  <dengste@eml.cc>
2435
2436         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2437
2438 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2439
2440         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2441         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2442         runtime choice under XEmacs.
2443
2444         * gnus-sum.el (gnus-summary-set-display-table):
2445         Use `gnus-put-display-table', `gnus-get-display-table',
2446         `gnus-set-display-table' for the display table, instead of `aset'.
2447
2448         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2449         Use `gnus-put-display-table', `gnus-get-display-table',
2450         `gnus-set-display-table' for the display table.
2451
2452 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2453
2454         * nnmairix.el: Add autoloads.
2455
2456 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2457
2458         * nnmairix.el (nnmairix-delete-recreate-group)
2459         (nnmairix-update-and-clear-marks): Fix error messages.
2460
2461 2008-06-14  David Engster  <dengste@eml.cc>
2462
2463         * nnmairix.el: Upgrade to version 0.6.
2464         (nnmairix-group-toggle-propmarks-this-group)
2465         (nnmairix-group-toggle-readmarks-this-group)
2466         (nnmairix-group-delete-recreate-this-group)
2467         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2468         (nnmairix-remove-tick-mark-original-article): New commands.
2469         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2470         (nnmairix-propagate-marks-to-nnmairix-groups)
2471         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2472         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2473         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2474         functions needed for marks propagation and manipulation of read marks.
2475         (nnmairix-update-groups): New function.
2476         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2477         (nnmairix-determine-original-group-from-registry)
2478         (nnmairix-determine-original-group-from-path)
2479         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2480         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2481         New helper functions.
2482         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2483         keystrokes for new commands.
2484         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2485         (nnmairix-request-group): Check allow-fast group parameter.
2486         (nnmairix-request-create-group): Set allow-fast group parameter if
2487         nnmairix-allowfast-default is set.
2488         (nnmairix-close-group): Propagate marks upon closing if needed.
2489         (nnmairix-group-toggle-threads-this-group): Use new.
2490         nnmairix-group-toggle-parameter helper function.
2491         (nnmairix-search): Better check for empty search result.
2492         (nnmairix-goto-original-article): Use new helper functions for
2493         determining original article.
2494         (nnmairix-show-original-article): Make sure message-id is in brackets.
2495         (nnmairix-call-mairix-binary): Change variable name.
2496         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2497         helper function.
2498         (nnmairix-widget-toggle-activate): Fix doc string.
2499
2500 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2501
2502         * nnir.el: Require edmacro when compiling with XEmacs.
2503         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2504         available in Emacs 21.
2505
2506 2008-06-11  Glenn Morris  <rgm@gnu.org>
2507
2508         * gnus-util.el (x-focus-frame):
2509         * gnus.el (image-size):
2510         * mm-decode.el (image-size): Declare.
2511
2512         * gnus-picon.el (declare-function): Add compat definition.
2513         (image-size): Declare.
2514
2515         * gnus-group.el (tool-bar-map):
2516         * gnus-sum.el (tool-bar-map): Define for compiler.
2517
2518         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2519
2520         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2521
2522         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2523         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2524         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2525         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2526         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2527         * sieve-manage.el, spam-report.el, spam.el:
2528         Remove unnecessary eval-and-compile of autoloads.
2529
2530 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2531
2532         * auth-source.el: Precise Tramp doc.
2533
2534 2008-06-07  Glenn Morris  <rgm@gnu.org>
2535
2536         * nnmairix.el: Remove unnecessary eval-when-compile.
2537
2538 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2539
2540         * lpath.el: Fbind propertize for XEmacs 21.4.
2541
2542 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2543
2544         * nnir.el: Move here from ../contrib.
2545
2546 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2547
2548         * gnus-util.el (gnus-read-shell-command): New function.
2549         * mm-decode.el (mm-pipe-part):
2550         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2551
2552 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2553
2554         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2555
2556 2008-06-03  Glenn Morris  <rgm@gnu.org>
2557
2558         * pop3.el (nnheader-accept-process-output): Autoload it.
2559
2560 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2561
2562         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2563         are not 2-digit hexadecimal characters that follow `%'s.
2564
2565 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2566
2567         * message.el (message-bogus-recipient-p): Fix type in doc string.
2568         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2569         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2570         Improve custom options.
2571         (message-bogus-recipient-p): Adjust accordingly.
2572
2573 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2574
2575         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2576         long-form month and day names.
2577
2578 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2579
2580         * dgnushack.el: Autoload debug, eudc-expand-inline and
2581         pgg-snarf-keys-region for XEmacs.
2582
2583         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2584
2585         * nnmairix.el: Require edmacro when compiling with XEmacs.
2586
2587 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2588
2589         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2590         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2591
2592 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2593
2594         * auth-source.el: Add more docs.
2595
2596         * netrc.el (netrc-machine): Always match if the port is not given.
2597
2598 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2599
2600         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2601         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2602         retrieval faster in some cases, but might make CPU usage larger.  If
2603         this has any bad side effects, we might revert this change.
2604
2605         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2606         seems to make mail retrieval much, much faster.
2607         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2608         unconditionally.
2609
2610         * gnus-draft.el (gnus-group-send-queue): Bind
2611         message-send-mail-partially-limit to nil to avoid being prompted.
2612
2613 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2614
2615         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2616
2617         * message.el (message-bogus-address-regexp): Fix and improve custom
2618         type.
2619         (message-setup-hook): Add message-check-recipients as custom option.
2620
2621 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2622
2623         * message.el (message-cite-function): Remove bogus autoload which crept
2624         in during merge from v5-10.
2625
2626 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2627
2628         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2629
2630         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2631
2632         * auth-source.el: Preliminary Tramp docs.
2633         (auth-sources): Change the default auth-sources to use
2634         EPA .gpg files.
2635
2636 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2637
2638         * nntp.el: Autoload `auth-source-user-or-password'.
2639         (nntp-send-authinfo): Use it.
2640
2641         * nnimap.el: Autoload `auth-source-user-or-password'.
2642         (nnimap-open-connection): Use it.
2643
2644         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2645         for the gnus-message function.
2646         (auth-source-user-or-password): Use it.
2647
2648 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2649
2650         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2651         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2652         (rfc2104-hash): Use it.
2653
2654 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2655
2656         * gnus-art.el (gnus-article-toggle-truncate-lines):
2657         Don't use `iff' in docstring.
2658
2659 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2660
2661         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2662
2663         * gnus-util.el (gnus-extract-address-component-name)
2664         (gnus-extract-address-component-email): Convenience functions around
2665         `gnus-extract-address-components'.
2666
2667         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2668         Use `gnus-extract-address-component-email' to fix bug of comparing full
2669         sender name to `user-mail-address'.
2670
2671 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2672
2673         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2674         catch/throw to optimize.
2675         (gnus-registry-find-keywords): Just use member to find a keyword.
2676
2677 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2678
2679         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2680         is current before calling gnus-server-prepare.
2681         (gnus-server-setup-buffer, gnus-server-update-server)
2682         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2683
2684 2008-05-04  Juri Linkov  <juri@jurta.org>
2685
2686         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2687         (mailcap-file-default-commands): Use mailcap-replace-in-string
2688         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2689         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2690
2691 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2692
2693         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2694
2695 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2696
2697         * gnus.el: Bump version to 0.11.
2698
2699 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2700
2701         * gnus.el: No Gnus v0.10 is released.
2702
2703 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2704
2705         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2706         hooks.
2707         (gnus-update-read-articles): Speed up non-marks-using users.
2708         (gnus-use-marks): Define gnus-use-marks.
2709         (gnus-propagate-marks): Rename variable to something more sensible.
2710
2711 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2712
2713         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2714         (gmm-image-load-path-for-library): Fix typos in docstrings.
2715         (gmm-message): Reflow docstring.
2716
2717 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2718
2719         * mail-source.el (mail-source-set-1, mail-source-bind):
2720         Move auth-source code out of the macro to clean it up and fix bugs.
2721
2722 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2723
2724         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2725         by sender if it's equal to user-mail-address, it's likely to be
2726         useless.
2727
2728         * mail-source.el (mail-source-bind): Don't use user or password if they
2729         are not bound.  Unintern them if they are nil.  Don't use server unless
2730         it's bound, and default it to empty string otherwise.
2731
2732 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2733
2734         * mail-source.el: Load auth-source.el.
2735         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2736         get user name or password, if auth-sources is set up.
2737
2738         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2739         strategy of splitting with parent.
2740         (gnus-registry-split-fancy-with-parent)
2741         (gnus-registry-post-process-groups): Use it and fix prior
2742         bug (returning a list as the split result).
2743
2744         * auth-source.el (auth-sources): Remove server parameter.
2745         (auth-source-pick, auth-source-user-or-password)
2746         (auth-source-user-or-password-imap)
2747         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2748         (auth-source-user-or-password-sftp)
2749         (auth-source-user-or-password-smtp): Remove server parameter.
2750
2751 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2752
2753         * smime.el (smime-sign-region, smime-encrypt-region)
2754         (smime-decrypt-region):
2755         Remove redundant calls to `generate-new-buffer-name'.
2756
2757 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2758
2759         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2760         Don't use QP for message/rfc822.
2761         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2762
2763 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2764
2765         * sieve-manage.el (sieve-string-bytes): Remove.
2766         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2767         correct byte-length only if the process's coding-system is the same as
2768         the one used internally by Emacs to represent strings.
2769
2770 2008-04-22  Juri Linkov  <juri@jurta.org>
2771
2772         * mailcap.el (mailcap-file-default-commands): New function.
2773
2774 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2775
2776         * message.el (message-signature-separator, message-cite-function):
2777         Change custom version.
2778
2779 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2780
2781         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2782         commands.
2783         (tls-checktrust): Ditto.
2784
2785 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2786
2787         * mm-decode.el (mm-display-external): Make temp file read-only.
2788
2789 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2790
2791         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2792         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2793         `C-c C-f d'.
2794
2795 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2796
2797         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2798
2799 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2800
2801         * gnus.el: Bump version to 0.9.
2802
2803 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2804
2805         * gnus.el: No Gnus v0.8 is released.
2806
2807 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2808
2809         * mail-source.el (mail-source-value):
2810         Prefer fboundp to functionp so it works with macros as well.
2811
2812 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2813
2814         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2815         Fix last change in case the element is not even a symbol.
2816
2817 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2818
2819         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2820         Prefer fboundp to functionp so it works with macros as well.
2821
2822 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2823
2824         * auth-source.el: Added docs.
2825         (auth-sources): Modify format to support server.
2826         (auth-source-pick, auth-source-user-or-password)
2827         (auth-source-user-or-password-imap)
2828         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2829         (auth-source-user-or-password-sftp)
2830         (auth-source-user-or-password-smtp): Add server parameter.
2831
2832 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2833
2834         * gnus-registry.el: Initialize the registry when gnus-registry-install
2835         is t.
2836
2837 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2838
2839         * compface.el (uncompface): Make buffer unibyte.
2840
2841 2008-04-05  Glenn Morris  <rgm@gnu.org>
2842
2843         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2844
2845 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2846
2847         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2848         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2849
2850         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2851         multibyteness after rather than before erasing it.
2852
2853         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2854         mm-with-multibyte.
2855         (gnus-request-article-this-buffer): Make sure the proper decoding is
2856         used if gnus-original-article-buffer happens to be unibyte.
2857
2858         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2859         default-enable-multibyte-characters.
2860
2861         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2862         default-enable-multibyte-characters.
2863
2864         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2865
2866         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2867
2868 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2869
2870         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2871         (imap-message-copyuid-1): Use it.
2872         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2873         J. Williams in
2874         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2875
2876         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2877         imap-enable-exchange-bug-workaround.
2878         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2879
2880 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2881
2882         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2883         a 100 byte status-checks into a 2-3MB transfer for each group.
2884         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2885         to enable bug workaround or not.
2886         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2887
2888 2008-03-31  Glenn Morris  <rgm@gnu.org>
2889
2890         * message.el (mml2015-use): Declare for compiler.
2891         (message-info): Require mml2015 when appropriate.
2892
2893 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2894
2895         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2896         whitespace.
2897
2898 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2899
2900         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2901         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2902         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2903         (nntp-service-to-port): New function.
2904         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2905         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2906         (nntp-open-netcat-stream): New function.
2907         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2908
2909 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2910
2911         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2912
2913 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2914
2915         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2916
2917 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2918
2919         * dns.el (dns-write): Use set-buffer-multibyte.
2920
2921 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2922
2923         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2924
2925 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2926
2927         * message.el (message-signature-separator): Change default.
2928         Improve custom type.
2929         (message-cite-function): Change default to
2930         message-cite-original-without-signature.
2931
2932         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2933         toggle.
2934
2935         * message.el (message-check-news-body-syntax): Fix signature check.
2936         (message-setup-1): Mark buffer as unmodified _after_ running
2937         message-setup-hook and handling message-alternative-emails.
2938         (message-shorten-references): Be more strict when building list of
2939         valid references to comply with GNKSA.
2940
2941         * gnus-group.el (gnus-read-ephemeral-bug-group)
2942         (gnus-read-ephemeral-debian-bug-group)
2943         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2944
2945         * message.el (message-info): Don't use booleanp which isn't supported
2946         in Emacs 21 and XEmacs.
2947
2948 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2949
2950         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2951         gnus-group-gmane-group-download-format.
2952         (gnus-group-read-ephemeral-gmane-group): Rename from
2953         gnus-group-read-ephemeral-gmane-group.
2954         (gnus-read-ephemeral-gmane-group-url): Rename from
2955         gnus-group-read-ephemeral-gmane-group-url.
2956         (gnus-bug-group-download-format-alist): New variable.
2957         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2958         (gnus-read-ephemeral-emacs-bug-group): New commands.
2959
2960 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2961
2962         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2963         (gnus-visible-headers): Improve custom type.
2964
2965 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2966
2967         * mml.el (mml-menu): Add workarounds for XEmacs.
2968
2969         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2970         X-Boundary header.
2971
2972         * message.el (message-simplify-recipients): Fix previous commit.
2973
2974 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2975
2976         * mm-util.el (mm-set-buffer-multibyte): New function.
2977         * mm-decode.el (mm-copy-to-buffer): Use it.
2978
2979 2008-03-19  Glenn Morris  <rgm@gnu.org>
2980
2981         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2982         Accidentally removed in the sync process with Emacs.
2983
2984 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2985
2986         * message.el (message-alter-recipients-discard-bogus-full-name):
2987         New function.
2988         (message-alter-recipients-function): New variable.
2989         (message-get-reply-headers): Use it.
2990         (message-replace-header): New helper function.
2991         (message-recipients-without-full-name): New variable.
2992         (message-simplify-recipients): New command.
2993
2994         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2995
2996         * message.el (message-info): Handle EasyPG manual.
2997
2998         * mml.el (mml-menu): Add entry for EasyPG.
2999
3000 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3001
3002         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3003         parameter.
3004
3005         * message.el (message-disassociate-draft): Specify drafts group name
3006         fully.
3007
3008 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3009
3010         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3011         unnecessary duplicates from the match list.
3012
3013 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3014
3015         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3016
3017         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3018
3019         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3020         args of `how-many' of which the XEmacs version doesn't take; declare
3021         Info-index-next as function.
3022
3023 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3024
3025         * gnus-score.el (gnus-score-headers): Fix handling of
3026         gnus-inhibit-slow-scoring.
3027
3028         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3029         string.
3030         (gnus-button-url-regexp): Improve handling of parenthesis.
3031         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3032         (gnus-button-handle-info-keystrokes): Handle index entries.
3033
3034 2008-03-15  Glenn Morris  <rgm@gnu.org>
3035
3036         * parse-time.el (parse-time-string): Simplify.
3037
3038 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3039
3040         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3041         Incoming* files.
3042
3043 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3044
3045         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3046         (auth-source-pick): Use it.
3047
3048 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3049
3050         * binhex.el (binhex-decode-region-internal):
3051         * uudecode.el (uudecode-decode-region-internal):
3052         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3053         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3054         setting default-enable-multibyte-characters.
3055
3056 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3057
3058         * auth-source.el (auth-source-protocols)
3059         (auth-source-protocols-customize, auth-source-choices): Added and
3060         modified variable customizations and defaults.
3061         (auth-source-pick, auth-source-user-or-password)
3062         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3063         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3064         (auth-source-user-or-password-sftp)
3065         (auth-source-user-or-password-smtp): Use new variables and provide an
3066         interface to netrc.el.
3067
3068 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3069
3070         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3071         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3072         Make sure the nntp port to specify is a string.
3073
3074 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3075
3076         * nntp.el: Use with-current-buffer.
3077         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3078         dubious mm-with-unibyte-current-buffer.
3079         (nntp-with-open-group-function): New function extracted from
3080         nntp-with-open-group macro.
3081         (nntp-with-open-group): Use the function, so it's easier to debug.
3082         Add indentation and debugging info.
3083         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3084         the use of the netcat alternatives.
3085
3086         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3087         Avoid mm-string-as-multibyte as well.
3088
3089         * nnweb.el (nnweb-insert-html):
3090         Remove use of nnheader-string-as-multibyte.
3091
3092         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3093         (nnheader-string-as-multibyte): Remove.
3094
3095         * mm-view.el: Use inhibit-read-only.
3096         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3097         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3098         or unibyte-string.
3099
3100         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3101         (mm-uu-yenc-extract): Use with-current-buffer.
3102
3103         * gnus-soup.el (gnus-soup-send-packet): Don't use
3104         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3105
3106         * nnmh.el: Use with-current-buffer.
3107         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3108         mm-string-as-multibyte on the output of mm-encode-coding-string.
3109
3110         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3111         (nnimap-request-move-article): Use with-current-buffer.
3112
3113         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3114         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3115         conversion uses string-make-unibyte rather than string-as-unibyte.
3116
3117         * gnus-msg.el: Use with-current-buffer.
3118
3119         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3120
3121 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3122
3123         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3124         string for caching if it is 'PIN.
3125
3126 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3127
3128         * lpath.el: Consider the case without Emacs/W3.
3129
3130 2008-03-08  Glenn Morris  <rgm@gnu.org>
3131
3132         * time-date.el (date-to-time, time-subtract, time-add)
3133         (safe-date-to-time): Doc fixes.
3134
3135 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3136
3137         * mail-source.el (mail-source-delete-old-incoming-confirm):
3138         Change default to nil.
3139         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3140
3141 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3142
3143         * lpath.el: Rearrange.
3144
3145         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3146         (gnus-article-goto-prev-page): Work for articles having ^L's.
3147
3148         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3149
3150         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3151
3152 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3153
3154         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3155         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3156         (gnus-bookmark-jump): Adjust some variable names.
3157
3158 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3159
3160         * auth-source.el: New package.
3161         (auth-source-choices): Add customization entry point variable.
3162
3163         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3164         bug.
3165
3166 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3167
3168         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3169         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3170         (gnus-registry-install-shortcuts): Rename from
3171         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3172         the `gnus-registry-mark-map' keymap dynamically from
3173         `gnus-registry-marks'.  The generated functions update the summary line
3174         when a registry mark is added or deleted, and will call
3175         `gnus-registry-install-p' (see the comments in the code).
3176         (gnus-registry-user-format-function-M): Use concat intelligently.
3177
3178         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3179         the registry mark functions.
3180
3181 2008-03-05  Glenn Morris  <rgm@gnu.org>
3182
3183         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3184         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3185         gnus-art.
3186         (top-level): No need to load own source when compiling.
3187
3188 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3189
3190         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3191         Suggested by <chris.anderton@zetnet.co.uk>.
3192
3193 2008-03-04  Glenn Morris  <rgm@gnu.org>
3194
3195         * gnus-sum.el (top-level): No need to require gnus when compiling,
3196         since unconditionally required near start of file.
3197         (gnus-summary-display-while-building): Move definition before use.
3198
3199 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3200
3201         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3202         formatting function.
3203
3204 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3205
3206         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3207         with plists.
3208         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3209         Use new format.
3210
3211 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3212
3213         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3214         `where-is-internal' that returns a range of key sequences.
3215
3216 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3217
3218         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3219
3220         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3221         (gnus-summary-jump-to-group): Consider windows on other displayed
3222         frames as well.  Similar changes might be needed elsewhere, but that's
3223         the one I've bumped into during my use.
3224
3225         * nndoc.el (nndoc-oe-dbx-type-p):
3226         * gnus-msg.el (gnus-debug):
3227         * gnus-group.el (gnus-update-group-mark-positions):
3228         Use mm-string-to-multibyte.
3229
3230 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3231
3232         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3233         doesn't handle NotDashEscaped.
3234
3235         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3236         (mml-dnd-attach-options): Fix typo in custom choice.
3237
3238         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3239         nndoc-article-type to mbox.
3240         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3241
3242         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3243         to nil, instead of html2text.
3244
3245         * imap.el (imap-debug): Add `imap-ping-server'.
3246
3247         * gnus-bookmark.el: Add FIXMEs.
3248
3249         * message.el (message-form-letter-separator)
3250         (message-send-form-letter-delay): New variables.
3251         (message-send-form-letter): Use them.  New command to send form
3252         letters.  Requested by Uwe Siart.
3253         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3254
3255 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3256
3257         * Update copyright years.
3258
3259 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3260
3261         Sync from EMACS_22_BASE.
3262
3263         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3264
3265 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3266
3267         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3268         empty author.
3269
3270 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3271
3272         * gnus-registry.el (gnus-registry-marks): Add variable for
3273         customization of marks and their appearance.
3274         (gnus-registry-read-mark): Use it.
3275         (gnus-registry-do-marks): Add utility function to loop through
3276         `gnus-registry-marks'.
3277         (gnus-registry-install-shortcuts-and-menus): Add function to install
3278         shortcuts and menus.
3279         (gnus-registry-initialize): Use it.
3280         (gnus-registry-default-mark): Clarify documentation.
3281
3282 2008-02-29  Glenn Morris  <rgm@gnu.org>
3283
3284         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3285         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3286         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3287         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3288         Change defcustom :version from 23.0 to 23.1.
3289
3290 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3291
3292         * gnus-registry.el (gnus-registry-follow-group-p)
3293         (gnus-registry-post-process-groups): Add functions to aid registry
3294         splitting and improve logging.  Clarify behavior in function
3295         documentation.
3296         (gnus-registry-split-fancy-with-parent): Use them.
3297
3298 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3299
3300         * gnus-art.el: Use with-current-buffer.
3301
3302 2008-02-27  David Engster  <dengste@eml.cc>
3303
3304         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3305         Express real group name in the response.
3306
3307 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3308
3309         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3310         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3311         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3312         autoload gnus-registry-fetch-group when compiling.
3313         (nnmairix-request-group-with-article-number-correction): Remove
3314         unreferenced argument passed to nnmairix-call-backend.
3315
3316 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3317
3318         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3319         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3320         Wilde.
3321
3322 2008-02-27  Glenn Morris  <rgm@gnu.org>
3323
3324         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3325         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3326         variables to defconsts.  Convert comments to doc-strings.
3327         (nnmairix-last-server, nnmairix-current-server): Convert from free
3328         variables to defvars.  Convert comments to doc-strings.
3329         (gnus-registry-fetch-group): Autoload.
3330         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3331         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3332         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3333         caddr.
3334         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3335         nnmairix-request-group-with-article-number-correction call.
3336         (nnmairix-fast, nnmairix-group): New, less general names, for free
3337         variables passed from nnmairix-request-group to
3338         nnmairix-request-group-with-article-number-correction.  Declare.
3339         (nnmairix-request-group-with-article-number-correction):
3340         Use nnmairix-fast, nnmairix-group rather than fast, group.
3341
3342 2008-02-26  David Engster  <dengste@eml.cc>
3343
3344         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3345         version 0.5.
3346
3347 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3348
3349         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3350         instead of making an extra function call.  Don't add the current group
3351         to articles only when they have the group.  Use
3352         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3353         Reported by David <de_bb@arcor.de>.
3354
3355 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3356
3357         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3358         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3359
3360 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3361
3362         * mail-source.el (mail-source-delete-incoming): Change default.
3363         Supplement doc string.
3364
3365         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3366
3367 2008-02-14  Glenn Morris  <rgm@gnu.org>
3368
3369         * time-date.el (format-seconds): New function.
3370
3371 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3372
3373         * nnmail.el (nnmail-message-id-cache-file): Derive from
3374         `gnus-home-directory'.
3375
3376 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3377
3378         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3379         Document negative prefix.
3380
3381         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3382
3383 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3384
3385         * message.el (message-unsent-separator): Add the Exim bounce
3386         separator.
3387
3388 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3389
3390         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3391         list.
3392         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3393         recipient/signer list.
3394
3395 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3396
3397         * Makefile.in (datarootdir): Define.
3398         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3399         name that might contain whitespace.
3400
3401 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3402
3403         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3404         fbound (Emacs 23 unicode), signal an error.
3405
3406 2008-02-08  Glenn Morris  <rgm@gnu.org>
3407
3408         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3409
3410 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3411
3412         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3413         ports to the calls to `netrc-machine-user-or-password' in addition to
3414         "imap" and "imaps".
3415
3416 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3417
3418         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3419
3420         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3421
3422 2008-02-01  Kenichi Handa  <handa@m17n.org>
3423
3424         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3425         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3426         (rfc2104-hash): Convert the result of concat to unibyte string.
3427
3428 2008-02-01  Dave Love  <fx@gnu.org>
3429
3430         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3431         coding-system-for-read.
3432         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3433
3434 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3435
3436         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3437         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3438         <hanche@math.ntnu.no>.
3439
3440 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3441
3442         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3443
3444         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3445
3446 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3447
3448         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3449         * message.el (message-beginning-of-line): Use featurep instead of bound
3450         tests in order to resolve conditionals at compile time.
3451
3452 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3453
3454         * mail-source.el (mail-sources): Add `group' choice.
3455
3456         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3457         parameter `in-group' to control into which group the articles go.
3458         Add treatment of `group' mail-source.
3459
3460 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3461
3462         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3463
3464         * mm-decode.el (mm-dissect-buffer): Decode description.
3465
3466         * mml.el (mml-to-mime): Encode message header first.
3467
3468 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3469
3470         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3471         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3472
3473         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3474         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3475
3476 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3477
3478         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3479
3480 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3481
3482         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3483         prefix keys.
3484         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3485         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3486         gnus-xmas.el.
3487
3488         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3489         (gnus-xmas-article-describe-bindings): New function.
3490         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3491         gnus-xmas-article-describe-bindings.
3492
3493         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3494
3495 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3496
3497         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3498         Add new variables for article mark management.
3499         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3500         list of extra data entries which, when present, will indicate that the
3501         article ID should not be trimmed from the registry.
3502         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3503         functions.
3504         (gnus-registry-read-mark): New function to read a mark name from the
3505         user.
3506         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3507         (gnus-registry-set-article-mark-internal): New functions to add and
3508         remove marks.
3509         (gnus-registry-get-article-marks): New function to show the marks for
3510         an article, or retrieve them for further use.
3511
3512 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3513
3514         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3515         keys when no argument is given.
3516
3517 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3518
3519         * imap.el (imap-ping-server): New variable.
3520         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3521         (imap-ping-server): Minor doc string fixes.
3522
3523 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3524
3525         * imap.el (imap-ping-server): New function.
3526         (imap-opened): Call imap-ping-server.
3527
3528 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3529
3530         * gnus-sum.el (gnus-article-sort-by-random)
3531         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3532         jidanni@jidanni.org.
3533
3534 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3535
3536         * gnus-art.el (gnus-article-describe-bindings): New function.
3537         (gnus-article-read-summary-keys): Use it.
3538         (gnus-article-mode-map): Bind `C-h b' to it.
3539
3540 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3541
3542         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3543         XEmacs.
3544         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3545         against non-character events.
3546
3547         * lpath.el: Fbind map-keymap for Emacs 21.
3548
3549 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3550
3551         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3552         command.
3553         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3554         instead of END.  Change name of the temp file.
3555         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3556         customizable.
3557
3558 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3559
3560         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3561         bind `S W' to gnus-article-wide-reply-with-original; set default
3562         binding to gnus-article-read-summary-send-keys.
3563         (gnus-article-read-summary-keys): Fix the order of keys; display
3564         continuation keys correctly in the echo area; describe bindings
3565         correctly when keys end with `C-h'.
3566         (gnus-article-read-summary-send-keys): New function.
3567         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3568         for gnus-article-read-summary-send-keys; display continuation keys
3569         correctly in the echo area.
3570         (gnus-article-reply-with-original): Ignore prefix argument.
3571         (gnus-article-wide-reply-with-original): New function.
3572
3573         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3574         Emacs 21.
3575
3576 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3577
3578         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3579         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3580
3581 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3582
3583         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3584         (gnus-group-read-ephemeral-gmane-group): New command.
3585
3586 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3587
3588         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3589
3590 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3591
3592         * message.el (message-send-mail-function): Increase custom version.
3593
3594         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3595         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3596
3597 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3598
3599         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3600         for the cases where imap-authenticate is called with a nil buffer
3601         parameter.
3602
3603 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3606         html parts correctly; support forwarded messages.
3607         (gnus-article-browse-html-article): Remove work buffers.
3608
3609         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3610         compiling.
3611         (netrc-bound-and-true-p): New macro.
3612         (netrc-parse): Use it instead of bound-and-true-p that is not available
3613         in XEmacs 21.4.
3614
3615 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3616
3617         * gnus-registry.el (gnus-registry-mark-article)
3618         (gnus-registry-article-marks): Add functionality to mark articles
3619         through the Gnus registry.
3620
3621         * encrypt.el: Clarify documentation for the new pgg method.
3622         (encrypt-file-alist): Add PGG option.
3623         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3624         functionality.  Abstract password key and messaging to external
3625         functions.
3626         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3627         (encrypt-message-method-and-cipher): Add new convenience external
3628         functions.
3629         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3630         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3631
3632         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3633         (netrc-parse): Use encrypt-file-alist to determine if
3634         encrypt-find-model or encrypt-insert-file-contents should be used.
3635
3636         * encrypt.el: Clarify documentation.  Load password-cache or
3637         password, whichever one is found first, instead of autoloading.
3638
3639 2007-12-19  Glenn Morris  <rgm@gnu.org>
3640
3641         * mml.el (message-options-set, message-narrow-to-head)
3642         (message-in-body-p, message-mail-p, message-encode-message-body):
3643         Autoload.
3644         (message-remove-header, message-narrow-to-headers-or-head)
3645         (message-subscribed-p, message-make-mail-followup-to)
3646         (message-position-on-field, message-news-p)
3647         (message-options-set-recipient, message-generate-headers)
3648         (message-sort-headers): Declare as functions.
3649
3650 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3651
3652         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3653         convention in doc string.
3654
3655 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3656
3657         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3658         title to html parts.
3659         (gnus-article-browse-html-article): Pass message header to it.
3660
3661         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3662
3663 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3664
3665         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3666         or password compatible with XEmacs.
3667
3668 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3669
3670         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3671         format document.
3672         (gnus-mime-delete-part): Don't write description line if empty.
3673         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3674
3675 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3676
3677         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3678         (gnus-summary-mark-read-and-unread-as-read)
3679         (gnus-summary-mark-current-read-and-unread-as-read)
3680         (gnus-summary-mark-unread-as-ticked): Doc fix.
3681         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3682
3683 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3684
3685         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3686         Christoph Conrad <christoph.conrad@gmx.de>.
3687
3688 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3689
3690         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3691         yes-or-no-p.
3692
3693 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3694
3695         * mm-decode.el (mm-add-meta-html-tag): New function.
3696         (mm-save-part-to-file, mm-pipe-part): Use it.
3697
3698         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3699         gnus-y-or-n-p instead of y-or-n-p.
3700         (gnus-article-browse-html-parts): Work with message/external-body; use
3701         mm-add-meta-html-tag.
3702
3703 2007-12-11  Glenn Morris  <rgm@gnu.org>
3704
3705         * gnus-cache.el: Require gnus-sum not just when compiling.
3706
3707         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3708
3709         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3710         definitions before use.
3711
3712         * mm-decode.el: Require gnus-util.
3713         (mm-remove-part): Only call delete-annotation on XEmacs.
3714
3715         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3716
3717         * nnmail.el: Require gnus-int.
3718
3719         * spam.el: Move `require's before `eval-when-compile's.
3720
3721         * gnus-ems.el (gnus-alive-p):
3722         * gnus-fun.el (message-goto-eoh):
3723         * gnus-util.el (gnus-group-name-decode):
3724         * mail-source.el (gnus-compress-sequence):
3725         * message.el (Info-goto-node, format-spec):
3726         * mm-bodies.el (message-options-get):
3727         * mm-decode.el (mm-view-pkcs7):
3728         * mm-util.el (gmm-write-region):
3729         * mml-smime.el (mml-compute-boundary)
3730         (gnus-completing-read-with-default):
3731         * mml.el (widget-button-press, gnus-make-hashtable):
3732         * mml1991.el (mm-decode-content-transfer-encoding)
3733         (mm-encode-content-transfer-encoding)
3734         (message-options-get, message-options-set):
3735         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3736         * nnfolder.el (gnus-request-group):
3737         * nnheader.el (ietf-drums-unfold-fws):
3738         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3739         * smime.el (gnus-run-mode-hooks):
3740         * spam-stat.el (gnus-message): Autoload.
3741
3742         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3743         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3744         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3745         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3746         Add declare-function compatibility definition.
3747
3748         * gnus-cache.el (nnvirtual-find-group-art):
3749         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3750         (gnus-add-image, gnus-add-wash-type):
3751         * gnus-group.el (nnkiboze-score-file):
3752         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3753         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3754         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3755         (message-tokenize-header, gnus-get-buffer-create)
3756         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3757         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3758         * gnus.el (gnus-group-decoded-name):
3759         * mail-source.el (imap-capability):
3760         * mm-bodies.el (message-options-set):
3761         * mm-decode.el (gnus-configure-windows):
3762         * mm-extern.el (message-goto-body):
3763         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3764         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3765         (epg-sub-key-validity, message-options-set):
3766         * mml.el (widget-event-point, gnus-configure-windows):
3767         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3768         * mml2015.el (epg-check-configuration, epg-configuration)
3769         (message-options-set):
3770         * nndb.el (nndb-request-article):
3771         * nnfolder.el (gnus-request-create-group):
3772         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3773         * nnmaildir.el (gnus-group-mark-article-read):
3774         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3775         * rfc1843.el (message-fetch-field):
3776         * spam.el (gnus-extract-address-components):
3777         Declare as functions.
3778
3779 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3780
3781         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3782
3783         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3784
3785         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3786         bind show-trailing-whitespace for XEmacs.
3787
3788 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3789
3790         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3791         new no-op macro for backward compatibility.
3792
3793         * imap.el (imap-string-to-integer): New function.
3794
3795 2007-12-09  Glenn Morris  <rgm@gnu.org>
3796
3797         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3798
3799         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3800         * message.el, mm-view.el, sieve-manage.el, smime.el:
3801         Add declare-function compatibility definition.
3802
3803         * gnus-art.el (w3-region, w3m-region, Info-menu):
3804         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3805         * gnus-sum.el (gnus-get-predicate):
3806         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3807         * message.el (mail-abbrev-in-expansion-header-p):
3808         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3809         (w3m-detect-meta-charset, w3m-region):
3810         * sieve-manage.el (password-read, password-cache-add)
3811         (password-cache-remove):
3812         * smime.el (password-read-and-add): Declare as functions.
3813
3814 2007-12-08  David Kastrup  <dak@gnu.org>
3815
3816         * gnus-sum.el (gnus-summary-simplify-subject-query):
3817         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3818         `message'.
3819
3820 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3821
3822         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3823         it to bind idna-program, installation-directory, defined-colors, and
3824         face-attribute for XEmacs of the version that compiles defcustom forms.
3825
3826 2007-12-07  Glenn Morris  <rgm@gnu.org>
3827
3828         * gnus-art.el (article-make-date-line): Revert previous change.
3829
3830 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3831
3832         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3833
3834 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3835
3836         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3837         Call gnus-add-to-range ranges only once with a prepared article-list.
3838
3839 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3840
3841         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3842         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3843         group names with backslashes.  Reported by Tassilo Horn
3844         <tassilo@member.fsf.org>.
3845
3846 2007-12-06  Deepak Goel  <deego3@gmail.com>
3847
3848         * gnus-art.el (article-make-date-line):
3849         * gnus-start.el (gnus-load):
3850         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3851
3852 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3853
3854         * gnus-art.el (gnus-use-idna)
3855         * gnus-start.el (gnus-site-init-file)
3856         * message.el (message-use-idna)
3857         * mm-uu.el (mm-uu-hide-markers)
3858         * smiley.el (smiley-style): Revert changes that suppress warnings.
3859
3860 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3861
3862         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3863         specify charset to html source.  Reported by Christoph Conrad
3864         <christoph.conrad@gmx.de>.
3865
3866 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3867
3868         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3869         idna-program in order to suppress byte compile warning issued by XEmacs
3870         that came to byte compile the default value section of defcustom forms
3871         recently.
3872
3873         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3874         value of installation-directory.
3875
3876         * message.el (message-use-idna): Don't directly refer to the value of
3877         idna-program.
3878
3879         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3880
3881         * smiley.el (smiley-style): Don't directly call face-attribute.
3882
3883 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3884
3885         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3886
3887         * gnus-dired.el: Reduce Gnus dependencies.
3888         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3889         require.  Use autoloads instead.
3890         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3891         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3892         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3893         (gnus-dired-mode): Adjust doc string.
3894         (gnus-dired-mail-mode): New variable.
3895         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3896         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3897         (gnus-dired-mail-buffers): New function.  Return mail or message
3898         composition buffers.
3899         (gnus-dired-attach): Use it.
3900         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3901         NO-DECODE.
3902         (gnus-dired-print): Use `gnus-print-buffer' depending on
3903         `gnus-dired-mail-mode'.
3904
3905 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3906
3907         * rfc2047.el (rfc2047-encoded-word-regexp)
3908         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3909         explaining what regexp patterns are for.
3910
3911 2007-12-04  Glenn Morris  <rgm@gnu.org>
3912
3913         * password.el: Move to password-cache.el.
3914
3915         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3916         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3917         * mml-smime.el (password-read, password-cache-add)
3918         (password-cache-remove):
3919         No need to autoload, since mml-sec requires password.
3920
3921         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3922         * message.el (gnus-extract-address-components):
3923         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3924
3925         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3926         password.
3927
3928 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3929
3930         * mailcap.el: Reduce dependencies.
3931         (mail-header-parse-content-type): Autoload.
3932         (mailcap-delete-duplicates): New alias.
3933         (mailcap-mime-info): Add optional argument NO-DECODE.
3934         (mailcap-mime-types): Use mailcap-delete-duplicates.
3935
3936         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3937
3938 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3939
3940         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3941         (imap-parse-status): Upcase status-att for servers that sends them
3942         lower-case (e.g., MS Exchange 2007).
3943
3944 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3945
3946         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3947         function.
3948
3949         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3950         (gnus-uu-yenc-article): New function.
3951
3952         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3953
3954         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3955         buffer.
3956
3957 2007-12-02  Glenn Morris  <rgm@gnu.org>
3958
3959         * binhex.el (binhex): New custom group.
3960         (binhex-decoder-program, binhex-decoder-switches)
3961         (binhex-use-external): Move to the binhex custom group.
3962
3963         * uudecode.el (uudecode): New custom group.
3964         (uudecode-decoder-program, uudecode-decoder-switches)
3965         (uudecode-use-external): Move to the uudecode custom group.
3966
3967         * netrc.el (top-level): Don't load `encrypt' features.
3968         (netrc-parse): Don't use encrypt.
3969         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3970
3971         * encrypt.el: Remove file.
3972
3973 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3974
3975         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3976         matches on patches.
3977
3978         * gnus-art.el (gnus-article-browse-html-article): Mention
3979         `mm-text-html-renderer' in the doc string.
3980
3981         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3982         string.  Add comments.
3983
3984         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3985         if rhs is ASCII.
3986
3987 2007-12-01  Glenn Morris  <rgm@gnu.org>
3988
3989         * mail-source.el (top-level): Require format-spec before
3990         eval-when-compile.
3991
3992 2007-11-30  Glenn Morris  <rgm@gnu.org>
3993
3994         * encrypt.el: Require password, rather than autoloading password-read.
3995
3996 2007-11-29  Glenn Morris  <rgm@gnu.org>
3997
3998         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3999         (sasl-make-client, sasl-next-step, sasl-step-data)
4000         (sasl-step-set-data): Declare as functions.
4001
4002 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4003
4004         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4005
4006 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4007
4008         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4009         certs should be verified and what is to be done in the event of a
4010         verification failure.
4011
4012         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4013         caller can indicate whether the cache should be disregarded for this
4014         call.  This way the result of the call is reproducible at all times and
4015         can be considered a canonical server name for the supplied method.
4016         (gnus-agent-method-p): Canonicalize server names by pushing their
4017         method through `gnus-method-to-server' using the no-cache argument.
4018
4019         * gnus-srvr.el (gnus-server-insert-server-line): Call
4020         `gnus-method-to-server' with `no-cache' argument.
4021
4022         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4023         gnus-agent-possibly-synchronize-flags as this should be called when the
4024         server is actually being opened.
4025         (gnus-agent-possibly-synchronize-flags)
4026         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4027         flags file of an agentized server to the latter function.
4028
4029         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4030         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4031         after a connection has been established successfully.
4032
4033 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * gnus-art.el (article-display-face): Force to display face if called
4036         interactively; check if gnus-article-x-face-too-ugly matches author.
4037         (article-display-x-face): Display face even if From header is missing
4038         as article-display-face does.
4039
4040 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4041
4042         * hashcash.el (message-narrow-to-headers-or-head)
4043         (message-fetch-field, message-goto-eoh)
4044         (message-narrow-to-headers): Declare as functions.
4045
4046 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4047
4048         * mail-source.el (mail-sources): Default to fetch from file for
4049         compatibility with default of nnmail-spool-file.
4050
4051 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4052
4053         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4054         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4055         to look for encoded word that should be encoded again.
4056         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4057         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4058         encoding pattern.
4059         (rfc2047-decode-region): Switch strict regexp and loose one according
4060         to rfc2047-allow-irregular-q-encoded-words.
4061
4062 2007-11-25  Romain Francoise  <romain@orebokech.com>
4063
4064         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4065
4066 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4067
4068         * tls.el (tls-program): Provide more custom choices from
4069         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4070         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4071
4072 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4073
4074         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4075         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4076
4077         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4078         `nnmail-spool-file'.
4079
4080         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4081         `nnmail-spool-file'.
4082
4083         * gnus-move.el (gnus-change-server): Ditto.
4084
4085         * gnus-kill.el (gnus-batch-score): Ditto.
4086
4087         * gnus-cache.el (gnus-jog-cache): Ditto.
4088
4089         * gnus-msg.el (gnus-summary-reply):
4090         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4091
4092 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4093
4094         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4095         version.  Minor improvement to doc strings.
4096         (tls-program): Add comment.
4097
4098 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4099
4100         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4101         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4102         mismatch between the hostname provided in the certificate and the name
4103         of the host connnecting to.
4104         (open-tls-stream): Use them.  Check certificates against trusted root
4105         certificates.
4106
4107 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4108
4109         * gnus-cache.el (gnus-cache-generate-nov-databases):
4110         Use nnml-generate-nov-databases-directory instead of
4111         nnml-generate-nov-databases-1.
4112
4113 2007-11-24  Glenn Morris  <rgm@gnu.org>
4114
4115         * message.el (message-tool-bar-retro): Update for rename
4116         mail_send.xpm->mail-send.xpm.
4117
4118 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4119
4120         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4121         `smime-ldap-search' for Emacs 22 and up.
4122
4123 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4124
4125         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4126
4127         * message.el (message-send-mail-function): Fix error convention.
4128         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4129         (message-widen-reply, message-send-mail, message-talkative-question)
4130         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4131         (message-clone-locals, message-send-news): Use with-current-buffer.
4132         (message-insert-or-toggle-importance): Remove unused var `valid'.
4133         (message-make-references): Remove unused var `new-references'.
4134         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4135
4136 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4137
4138         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4139         (spam-split-symbolic-return-positive): Reflow docstring.
4140         (spam-backends, spam-summary-exit-behavior)
4141         (spam-mark-ham-unread-before-move-from-spam-group)
4142         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4143         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4144         (spam-clear-cache, spam-backend-check, spam-install-backend)
4145         (spam-install-statistical-backend, spam-list-of-processors)
4146         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4147         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4148         (spam-check-crm114, spam-initialize, spam-unload-hook):
4149         Fix typos in docstrings.
4150
4151 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4152
4153         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4154         been checked if they have never been read and those group levels are
4155         higher than the one that a user specified.
4156
4157 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4158
4159         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4160         foreign groups unless a group level is specified by a user.
4161         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4162
4163 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4164
4165         * message.el (message-send-mail-function): Require sendmail.
4166
4167 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4168
4169         * message.el (message-send-mail-function): Check for smtpmail too.
4170
4171         * utf7.el (utf7-encode, utf7-decode): Use coding system
4172         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4173
4174         * message.el (message-send-mail-function): New function.
4175         (message-send-mail-function): Set default using
4176         message-send-mail-function.  Adjust doc string.
4177         (message-send-mail-with-mailclient): New function.
4178
4179 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4180
4181         * smime.el (from):
4182         * rfc2047.el (message-posting-charset):
4183         * qp.el (mm-use-ultra-safe-encoding):
4184         * pop3.el (parse-time-months):
4185         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4186         * nnml.el (files):
4187         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4188         (jka-compr-compression-info-list, ange-ftp-path-format)
4189         (efs-path-regexp):
4190         * nndiary.el (files):
4191         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4192         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4193         (epg-digest-algorithm-alist, inhibit-redisplay)
4194         (password-cache-expiry):
4195         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4196         (pgg-output-buffer, password-cache-expiry):
4197         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4198         (efs-path-regexp):
4199         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4200         (inhibit-redisplay):
4201         * mm-uu.el (file-name, start-point, end-point, entry)
4202         (gnus-newsgroup-name, gnus-newsgroup-charset):
4203         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4204         (latin-unity-ucs-list):
4205         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4206         (mm-uu-binhex-decode-function):
4207         * message.el (gnus-message-group-art, gnus-list-identifiers)
4208         (rmail-enable-mime-composing, gnus-local-organization)
4209         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4210         (gnus-read-active-file, facemenu-add-face-function)
4211         (facemenu-remove-face-function, gnus-article-decoded-p)
4212         (tool-bar-mode):
4213         * mail-source.el (display-time-mail-function):
4214         * gnus-util.el (nnmail-pathname-coding-system)
4215         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4216         (gnus-original-article-buffer, gnus-user-agent)
4217         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4218         (xemacs-codename, sxemacs-codename, emacs-program-version):
4219         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4220         * gnus-start.el (gnus-agent-covered-methods)
4221         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4222         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4223         (gnus-newsgroup-headers, gnus-group-list-mode)
4224         (gnus-group-mark-positions, gnus-newsgroup-data)
4225         (gnus-newsgroup-unreads, nnoo-state-alist)
4226         (gnus-current-select-method, mail-sources)
4227         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4228         (nnmail-spool-file, gnus-cache-active-hashtb):
4229         * gnus-mh.el (mh-lib-progs):
4230         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4231         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4232         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4233         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4234         (gnus-group-buffer):
4235         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4236         (font-lock-set-defaults):
4237         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4238         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4239         (gnus-summary-post-menu, total-parts, type, condition, length):
4240         * gnus-agent.el (gnus-agent-read-agentview):
4241         * flow-fill.el (show-trailing-whitespace):
4242         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4243         eval-and-compile wrappers for byte compiler pacifiers.
4244
4245         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4246         (mm-display-inline-fontify): Check for featurep 'xemacs not
4247         extent-list.
4248
4249         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4250         itimer-list.
4251         (mm-create-image-xemacs): Only do something for XEmacs.
4252         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4253
4254         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4255
4256         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4257         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4258
4259 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4260
4261         * nnimap.el (nnimap-split-download-body):
4262         * gnus-demon.el (gnus-demon):
4263         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4264
4265 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4266
4267         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4268         macros.
4269         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4270         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4271         copy data from unibyte buffer to multibyte current buffer.
4272         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4273         to copy data from unibyte current buffer to multibyte buffer.
4274         (nntp-make-process-buffer): Make process buffer unibyte.
4275
4276         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4277
4278 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4279
4280         * pop3.el (pop3-open-server): Accept and process data more robustly at
4281         connexion start to avoid spurious "POP SSL connexion failed" errors.
4282
4283 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4284
4285         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4286         read group names.
4287
4288 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4289
4290         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4291
4292 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4293
4294         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4295         (nnmail-save-active): Use a unibyte buffer when saving active file,
4296         which may contain non-ASCII group names.
4297
4298         * nnml.el (nnml-request-group): Decode group names in messages.
4299
4300 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4301
4302         * message.el (message-citation-line-function)
4303         (message-insert-formatted-citation-line): Fix spelling of
4304         `message-insert-formated-citation-line'.
4305
4306 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4307
4308         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4309
4310 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4311
4312         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4313         nnmail-pathname-coding-system.
4314
4315         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4316         that a user enters; decode group names in messages.
4317
4318         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4319
4320 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4321
4322         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4323
4324         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4325
4326         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4327         risky local variable.
4328
4329         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4330
4331 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4332
4333         * encrypt.el: Improve documentation to fix function name typo.
4334         Reported by Daiki Ueno <ueno@unixuser.org>.
4335
4336 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4337
4338         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4339         even if the point is not in the last page of an article.
4340         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4341         back to the previous page.
4342
4343 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4344
4345         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4346
4347 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4348
4349         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4350
4351 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4352
4353         * message.el (message-check-news-body-syntax): Avoid
4354         mm-string-as-multibyte.
4355         (message-hide-headers): Don't assume (point-min)==1.
4356
4357 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4358
4359         * message.el (message-remove-blank-cited-lines): Fix if remove is
4360         given.
4361         (message-bogus-address-regexp): New variable.
4362         (message-bogus-recipient-p): New function.
4363         (message-check-recipients): New command.
4364         (message-syntax-checks): Add `bogus-recipient'.
4365         (message-fix-before-sending): Add `bogus-recipient'.
4366
4367         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4368         (gnus-treat-body-boundary): Don't test window-system.
4369
4370 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4371
4372         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4373
4374 2007-10-28  Miles Bader  <miles@gnu.org>
4375
4376         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4377         at compile-time too.
4378
4379 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4380
4381         * gnus-msg.el (gnus-message-setup-hook): Add
4382         `message-remove-blank-cited-lines' to options.
4383
4384 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4385
4386         * message.el (message-remove-blank-cited-lines): New function.
4387         Suggested by Karl Plästerer.
4388
4389 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4390
4391         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4392         mapc.
4393
4394         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4395         (top-level): Use mapc to set functions to be traced for debugging.
4396
4397         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4398         called for effect with while loop.
4399
4400         * message.el (message-talkative-question): Replace mapcar called for
4401         effect with mapc.
4402
4403         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4404         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4405         called for effect with dolist.
4406
4407         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4408
4409         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4410         gnus-extra-headers and nnmail-extra-headers.
4411
4412         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4413         called for effect with dolist.
4414         (top-level): Use mapc to set functions to be traced for debugging.
4415
4416         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4417         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4418         dolist.
4419
4420         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4421         Replace mapcar called for effect with mapc.
4422         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4423         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4424         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4425         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4426
4427         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4428         remove-if that's a cl function.
4429
4430         * webmail.el (webmail-debug): Replace mapcar called for effect with
4431         dolist.
4432
4433         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4434         with mapc.
4435
4436 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4437
4438         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4439         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4440         with while loop.
4441
4442         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4443         functions from article-* functions.
4444         (gnus-multi-decode-header): Replace mapcar called for effect with
4445         dolist.
4446
4447         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4448         (gnus-bookmark-show-details): Replace mapcar called for effect with
4449         while loop.
4450
4451         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4452         called for effect with while loop.
4453
4454         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4455         with dolist.
4456
4457         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4458         mapcar called for effect with dolist.
4459
4460         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4461
4462         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4463         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4464         Replace mapcar called for effect with dolist.
4465         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4466         mapc.
4467
4468         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4469         Replace mapcar called for effect with dolist.
4470         (gnus-topic-list): Replace mapcar called for effect with mapc.
4471
4472         * gnus.el: Use mapc instead of mapcar to add autoloads.
4473
4474 2007-10-23  Richard Stallman  <rms@gnu.org>
4475
4476         * gnus-group.el (gnus-group-highlight): Mark as risky.
4477
4478 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4479
4480         * gnus.el (gnus-server-to-method): Return method found first in
4481         gnus-newsrc-alist.
4482
4483         * gnus-art.el (gnus-article-highlight-signature)
4484         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4485         button overlay without the front stickiness.
4486
4487 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4488
4489         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4490         overview buffer needed a catch to receive its throw.
4491         (gnus-agent-flush-cache): Declared as interactive to make this function
4492         easier to use.
4493
4494 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4495
4496         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4497         `next-line'.
4498
4499 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4500
4501         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4502         exclude address matching message-dont-reply-to-names.
4503
4504 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4505
4506         * gnus-util.el (gnus-string<): New function.
4507
4508         * gnus-sum.el (gnus-article-sort-by-author)
4509         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4510
4511 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4514         the frame-focus tag is set in gnus-buffer-configuration.
4515
4516 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4517
4518         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4519         the front stickiness.
4520
4521 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4522
4523         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4524         url pattern; remove duplicate one.
4525         (gnus-article-extend-url-button): New function.
4526         (gnus-article-add-buttons): Use it.
4527         (gnus-button-push): Use concatenated url that it makes.
4528
4529 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4530
4531         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4532
4533 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4534
4535         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4536         Don't hardcode point-min==1.
4537
4538 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4539
4540         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4541         Fix comment about "iso8859-1".
4542
4543 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4544
4545         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4546         ones returned from the verify-function.
4547
4548         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4549         mml2015-extract-cleartext-signature if extraction failed.
4550
4551 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4552
4553         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4554         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4555         failed.
4556
4557 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4558
4559         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4560
4561 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4562
4563         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4564         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4565         recommends to use EasyPG instead of PGG.
4566
4567         * pgg.el: Revert to revision 6.23.2.16.
4568
4569         * pgg-def.el: Revert to revision 6.6.2.14.
4570
4571         * pgg-gpg.el: Revert to revision 6.23.2.34.
4572
4573 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4574
4575         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4576         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4577         thread for both the null and zero (kill/expire thread) universal prefix
4578         cases.
4579         (gnus-summary-expire-thread): Add new function to expire a thread,
4580         using gnus-summary-kill-thread.
4581         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4582         shortcuts for gnus-summary-expire-thread.
4583         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4584         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4585
4586 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4587
4588         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4589         extras value, so an extras entry can be deleted.
4590         (gnus-registry-delete-extra-entry): Use it.
4591         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4592         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4593         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4594         storage through the gnus-registry, and provide an appropriate API for
4595         it.
4596
4597 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4598
4599         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4600         Suggested by Leo <sdl.web@gmail.com>.
4601
4602         * gnus.el: Do.
4603
4604 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4605
4606         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4607         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4608
4609         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4610
4611         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4612         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4613
4614 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4615
4616         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4617         newline.
4618         (nnmbox-request-accept-article): Don't change article in source buffer;
4619         narrow to header to use message-fetch-field rather than
4620         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4621         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4622         as delimiters; make sure article ends with newline.
4623         (nnmbox-delete-mail): Correct last position of article to be deleted;
4624         ignore X-Gnus-Newsgroup header in article body.
4625         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4626         positions; make sure article ends with newline.
4627
4628         * message.el (message-display-abbrev): Don't infloop when a user
4629         inserts SPC in the beginning of header.
4630
4631         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4632         coding-system-for-read and coding-system-for-write for XEmacs having no
4633         file-coding feature.
4634
4635         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4636
4637 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4638
4639         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4640         list of groups not followed by default.  Fix type to be regexp.
4641         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4642
4643 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4644
4645         * hmac-def.el (define-hmac-function): Switch from old-style to
4646         new-style backquotes.
4647
4648         * md4.el (md4-make-step): Likewise.
4649
4650 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4651
4652         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4653         raw-text coding system when saving .newsrc file, which may contain
4654         non-ASCII group names.
4655
4656 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4657
4658         * gnus-cus.el (gnus-score-extra): New widget.
4659         (gnus-score-extra-convert): New function.
4660         (gnus-score-customize): Use it for Extra.
4661
4662 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4663
4664         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4665         (mml2015-mailcrypt-clear-verify): Use it.
4666         (mml2015-gpg-clear-verify): Use it.
4667         (mml2015-pgg-clear-verify): Use it.
4668         (mml2015-epg-clear-verify): Replace the current part with the output
4669         from GnuPG; don't extract the plaintext by itself.
4670
4671         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4672         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4673         mml2015-clear-verify-function; don't touch the armor headers or
4674         dash-escaped text here.
4675
4676 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4677
4678         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4679         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4680         parts, or application/octet-stream as a last resort.
4681         (gnus-mime-view-part-as-type): Don't toggle display.
4682         (gnus-mime-view-part-as-charset): Don't turn off display before
4683         querying charset.
4684
4685         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4686         stuff to undisplayer function in Emacs.
4687         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4688
4689         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4690         text/calendar parts.
4691
4692 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4693
4694         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4695         decoding text/calendar parts.
4696
4697         * message.el (message-forward-make-body-mime): Always mark body as
4698         having no illegible text; remove signed-or-encrypted argument.
4699         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4700
4701         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4702         (mml-generate-mime-1): Don't encode body if it is specified to be in
4703         raw form; don't make buffer be unibyte when inserting multibyte string.
4704
4705 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4706
4707         * sha1.el: Fix up comment style.
4708         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4709         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4710
4711         * hex-util.el: Fix up comment style.
4712         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4713
4714         * gnus-salt.el: Use with-current-buffer.
4715         (gnus-pick-setup-message): Fix long-standing typo.
4716
4717 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4718
4719         * imap.el (imap-logout-timeout): New variable.
4720         (imap-logout, imap-logout-wait): New functions.
4721         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4722
4723         * nnimap.el (nnimap-logout-timeout): New server variable.
4724         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4725         nnimap-logout-timeout.
4726
4727         * gnus-art.el (gnus-article-summary-command-nosave)
4728         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4729
4730 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4731
4732         * gnus.el (gnus-maximum-newsgroup): New variable.
4733
4734         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4735         according to gnus-maximum-newsgroup.
4736
4737         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4738         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4739         Limit the range of articles according to gnus-maximum-newsgroup.
4740
4741 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4742
4743         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4744         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4745         Don't perform gnus-configure-windows here; reuse existing sticky
4746         article buffer.
4747
4748         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4749         it doesn't exist in gnus-article-mode.
4750
4751 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4752
4753         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4754         (gnus-agent-decoded-group-name): New function.
4755         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4756         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4757
4758 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4759
4760         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4761         Add binding for gnus-sticky-article.
4762         (gnus-summary-exit): Don't kill sticky article buffers.
4763
4764         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4765         article buffer.
4766         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4767         (gnus-kill-sticky-article-buffers): New commands.
4768
4769 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4770
4771         * nntp.el (nntp-xref-number-is-evil): New server variable.
4772         (nntp-find-group-and-number): If it is non-nil, don't trust article
4773         numbers in the Xref header.
4774
4775 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4776
4777         * gnus-agent.el (gnus-agent-read-group): New function.
4778         (gnus-agent-flush-group, gnus-agent-expire-group)
4779         (gnus-agent-regenerate-group): Use it.
4780         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4781         nnmail-pathname-coding-system.
4782
4783 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4784
4785         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4786
4787         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4788         that are unread as unread, and also as selected so that information of
4789         marks having been changed by a user may be updated when exiting group.
4790
4791 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4792
4793         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4794         calculated ignoring signature parts to gnus-treat-article.
4795
4796 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4797
4798         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4799         a point here in order to keep the window start.
4800         (gnus-insert-mime-security-button): Make a button overlay without the
4801         front stickiness.
4802         (gnus-mime-display-security): Goto the end of a button.
4803
4804         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4805
4806 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4807
4808         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4809         group-name-at-point.
4810         (gnus-group-completing-read): New function that offers decoded
4811         non-ASCII group names for completion.
4812         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4813         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4814         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4815         (gnus-group-fetch-control): Use it.
4816         (gnus-fetch-group): Use group-name-at-point for the initial value
4817         rather than the default value; use gnus-alive-p.
4818
4819         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4820         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4821         (gnus-summary-post-news): Use gnus-group-completing-read.
4822
4823         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4824         (gnus-read-move-group-name): Decode group name for completion.
4825
4826 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4827
4828         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4829         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4830         Yamaoka slightly modified the code).
4831
4832 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4833
4834         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4835         (nnmail-split-incoming): Bind it.
4836
4837         * nnml.el (nnml-group-name-charset): New function.
4838         (nnml-decoded-group-name): Use it; don't decode group name if
4839         nnmail-group-names-not-encoded-p is non-nil.
4840         (nnml-encoded-group-name): New function.
4841         (nnml-group-pathname): Inline nnml-decoded-group-name.
4842         (nnml-request-expire-articles): Decode group name in message.
4843         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4844         nnmail-pathname-coding-system.
4845         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4846         not decoded ones according to nnmail-group-names-not-encoded-p.
4847         (nnml-generate-active-info): Use nnml-encoded-group-name.
4848
4849 2007-08-08  Glenn Morris  <rgm@gnu.org>
4850
4851         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4852         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4853         doc-strings and comments.
4854
4855 2007-07-25  Glenn Morris  <rgm@gnu.org>
4856
4857         * Relicense all FSF files to GPLv3 or later.
4858
4859 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4860
4861         * gnus-sum.el (gnus-summary-move-article): Make
4862         gnus-summary-respool-article work.
4863
4864 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4865
4866         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4867         string.
4868
4869 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4870
4871         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4872         that should be ignored when comparing distant RSS articles with local
4873         ones.
4874         (nnrss-make-hash-index): New function.  Create a hash index according
4875         to the ignored fields.
4876         (nnrss-check-group): Use it.
4877
4878 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4879
4880         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4881
4882         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4883
4884         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4885         the new optional argument ENCODED is non-nil.
4886         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4887         coding system for encoding group name.
4888         (gnus-group-make-rss-group): Pass un-encoded group name to
4889         gnus-group-make-group.
4890         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4891         encoded.
4892
4893         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4894         Encode group name to which articles are moved or copied.
4895         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4896         coding system for encoding Newsgroup, Followup-To and Xref headers.
4897
4898         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4899         marks; use nnheader-file-coding-system to write a file.
4900         (nnagent-retrieve-headers): Bind file-name-coding-system to
4901         nnmail-pathname-coding-system.
4902
4903         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4904
4905         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4906         (nnml-request-article, nnml-request-create-group)
4907         (nnml-request-rename-group, nnml-find-id)
4908         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4909         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4910         (nnml-save-marks): Use nnml-group-pathname instead of
4911         nnmail-group-pathname.
4912
4913         (nnml-request-create-group, nnml-request-expire-articles)
4914         (nnml-request-move-article, nnml-request-delete-group)
4915         (nnml-deletable-article-p, nnml-possibly-create-directory)
4916         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4917         (nnml-open-marks): Bind file-name-coding-system to
4918         nnmail-pathname-coding-system.
4919
4920         (nnml-request-article): Pass server argument to nnml-find-group-number.
4921         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4922         server argument to nnml-possibly-create-directory.
4923         (nnml-request-accept-article): Pass server argument to
4924         nnml-active-number and nnml-save-mail.
4925         (nnml-find-group-number): Pass server argument to nnml-find-id.
4926         (nnml-request-update-info): Pass server argument to
4927         nnml-marks-changed-p.
4928
4929         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4930         (nnml-save-mail, nnml-active-number): Add server argument.
4931
4932         (nnml-request-delete-group): Warn if group is missing.
4933         (nnml-get-nov-buffer): Decode group name.
4934         (nnml-generate-active-info): Encode group name.
4935         (nnml-open-marks): Decode group name in messages.
4936
4937 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4938
4939         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4940         if it is not specified.
4941         (gnus-article-pipe-part, gnus-article-save-part)
4942         (gnus-article-interactively-view-part, gnus-article-copy-part)
4943         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4944         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4945         (gnus-article-replace-part, gnus-article-delete-part)
4946         (gnus-article-view-part-as-type): Pass raw prefix argument to
4947         gnus-article-part-wrapper.
4948
4949 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4950
4951         * gnus-agent.el (gnus-agent-save-active): Bind
4952         nnheader-file-coding-system to gnus-agent-file-coding-system.
4953
4954         * gnus-cache.el (gnus-cache-save-buffers)
4955         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4956         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4957         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4958         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4959         (gnus-cache-generate-active, gnus-cache-rename-group)
4960         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4961         (gnus-cache-update-overview-total-fetched-for): Bind
4962         file-name-coding-system to nnmail-pathname-coding-system.
4963         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4964         variables.
4965         (gnus-cache-decoded-group-name): New function.
4966         (gnus-cache-file-name): Use it.
4967         (gnus-cache-generate-active): Use non-decoded group name for active.
4968
4969         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4970         right place.
4971         (gnus-write-active-file): Don't break non-ASCII group names.
4972
4973         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4974         nnmail-pathname-coding-system.
4975
4976         * lpath.el: Bind default-file-name-coding-system,
4977         file-name-coding-system and language-info-alist for XEmacs.
4978
4979         * gnus-uu.el (gnus-uu-decode-save): Typo.
4980
4981 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4982
4983         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4984
4985 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4988         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4989         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4990         (gnus-agent-flush-group, gnus-agent-flush-cache)
4991         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4992         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4993         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4994         (gnus-agent-regenerate-group)
4995         (gnus-agent-update-files-total-fetched-for)
4996         (gnus-agent-update-view-total-fetched-for): Bind
4997         file-name-coding-system to nnmail-pathname-coding-system.
4998         (gnus-agent-group-pathname): Don't encode file names by
4999         nnmail-pathname-coding-system.
5000         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5001         coding-system-for-write instead of buffer-file-coding-system to
5002         gnus-agent-file-coding-system.
5003
5004         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5005         Decode group name.
5006
5007         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5008
5009         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5010         (gnus-read-newsrc-el-file): Make group names unibyte.
5011
5012         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5013         nnmail-pathname-coding-system.
5014
5015         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5016         (nnrss-request-delete-group): Bind file-name-coding-system to
5017         nnmail-pathname-coding-system.
5018         (nnrss-read-server-data, nnrss-read-group-data): Bind
5019         file-name-coding-system correctly.
5020         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5021
5022         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5023         (nntp-server-to-method-cache): New variable.
5024         (nntp-group-pathname): New function that decodes non-ASCII group names.
5025         (nntp-possibly-create-directory, nntp-marks-changed-p)
5026         (nntp-save-marks, nntp-open-marks): Use it.
5027         (nntp-possibly-create-directory, nntp-open-marks):
5028         Bind file-name-coding-system to nnmail-pathname-coding-system.
5029         (nntp-open-marks): Decode group names when bootstrapping marks.
5030
5031         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5032         Newsgroups and Folowup-To headers.
5033
5034 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5035
5036         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5037         (gnus-server-closed-face, gnus-server-denied-face)
5038         (gnus-server-offline-face): Remove variable.
5039         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5040
5041         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5042         of modifying message-stack directly for XEmacs.
5043
5044         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5045         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5046         if the coding-system argument is nil for XEmacs.
5047
5048         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5049         mm-charset-override-alist.
5050
5051         * rfc2047.el: Don't require base64; require rfc2045 for the function
5052         rfc2045-encode-string.
5053         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5054         to quote the parameter value.
5055
5056 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5057
5058         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5059         form in gnus-group-name-charset-method-alist.
5060
5061         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5062         overrides the default layout edit-form.
5063
5064         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5065
5066         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5067
5068 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5069
5070         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5071         as unfetched articles.
5072
5073 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5074
5075         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5076
5077 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5080         original back end that keeps marks in the local system.
5081
5082 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5085         arg of pop-to-buffer for XEmacs.
5086         (gnus-article-read-summary-keys): Ditto; don't restore window
5087         configuration if summary command ends up with neither article buffer
5088         nor summary buffer; describe bindings if summary keys end with C-h.
5089
5090 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5091
5092         * message.el (message-fix-before-sending): Skip raw message part to be
5093         forwarded while checking illegible text.
5094         (message-forward-make-body-mime, message-forward-make-body): Mark
5095         signed or encrypted raw message as having no illegible text.
5096
5097 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5098
5099         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5100         (gnus-message-with-timestamp-1): New macro.
5101         (gnus-message-with-timestamp): New function.
5102         (gnus-message): Use them.
5103
5104         * nnheader.el (nnheader-message): Use them.
5105
5106 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5107
5108         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5109         .newsrc.eld file.
5110
5111 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5112
5113         * gnus-agent.el (gnus-agent-fetch-headers)
5114         (gnus-agent-retrieve-headers): Bind
5115         gnus-decode-encoded-address-function to identity.
5116
5117         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5118         available also when the server returns simply a dot.
5119
5120         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5121
5122 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5123
5124         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5125
5126 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5127
5128         * gnus-ems.el (gnus-x-splash): Make it work.
5129
5130         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5131         from being used.
5132
5133         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5134
5135 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5136
5137         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5138         4th and the 5th arguments.
5139
5140         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5141         the front stickiness.
5142         (gnus-article-summary-command-nosave): Correct the order of the
5143         arguments passed to pop-to-buffer.
5144         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5145         summary command ends up with the article buffer.
5146
5147         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5148         the same faces.
5149
5150 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5151
5152         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5153
5154 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5155
5156         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5157         * gnus-sum.el (gnus-summary-highlight):
5158         * pgg.el (pgg-sign-region, pgg-sign):
5159         * mail-source.el (mail-source-delete-old-incoming-confirm):
5160         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5161
5162 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5163
5164         * gnus-art.el (gnus-mime-view-part-externally)
5165         (gnus-mime-view-part-internally): Fix predicate function passed to
5166         completing-read.
5167
5168         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5169
5170         * gnus.el (gnus-update-message-archive-method): Add :version.
5171
5172 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5173
5174         * gnus.el (gnus-update-message-archive-method): New variable.
5175
5176         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5177         according to gnus-message-archive-method if
5178         gnus-update-message-archive-method is non-nil.
5179
5180 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5181
5182         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5183         by Loic Dachary <loic@dachary.org>.
5184         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5185
5186 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * message.el (message-pop-to-buffer): Add switch-function argument.
5189         (message-mail): Pass switch-function argument to it.
5190
5191 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5192
5193         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5194         Improve doc string.
5195
5196 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5199         (gnus-header-content)
5200         * gnus-cite.el (gnus-cite-10)
5201         * gnus-srvr.el (gnus-server-closed)
5202         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5203         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5204         (gnus-group-mail-3-empty, gnus-group-mail-low)
5205         (gnus-group-mail-low-empty, gnus-splash)
5206         * message.el (message-header-to, message-header-cc)
5207         (message-header-subject, message-header-other, message-header-name)
5208         (message-header-xheader, message-separator, message-cited-text)
5209         (message-mml): Lighten colors of faces used for dark background.
5210
5211 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5212
5213         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5214         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5215
5216 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5217
5218         * message.el (message-narrow-to-headers-or-head):
5219         Ignore mail-header-separator in the body.
5220
5221 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5222
5223         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5224         same as window size.
5225
5226 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5227
5228         * message.el (message-font-lock-keywords): Use message-header-xheader
5229         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5230         ahead of the anything pattern, to get it recognised.
5231
5232 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5233
5234         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5235         spam.el loads uses it in the compiled defadvice form.
5236
5237 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5238
5239         * gnus-sum.el (gnus-articles-to-read)
5240         (gnus-summary-insert-old-articles): Don't truncate group name for
5241         `read-string'.
5242
5243         * gnus-util.el (gnus-limit-string): Delete this function.
5244
5245         * gnus-sum.el (gnus-simplify-subject-fully): Use
5246         `truncate-string-to-width' instead.
5247
5248 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5249
5250         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5251         if, on summary exit, the next group has to be selected.
5252         (gnus-summary-exit): Use it.
5253
5254 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5255
5256         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5257         non-break space.
5258
5259 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5260
5261         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5262         Check if group is not a directory.
5263         (nnfolder-request-expire-articles): Don't delete articles if the target
5264         group is not available.
5265
5266         * nnml.el (nnml-request-create-group): Properly check if group is not a
5267         file.
5268         (nnml-request-expire-articles): Don't delete articles if the target
5269         group is not available.
5270
5271         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5272         Don't quote characters that are within parentheses.
5273
5274 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5275
5276         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5277         (gnus-handle-ephemeral-exit): Select article according to it.
5278
5279 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5280
5281         * message.el (message-insert-formated-citation-line): Remove newline.
5282         (message-citation-line-format): Add final \n here so that the user can
5283         avoid a blank line.
5284
5285 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5286
5287         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5288         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5289         Update lanl/arXiv support.
5290
5291 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5292
5293         * gnus.el: Bump version number.
5294
5295 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5296
5297         * gnus.el (gnus-version-number): Bump version.
5298
5299 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5300
5301         * gnus.el: No Gnus v0.6 is released.
5302
5303 2007-04-27  Didier Verna  <didier@xemacs.org>
5304
5305         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5306         * gmm-utils.el (gmm-regexp-concat): here.
5307         * message.el: Don't require 'gnus-util.
5308         (message-dont-reply-to-names): Handle name change above.
5309         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5310
5311 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5314         since the initial value varies according to the system.
5315
5316 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5317
5318         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5319
5320 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5321
5322         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5323
5324 2007-04-24  Didier Verna  <didier@xemacs.org>
5325
5326         Improve the type of gnus-ignored-from-addresses.
5327         * gnus-util.el (gnus-orify-regexp): New function.
5328         * message.el (gnus-util): Require it.
5329         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5330         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5331         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5332
5333 2007-04-24  Didier Verna  <didier@xemacs.org>
5334
5335         * gnus-sum.el:
5336         * gnus-utils.el: Fix some trailing whitespaces.
5337
5338 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5341         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5342         article's Message-ID; refer parent article in summary buffer.
5343
5344         * message.el (message-bounce): Call mime-to-mml.
5345
5346         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5347         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5348         optimize and/or forms properly.
5349
5350 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5351
5352         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5353         URL.
5354
5355 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5356
5357         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5358
5359 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5362         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5363         displayed of multipart/alternative part if it is invoked from summary
5364         buffer.
5365
5366         * mm-view.el (mm-inline-text-html-render-with-w3m)
5367         (mm-inline-text-html-render-with-w3m-standalone)
5368         (mm-inline-render-with-function): Use mail-parse-charset by default.
5369
5370 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5371
5372         * parse-time.el (parse-time-string-chars): Check if CHAR
5373         is less than the length of parse-time-syntax.
5374
5375 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5376
5377         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5378         from gnus-newsgroup-processable.
5379
5380 2007-04-16  Didier Verna  <didier@xemacs.org>
5381
5382         * gnus-msg.el (gnus-configure-posting-styles): Handle
5383         message-signature-directory properly with :file syntax.  Reported by
5384         "Leo".
5385
5386 2007-04-11  Didier Verna  <didier@xemacs.org>
5387
5388         New user option: message-signature-directory.
5389         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5390         * message.el (message-insert-signature): Ditto.
5391         * message.el (message-signature-file): Doc update.
5392         * message.el (message-signature-directory): New.
5393
5394 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5395
5396         * gnus-msg.el (gnus-inews-yank-articles): Use
5397         message-exchange-point-and-mark instead of exchange-point-and-mark.
5398
5399 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * message.el (message-yank-original): Make sure cited text ends with
5402         newline; don't exchange point and mark.
5403
5404 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5405
5406         * tls.el (open-tls-stream): Properly handle case where there
5407         is no associated buffer.
5408
5409 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5410
5411         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5412         message-yank-original, make sure (< mark TEXT point).
5413
5414 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5415
5416         * message.el (message-fill-column): New variable.
5417         (message-mode): Use it.  Add comment on a possible new hook.
5418
5419         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5420         (nnmail-get-new-mail): Reformat.
5421
5422         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5423
5424         * gmm-utils.el: Fix Commentary.
5425         (gmm-tool-bar-from-list): Fix typo in doc string.
5426
5427 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5428
5429         * message.el (message-yank-original): Don't switch point and mark
5430         unnecessarily to put point and mark as documented.
5431
5432 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5433
5434         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5435         from the message heads.
5436
5437 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5438
5439         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5440         article buffer does not have a window.  This may not be the best
5441         solution but is certainly better than setting the start of the null,
5442         that is the current, window.
5443
5444 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5445
5446         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5447         (gnus-draft-setup): Run it.
5448
5449         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5450         gnus-score-fast-scoring.  Allow regexp.
5451         (gnus-score-headers): Use it.
5452
5453         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5454         XEmacs.
5455
5456         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5457         string.
5458         (gnus-button-alist): Also catch `<f1> k ...'.
5459         (gnus-treat-display-x-face): Fix doc string.
5460
5461 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5462
5463         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5464         evaluation of gnus-extended-version to ensure correct generation of the
5465         User-Agent header when message-generate-headers-first is used.
5466
5467 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5468
5469         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5470         hashcash-path is nil.  Don't call callback with incorrect number of
5471         parameters if val is 0.
5472
5473 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5474
5475         * message.el (message-required-news-headers):
5476         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5477
5478 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5479
5480         * tls.el (open-tls-stream): In handshake-waiting loop,
5481         don't wait more if there is output available to process.
5482
5483 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5484
5485         * tls.el (tls-program): Doc fix.
5486
5487 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5488
5489         * message.el (message-generate-new-buffers): Change the meaning of the
5490         nil value; add `standard' to the choices; treat t as `unique'; improve
5491         doc string.
5492         (gnus-select-frame-set-input-focus): Autoload.
5493         (message-buffer-name): Search for the existing message buffer if
5494         message-generate-new-buffers is nil or `standard'; treat the value t of
5495         message-generate-new-buffers as `unique'.
5496         (message-pop-to-buffer): Raise the frame already displaying the message
5497         buffer; clear the echo area after querying.
5498         (message-setup): Pass the `continue' argument to compose-mail.
5499         (message-mail): Prefer `switch-function' if it is given; search for the
5500         existing message buffer if the `continue' argument is non-nil; pass
5501         continue and switch-function arguments to compose-mail by way of
5502         message-setup.
5503         (message-mail-other-window): Adjust argument of message-setup.
5504         (message-mail-other-frame): Ditto.
5505
5506 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5507
5508         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5509         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5510         to turn font-lock on when turning gnus-message-citation-mode on.
5511
5512 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5513
5514         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5515         (mml-smime-function-alist): New variable; add epg as the backend.
5516         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5517         mml-smime- functions instead.
5518         * mm-view.el: Require smime.
5519
5520 2007-03-05  Didier Verna  <didier@xemacs.org>
5521
5522         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5523         instead of just inheritance for posting styles.
5524         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5525
5526 2007-02-24  Chris Moore  <dooglus@gmail.com>
5527
5528         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5529         * pgg-pgp.el (pgg-pgp-encrypt-region):
5530         * pgg-gpg.el (pgg-gpg-encrypt-region):
5531         Check pgg-encrypt-for-me if no other recipients.
5532
5533 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5534
5535         * tls.el (tls-certtool-program): Fix custom type.
5536
5537 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5538
5539         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5540         and point-at-eol instead of line-(beginning|end)-position.
5541
5542         * assistant.el (assistant-parse-buffer): Ditto.
5543
5544         * netrc.el (netrc-parse-services): Ditto.
5545
5546 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5547
5548         * mml2015.el (mml2015-epg-find-usable-key): New function.
5549         (mml2015-epg-sign): Use it.
5550         (mml2015-epg-encrypt): Use it.
5551
5552 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5553
5554         * message.el (message-make-in-reply-to): Quote name containing
5555         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5556         if there are special characters.  Reported by NAKAJI Hiroyuki
5557         <nakaji@jp.freebsd.org>.
5558
5559 2007-02-27  Didier Verna  <didier@xemacs.org>
5560
5561         Include the group parameters as well as the topic ones in the
5562         inheritance filter process.
5563         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5564         argument GROUP-PARAMS-LIST.
5565         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5566
5567 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5568
5569         * nntp.el (nntp-never-echoes-commands)
5570         (nntp-open-connection-functions-never-echo-commands): New variables.
5571         (nntp-send-command): Use them.
5572
5573 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5574
5575         * mml2015.el (mml2015-epg-verify): Simplified.
5576
5577 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * mml.el (mml-content-disposition-alist): New user option.
5580         (mml-content-disposition): New function.
5581         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5582         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5583
5584 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5585
5586         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5587         verification.
5588
5589 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5590
5591         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5592         articles posted in the last 24 hours.
5593
5594 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5595
5596         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5597
5598 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5599
5600         * nntp.el (nntp-send-command): Don't wait for echoes when
5601         nntp-open-ssl-stream is used.
5602
5603 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5604
5605         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5606         (gnus-message-add-citation-keywords)
5607         (gnus-message-remove-citation-keywords): Remove.
5608         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5609         directly, make the variables in font-lock-defaults buffer-local, add
5610         gnus-message-citation-keywords to them and then update the value of
5611         font-lock-keywords.
5612
5613 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * message.el (message-cite-original-1): Don't call
5616         gnus-article-highlight-citation.
5617
5618         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5619         citations; fix line count.
5620
5621 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5622
5623         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5624         (gnus-message-add-citation-keywords)
5625         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5626         versions of font-lock-add-keywords and font-lock-remove-keywords to
5627         work with XEmacs correctly.
5628
5629 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5630
5631         * gnus-cite.el (gnus-cite-face-list): Set the values of
5632         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5633         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5634         (gnus-message-cite-prefix-regexp): New variable.
5635         (gnus-message-search-citation-line): Use it; protect against long
5636         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5637         the 0th match data for Emacs.
5638         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5639         (gnus-message-add-citation-keywords): Append keywords rather than
5640         prepending; emulate font-lock-add-keywords if it is not available.
5641         (gnus-message-remove-citation-keywords): Emulate
5642         font-lock-remove-keywords if it is not available.
5643
5644         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5645
5646         * message.el (message-cite-prefix-regexp): Set the value of
5647         gnus-message-cite-prefix-regexp.
5648
5649 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5650
5651         * nnweb.el (nnweb-google-parse-1): Update parser.
5652
5653 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5654
5655         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5656
5657 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5658
5659         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5660         regexp.
5661
5662 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5663
5664         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5665         string-to-multibyte.
5666         (uudecode-decode-region-internal): Use it.
5667
5668         * lpath.el: Fbind string-as-multibyte for XEmacs.
5669
5670 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5671
5672         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5673         custom choice.
5674
5675         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5676
5677 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5678
5679         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5680
5681         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5682         `write-region' to respect `mm-inhibit-file-name-handlers'.
5683
5684 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5685
5686         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5687         Use gnus-home-directory instead of "~/" or "$HOME".
5688
5689 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5690
5691         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5692         to mention filename.
5693         Add comments at beginning regarding usage.
5694         (encrypt-write-file-contents): Change interactive so a string is
5695         acceptable.  If the file has no associated model, show an error instead
5696         of a nonsense prompt.
5697
5698 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5699
5700         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5701         Thanks to Yoshihiko Yamada for kind notification of this typo.
5702
5703 2007-01-12  Kenichi Handa  <handa@m17n.org>
5704
5705         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5706         multibyte buffer.
5707
5708 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5709
5710         * gnus-score.el (gnus-score-fast-scoring): New variable.
5711         (gnus-score-headers): Use it.
5712
5713         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5714
5715         * message.el (message-cite-original-1): Call
5716         gnus-article-highlight-citation if requested.
5717         (message-make-from): Allow name and address as optional arguments.
5718
5719         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5720
5721         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5722         bugs to doc string.
5723         (gnus-button-alist): Add mid\\|message-id.
5724         (gnus-button-fetch-group): Extend for use in
5725         `browse-url-browser-function'.
5726         (gnus-button-url-regexp): Try to catch paired parentheses like in
5727         Wikipedia URLs.
5728
5729         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5730         Suggested by Simon Krahnke <overlord@gmx.li>.
5731
5732 2007-01-13  Romain Francoise  <romain@orebokech.com>
5733
5734         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5735         Update copyright.
5736
5737 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5738
5739         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5740
5741 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5742
5743         * gnus-registry.el (gnus-registry-unfollowed-groups)
5744         (gnus-registry-split-fancy-with-parent): Fix documentation.
5745
5746 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5747
5748         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5749         from nnweb groups.
5750
5751 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5752
5753         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5754         Xref urls.  Erase buffer before requesting head.
5755
5756 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5757
5758         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5759         customizable.
5760
5761 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5762
5763         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5764         no signing key is found.
5765         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5766         no encrypting and/or signing key is found.
5767
5768 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5769
5770         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5771
5772 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5773
5774         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5775         headers read from disk with the ones newly found in the current search.
5776         This should no longer cause problems, because the article numbers in
5777         Gmane's `nov.php' output are ignored since the previous change.
5778
5779 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5780
5781         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5782
5783 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5784
5785         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5786         replace-regexp-in-string; bind url-version; fbind display-images-p and
5787         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5788         find-face and set-itimer-function for Emacs; bind itimer-list for
5789         Emacs.
5790
5791         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5792
5793 2007-01-01  Romain Francoise  <romain@orebokech.com>
5794
5795         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5796
5797 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5798
5799         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5800         `define-minor-mode' macro definition expanded properly.
5801         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5802         exclude it there.
5803
5804         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5805         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5806         `fboundp' test.
5807         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5808         This is OK to autoload in (S)XEmacs now.
5809
5810 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5811
5812         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5813         keystroke.
5814         (gnus-summary-limit-to-singletons): Fix typo.
5815
5816         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5817         else fails.
5818
5819 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5820
5821         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5822         docstring.
5823
5824         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5825         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5826         (gnus-summary-insert-dormant-articles): Fix typo in message.
5827
5828 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5829
5830         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5831         nil for XEmacs.
5832         (gnus-message-citation-mode): Don't autoload in XEmacs.
5833
5834         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5835
5836 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5837
5838         * nnimap.el (nnimap-expunge-search-string): Mention
5839         nnimap-search-uids-not-since-is-evil in docstring.
5840
5841 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5842
5843         * spam.el: Revert to make-obsolete-variable because
5844         define-obsolete-variable-alias is not supported in Emacs 21.
5845
5846         * spam.el (spam-ifile-path, spam-ifile-database-path)
5847         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5848         make-obsolete-variable.
5849         (spam-bsfilter-path, spam-bsfilter-program)
5850         (spam-spamassassin-path, spam-spamassassin-program)
5851         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5852         use "path" inappropriately.
5853         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5854         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5855         variable names.
5856
5857 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5858
5859         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5860         summary buffer.
5861
5862         * password.el (password-cache-remove): Use clear-string to burn
5863         password, if available.
5864
5865 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5866
5867         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5868
5869         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5870
5871         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5872         (gnus-message-highlight-citation): Move defcustom here from
5873         gnus-cite.el.
5874         (gnus-message-citation-mode): Autoload.
5875
5876         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5877         checks to make it compile with XEmacs.
5878         (gnus-message-citation-mode): New minor mode.
5879         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5880         (gnus-message-highlight-citation): New variables.
5881         (gnus-message-search-citation-line)
5882         (gnus-message-add-citation-keywords)
5883         (gnus-message-remove-citation-keywords)
5884         (turn-on-gnus-message-citation-mode)
5885         (turn-off-gnus-message-citation-mode): New functions.
5886
5887 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5888
5889         * gnus-cite.el: Enable highlighting of different citation levels in
5890         message-mode.
5891
5892 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5893
5894         * message.el (message-make-fqdn): Fix comment.
5895         (message-bogus-system-names): Add ".local".
5896
5897         * spam.el (spam-ifile-path, spam-ifile-program)
5898         (spam-ifile-database-path, spam-ifile-database)
5899         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5900         Don't use "path" inappropriately.
5901         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5902         strings.
5903         (spam-check-ifile, spam-ifile-register-with-ifile)
5904         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5905         new variable names.
5906
5907         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5908         (gnus-treat-display-smileys): Simplify using
5909         gnus-image-type-available-p.
5910
5911         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5912         available.
5913
5914         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5915         `display-images-p' if available.
5916
5917 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5918
5919         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5920         one after turning on the buffer's multibyteness instead of decoding
5921         them directly in the unibyte buffer that causes unexpected conversion
5922         in Emacs 23 (unicode).
5923
5924 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5925
5926         * message.el (message-generate-hashcash): Fix custom type.
5927
5928 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5929
5930         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5931
5932 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5933
5934         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5935         disconnect icons.  Add help text.
5936
5937 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5938
5939         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5940         negated to be consistent with the others we handle.
5941
5942 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5943
5944         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5945         version of gnus-summary-buffer to something, so that we can use two
5946         article buffers at the same time.
5947
5948 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5949
5950         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5951         trigger all the extra headers.
5952         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5953         sorting.
5954
5955 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5956
5957         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5958         solid groups.
5959
5960 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5961
5962         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5963
5964 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5965
5966         * legacy-gnus-agent.el: Add Copyright notice.
5967
5968 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5969
5970         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5971
5972 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5973
5974         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5975
5976         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5977         to make it work reliably in CVS Emacs.
5978         (gnus-summary-limit-strange-charsets-predicate)
5979         (gnus-summary-limit-to-predicate): New functions.
5980
5981 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5982
5983         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5984         specifying array size.
5985         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5986         array if it is too small.
5987         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5988         (gnus-sort-threads-loop): New function.
5989
5990 2006-12-06  Chris Moore  <dooglus@gmail.com>
5991
5992         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5993         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5994
5995 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5996
5997         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5998         options.
5999
6000 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6001
6002         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6003         DOS-ing the recipient.
6004
6005         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6006         the headers when creating the mapping to avoid mismappings.
6007         (nnweb-gmane-create-mapping): Always nix out old mapping.
6008
6009 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6010
6011         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6012         and mm-verify-option to never.
6013
6014 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * message.el (message-signed-or-encrypted-p): New function.
6017         (message-forward-make-body): Use it.
6018
6019         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6020         Replace encode-coding-string with mm-encode-coding-string.
6021
6022 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * nneething.el (nneething-decode-file-name): Replace
6025         decode-coding-string with mm-decode-coding-string.
6026
6027         * gnus-int.el (gnus-open-server): Say failed server's name.
6028
6029 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6030
6031         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6032         strings to a single string.  Quote `errors-file-name'.
6033         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6034         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6035         Adjust calls.  Use `shell-quote-argument'.
6036
6037 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6038
6039         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6040         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6041
6042         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6043         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6044         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6045         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6046         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6047         (gnus-subscribe-newsgroup, gnus-1):
6048         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6049         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6050         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6051         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6052
6053 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6054
6055         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6056         keystroke.
6057         (gnus-summary-limit-to-bodies): Implement headersp.
6058
6059 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6060
6061         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6062
6063 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6066
6067 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6068
6069         * message.el (message-generate-hashcash): Expand range of values to
6070         include `opportunistic'.
6071         (message-send-mail): Use it.
6072
6073 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6074
6075         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6076         and comment it.
6077
6078         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6079
6080 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6081
6082         * gnus-util.el (gnus-extract-address-components): Improve comment.
6083
6084 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6085
6086         * gnus-util.el (gnus-extract-address-components): Work with address in
6087         which the name portion contains @.
6088
6089         * lpath.el: Fbind custom-autoload.
6090
6091 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6092
6093         * gnus.el (gnus-start): Move custom group up.
6094         (gnus-select-method): Don't autoload, but make it available for
6095         `customize-variable'.
6096         (gnus-getenv-nntpserver): Don't autoload.
6097
6098 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6099
6100         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6101
6102 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6103
6104         * message.el (message-sendmail-extra-arguments): New variable.
6105         (message-send-mail-with-sendmail): Use it.
6106
6107 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6108
6109         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6110         mm-with-unibyte-current-buffer to make string unibyte.
6111
6112         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6113         mm-string-as-multibyte.
6114
6115 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6116
6117         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6118         Reported by Werner Koch <wk@gnupg.org>.
6119
6120 2006-11-14  Daiki Ueno  <ueno@p360>
6121
6122         * mml2015.el: Autoload epa-select-keys when compiling.
6123
6124 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6125
6126         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6127         message-options.
6128         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6129
6130 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6131
6132         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6133         EasyPG (< 0.0.6).
6134         (mml2015-always-trust): New user option.
6135         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6136         prompt.
6137
6138 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * nntp.el (nntp-authinfo-force): New variable.
6141         (nntp-send-authinfo): Use it.
6142
6143 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6144
6145         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6146         decode encoded words.  Improve prompt.  Add comment about forwarding.
6147         (message-replacement-char): Move up.
6148
6149 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6150
6151         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6152         instead of gnus-intersection because arguments of gnus-sorted-nunion
6153         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6154
6155 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6156
6157         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6158         (message-simplify-subject-functions): Enable
6159         message-strip-subject-encoded-words by default.
6160
6161 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6162
6163         * message.el (message-strip-subject-encoded-words): New function.
6164         (message-simplify-subject-functions): New variable.
6165         (message-simplify-subject): Use it.  Fix typo in doc string.
6166         Support message-strip-subject-encoded-words.
6167
6168 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6169
6170         * gnus-diary.el (gnus-diary-delay-format-function):
6171         * nndiary.el (nndiary-reminders):
6172         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6173
6174 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6175
6176         * gnus-art.el (article-hide-boring-headers): Fetch date from
6177         gnus-original-article-buffer to avoid problems with localized date
6178         strings.
6179
6180 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6181
6182         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6183
6184 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6185
6186         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6187         New variables.
6188         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6189         (mm-charset-synonym-alist): Move some entries to
6190         mm-codepage-iso-8859-list.
6191         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6192         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6193
6194 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6195
6196         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6197
6198 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6199
6200         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6201         with Emacs 21 and XEmacs.
6202
6203 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6204
6205         * spam.el (spam-parse-address): New function for better parsing,
6206         catching errors, etc.
6207         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6208
6209 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6210
6211         * mm-view.el: Add interactive arg to html2text autoload.
6212
6213 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6214
6215         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6216
6217 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6218
6219         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6220         variables.
6221         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6222         (mm-charset-synonym-alist): Move some entries to
6223         mm-codepage-iso-8859-list.
6224
6225         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6226
6227 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6228
6229         * message.el (message-citation-line-format)
6230         (message-insert-formated-citation-line): Fix implementation of %E, %N
6231         and %n according to the doc string.
6232
6233 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6234
6235         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6236         car-safe to avoid bad parses.
6237
6238 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6241         names.
6242
6243         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6244
6245 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6248         header.
6249
6250         * message.el (message-draft-headers): Add Date.
6251         (message-headers-to-generate): Fix typo in docstring.
6252
6253         * nndraft.el (nndraft-required-headers): New variable.
6254         (nndraft-generate-headers): Use it.
6255
6256         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6257
6258 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6259
6260         * gnus-registry.el (gnus-registry-wash-for-keywords)
6261         (gnus-registry-find-keywords): New functions to allow easy searching of
6262         articles that are in the registry.
6263
6264 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6265
6266         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6267         ietf-drums-parse-address instead of gnus-extract-address-components.
6268         Reported by Damien Elmes <damien@repose.cx>.
6269
6270 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6271
6272         * gnus.el (gnus-mime): Remove unused custom group.
6273
6274 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6275
6276         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6277         "blank line" when searching for end of armor headers.
6278
6279 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6280
6281         * gmm-utils.el (gmm-write-region): Fix variable name.
6282
6283 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6284
6285         * gmm-utils.el (gmm-write-region): New function based on compatibility
6286         code from `mm-make-temp-file'.
6287
6288         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6289
6290         * nnmaildir.el (nnmaildir--update-nov)
6291         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6292         Use `gmm-write-region'.
6293
6294 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6295
6296         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6297         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6298
6299         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6300
6301         * message.el (message-replacement-char): New variable.
6302         (message-fix-before-sending): Use it.
6303         (message-simplify-subject): New function to remove duplicate code.
6304         (message-reply, message-followup): Use it.
6305
6306         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6307         gnus-summary-limit-to-articles.
6308
6309 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6310
6311         * gnus-util.el (gnus-with-local-quit): New macro.
6312
6313         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6314
6315 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6316
6317         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6318         ignore non-string data.
6319
6320 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6321
6322         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6323         non-string data (needs to be done in the registry too).
6324
6325 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6326
6327         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6328         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6329         (gnus-registry-split-fancy-with-parent)
6330         (gnus-registry-fetch-simplified-message-subject-fast)
6331         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6332         Remove text properties on ingress into the registry and when it's saved.
6333         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6334         registry from entries with no groups.
6335
6336 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6337
6338         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6339         function to remove string properties.
6340
6341 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6342
6343         * gmm-utils.el (gmm): Adjust custom version.
6344
6345         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6346         custom version.
6347
6348         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6349
6350 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6351
6352         * gnus-art.el (gnus-insert-prev-page-button)
6353         (gnus-insert-next-page-button): Simplify.  Reformat.
6354
6355 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6356
6357         * gnus-art.el (gnus-insert-prev-page-button)
6358         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6359
6360 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6361
6362         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6363
6364 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6365
6366         * gnus-art.el (gnus-insert-mime-button)
6367         (gnus-insert-mime-security-button):
6368         Apply gnus-article-button-face to MIME and security buttons.
6369
6370 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6371
6372         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6373         readable.
6374
6375 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6376
6377         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6378
6379 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6380
6381         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6382         `browse-url-of-file' instead of `browse-url'.
6383
6384 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6385
6386         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6387         regexp.  Articles containing quotation were cut prematurely.
6388
6389 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6390
6391         * message.el (message-cite-original-1): Use nobody by default for the
6392         value of From header.
6393         (message-reply): Ditto.
6394
6395 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6396
6397         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6398         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6399         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6400
6401 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6402
6403         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6404         mails in the doc string.  Add some URLs in comment.
6405         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6406
6407 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6408
6409         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6410         backslashes handling and the way to find boundaries of quoted strings.
6411
6412 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6413
6414         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6415         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6416         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6417         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6418
6419 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6420
6421         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6422         doc string.
6423         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6424
6425 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * lpath.el: Fbind epg-check-configuration.
6428
6429 2006-09-06  Simon Josefsson  <jas@extundo.com>
6430
6431         * mml2015.el (mml2015-use): Doc fix, mention epg.
6432
6433 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6434
6435         * mml2015.el (mml2015-use): Default to epg, if available.
6436
6437 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6438
6439         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6440         message-sender.
6441         (mml1991-epg-encrypt): Ditto.
6442         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6443         message-sender.
6444         (mml2015-epg-encrypt): Ditto.
6445
6446 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6447
6448         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6449         several common directories.
6450
6451 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6452
6453         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6454         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6455
6456 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * gnus-art.el (article-decode-encoded-words): Make it fast.
6459
6460 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6461
6462         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6463
6464         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6465         in quoted string into `\'.
6466
6467 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6470         Use standard-syntax-table.
6471
6472 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6473
6474         * gnus-art.el (gnus-decode-address-function): New variable.
6475         (article-decode-encoded-words): Use it to decode headers which are
6476         assumed to contain addresses.
6477         (gnus-mime-delete-part): Remove useless `or'.
6478
6479         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6480         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6481         (gnus-nov-parse-line): Use it to decode From header.
6482         (gnus-get-newsgroup-headers): Ditto.
6483         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6484
6485         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6486         (mail-decode-encoded-address-string): New alias.
6487
6488         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6489         New function.
6490         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6491         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6492         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6493         (rfc2047-decode-string): Ditto.
6494         (rfc2047-decode-address-region): New function.
6495         (rfc2047-decode-address-string): New function.
6496
6497 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6498
6499         * message.el (message-caesar-buffer-body): Allow rotating headers.
6500
6501         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6502
6503         * message.el (message-insert-formated-citation-line): Fix %f.
6504         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6505
6506 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6507
6508         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6509         (gnus-bookmark-mouse-available-p): New macro.
6510         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6511         (gnus-bookmark-bmenu-show-infos): Use it.
6512         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6513         (gnus-bookmark-bmenu-hide-infos): Ditto.
6514         (gnus-bookmark-remove-properties): New function.
6515         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6516         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6517         (gnus-bookmark-write-file): Bind coding-system-for-write.
6518         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6519         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6520         group before selecting it.
6521         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6522         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6523         quit-window if it is not available; use gnus-mouse-2 and bind it to
6524         gnus-bookmark-bmenu-select-by-mouse.
6525         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6526         (gnus-bookmark-bmenu-select-by-mouse): New function.
6527
6528 2006-08-13  Romain Francoise  <romain@orebokech.com>
6529
6530         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6531         space.
6532
6533 2006-08-10  Romain Francoise  <romain@orebokech.com>
6534
6535         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6536         (dns-mode-soa-auto-increment-serial): New user option.
6537         (dns-mode-soa-maybe-increment-serial): New function.
6538         (dns-mode): Add the latter to `write-contents-functions'.
6539
6540 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * compface.el (uncompface): Use binary rather than raw-text-unix.
6543
6544 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6545
6546         * compface.el (uncompface): Make sure the eol conversion doesn't take
6547         place when communicating with the external programs.  Reported by
6548         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6549
6550 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6551
6552         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6553
6554 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6555
6556         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6557         Make it more robust by parsing author and date independently.
6558
6559 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6560
6561         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6562
6563 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6564
6565         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6566         first matching secret key.
6567         (mml2015-epg-encrypt): Ditto.
6568
6569         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6570         first matching secret key.
6571         (mml1991-epg-encrypt): Ditto.
6572
6573         * mml2015.el (mml2015-encrypt-to-self): New user option.
6574         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6575         mml2015-epg-encrypt-to-self is set.
6576
6577         * mml1991.el (mml1991-encrypt-to-self): New variable.
6578         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6579         mml1991-epg-encrypt-to-self is set.
6580
6581         * mml2015.el (mml2015-signers): New user option.
6582         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6583         (mml2015-epg-encrypt): Allow to select signing keys.
6584
6585         * mml1991.el (mml1991-signers): New variable.
6586         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6587         (mml1991-epg-encrypt): Allow to select signing keys.
6588
6589 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6590
6591         * nnheader.el (nnheader-insert-head): Make it work even if the file
6592         uses CRLF for the line-break code.
6593
6594 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6595
6596         * mml2015.el: Require mml-sec instead of password.
6597         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6598         (mml2015-cache-passphrase): Inherit the default value from
6599         mml-secure-cache-passphrase.
6600         (mml2015-passphrase-cache-expiry): Inherit the default value from
6601         mml-secure-passphrase-cache-expiry.
6602
6603         * mml1991.el: Require mml-sec instead of password.
6604         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6605         (mml1991-cache-passphrase): Inherit the default value from
6606         mml-secure-cache-passphrase.
6607         (mml1991-passphrase-cache-expiry): Inherit the default value from
6608         mml-secure-passphrase-cache-expiry.
6609
6610         * mml-sec.el: Require password.
6611         (mml-secure-verbose): New user option.
6612         (mml-secure-cache-passphrase): New user option.
6613         (mml-secure-passphrase-cache-expiry): New user option.
6614
6615 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6616
6617         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6618         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6619         andreas@altroot.de (Andreas Vögele).
6620
6621         FIXME: Use `tiny change'?
6622
6623 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6624
6625         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6626         workaround for the url package included with Emacs.
6627
6628         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6629
6630 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6633         correctly.  This fixes a bug caused by the 2006-05-12 change.
6634
6635 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6636
6637         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6638         some information about the error when saying that the `bogus' mail
6639         group will be used.
6640
6641 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6642
6643         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6644         string.
6645
6646 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6647
6648         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6649
6650 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6651
6652         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6653
6654 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6655
6656         * mml1991.el (mml1991-function-alist): Add epg.
6657         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6658         (mml1991-epg-encrypt): New functions.
6659
6660 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6661
6662         * mml2015.el (mml2015-verbose): New variable.
6663         (mml2015-cache-passphrase): Ditto.
6664         (mml2015-passphrase-cache-expiry): Ditto.
6665         (mml2015-function-alist): Add epg.
6666         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6667         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6668         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6669         functions.
6670
6671 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6672
6673         * message.el (message-cite-original-1): Preserve region when removing
6674         quoted text due to X-No-Archive in order to avoid bogus attribution
6675         when citing multiple messages.
6676
6677 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6678
6679         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6680         Kenneth Jacker <khj@be.cs.appstate.edu>.
6681
6682 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6683
6684         * gnus-diary.el (gnus-user-format-function-d)
6685         (gnus-user-format-function-D): Autoload.
6686
6687         * imap.el (Commentary): Fix typo.
6688
6689         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6690         2006-04-22 contribution.
6691
6692 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6693
6694         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6695         It didn't really fix the bogosity I'm seeing with solid web groups.
6696
6697 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6698
6699         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6700         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6701         created using server names.  If we use the feature without declaring
6702         it, Gnus does not properly manage server and group state.
6703
6704         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6705         bound.
6706
6707 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6708
6709         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6710         looking up the method using GROUP's prefix before inventing a new one.
6711         It is used on killed/unknown groups in various places where returning
6712         an all-new method isn't expected by the caller.
6713
6714         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6715         and match semantics of gnus-group-real-prefix.
6716
6717 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6718
6719         * nnmail.el (nnmail-broken-references-mailers): New variable.
6720         (nnmail-ignore-broken-references): New function generalizing
6721         nnmail-fix-eudora-headers.
6722         (nnmail-fix-eudora-headers): Now obsolete.
6723
6724         * gnus-art.el (gnus-button-handle-custom): Support
6725         `customize-apropos*'.
6726
6727 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6728
6729         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6730
6731         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6732         articles.
6733
6734 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6735
6736         * message.el (message-cite-reply-above): New variable.
6737         (message-yank-original): Use it.
6738
6739 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6740
6741         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6742
6743 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6744
6745         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6746         as read.
6747
6748         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6749
6750 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6751
6752         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6753         (gnus-bookmark-default-file): Use gnus-directory.
6754         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6755         Remove "*" in doc string.
6756         (gnus-bookmark-write-file): Simplify.
6757         (gnus-bookmark-maybe-sort-alist): Use `when'.
6758         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6759         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6760         FIXME about Emacs 21 and XEmacs compatibility.
6761         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6762         compatibility.
6763         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6764         compatibility.
6765         (gnus-bookmark-menu-heading): Fix version.
6766
6767 2006-06-19  Bastien Guerry  <bzg@altern.org>
6768
6769         * gnus-bookmark.el: New file.
6770
6771 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6772
6773         * message.el (message-syntax-checks): Doc fix.
6774
6775 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6776
6777         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6778         unsubscribed groups as if they were killed ones.  It causes duplicate
6779         entries in gnus-newsrc-alist.
6780
6781 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6782
6783         * message.el (message-syntax-checks): Doc fix.
6784         (message-send-mail): Add check for continuation headers.
6785         (message-check-news-header-syntax): Fix regexp used to check for
6786         continuation headers.
6787
6788 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6791
6792 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6793
6794         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6795
6796 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6799         default-truncate-lines.
6800
6801 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6802
6803         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6804         to fill the utf-8 entry.
6805
6806         * lpath.el: Fbind unicode-precedence-list.
6807
6808 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6809
6810         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6811
6812 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6813
6814         * gnus-agent.el (directory-files-and-attributes): Move all the way
6815         forward (the third and final move).
6816         (gnus-agent-read-agentview): Trap reconstruction errors due to
6817         nonexistant directory.  Handle by returning nil.
6818
6819 2006-05-30  Didier Verna  <didier@xemacs.org>
6820
6821         * message.el (message-dont-reply-to-names): Update the custom type.
6822         * message.el (message-dont-reply-to-names): New defsubst: potentially
6823         convert a list of regexps into a single one.
6824         * message.el (message-get-reply-headers): Use it.
6825         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6826
6827 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6828
6829         * gnus-agent.el (directory-files-and-attributes): Move forward.
6830
6831 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6832
6833         * gnus-ml.el (gnus-mailing-list-subscribe)
6834         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6835         (gnus-mailing-list-message): Fix doc strings.
6836
6837 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6838
6839         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6840         of doing it manually.
6841
6842 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6843
6844         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6845         comment.
6846
6847 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6848
6849         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6850         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6851         (gnus-agent-read-local): All symbols allocated in my-obarray.
6852         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6853         (gnus-agent-regenerate-group): Check numeric names to see if they are
6854         messages or groups.
6855         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6856         better way of do this...)
6857
6858         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6859         'dummy.group' (there should be a better way of do this...)
6860
6861 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6864         (gnus-saved-headers): Ditto.
6865         (gnus-default-article-saver): Mention functions may have properties.
6866         (gnus-article-save): Override gnus-save-all-headers and
6867         gnus-saved-headers by :headers property which saver function may have.
6868         (gnus-summary-save-in-file): Add :headers property.
6869         (gnus-summary-write-to-file): Ditto.
6870
6871         * gnus-sum.el (gnus-summary-save-article): Bind
6872         gnus-prompt-before-saving to t when saving many articles in a file;
6873         always show all headers.
6874
6875         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6876
6877 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6878
6879         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6880         marks.
6881
6882         * message.el (message-indent-citation): Add optional arguments to allow
6883         using it outside of message buffers.
6884
6885         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6886         (gnus-article-treat-unfold-headers): Use it.
6887         (gnus-article-truncate-lines): New variable.
6888         (gnus-article-mode): Use it.
6889         (gnus-article-toggle-truncate-lines): New function.
6890
6891         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6892         gnus-article-toggle-truncate-lines.
6893
6894         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6895         coding system in XEmacs, use binary.
6896
6897 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6898
6899         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6900         after-load-alist.
6901
6902         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6903         this function should save decoded articles.
6904         (gnus-summary-write-to-file): Use property to specify this function
6905         should save decoded articles and specify gnus-summary-save-in-file
6906         should be used to save articles other than the first one when saving
6907         many articles.
6908         (gnus-summary-save-body-in-file): Use property to specify this
6909         function should save decoded articles.
6910         (gnus-summary-write-body-to-file): Use property to specify this
6911         function should save decoded articles and specify
6912         gnus-summary-save-body-in-file should be used to save articles other
6913         than the first one when saving many articles.
6914
6915         * gnus-sum.el (gnus-summary-save-article): Simplify.
6916
6917 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6918
6919         * gnus-art.el (gnus-default-article-saver): Add
6920         gnus-summary-write-body-to-file.
6921         (gnus-article-save-coding-system): Don't use coding system object
6922         in XEmacs.
6923         (gnus-read-save-file-name): Add optional `dir-var' argument which
6924         specifies directory in which files are saved; work even if optional
6925         `variable' argument is not specified.
6926         (gnus-summary-write-to-file): Read file name.
6927         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6928         (gnus-summary-write-body-to-file): New function.
6929
6930         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6931         (gnus-summary-local-variables): Add it.
6932         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6933         (gnus-summary-save-article): Remove optional `decode' argument;
6934         determine whether to decode articles by the value of
6935         gnus-default-article-saver; when saving many files using
6936         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6937         it first and use gnus-summary-save-in-file or
6938         gnus-summary-save-body-in-file thereafter unless
6939         gnus-prompt-before-saving is always; move point to article which
6940         will be saved.
6941         (gnus-summary-save-article-file): Revert.
6942         (gnus-summary-write-article-file): Revert.
6943         (gnus-summary-save-article-body-file): Revert.
6944         (gnus-summary-write-article-body-file): New function.
6945
6946 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * gnus-art.el (gnus-default-article-saver): Doc fix.
6949         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6950         from gnus-summary-save-article-coding-system, and default to a
6951         certain coding system.
6952         (gnus-output-to-file): Add coding cookie and encode text according
6953         to gnus-article-save-coding-system; don't use mm-append-to-file.
6954
6955         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6956         gnus-art.el and rename to gnus-article-save-coding-system.
6957         (gnus-summary-save-article): Require gnus-art; don't show all
6958         headers if it decodes articles; don't add coding cookie here;
6959         don't bind mm-text-coding-system-for-write.
6960         (gnus-summary-save-article-file): Save decoded articles.
6961         (gnus-summary-write-article-file): When saving many files, use
6962         gnus-summary-write-to-file first and gnus-summary-save-in-file
6963         thereafter unless gnus-prompt-before-saving is always.
6964         (gnus-summary-save-article-body-file): Save decoded articles.
6965
6966         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6967
6968 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6969
6970         * nnrss.el (nnrss-check-group): Bind hash-index.
6971
6972 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6973
6974         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6975         its hash index.  Store this hash in `nnrss-group-data'.
6976         (nnrss-read-group-data): Update accordingly.
6977
6978 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6979
6980         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6981         entry.
6982
6983         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6984         gnus-article-browse-html-article.
6985
6986 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6987
6988         * gnus-sum.el (gnus-summary-mime-map): Add
6989         gnus-article-browse-html-article.
6990
6991         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6992
6993 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6994
6995         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6996         suitable coding systems in customize.
6997
6998 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6999
7000         * mail-source.el (mail-sources): Fix custom type.
7001
7002 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7003
7004         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7005         (gnus-summary-expire-articles-now): Shorten prompt.
7006
7007         * gmm-utils.el (wid-edit): Require.
7008         (defun-gmm): Renamed from `gmm-defun-compat'.
7009         (gmm-image-search-load-path): Use it.
7010         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7011
7012 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7013
7014         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7015         variable.
7016         (gnus-summary-save-article): Add optional `decode' argument.  If
7017         it is set and gnus-summary-save-article-coding-system is non-nil,
7018         save decoded article.
7019         (gnus-summary-write-article-file): Save decoded article if
7020         gnus-summary-save-article-coding-system is non-nil.
7021
7022         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7023         type.
7024
7025 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7028
7029 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7030
7031         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7032         first to test gnus-single-article-buffer which may be buffer-local.
7033
7034         * gnus-sum.el (gnus-summary-setup-buffer): Make
7035         gnus-single-article-buffer buffer-local and nil in ephemeral
7036         group; make gnus-article-buffer, gnus-article-current, and
7037         gnus-original-article-buffer always buffer-local.
7038         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7039         group.
7040         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7041
7042 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7043
7044         * nnml.el (nnml-request-compact-group): Compressed files might not
7045         have .gz extension.
7046
7047 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7048
7049         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7050         (mm-copy-to-buffer): Use with-current-buffer.
7051         (mm-display-part): Simplify.
7052         (mm-inlinable-p): Add optional arg `type'.
7053
7054 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7055
7056         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7057         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7058         Try harder to show the attachment internally or externally using
7059         gnus-mime-view-part-as-type.
7060
7061 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7062
7063         * message.el (message-from-style, message-signature-separator)
7064         (message-user-organization-file, message-send-mail-function)
7065         (message-citation-line-function, message-yank-prefix)
7066         (message-indent-citation-function, message-signature)
7067         (message-signature-file, message-signature-insert-empty-line):
7068         Remove autoloads.
7069
7070         * gnus-art.el (gnus-buttonized-mime-types): Remove
7071         "multipart/signed".  Revert 2006-04-26 change.
7072
7073 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7074
7075         * gnus.el (gnus-version-number): Bump version.
7076
7077 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7078
7079         * gnus.el: No Gnus v0.5 is released.
7080
7081 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7082
7083         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7084         fetching articles by message-id.
7085
7086 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7087
7088         * message.el (hashcash): Require hashcash as normal.
7089
7090         * ecomplete.el (ecomplete-highlight-match-line): Use
7091         point-at-eol.
7092         (ecomplete-highlight-match-line): Use `highlight', because that
7093         face exists in both Emacs and XEmacs.
7094
7095         * message.el (message-display-abbrev): Use point-at-bol.
7096
7097         * mail-source.el: Don't require timer/timer-funcs.
7098
7099         * gnus-async.el: Ditto.
7100
7101         * password.el: Ditto.
7102
7103         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7104
7105         * mm-url.el: Ditto.
7106
7107         * gnus-xmas.el: Don't require timer-funcs.
7108
7109         * mm-util.el: Require timer/timer-funcs.
7110
7111 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7112
7113         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7114         Close.
7115
7116 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7119         unibyte after clear-decrypt function runs.
7120
7121         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7122         returns as a unibyte string.
7123
7124 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7125
7126         * lpath.el: Revert.
7127
7128         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7129         (pgg-gpg-process-sentinel): Revert.
7130
7131         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7132         (pgg-pgp-lookup-key): Revert.
7133
7134         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7135         (pgg-pgp5-lookup-key): Revert.
7136
7137         * pgg.el (pgg-fetch-key): Revert.
7138
7139 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7140
7141         * lpath.el: Fbind string-as-multibyte for XEmacs.
7142
7143         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7144         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7145         (mml1991-pgg-encrypt): Ditto.
7146
7147         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7148         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7149         a multibyte buffer.
7150
7151         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7152         (pgg-pgp-lookup-key): Ditto.
7153
7154         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7155         (pgg-pgp5-lookup-key): Ditto.
7156
7157         * pgg.el (pgg-fetch-key): Ditto.
7158
7159 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7160
7161         * message.el (message-user-organization-file): Check several
7162         locations of the organization file.
7163
7164         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7165         Add gnus-article-view-part-as-type.
7166
7167         * gnus-art.el (gnus-article-view-part-as-type): New function.
7168
7169         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7170         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7171
7172         * mml.el: Simplify autoload.
7173         (mml-mode): defvar dnd-protocol-alist instead of using
7174         symbol-value.
7175         (mml-default-directory): New variable.
7176         (mml-minibuffer-read-file): Use it.
7177         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7178
7179         * message.el (message-citation-line-format): New variable.
7180         (message-insert-formated-citation-line): New function.
7181         (message-citation-line-function): Add
7182         `message-insert-formated-citation-line' to custom type.
7183
7184         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7185         to doc string.
7186
7187         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7188         depending on mm-verify-option.
7189
7190 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7193         binding pgg-* variables; reimplement the section which prevents
7194         MIME header from being signed.
7195         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7196         pgg-text-mode; remove a blank line at the top of body.
7197
7198         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7199         lines at the top of body; use gnus-newsgroup-charset if there's no
7200         Charset header.
7201
7202 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * message.el (message-self-insert-commands): Doc fix.
7205
7206         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7207         (mm-uu-pgp-encrypted-test): Ditto.
7208         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7209         between header and body; return application/pgp-encrypted handle
7210         if decryption failed; decode decrypted body by charset.
7211
7212         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7213         element match to application/pgp-*.
7214
7215 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7216
7217         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7218         HTML.
7219
7220 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7221
7222         * mail-source.el (mail-source-call-script): Message the error
7223         string.
7224
7225 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7226
7227         * gnus-util.el (gnus-byte-compile): Use it.
7228
7229 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7230
7231         * gnus-util.el (kill-empty-logs): New function.
7232
7233 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7234
7235         * message.el (message-mail-alias-type): Doc fix.
7236         (message-mail-alias-type-p): New function.
7237         (message-send): Use it.
7238         (message-mode): Ditto.
7239         (message-strip-forbidden-properties): Ditto.
7240
7241         * ecomplete.el (ecomplete-database-file-coding-system): New
7242         variable.
7243         (ecomplete-save): Use it.
7244         (ecomplete-setup): Use it.
7245
7246 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * message.el (message-self-insert-commands): New variable.
7249         (message-strip-forbidden-properties): Use it.
7250
7251 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7252
7253         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7254         that doesn't make XEmacs choke.
7255
7256 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7257
7258         * gnus-util.el (gnus-replace-in-string):
7259         Prefer replace-regexp-in-string over of replace-in-string.
7260
7261 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7262
7263         * gnus-util.el (gnus-select-frame-set-input-focus):
7264         Use select-frame-set-input-focus if it is available in XEmacs; use
7265         definition defined in Emacs 22 for old Emacsen.
7266
7267         * dgnushack.el: Autoload unmorse-region for XEmacs.
7268
7269         * lpath.el: Bind cursor-in-non-selected-windows and
7270         select-frame-set-input-focus for XEmacs.
7271
7272 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7273
7274         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7275
7276 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7277
7278         * gnus-registry.el (gnus-registry-cache-save): Remove text
7279         properties when saving via the temp buffer.
7280
7281 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7282
7283         * message.el (message-generate-hashcash): Honor custom type.
7284
7285 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7286
7287         * message.el (message-generate-hashcash): Default to non-nil when
7288         hashcash is found.
7289
7290         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7291         (gnus-refer-thread-limit): Increase default to 500.
7292
7293         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7294
7295         * flow-fill.el (fill-flowed): Allow delete-space.
7296
7297 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7298
7299         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7300         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7301         Remove autoloads.
7302
7303 2006-04-18  Simon Josefsson  <jas@extundo.com>
7304
7305         * message.el (message-generate-hashcash): Default to.
7306
7307 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7308
7309         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7310         concatenating segments rather than before concatenating them.
7311
7312 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7313
7314         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7315
7316 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7317
7318         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7319
7320         * message.el (message-forward-make-body-plain): Allow
7321         message-forward-ignored-headers to be a list.
7322         (message-remove-ignored-headers): Factor out into function.
7323         (message-forward-make-body-mml): Use it.
7324
7325         * imap.el (imap-quote-specials): New function.
7326         (imap-login-auth): Quote specials.
7327
7328         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7329         (rfc2231-parse-string): Allow concatanation of parameters that
7330         aren't contiguous.  The test case is
7331           (mail-header-parse-content-type "message/external-body;
7332             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7333             access-type=LOCAL-FILE;
7334             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7335
7336 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7337
7338         * nntp.el (nntp-accept-process-output): Return the value of
7339         `nnheader-accept-process-output'.
7340
7341 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7342
7343         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7344         (gnus-button-alist): Recognize more diff formats.
7345         (gnus-button-patch): Strip directory.
7346
7347 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7348
7349         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7350         Emacs 22 when setting focus.
7351
7352 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7353
7354         * gnus-art.el (gnus-article-treat-types): Do treatment of
7355         text/x-verbatim parts.
7356         (gnus-button-patch): New command.
7357
7358         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7359         addresses that contain invalid characters.
7360
7361 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7362
7363         * message.el (message-put-addresses-in-ecomplete): Use
7364         gnus-replace-in-string.
7365         (message-is-yours-p): Use the more correct
7366         mail-header-parse-address instead of
7367         mail-extract-address-components.
7368         (message-put-addresses-in-ecomplete): Fix typo.
7369
7370         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7371         keystroke.
7372
7373         * gnus-art.el (gnus-treatment-function-alist): Change order of
7374         newsgroups/generic header folding to avoid double-folding.
7375
7376         * message.el (message-hidden-headers): Add X-Draft-From.
7377
7378         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7379         command.
7380         (gnus-summary-repeat-search-article-backward): New command.
7381
7382         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7383         groups in the parent topic.
7384
7385 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7386
7387         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7388         (spam-extra-header-to-number): Return the CRM114 number as a
7389         number instead of a string.
7390
7391 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7392
7393         * gnus-art.el (gnus-face-properties-alist): Moved here from
7394         gnus-fun.
7395
7396         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7397
7398 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7399
7400         * message.el (message-strip-forbidden-properties): Only display on
7401         self-insert-command.
7402
7403         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7404         reindent.
7405         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7406
7407 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7408
7409         * smiley.el (smiley-style): Fix typo.
7410
7411 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7412
7413         * hashcash.el (hashcash-insert-payment-async-2): Use
7414         message-goto-eoh instead of doing it manually.
7415         (mail-add-payment): Use message-narrow-to-header instead of trying
7416         to do the same itself.
7417
7418         * message.el (message-hidden-headers): Add Face.
7419
7420         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7421         reparenting code.
7422         (gnus-summary-reparent-children): Refactored out code.
7423         (gnus-summary-thread-map): New keystroke.
7424         (gnus-summary-reparent-children): Make into command.
7425
7426         * smiley.el (smiley-style): Default to `medium' if using a large
7427         font.
7428
7429         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7430         does it itself.
7431
7432         * message.el (message-point-in-header-p): Simplify definition.
7433
7434 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7435
7436         * nnagent.el (nnagent-request-set-mark): Silence log file
7437         writing.
7438         (nnagent-request-set-mark): Use write-region instead of
7439         append-to-file.
7440
7441         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7442         strange select method.
7443
7444         * ecomplete.el (ecomplete-display-matches): Get highlightling
7445         right.
7446         (ecomplete-display-matches): Use literals.
7447         (ecomplete-display-matches): Disable message logging.
7448
7449         * message.el (message-display-abbrev): Small optimization.
7450
7451         * ecomplete.el (ecomplete-display-matches): Allow automatic
7452         display.
7453
7454         * message.el (message-strip-forbidden-properties): Display
7455         abbrevs.
7456         (message-display-abbrev): Get automatic display right.
7457
7458         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7459         keystrokes.
7460
7461 2006-04-13  Romain Francoise  <romain@orebokech.com>
7462
7463         TODO: Backport to v5-10!
7464
7465         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7466         Moved here (and renamed) from gnus-registry.el.
7467
7468         * gnus-registry.el: Require gnus-util.
7469         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7470
7471 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7472
7473         * gnus-group.el (gnus-group-catchup-current): Change
7474         if-then-else-if-then-else into cond.
7475         (gnus-group-catchup): Indent.
7476         (group-name-at-point): New function.
7477         (gnus-fetch-group): Provide default from thing at point.
7478
7479 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7480
7481         * message.el (message-display-abbrev): Fix regexp.
7482
7483         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7484         choosing.
7485         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7486         dead variables.
7487
7488         * message.el (message-newline-and-indent): Remove debugging.
7489         (message-display-abbrev): Use new implementation.
7490
7491 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7492
7493         * gnus-art.el (gnus-article-mode): Set
7494         cursor-in-non-selected-windows to nil.
7495
7496         * smiley.el: Revert previous change.
7497         (smiley-data-directory): defvar it before using it in the
7498         defcustom of `smiley-style'.
7499
7500 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7501
7502         * message.el (message-newline-and-indent): New function.
7503
7504         * ecomplete.el: Implement more bits.
7505
7506         * message.el (message-put-addresses-in-ecomplete): Clean up the
7507         string.
7508
7509         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7510
7511         * gnus-sum.el (gnus-summary-save-parts): Bind
7512         gnus-summary-save-parts-counter and use it to make unique file
7513         names.
7514
7515         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7516
7517         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7518         parameter to say whether to actually parse the individual
7519         addresses.
7520
7521         * message.el (message-put-addresses-in-ecomplete): New function.
7522         (ecomplete): Require.
7523         (message-mail-alias-type): Add ecomplete as an option.
7524
7525 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7526
7527         * flow-fill.el (fill-flowed): Remove trailing space from blank
7528         quoted lines.
7529
7530 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7531
7532         * smiley.el (smiley-style): Move definition later to avoid a
7533         compilation warning.
7534
7535 2006-04-12  Kenichi Handa  <handa@m17n.org>
7536
7537         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7538         buffer and then decode the buffer text if necessary.
7539         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7540         first, and after mm-encode-body, change the buffer to unibyte.
7541         Use mm-disable-multibyte instead of set-buffer-multibyte.
7542
7543 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7544
7545         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7546         Content-Type header instead of Content-Disposition header.
7547         (gnus-mime-inline-part): Ditto.
7548         (gnus-mime-view-part-as-charset): Ignore charset that the part
7549         specifies.
7550
7551         * mm-decode.el (mm-display-part): Work with external parts and
7552         usual parts similarly.
7553
7554         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7555         instead of gnus-display-mime.
7556
7557         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7558         instead of with-temp-buffer.
7559
7560         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7561         tag to summarized topics part in order to encode non-ASCII text.
7562
7563 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7564
7565         * smiley.el (smiley-style): New variable.
7566         (smiley-directory): New function.
7567         (smiley-data-directory): Derive from `smiley-style' using
7568         `smiley-directory'.
7569         (smiley-regexp-alist): Add new entries.
7570
7571         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7572         (gnus-article-browse-delete-temp): Add :version.
7573
7574 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7575
7576         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7577         the sieve region.
7578
7579 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7580
7581         * gnus.el (gnus-version-number): Bump version.
7582
7583 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7584
7585         * gnus.el: No Gnus v0.4 is released.
7586
7587 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7588
7589         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7590         layout.
7591
7592         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7593         unknown charset.
7594
7595         * message.el (message-header-synonyms): Add Original-To to the
7596         default.
7597
7598         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7599         optional parameter.
7600
7601 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7602
7603         * gnus-fun.el (gnus): Require it for gnus-directory.
7604
7605 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7606
7607         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7608
7609 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7610
7611         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7612
7613 2006-04-05  Simon Josefsson  <jas@extundo.com>
7614
7615         * password.el (password-reset): New function.
7616
7617 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7618
7619         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7620         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7621
7622 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7623
7624         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7625         Some whitespace was matched into the url, which broke browsing hits
7626         > 100 when mm-url-use-external was nil.
7627
7628 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7629
7630         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7631         gnus-extra-headers for 'Newsgroups.
7632
7633         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7634         bound.
7635
7636 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7637
7638         * pgg-gpg.el: Clean up process buffers every time gpg processes
7639         complete.
7640
7641 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7642
7643         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7644         doc string.
7645
7646 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7647
7648         * pgg-gpg.el (pgg-gpg-process-filter)
7649         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7650
7651         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7652         lines, temporary fix.
7653
7654 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7655
7656         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7657
7658 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7659
7660         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7661         default-enable-multibyte-characters.  This reverts the change from
7662         revision 6.17 which is no longer necessary because the passphrase
7663         is sent separately now.  GnuPG messages are unreadable under
7664         multibyte locales with default-enable-multibyte-characters set to
7665         nil.
7666
7667 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7668
7669         * message.el (message-tool-bar-gnome): Move "spell".
7670
7671 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7672
7673         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7674         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7675         instead.
7676
7677 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7678
7679         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7680         newsgroups handling for NNTP overviews which don't include
7681         Newsgroups.
7682
7683 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7684
7685         * message.el (message-resend): Bind message-generate-hashcash to nil.
7686
7687 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7688
7689         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7690         when searching for already-paid recipients.
7691
7692 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7693
7694         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7695         passphrases when it is not needed.
7696         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7697         passphrase stuff from gpg, should only be necessary when you use
7698         gpg with a smartcard.
7699
7700 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * mml.el (mml-insert-mime): Ignore cached contents of
7703         message/external-body part.
7704
7705         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7706         (mm-insert-part): Ditto.
7707
7708 2006-03-23  Simon Josefsson  <jas@extundo.com>
7709
7710         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7711         Reiner.
7712         (pgg-gpg-use-agent-p): Use it again.
7713
7714 2006-03-23  Simon Josefsson  <jas@extundo.com>
7715
7716         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7717         older emacsen.
7718         (pgg-gpg-use-agent-p): Don't use it.
7719
7720 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7721
7722         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7723         if we can.
7724
7725 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7726
7727         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7728         (pgg-gpg-update-agent): New function.
7729         (pgg-gpg-use-agent-p): New function.
7730         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7731         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7732         (pgg-gpg-sign-region): Use it.
7733
7734 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7735
7736         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7737         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7738
7739 2006-03-21  Simon Josefsson  <jas@extundo.com>
7740
7741         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7742         <wilde@sha-bang.de>.
7743         (pgg-gpg-use-agent): New variable.
7744         (pgg-gpg-process-region): Use it.
7745         (pgg-gpg-encrypt-region): Likewise.
7746         (pgg-gpg-encrypt-symmetric-region): Likewise.
7747         (pgg-gpg-decrypt-region): Likewise.
7748         (pgg-gpg-sign-region): Likewise.
7749         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7750
7751 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7752
7753         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7754
7755         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7756         Add comment on version.
7757
7758 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7759
7760         * smiley.el: Add missing test smiley.
7761
7762 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7763
7764         * mm-decode.el (mm-with-part): New macro.
7765         (mm-get-part): Use it; work with message/external-body as well.
7766         (mm-save-part): Treat name and filename equally.
7767
7768         * mm-extern.el (mm-extern-cache-contents): New function.
7769         (mm-inline-external-body): Use it; force the part to be displayed;
7770         move undisplayer added to the cached handle to the parent.
7771
7772         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7773         (gnus-mime-view-part-as-type): Work with message/external-body.
7774
7775         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7776
7777 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7778
7779         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7780         images in image-load-path.  [Sync with image.el, revision 1.60, in
7781         Emacs.]
7782
7783 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7784
7785         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7786         path rather than symbol.  Always return list of directories.
7787         Guarantee that image directory comes first.  [Sync with image.el,
7788         revision 1.59, in Emacs.]
7789
7790         * message.el (message-make-tool-bar): Adjust to new API of
7791         `gmm-image-load-path-for-library'.
7792
7793         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7794
7795         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7796
7797 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7798
7799         * gnus-art.el (gnus-article-only-boring-p):
7800         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7801         intangible text.
7802         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7803
7804 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7805
7806         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7807         `defun' instead of `gmm-defun-compat'.
7808
7809 2006-03-14  Simon Josefsson  <jas@extundo.com>
7810
7811         * message.el (message-unique-id): Don't use message-number-base36
7812         if (user-uid) is a float.
7813         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7814
7815 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7818
7819         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7820         empty line between a part and a message part.
7821
7822 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7823
7824         * smiley.el: Add more test smileys.
7825         (smiley-data-directory, smiley-regexp-alist)
7826         (gnus-smiley-file-types): Fix doc strings.
7827         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7828         adding new elements.
7829         (smiley-mouse-map): Unused code.  Make it a comment.
7830
7831 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7832
7833         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7834         scan latest NoCeM messages instead of old ones.
7835         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7836         delimiters that are recently used.
7837         (gnus-nocem-load-cache): Add autoload cookie.
7838
7839         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7840
7841         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7842         level which is larger than gnus-use-nocem is specified.
7843
7844         * gnus-group.el (gnus-group-get-new-news): Ditto.
7845
7846 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7847
7848         * gnus-util.el (gnus-tool-bar-update): New function.
7849
7850         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7851         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7852
7853         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7854
7855         * gnus-group.el (gnus-group-redraw-when-idle)
7856         (gnus-group-redraw-check): Remove.
7857         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7858
7859 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7862         if optional last element is specified in splits (FIELD VALUE...).
7863
7864 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7865
7866         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7867         to gmm-image-load-path-for-library.  Call with no-error argument.
7868         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7869
7870         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7871
7872         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7873
7874         * gmm-utils.el (gmm-image-load-path): Remove alias.
7875
7876 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7877
7878         * gmm-utils.el (gmm-image-load-path): Add alias.
7879
7880         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7881         nnml-generate-nov-databases-1.
7882         (nnml-generate-nov-databases): Use it.
7883         (nnml-generate-nov-databases-directory): Document no-active
7884         argument.
7885
7886         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7887         directory if path is t.  Add no-error.
7888
7889         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7890         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7891
7892         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7893         resetting gnus-article-browse-html-temp-list.
7894
7895         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7896         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7897         Add example to docstring.  Rename local variables.  Move error
7898         checks to default case in cond and simplify.
7899
7900 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7901
7902         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7903         handle is multipart when calling it recursively.
7904         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7905
7906 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7907
7908         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7909         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7910
7911 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7914         is loaded.
7915
7916         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7917         loaded.
7918
7919 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7920
7921         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7922         to "Emacs 23 (unicode)" in doc string.
7923
7924         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7925         "Emacs 23 (unicode)" in comment.
7926
7927 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7928
7929         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7930
7931         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7932         characters 160 through 255 in Emacs 23.
7933
7934 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7935
7936         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7937         gnus-article-browse-html-temp.
7938         (gnus-article-browse-delete-temp): Make it customizable.  Add
7939         `file'.  Adjust doc string.
7940         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7941         query for each file.  Adjust doc string.
7942         (gnus-article-browse-html-parts): Add
7943         `gnus-article-browse-delete-temp-files' to
7944         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7945
7946 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7947
7948         * gnus-art.el (gnus-article-browse-html-temp)
7949         (gnus-article-browse-delete-temp): New variables.
7950         (gnus-article-browse-delete-temp-files): New function.
7951         (gnus-article-browse-html-parts): Use it.
7952
7953 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7954
7955         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7956
7957         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7958         string.
7959
7960         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7961         gnus-summary-insert-new-articles when unplugged.  Remove
7962         gnus-summary-search-article-forward.
7963
7964         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7965         display-visual-class instead of display-color-cells.
7966
7967 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7968
7969         * dgnushack.el: Autoload customize-group for XEmacs.
7970
7971         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7972         message/* containing non-ASCII text properly.
7973
7974 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7975
7976         * message.el: Require gmm-utils, remove autoloads.
7977         (message-tool-bar): Set default based on
7978         gmm-tool-bar-style.
7979         (message-tool-bar-gnome): Add gmm-customize-mode.
7980
7981         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7982         gmm-tool-bar-style.
7983         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7984
7985         * gnus-group.el (gnus-group-tool-bar): Set default based on
7986         gmm-tool-bar-style.
7987         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7988
7989         * gmm-utils.el (gmm-image-directory): Rename variable from
7990         gmm-image-load-path.
7991         (gmm-image-load-path): Use gmm-image-directory.
7992         (gmm-customize-mode): New function.
7993         (gmm-tool-bar-style): New variable.
7994
7995         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7996         gnus-group-redraw-line-number.
7997         (gnus-group-redraw-check): Simplify.
7998         (gnus-group-tool-bar-update): Remove redraw check.
7999         (gnus-group-make-tool-bar): Add redraw check.
8000
8001 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8002
8003         * gnus-art.el (gnus-button): Add missing parentheses.
8004
8005 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8006
8007         * lpath.el: Fbind line-number-at-pos.
8008
8009 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8012
8013 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8014
8015         * gnus-art.el (gnus-button): New face.
8016         (gnus-article-button-face): Use it.
8017
8018         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8019         gnus-summary-next-page.  Re-order.
8020
8021         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8022         next-node are now included.
8023         (gnus-group-redraw-line-number): New internal variable.
8024         (gnus-group-redraw-check): Helper function for updating the tool
8025         bar.
8026         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8027
8028         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8029
8030         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8031         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8032         Use it to match format of Spamassassin 3.0 and later.  Reported by
8033         IRIE Tetsuya <irie@t.email.ne.jp>.
8034         (spam-check-bogofilter)
8035         (spam-bogofilter-register-with-bogofilter): Fix args of
8036         `gnus-error' calls.
8037
8038 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8039
8040         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8041         unnecessary interaction when sending queued mails.  Reported by
8042         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8043
8044 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8045
8046         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8047         first or last are nil.
8048
8049 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8050
8051         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8052
8053 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8054
8055         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8056
8057 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8058
8059         * dns.el (query-dns): Protect more against buggy tcp output.
8060
8061 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8062
8063         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8064         nov.php.
8065
8066 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8067
8068         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8069         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8070         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8071         output on the server side.
8072         (nnweb-google-create-mapping): Update regexps and add some
8073         progress indication.
8074
8075 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8076
8077         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8078         gnus-agent-toggle-plugged.  Re-order icons.
8079         (gnus-group-tool-bar-gnome): Add
8080         gnus-group-{prev,next}-unread-group.
8081         (gnus-group-tool-bar-gnome): Re-order icons.
8082
8083         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8084         gnus-summary-insert-new-articles.
8085
8086         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8087         comments.
8088
8089         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8090         also available in Emacs 21.3.
8091
8092         * message.el (message-fix-before-sending): Change "Emacs 22" to
8093         "Emacs 23 (unicode)" in comment.
8094
8095         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8096         "Emacs 23 (unicode)" in comment.
8097
8098         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8099         comment.
8100         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8101
8102         * mm-view.el (mm-fill-flowed): Add :version.
8103
8104 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8105
8106         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8107         and load-path.
8108
8109 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8110
8111         * message.el: Autoload gmm-image-load-path.
8112         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8113         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8114         consitency.
8115
8116         * gmm-utils.el (gmm-image-load-path): Also search in
8117         "../etc/images".  Don't set gmm-image-load-path if we don't find
8118         the image.
8119
8120 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8121
8122         * gmm-utils.el (gmm-image-load-path): Don't make
8123         `gmm-image-load-path' include subdirectories which the second arg
8124         `image' might specify.
8125
8126         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8127         subdirectory to icon file names.
8128
8129         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8130
8131 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8132
8133         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8134         gmm-image-load-path calls.
8135
8136         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8137
8138         * message.el (message-make-tool-bar): Ditto.
8139
8140         * mml.el (mml-preview): Added comment concerning tool bar icons.
8141
8142         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8143         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8144
8145         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8146         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8147
8148         * message.el (message-tool-bar-gnome): Use new icon names.
8149         (message-make-tool-bar): Use `gmm-image-load-path'.
8150
8151         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8152         functions from MH-E.
8153         (gmm-image-load-path): New variable from MH-E.
8154         (gmm-image-load-path): New function from MH-E.  Added arguments
8155         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8156         *-image-load-path-called-flag.
8157
8158 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8159
8160         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8161
8162 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8163
8164         * nnimap.el (nnimap-request-move-article): Change folder back to
8165         source group before deleting.
8166
8167 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8168
8169         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8170
8171         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8172         mm-url.
8173
8174         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8175
8176 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8179         coding system which mm-charset-to-coding-system returns for a
8180         given charset is valid.
8181
8182 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8183
8184         * html2text.el (html2text-remove-tag-list):
8185         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8186
8187 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8188
8189         * gnus-cus.el: Revert 2005-10-17 change.
8190
8191 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8192
8193         * gnus-art.el (article-strip-banner): Call
8194         article-really-strip-banner only when the regexp match is made.
8195
8196 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8197
8198         * gnus-art.el (article-strip-banner): Use
8199         gnus-extract-address-components instead of
8200         mail-header-parse-addresses to make it work with non-ASCII text;
8201         remove mail-encode-encoded-word-string.
8202
8203         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8204         values which are surrounded with \"...\"; make it never cause a
8205         Lisp error; give up parsing of parameters if it failed in
8206         extracting type.
8207
8208 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8209
8210         * smime.el (smime-cert-by-ldap-1): Fix bug where
8211         `smime-ldap-search' returns results without userCertificates.
8212
8213 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8214
8215         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8216
8217 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8218
8219         * spam.el (spam-check-spamassassin-headers): Adapt format for
8220         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8221         <ari@mbf.ocn.ne.jp>.
8222         (spam-list-of-processors): Add spam-use-gmane.
8223
8224 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8225
8226         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8227         make-temp-file; make it work with XEmacs as well.
8228
8229         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8230         mm-make-temp-file.
8231
8232         * mm-decode.el (mm-display-external): Use the 3rd arg of
8233         mm-make-temp-file.
8234         (mm-create-image-xemacs): Ditto.
8235
8236 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8237
8238         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8239         with message-narrow-to-headers.
8240         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8241         (gnus-draft-check-draft-articles): New function.
8242         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8243
8244 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8245
8246         * gnus-art.el (gnus-article-browse-html-parts):
8247         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8248         Don't use suffix argument for mm-make-temp-file for Emacs 21
8249         compatibility.  Remove useless `format'.
8250
8251 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8252
8253         * nnweb.el (nnweb-google-wash-article): Update regexps.
8254         (nnweb-group-alist): Use defvoo instead of defvar.
8255
8256 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8257
8258         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8259         re-loading nn* modules.
8260
8261 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8262
8263         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8264         for `tool-bar-mode' and don't check it's default-value.
8265
8266         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8267
8268         * message.el (message-make-tool-bar): Ditto.
8269
8270         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8271         `substring'.  Shorten tmp-file name.
8272
8273         * gnus.el: Remove bogus comment.
8274
8275 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8276
8277         * gnus-art.el (gnus-article-browse-html-parts): New function.
8278         (gnus-article-browse-html-article): New function for viewing html
8279         articles with a browser.
8280
8281 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8282
8283         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8284         in elisp.
8285         (pgg-gpg-encrypt-symmetric-region): Ditto.
8286         (pgg-gpg-sign-region): Ditto.
8287
8288         * pgg-def.el (pgg-text-mode): New variable.
8289
8290         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8291         (mml2015-pgg-encrypt): Ditto.
8292
8293         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8294         (mml1991-pgg-encrypt): Ditto.
8295
8296 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8299         message-make-date instead of current-time-string.
8300
8301         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8302         to gnus-decoded which mm-uu might set.
8303
8304 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8305
8306         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8307         don't decode quoted parameters; remove misimported Emacs code.
8308         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8309         (rfc2231-decode-encoded-string): Don't use split-string which
8310         behaves differently according to Emacs version; use
8311         mm-decode-coding-region to convert charset to coding-system.
8312         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8313         (rfc2231-encode-string): Remove misimported Emacs code.
8314
8315 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8318         when calling mail-header-parse-content-type.
8319         (article-de-quoted-unreadable): Ditto.
8320         (article-de-base64-unreadable): Ditto.
8321         (article-wash-html): Ditto.
8322
8323         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8324         calling mail-header-parse-content-type and
8325         mail-header-parse-content-disposition.
8326         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8327         mail-header-parse-content-type.
8328
8329         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8330         insert charset and format parameters; encode description after
8331         inserting it to buffer.
8332         (mml-insert-parameter): Fold lines properly even if a parameter is
8333         segmented into two or more lines; change the max column to 76.
8334
8335         * rfc1843.el (rfc1843-decode-article-body): Don't use
8336         ignore-errors when calling mail-header-parse-content-type.
8337
8338         * rfc2231.el (rfc2231-parse-string): Return at least type if
8339         possible; don't cause an error even if it fails in parsing of
8340         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8341         (rfc2231-encode-string): Don't break lines at the beginning, leave
8342         it to mml-insert-parameter.
8343
8344         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8345         calling mail-header-parse-content-type.
8346
8347 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8348
8349         * spam-report.el (spam-report-gmane-use-article-number):
8350         Improve doc string.
8351         (spam-report-gmane-internal): Check if a suitable header was found
8352         in the article.
8353
8354 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8355
8356         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8357         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8358
8359 2006-02-05  Romain Francoise  <romain@orebokech.com>
8360
8361         Update copyright notices of all files in the gnus directory.
8362
8363 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8364
8365         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8366
8367 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8368
8369         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8370         segmented lines of parameter value to cope with Thunderbird 1.5
8371         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8372         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8373         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8374
8375 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8376
8377         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8378         parts.
8379
8380 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8381
8382         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8383         there's only one active file for all servers.
8384         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8385         solid groups.  Gnus might have used a FAST request to select the group.
8386         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8387         and nnweb-search redundantly in the active file.
8388         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8389         (nnweb-request-create-group): Don't use ARGS.
8390         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8391         initialisations.  Let nnoo do the work.
8392
8393 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8394
8395         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8396         Say the part has been decoded.
8397
8398         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8399
8400 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8401
8402         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8403         mailcap-viewer-test-cache when there's no 'test clause, since that
8404         will invert the meaning of a "nil" test previously determined by
8405         mailcap-mailcap-entry-passes-test.
8406
8407 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8408
8409         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8410         compiling.
8411
8412         * gnus-sum.el: Ditto.
8413
8414         * message.el: Don't bind tool-bar-map when compiling.
8415
8416 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8417
8418         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8419
8420 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8421
8422         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8423         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8424         current Google Groups.
8425
8426 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8427
8428         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8429         and tool-bar-mode.
8430
8431         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8432         and tool-bar-mode.
8433
8434         * message.el (message-tool-bar-update): Simplify.
8435         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8436
8437         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8438         gnus-summary-buffer.
8439         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8440         gnus-summary-reply.
8441
8442         * gmm-utils.el (gmm): Add :version.
8443
8444 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8445
8446         * Makefile.in (clean): New rule.
8447         (distclean): Use it.
8448
8449 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8450
8451         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8452         autoload.
8453
8454 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8455
8456         * gmm-utils.el (gmm-verbose): Add :group.
8457
8458 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8459
8460         * message.el: Change some comments WRT tool-bars.
8461
8462         * gnus-sum.el (gnus-summary-tool-bar)
8463         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8464         (gnus-summary-tool-bar-zap-list): New variables.
8465         (gnus-summary-make-tool-bar): Complete rewrite using
8466         `gmm-tool-bar-from-list'.
8467
8468         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8469         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8470         variables.
8471         (gnus-group-make-tool-bar): Complete rewrite using
8472         `gmm-tool-bar-from-list'.
8473         (gnus-group-tool-bar-update): New function.
8474
8475         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8476
8477 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8478
8479         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8480         is dissected into a single part of which the type is the same as
8481         the given one; decode charset.
8482
8483 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8484
8485         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8486         into alists as symbol not string, since that's what
8487         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8488         look for.
8489
8490 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8491
8492         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8493         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8494
8495         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8496
8497 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8498
8499         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8500         (gnus-xmas-mime-security-button-menu): New function.
8501
8502         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8503         (gnus-mime-security-button-menu): New definition.
8504         (gnus-mime-security-button-map): Use them.
8505         (gnus-mime-security-button-menu): New function.
8506         (gnus-insert-mime-security-button): Addition to help echo.
8507         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8508         (gnus-mime-security-pipe-part): New functions.
8509
8510         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8511         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8512
8513         * mm-decode.el (mm-handle-set-disposition): Remove.
8514         (mm-handle-set-description): Remove.
8515
8516 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8517
8518         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8519         (mm-w3m-standalone-supports-m17n-p): New function.
8520         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8521         w3m usage.
8522
8523         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8524         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8525
8526 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8527
8528         * message.el (message-tool-bar-zap-list): Use
8529         gmm-tool-bar-zap-list as custom type.
8530         (message-tool-bar-update): New function.
8531         (message-tool-bar, message-tool-bar-gnome)
8532         (message-tool-bar-retro): Add message-tool-bar-update.
8533         (message-tool-bar-gnome): Add flyspell-buffer.
8534
8535         * gnus-util.el (gnus-error): Describe `args'.
8536
8537         * gmm-utils.el (gmm-error): Describe `args'.
8538         (gmm-tool-bar-zap-list): New widget.
8539         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8540
8541 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8542
8543         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8544         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8545         the number of recursive calls.
8546
8547         * mm-decode.el (mm-handle-set-disposition): New macro.
8548         (mm-handle-set-description): New macro.
8549
8550 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8551
8552         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8553         encoding.
8554
8555 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8556
8557         * message.el (message-tool-bar-zap-list, message-tool-bar)
8558         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8559         (message-tool-bar-local-item-from-menu): Remove.
8560         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8561         (message-make-tool-bar): New function.
8562         (message-mode): Use `message-make-tool-bar'.
8563
8564         * gmm-utils.el: New file.
8565         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8566         (gmm-lazy): New widget copied from `nnmail.el'.
8567         (gmm-tool-bar-from-list): New function for creating customizable
8568         tool bars.
8569         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8570         output.
8571         (gmm): Add :prefix to defgroup.
8572
8573 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8574
8575         * gmm-utils.el (gmm-widget-p): New function.
8576
8577 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8578
8579         * mml.el (mml-attach-file): Describe `description' in doc string.
8580         (mml-menu): Add Emacs MIME manual and PGG manual.
8581
8582 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8583
8584         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8585
8586 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8587
8588         * nntp.el (nntp-end-of-line): Doc fix.
8589
8590 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8591
8592         * imap.el (imap-open): Handle case where buffer is a buffer
8593         object.
8594
8595 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8596
8597         * gnus-delay.el (gnus-delay): Don't autoload.
8598         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8599         to be re-loaded when customizing the `gnus-delay' group.
8600
8601 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8602
8603         * message.el (message-insert-citation-line): Use newlines.
8604
8605 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8606
8607         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8608         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8609         these routines, so the passphrase can be managed externally and
8610         passed in to the system.
8611         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8612         pgg-add-passphrase-to-cache function.
8613
8614         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8615         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8616         these routines, so the passphrase can be managed externally and
8617         passed in to the system.
8618         (pgg-pgp5-sign-region): Use new name of
8619         pgg-add-passphrase-to-cache function.
8620
8621 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8622
8623         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8624         part of the decoded armor to find the key-identifier.
8625         (pgg-gpg-lookup-key-owner): New function to return the
8626         human-readable identifier of a key owner.
8627         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8628         itself.
8629         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8630         the key value) if we have a key and can match it against a secret
8631         key.  Also, added a note pointing out fact that the prompt only
8632         indicates the first matching key.
8633
8634         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8635         pgg-decrypt-region.
8636         (pgg-add-passphrase-to-cache): Rename from
8637         `pgg-add-passphrase-cache' to reduce confusion (all callers
8638         changed).
8639         (pgg-remove-passphrase-from-cache): Rename from
8640         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8641         changed).
8642         (pgg-read-passphrase, pgg-add-passphrase-cache)
8643         (pgg-remove-passphrase-cache): Add informative docstrings.
8644         (pgg-decrypt): Convey provided passphrase in subordinate call to
8645         pgg-decrypt-region.
8646
8647 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8648
8649         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8650         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8651         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8652         'passphrase' argument, so the passphrase can be managed externally
8653         and then passed in to the system.
8654
8655         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8656         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8657         so the passphrase cache can be used reliably with identifiers
8658         besides a pgp packet's key id.
8659
8660         * pgg-gpg.el (pgg-gpg-encrypt-region)
8661         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8662         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8663         these routines, so the passphrase can be managed externally and
8664         passed in to the system.
8665
8666         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8667         'notruncate' argument, so the passphrase cache can be used
8668         reliably with identifiers besides a pgp packet's key id.
8669
8670 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8671
8672         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8673         symmetric encryption.
8674         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8675         encrypted session key.
8676         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8677         message ask for the passphrase in a proper way.
8678
8679         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8680         New user commands for symmetric encryption.
8681
8682 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8683
8684         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8685
8686         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8687
8688 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8689
8690         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8691
8692 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8693
8694         * mm-decode.el (mm-inlined-types): Add application/pgp.
8695         (mm-automatic-display): Ditto.
8696
8697         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8698         part as text.
8699
8700 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8701
8702         * nnrss.el: Update copyright.
8703         (nnrss-opml-import): Query whether to subscribe to each entry.
8704
8705         * gnus-art.el:
8706         * gnus-sum.el:
8707         * gnus-xmas.el:
8708         * messagexmas.el:
8709         * mm-uu.el:
8710         * mm-view.el: Update copyright.
8711
8712 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8713
8714         * message.el (message-info): New function.
8715         (message-mode-menu): Add it.
8716         Update copyright.
8717
8718         * ChangeLog: Fix and update copyright.
8719
8720 2006-01-13  Romain Francoise  <romain@orebokech.com>
8721
8722         * message.el (message-forward-subject-name-subject): Prefer the
8723         address to 'nowhere' if the sender has no name.
8724         Fix typo.  Update copyright year.
8725
8726 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8727
8728         * gnus-art.el (article-wash-html): Use
8729         gnus-summary-show-article-charset-alist if a numeric arg is given.
8730         (gnus-article-wash-html-with-w3m-standalone): New function.
8731
8732         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8733         mm-inline-text-html-render-with-w3m-standalone.
8734         (mm-text-html-washer-alist): Map w3m-standalone to
8735         gnus-article-wash-html-with-w3m-standalone.
8736         (mm-inline-text-html-render-with-w3m-standalone): New function.
8737
8738 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8739
8740         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8741         Improve LaTeX.
8742
8743 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8744
8745         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8746         (nnrss-request-article): Render text/plain parts as HTML.
8747
8748         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8749         the buffer.
8750
8751 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8752
8753         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8754         custom definition of `gnus-posting-styles'.
8755
8756         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8757         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8758
8759 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8760
8761         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8762         Use nntp for bug archive.
8763
8764 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8765
8766         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8767         parts.
8768         (nnrss-normalize-date): New function converts ISO 8601 date into
8769         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8770         (nnrss-check-group): Use it.
8771
8772 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8773
8774         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8775
8776         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8777         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8778         (nnrss-insert-w3): Ditto.
8779
8780 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8781
8782         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8783         the articles to be forwarded including the case where neither a
8784         number of articles nor a region is specified.
8785
8786 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8787
8788         * nnrss.el (nnrss-request-article): Fix last change; fill
8789         text/plain parts.
8790
8791 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8794         in text/plain part.
8795         (nnrss-check-group): Don't add excessive newline to dc:subject.
8796
8797 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8798
8799         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8800         article.
8801
8802 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8803
8804         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8805         (nnml-use-compressed-files, nnml-save-mail): Support other
8806         comression programs such as bzip2.
8807
8808 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8809
8810         * dns.el (query-dns): Make sure we check the buffer size before
8811         removing tcp headers.
8812
8813 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8814
8815         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8816         remove MIME buttons associated with multipart/alternative parts.
8817         (gnus-mime-display-alternative): Tag buttons using `article-type'
8818         text property.
8819
8820         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8821         associated with multipart/alternative parts.
8822
8823         * gnus-art.el (gnus-signature-separator): Fix custom type.
8824
8825         * mm-decode.el (mm-inlined-types): Fix custom type.
8826         (mm-keep-viewer-alive-types): Ditto.
8827         (mm-automatic-display): Ditto.
8828         (mm-attachment-override-types): Ditto.
8829         (mm-inline-override-types): Ditto.
8830         (mm-automatic-external-display): Ditto.
8831
8832 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8833
8834         * spam-report.el (spam-report-user-mail-address)
8835         (spam-report-user-agent): New variables.
8836         (spam-report-url-ping-plain): Use spam-report-user-agent.
8837
8838 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8839
8840         * gnus-art.el (gnus-button-handle-custom): Do not just use
8841         `customize-apropos' for any "M-x customize-*" button but the
8842         function called for.  Accept both the function name and its
8843         argument in order to achieve this.
8844         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8845         function name to `gnus-button-handle-custom' in case of "M-x
8846         customize-*" buttons.
8847
8848 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8851         multipart/alternative and add xref to mm-discouraged-alternatives
8852         in doc string.
8853
8854         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8855         gnus-buttonized-mime-types in doc string.
8856
8857 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8858
8859         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8860         Suggest image/.* in the doc string.
8861
8862 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8863
8864         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8865         message-marks (Debian bug #342521).
8866
8867 2005-12-12  Simon Josefsson  <jas@extundo.com>
8868
8869         * password.el (password-read-from-cache): Add.
8870         (password-read): Use it.
8871
8872 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8873
8874         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8875         us-ascii as a MIME charset.
8876
8877         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8878         against the case where the 2nd arg TYPE is nil.
8879
8880 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8881
8882         * pop3.el (pop3-stream-type): Fix custom version.
8883
8884         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8885
8886 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8887
8888         * mm-decode.el (mm-display-external): Add missing cdr.
8889
8890 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8891
8892         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8893         RFC1524) if it is in mailcap or add a suffix according to
8894         mailcap-mime-extensions when generating a temp filename; postpone
8895         deleting a temp file for 2 seconds for some wrappers, shell
8896         scripts, and so on, which might exit right after having started a
8897         viewer command as a background job.
8898
8899 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8900
8901         * nntp.el (nntp-marks-directory): Fix custom group.
8902
8903         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8904         steps when < 10.
8905
8906         * gnus-start.el (gnus-no-server-1): Mention
8907         `gnus-level-default-subscribed' in doc string.
8908
8909 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8910
8911         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8912         parens.
8913
8914 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8915
8916         * gnus-xmas.el (gnus-use-toolbar): Revert.
8917         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8918         gnus-use-toolbar is default.
8919
8920         * messagexmas.el (message-use-toolbar): Revert.
8921         (message-setup-toolbar): Use global default-toolbar if
8922         message-use-toolbar is default.
8923
8924 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8925
8926         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8927         according to default-toolbar-visible-p.
8928
8929         * messagexmas.el (message-use-toolbar): Ditto.
8930
8931 2005-11-26  Dave Love  <fx@gnu.org>
8932
8933         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8934         (tls-program, tls-success): Provide openssl alternative.
8935
8936         * starttls.el: Doc fixes.
8937         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8938         SERVICE to PORT.
8939
8940         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8941         port null or service name.
8942         (starttls-negotiate): Autoload.
8943
8944 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8945
8946         * message.el (message-kill-to-signature): Fix interactive spec.
8947
8948 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8949
8950         * pop3.el (pop3-open-server): Recognize a string as a service name.
8951
8952 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8953
8954         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8955
8956 2005-11-23  Dave Love  <fx@gnu.org>
8957
8958         Add pop3s, pop3/starttls.
8959
8960         * pop3.el (pop3-authentication-scheme): Clarify doc.
8961         (open-tls-stream, starttls-open-stream): Autoload.
8962         (pop3-stream-type): New.
8963         (pop3-open-server): Use it.
8964
8965         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8966         for POP.
8967         (mail-source-keyword-map): Add :stream for POP.
8968         (mail-source-fetch-pop): Use pop3-stream-type.
8969
8970 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8971
8972         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8973         of current-time-string.
8974
8975 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8976
8977         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8978         date header.
8979
8980 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8981
8982         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8983         it can seriously impact performance as it bypasses the agent's
8984         local caches.
8985
8986 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8987
8988         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8989         must be explicitly online rather than "not explicitly offline" for
8990         its flags to be synchronized.
8991
8992         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8993         that gnus-uu-unmark-thread will function correctly.
8994
8995         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8996         1024K is instead displayed as 1M.
8997
8998 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8999
9000         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9001
9002 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9003
9004         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9005
9006 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9007
9008         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9009         error message to display actual error condition.
9010         (gnus-agent-save-local): Avoid saving symbols that are bound to
9011         nil as they simply result in a warning message in
9012         gnus-agent-read-local.
9013
9014 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9015
9016         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9017         rather than make-variable-buffer-local for file-precious-flag.
9018
9019 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9020
9021         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9022         for duplicates which are removed.  The invalid sort check then
9023         triggers a rescan after the sort as sorting may have moved
9024         duplicate entries such that they can be cheaply detected.
9025
9026 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9029
9030 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9031
9032         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9033         internal variable to a custom variable.  Changed default value
9034         from compressed(2) to uncompressed(1).
9035         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9036         support for uncompressed agentview files.  Taken together, reading
9037         the agentview file should now be 6-7 times faster.
9038
9039 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9040
9041         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9042         as a buffer-local variable.  This avoids creating truncated
9043         dribble files as a result of a hang up, eg.
9044
9045 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9046
9047         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9048         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9049         XEmacs.
9050
9051 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9052
9053         * gnus-start.el (gnus-start-draft-setup): Enforce
9054         `gnus-draft-mode' for nndraft:drafts at startup.
9055
9056         * gnus.el (gnus-splash): Change custom group.
9057         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9058         allow-list argument.
9059
9060         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9061         string.
9062
9063 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9064
9065         * gnus-art.el (gnus-default-article-saver): Add user-defined
9066         `function' to custom type.
9067
9068 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9069
9070         * imap.el (imap-open): Handle case where buffer is a buffer
9071         object.
9072
9073 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9074
9075         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9076         long lines.
9077         (gnus-cache-delete-group): Wrap doc strings.
9078
9079         * gnus-agent.el (gnus-agent-rename-group)
9080         (gnus-agent-delete-group): Wrap doc strings.
9081
9082 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9083
9084         * messagexmas.el (message-use-toolbar): Change the valid values
9085         into default, top, bottom, left, and right.
9086         (message-toolbar-thickness): New variable.
9087         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9088         well.
9089         (message-setup-toolbar): Make it work.
9090
9091         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9092         (gnus-use-toolbar): Change the valid values into default, top,
9093         bottom, left, and right.
9094         (gnus-toolbar-thickness): New variable.
9095         (gnus-xmas-setup-toolbar): New function.
9096         (gnus-xmas-setup-group-toolbar): Use it.
9097         (gnus-xmas-setup-summary-toolbar): Use it.
9098
9099 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9100
9101         * gnus-start.el (gnus-1): Add "native" to
9102         gnus-predefined-server-alist.
9103
9104         * gnus.el (gnus-method-to-server): Don't add "native" to the
9105         lists here, because that leads to problems when
9106         gnus-select-method is bound.
9107
9108 2005-11-09  Simon Josefsson  <jas@extundo.com>
9109
9110         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9111         use (not sort-by-date) instead.
9112
9113 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9114
9115         * gnus-delay.el (gnus-delay-group): Don't autoload.
9116         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9117         to be re-loaded when customizing the `gnus-delay' group.
9118
9119 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9120
9121         * message.el: Revert last changes.
9122         (message-insert-citation-line): Use newlines.
9123
9124 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9125
9126         * message.el (message-courtesy-message)
9127         (message-mark-insert-begin, message-mark-insert-end)
9128         (message-elide-ellipsis, message-cancel-message)
9129         (message-add-header, message-change-subject)
9130         (message-cross-post-followup-to-header)
9131         (message-cross-post-insert-note, message-reduce-to-to-cc)
9132         (message-widen-reply, message-delete-not-region)
9133         (message-kill-to-signature, message-insert-signature)
9134         (message-insert-importance-high, message-insert-importance-low)
9135         (message-insert-or-toggle-importance)
9136         (message-insert-disposition-notification-to)
9137         (message-indent-citation, message-yank-original)
9138         (message-cite-original-without-signature, message-cite-original)
9139         (message-insert-citation-line, message-position-on-field)
9140         (message-fix-before-sending, message-send-mail-partially)
9141         (message-send-mail, message-send-mail-with-sendmail)
9142         (message-send-mail-with-qmail, message-send-news)
9143         (message-check-news-header-syntax, message-generate-headers)
9144         (message-insert-courtesy-copy, message-fill-address)
9145         (message-fill-header, message-shorten-references)
9146         (message-setup-1, message-cancel-news)
9147         (message-forward-make-body-plain, message-forward-make-body-mime)
9148         (message-forward-make-body-mml, message-encode-message-body)
9149         (message-forward-make-body-digest-plain)
9150         (message-forward-make-body-digest-mime)
9151         (message-use-alternative-email-as-from): Insert `hard-newline'
9152         instead of ordinary newlines.
9153
9154 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * message.el (message-generate-headers): Downcase the argument
9157         given to message-check-element.
9158
9159 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9160
9161         * nntp.el (nntp-authinfo-rejected): New error condition.
9162         (nntp-wait-for): Use new error condition to signal authentication
9163         error.
9164         (nntp-retrieve-data): Rethrow new error condition to break out of
9165         recursive call to nntp-send-authinfo.
9166
9167 2005-11-08  Romain Francoise  <romain@orebokech.com>
9168
9169         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9170         (gnus-summary-exit-map): Bind to `Z p'.
9171         (gnus-summary-make-menu-bar): Add menu item.
9172
9173 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9174
9175         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9176         (gnus-treat-*): Add `first' in all doc strings.
9177
9178         * gnus-group.el (gnus-group-compact-group): Fix typo.
9179
9180 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9181
9182         * gnus.el (gnus-parameters-case-fold-search): New variable.
9183         (gnus-parameters-get-parameter): Use it.
9184
9185         * gnus-score.el (gnus-home-score-file): Doc fix.
9186
9187 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9188
9189         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9190
9191 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9192
9193         * mm-util.el (mm-special-display-p): New function.
9194
9195         * mml.el (mml-preview): Use it; doc fix.
9196
9197 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9198
9199         * imap.el (imap-open): Handle case where buffer is a buffer object.
9200
9201 2005-10-29  Romain Francoise  <romain@orebokech.com>
9202
9203         * message.el (message-fix-before-sending): Fix comment.
9204
9205 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9206
9207         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9208
9209 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9210
9211         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9212         Used in gnus-score.el.
9213
9214 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9215
9216         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9217
9218 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9219
9220         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9221         whitespace removed in revision 7.8.  Use concatenated string to
9222         protect trailing whitespace.
9223
9224 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9225
9226         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9227         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9228         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9229         Courier IMAP ("some version from 2004").  Mostly based on similar
9230         code in the same function.
9231
9232 2005-10-26  Didier Verna  <didier@xemacs.org>
9233
9234         * gnus-group.el (gnus-group-compact-group): Invalidate original
9235         article buffer.
9236         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9237         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9238         NOV database and in article itself.
9239         Invalidate article backlog.
9240
9241 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9242
9243         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9244
9245 2005-10-26  Simon Josefsson  <jas@extundo.com>
9246
9247         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9248         part of 2004-07-25 change.
9249
9250 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9251
9252         * message.el (message-display-completion-list): New function.
9253         (message-expand-group): Use it; make sure the Completions buffer
9254         is modifiable.
9255 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9256
9257         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9258         user-mail-name is an empty string.
9259
9260 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9261
9262         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9263         depending on gnus-score-decay-constant.
9264
9265         * encrypt.el (encrypt-insert-file-contents)
9266         (encrypt-write-file-contents): Don't use `gnus-message'.
9267
9268         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9269         arguments.
9270         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9271         arguments to mm-uu-verbatim-marks-extract.
9272         (mm-uu-hide-markers): New variable.
9273         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9274
9275         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9276         (gnus-convert-image-to-face-command): Use "convert" by default to
9277         allow other input image formats.
9278         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9279         accordingly.
9280
9281 2005-10-23  Simon Josefsson  <jas@extundo.com>
9282
9283         * imap.el (imap-gssapi-program): Align command line parameters
9284         with latest GNU SASL.
9285         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9286
9287 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9288
9289         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9290         HTML.
9291         (nnslashdot-request-article): Ditto.
9292
9293         * lpath.el (featurep): Add nobreak-char-display.
9294
9295 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9296
9297         * mail-source.el (mail-source-fetch-pop): Require pop3.
9298         (mail-source-check-pop): Ditto.
9299
9300 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9301
9302         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9303         errors.
9304
9305 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9306
9307         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9308         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9309
9310         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9311
9312         * mm-bodies.el (mm-decode-string): Call
9313         `mm-charset-to-coding-system' with allow-override argument.
9314
9315 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9316
9317         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9318         (rfc2047-charset-to-coding-system): New function.
9319         (rfc2047-decode-encoded-words): New function.
9320         (rfc2047-decode-region): Use them.
9321         (rfc2047-decode-cte): Remove.
9322         (rfc2047-parse-and-decode): Remove.
9323         (rfc2047-decode): Remove.
9324
9325 2005-10-15  Kenichi Handa  <handa@m17n.org>
9326
9327         * rfc2047.el (rfc2047-decode-cte): New function.
9328         (rfc2047-decode-region): Change the way to decode successive
9329         encoded-words: decode B- or Q-encoding in each encoded-word,
9330         concatenate them, and decode it as charset.
9331
9332 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9333
9334         * lpath.el: Fbind codepage-setup for XEmacs.
9335
9336 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9337
9338         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9339         widget-move-and-invoke.
9340         (gnus-custom-mode): Use gnus-custom-map.
9341
9342 2005-10-15  Bill Wohler  <wohler@newt.com>
9343
9344         * message.el (message-tool-bar-map): Renamed image file from
9345         mail_send to mail/send.
9346
9347 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9348
9349         * message.el (message-expand-group): Pass the common
9350         prefix substring of completion to `display-completion-list'.
9351
9352 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9353
9354         * mml-sec.el (mml-secure-method): New internal variable.
9355         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9356         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9357         functions using mml-secure-method.
9358
9359         * mml.el (mml-mode-map): Add key bindings for those functions.
9360         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9361         Harder <harder@myrealbox.com>.
9362         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9363         end of message if point is the headers of the message.
9364
9365         * message.el (message-in-body-p): New function.
9366
9367         * assistant.el: Autoload gnus-util and netrc.
9368
9369         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9370         Use `mm-charset-override-alist' only when decoding.
9371
9372         * mm-bodies.el (mm-decode-body): Call
9373         `mm-charset-to-coding-system' with allow-override argument.
9374
9375         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9376         `filename' from Content-Disposition if Content-Type doesn't
9377         provide `name'.
9378         (gnus-mime-view-part-as-type): Set default instead of
9379         initial-input.
9380
9381 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9382
9383         * format-spec.el (format-spec): Propagate text properties of % spec.
9384
9385 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9386
9387         * gnus-art.el (gnus-treat-predicate): Add `first'.
9388
9389 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9390
9391         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9392         (mm-charset-override-alist): New variable.
9393         (mm-charset-to-coding-system): Use it.
9394         (mm-codepage-setup): New helper function.
9395         (mm-charset-eval-alist): New variable.
9396         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9397         about unknown charsets.
9398
9399         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9400
9401 2005-10-04  David Hansen  <david.hansen@gmx.net>
9402
9403         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9404         (nnrss-check-group): Ditto.
9405
9406 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9407
9408         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9409         Rename x-gnus-verbatim to x-verbatim.
9410         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9411
9412         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9413         x-verbatim.
9414
9415         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9416
9417         * gnus-util.el (gnus-remove-duplicates): Remove.
9418
9419         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9420         instead of gnus-remove-duplicates.
9421
9422         * message.el (message-remove-duplicates): Remove.
9423         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9424         message-remove-duplicates.
9425
9426         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9427         available, else use implementation from `delete-dups'.
9428
9429         * message.el (message-insert-expires): New function.
9430         (message-mode-map): Add key binding.
9431         (message-mode-field-menu): Add menu entry.
9432         (message-mode): Document it.
9433         (message-make-expires-date): Use `message-make-date'.
9434
9435 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9436
9437         * message.el (message-make-expires-date): New function.
9438
9439 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * Makefile.in (list-installed-shadows): New entry.
9442         (install): Use it.
9443         (remove-installed-shadows): New entry.
9444
9445         * dgnushack.el (dgnushack-default-load-path): New variable.
9446         (dgnushack-find-lisp-shadows): New function.
9447         (dgnushack-remove-lisp-shadows): New function.
9448
9449 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9450
9451         * Makefile.in (install-el-elc): New entry.
9452         (install): Use it so that .el files are necessarily installed.
9453
9454 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9455
9456         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9457
9458 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9459
9460         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9461         function rather than the diff-mode.el package.
9462         (mm-display-external): Use with-current-buffer.
9463         (mm-viewer-completion-map, mm-viewer-completion-map):
9464         Move initialization inside declaration.
9465
9466 2005-09-29  Simon Josefsson  <jas@extundo.com>
9467
9468         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9469         autoload mail-check-payment.
9470         (spam-check-hashcash): Define unconditionally, since hashcash.el
9471         is part of Gnus now.  Ignore errors from payment checking.
9472
9473 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9474
9475         * message.el (message-bold-region, message-unbold-region): Rename
9476         from `bold-region' and `unbold-region'.
9477
9478         * message.el: Remove useless autoloads.
9479
9480 2005-09-28  Simon Josefsson  <jas@extundo.com>
9481
9482         * message.el (message-use-idna): Default to t.
9483         (message-use-idna): Test whether encoding works too.  Doc fix.
9484
9485 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * nntp.el (nntp-warn-about-losing-connection): Remove.
9488
9489 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9490
9491         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9492         customizable.  Change default value.
9493         (mm-uu-diff-groups-regexp): Change default value.
9494         (mm-uu-type-alist): Add doc string.
9495         (mm-uu-configure): Add doc string.  Make it interactive.
9496         (mm-uu-tex-groups-regexp): New variable.
9497         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9498         (mm-uu-type-alist): Add LaTeX documents.
9499         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9500         of "text/verbatim".
9501         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9502
9503         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9504         instead of "text/verbatim".
9505
9506         * message.el (message-mark-inserted-region)
9507         (message-mark-insert-file): Use slrn style marks when called with
9508         prefix argument.
9509
9510 2005-09-27  Simon Josefsson  <jas@extundo.com>
9511
9512         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9513
9514 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9515
9516         * message.el (message-remove-duplicates): New function.
9517         Implementation borrowed from `gnus-remove-duplicates'.
9518         (message-idna-to-ascii-rhs): Also encode idna addresses in
9519         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9520         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9521         only ask about the same idna domain once per header and also tell
9522         in what header to replace the idna domain.
9523
9524         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9525         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9526         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9527         a header is decoded and not just the last one.
9528
9529 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9530
9531         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9532         has been decoded.
9533
9534         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9535         (mm-insert-part): Don't modify text if it has been decoded.
9536
9537         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9538         decoded.
9539
9540         * mm-view.el (mm-inline-text): Don't strip text props unless
9541         decoding enriched or richtext parts.
9542
9543 2005-09-25  Romain Francoise  <romain@orebokech.com>
9544
9545         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9546         * gnus-start.el (gnus-subscribe-interactively):
9547         * gnus-uu.el (gnus-uu-grab-articles):
9548         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9549         space.
9550
9551 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9552
9553         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9554         * mm-view.el (mm-view-pkcs7-decrypt):
9555         * gnus-sum.el (gnus-summary-limit-to-extra)
9556         (gnus-summary-respool-article, gnus-read-move-group-name):
9557         * gnus-score.el (gnus-summary-increase-score):
9558         * gnus-util.el (gnus-completing-read-with-default):
9559         * gnus-art.el (gnus-read-save-file-name)
9560         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9561         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9562         * message.el (message-check-news-header-syntax):
9563         Follow convention for reading with the minibuffer.
9564
9565 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9566
9567         * spam-report.el (spam-report-url-ping-plain):
9568         Use gnus-extended-version as User-Agent.
9569
9570         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9571         default value is nil.
9572
9573         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9574         (mm-uu-verbatim-marks-extract): New function.
9575         (mm-uu-extract): New face.
9576         (mm-uu-copy-to-buffer): Use it.
9577
9578         * spam-report.el (spam-report-gmane-ham): Renamed from
9579         `spam-report-gmane-unspam'.
9580         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9581         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9582
9583         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9584         Autoload.
9585         (spam-report-gmane-unregister-routine): Renamed
9586         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9587
9588 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9589
9590         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9591         (spam-report-gmane-unregister-routine): Add support for gmane
9592         unregistration.
9593
9594         * spam-report.el (spam-report-gmane-unspam)
9595         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9596         (spam-report-gmane): Change to take a single article and do unspam
9597         registration.
9598
9599 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9600
9601         * mm-url.el (mm-url-decode-entities): Fix regexp.
9602
9603 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9604
9605         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9606         default to nil, to be able to use Gnus at all.  If the default
9607         switches to something else, then the function should be fixed not
9608         be exceedingly slow.
9609
9610 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9611
9612         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9613         fail hard.
9614
9615         * spam-report.el: Add better Keywords line.
9616
9617         * spam.el: Add Maintainer and better Keywords line.
9618
9619 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9620
9621         * gnus-art.el (gnus-article-replace-part)
9622         (gnus-mime-replace-part): New functions.
9623         (gnus-mime-action-alist, gnus-mime-button-commands)
9624         (gnus-mime-save-part-and-strip): Added file argument.
9625         (gnus-article-part-wrapper): Added interactive argument.
9626
9627         * gnus-sum.el (gnus-summary-mime-map): Add
9628         `gnus-article-replace-part'.
9629
9630 2005-09-19  Didier Verna  <didier@xemacs.org>
9631
9632         The nnml compaction feature:
9633         * nnml.el (nnml-request-compact-group): New function.
9634         * nnml.el (nnml-request-compact): New function.
9635         * gnus-int.el (gnus-request-compact-group): New function.
9636         * gnus-int.el (gnus-request-compact): New function.
9637         * gnus-group.el (gnus-group-compact-group): New function.
9638         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9639         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9640         * gnus-srvr.el (gnus-server-compact-server): New function.
9641         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9642         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9643
9644 2005-09-18  Deepak Goel  <deego@gnufans.org>
9645
9646         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9647         format spec.
9648
9649 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9650
9651         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9652
9653 2005-09-15  Romain Francoise  <romain@orebokech.com>
9654
9655         * message.el (message-fill-paragraph): Clarify docstring.
9656
9657 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * gnus-art.el (gnus-mime-display-part): Protect against broken
9660         MIME messages.
9661
9662 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9663
9664         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9665         before parsing header.
9666
9667 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9668
9669         * html2text.el (html2text-replace-list): Add new entities.
9670
9671 2005-09-11  Romain Francoise  <romain@orebokech.com>
9672
9673         * message.el (message-alternative-emails): Improve docstring.
9674         (message-setup-1): Call `message-use-alternative-email-as-from'
9675         after `message-setup-hook' to give it precedence over posting
9676         styles, etc.
9677         (message-use-alternative-email-as-from): Add docstring.  Remove
9678         the original From header if present.
9679
9680         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9681         (nnml-save-mail): Use it.
9682
9683         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9684         articles.  Add new argument `silent'.
9685         (gnus-uu-mark-all): Report the total number of marked articles.
9686
9687 2005-09-10  Romain Francoise  <romain@orebokech.com>
9688
9689         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9690         (gnus-uu-mark-series): Likewise.
9691
9692 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9693
9694         * spam-report.el (spam-report-gmane): Fix generation of spam
9695         report URL.
9696
9697 2005-09-10  Simon Josefsson  <jas@extundo.com>
9698
9699         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9700         t, based on discussion on the ding list with Robert Epprecht
9701         <epprecht@solnet.ch>.
9702
9703 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9704
9705         * spam-report.el (spam-report-gmane): Make it work without
9706         X-Report-Spam header.  Gmane now only provides Archived-At.
9707         This is only used if `spam-report-gmane-use-article-number' is nil.
9708         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9709
9710         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9711         make `gnus-summary-sort-by-recipient' work with threading.
9712
9713         * nnweb.el (nnweb-google-wash-article): Print a message if article
9714         is not available.
9715
9716 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9717
9718         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9719         change.  Decode text/* parts content before displaying.
9720
9721 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9722
9723         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9724
9725 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9726
9727         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9728
9729         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9730         url-package-name, url-package-version,
9731         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9732         w3m-display-inline-images, and w3m-minor-mode-map.
9733
9734 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9735
9736         * message.el (message-tab-body-function): Fix mismatched custom type.
9737
9738         * gnus.el (gnus-group-change-level-function): Ditto.
9739
9740         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9741
9742         * gnus-art.el (gnus-signature-limit)
9743         (gnus-article-mime-part-function): Ditto.
9744
9745 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * mml.el (mml-mode): Silence the byte compiler.
9748
9749         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9750         using `(sit-for 0)' before moving the point to the specified part;
9751         skip unbuttonized parts.
9752         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9753         return to the summary window if gnus-auto-select-part is non-nil.
9754
9755 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9756
9757         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9758         variables.
9759         (mml-dnd-attach-file, mml-mode): Use them.
9760
9761         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9762         Make fetching article by MID work again for Google Groups.  Added
9763         FIXME concerning gnus-group-make-web-group.
9764
9765         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9766         Don't depend on Gnus by using mail-extract-address-components if
9767         gnus-extract-address-components is not bound.
9768
9769 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9770
9771         * gnus-art.el (gnus-mime-display-security): Don't display the
9772         signature, but only the signed part.
9773
9774 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9775
9776         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9777
9778         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9779         list, not listp.
9780
9781 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9782
9783         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9784         when encoding.
9785
9786         * mm-bodies.el (mm-decode-content-transfer-encoding):
9787         De-canonicalize CRLF for all text content types, not just
9788         text/plain.
9789
9790 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9791
9792         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9793         valid article; point arrow and cursor at the MIME button.
9794
9795 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9796
9797         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9798         Suggested by Dan Christensen <jdc@uwo.ca>.
9799
9800         * mm-decode.el (mm-save-part): Enable change of prompt.
9801
9802 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9803
9804         * gnus-msg.el (gnus-inews-add-send-actions): Made
9805         `message-post-method' lambda parameter ARG `&optional'.
9806
9807 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9808
9809         * gnus-sum.el (gnus-summary-mime-map): Added
9810         gnus-article-save-part-and-strip, gnus-article-delete-part and
9811         gnus-article-jump-to-part.
9812
9813         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9814         (gnus-article-edit-part): Use it.
9815         (gnus-article-part-wrapper): Added no-handle argument.
9816         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9817         functions.
9818
9819 2005-08-29  Romain Francoise  <romain@orebokech.com>
9820
9821         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9822         docstring.
9823         (gnus-face-from-file): Likewise.
9824
9825 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9826
9827         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9828         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9829         non-nil.
9830         (gnus-auto-select-part): New variable.
9831         (gnus-article-jump-to-part): New function.
9832         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9833         (gnus-mime-delete-part): Allow selecting specified part after
9834         deleting or stripping parts.
9835         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9836         part if argument is bogus.
9837
9838 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9839
9840         * gnus-art.el (w3m-minor-mode-map):
9841         * gnus-spec.el (gnus-newsrc-file-version):
9842         * gnus-util.el (nnmail-active-file-coding-system)
9843         (gnus-original-article-buffer, gnus-user-agent):
9844         * gnus.el (gnus-ham-process-destinations)
9845         (gnus-parameter-ham-marks-alist)
9846         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9847         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9848         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9849         * mm-decode.el (gnus-current-window-configuration):
9850         * mm-extern.el (gnus-article-mime-handles):
9851         * mm-url.el (url-current-object, url-package-name)
9852         (url-package-version):
9853         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9854         (smime-keys, w3m-cid-retrieve-function-alist)
9855         (w3m-current-buffer, w3m-display-inline-images)
9856         (w3m-minor-mode-map):
9857         * mml-smime.el (gnus-extract-address-components):
9858         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9859         (gnus-newsrc-hashtb, message-default-charset)
9860         (message-deletable-headers, message-options)
9861         (message-posting-charset, message-required-mail-headers)
9862         (message-required-news-headers):
9863         * mml1991.el (mc-pgp-always-sign):
9864         * mml2015.el (mc-pgp-always-sign):
9865         * nnheader.el (nnmail-extra-headers):
9866         * rfc1843.el (gnus-decode-encoded-word-function)
9867         (gnus-decode-header-function, gnus-newsgroup-name):
9868         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9869
9870 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9871
9872         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9873         the end of the date treatments.
9874
9875 2005-08-15  Simon Josefsson  <jas@extundo.com>
9876
9877         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9878         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9879         Capello and Romain Francoise.
9880         (pgg-fetch-key-function): Removed, not used?
9881         (pgg-insert-url-with-w3): Require url, to get
9882         url-insert-file-contents regardless of where it is defined.
9883
9884 2005-08-13  Romain Francoise  <romain@orebokech.com>
9885
9886         * message.el (message-cite-original-1): New function.
9887         (message-cite-original): Use it.
9888         (message-cite-original-without-signature): Ditto.
9889
9890 2005-08-08  Romain Francoise  <romain@orebokech.com>
9891
9892         * message.el (message-yank-empty-prefix): New variable.
9893         (message-indent-citation): Use it.
9894         (message-cite-original-without-signature): Respect X-No-Archive.
9895
9896 2005-08-08  Simon Josefsson  <jas@extundo.com>
9897
9898         * pgg.el: Autoload url-insert-file-contents instead of loading
9899         w3/url.
9900         (pgg-insert-url-with-w3): Don't load url here.
9901
9902 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9903
9904         * message.el (message-kill-to-signature): Don't insert newline at
9905         bol.
9906         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9907
9908 2005-08-06  Romain Francoise  <romain@orebokech.com>
9909
9910         * message.el (message-user-fqdn): Fix typo in docstring.
9911
9912 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9913
9914         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9915
9916         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9917
9918 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * mm-bodies.el (mm-encode-body): Use coding system rather than
9921         charset to encode text.
9922
9923         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9924         number of charsets if utf-8 is available (XEmacs).
9925
9926 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9927
9928         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9929         taken from `gnus-button-mid-or-mail-regexp'.
9930         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9931         (gnus-button-alist): Improve regexp for domain part of the MIDs
9932         for news:localpart@domain buttons.
9933         (gnus-button-ctan-directory-regexp): Update.
9934
9935 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9936
9937         * sieve-manage.el (sieve-manage-interactive-login): Use
9938         make-local-variable rather than make-variable-buffer-local.
9939         (sieve-manage-open): Ditto.
9940         (sieve-manage-authenticate): Ditto.
9941
9942         * mml.el (mml-generate-mime-1): Make the content type default to
9943         text/plain if the filename is not specified.
9944
9945 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9946
9947         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9948         instead of insert-buffer.
9949
9950         * message.el (message-yank-original): Ditto; set the mark at the
9951         end of the yanked message.
9952
9953 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9954
9955         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9956         lines to scroll rather than to stop it.
9957
9958         * mml.el (mml-generate-default-type): Add doc string.
9959         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9960         default to application/octet-stream when determining the content
9961         type if it is not specified for the part or the mml contents; add
9962         a comment about mml-generate-default-type.
9963
9964 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9965
9966         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9967         make it default to application/octet-stream when determining the
9968         content type if it is not specified for the external contents.
9969
9970 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9971
9972         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9973         segmented parameter but also other parameters might be there.
9974
9975 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9976
9977         * mm-decode.el (mm-display-external): Delete temp file, directory
9978         and buffer immediately if the external process is exited.
9979
9980 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9981
9982         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9983         fewer lines than that of scroll-margin.
9984         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9985
9986 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9987
9988         * gnus-art.el (gnus-article-next-page): Revert.
9989         (gnus-article-beginning-of-window): New macro.
9990         (gnus-article-next-page-1): Use it.
9991         (gnus-article-prev-page): Ditto.
9992         (gnus-article-edit-part): Use insert-buffer-substring instead of
9993         insert-buffer.
9994         (gnus-article-edit-exit): Ditto.
9995
9996         * gnus-util.el (gnus-beginning-of-window): Remove.
9997         (gnus-end-of-window): Remove.
9998
9999         * lpath.el: Don't bind header-line-format and scroll-margin.
10000
10001 2005-07-25  Simon Josefsson  <jas@extundo.com>
10002
10003         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10004         to have the url package without w3.  Reported by Daiki Ueno
10005         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10006
10007 2005-07-20  Didier Verna  <didier@xemacs.org>
10008
10009         * gnus-diary.el: Remove the description comment (nndiary is now
10010         properly documented in the Gnus manual).
10011         Fix the spelling of "Back End".
10012         * nndiary.el: Ditto.
10013         Fix the copyright notice.
10014
10015 2005-07-18  Romain Francoise  <romain@orebokech.com>
10016
10017         * gnus-sum.el (gnus-summary-to-prefix)
10018         (gnus-summary-newsgroup-prefix): New variables.
10019         (gnus-summary-from-or-to-or-newsgroups): Use them.
10020
10021 2005-07-17  Romain Francoise  <romain@orebokech.com>
10022
10023         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10024         space as it's generally not especially interesting to the user.
10025
10026 2005-07-16  Romain Francoise  <romain@orebokech.com>
10027
10028         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10029         nil to avoid prompting and file modification if one of the
10030         messages at the top of the nnfolder file contains a copyright
10031         notice.
10032         Update copyright notice.
10033
10034         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10035         instead of `current-time-string' as the latter creates a time
10036         string that is not RFC 2822 compliant (it lacks the zone).
10037         Update copyright notice.
10038
10039 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10040
10041         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10042         for text/rtf.  Display default in prompt.  Pass default for M-n.
10043
10044         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10045
10046 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10047
10048         * gnus-msg.el (gnus-button-mailto): Remove
10049         save-selected-window-window hackery because it relies on
10050         save-selected-window internals.
10051
10052 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10053
10054         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10055         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10056         (gnus-article-prev-page): Ditto.
10057
10058         * gnus-util.el (gnus-beginning-of-window): New function.
10059         (gnus-end-of-window): New function.
10060
10061         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10062
10063 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10064
10065         * gnus-score.el (gnus-score-edit-all-score): Set
10066         gnus-score-edit-exit-function to gnus-score-edit-done and call
10067         gnus-message.
10068
10069 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10070
10071         * gnus-msg.el (gnus-button-mailto): Remove
10072         save-selected-window-window hackery because it relies on
10073         save-selected-window internals.
10074
10075 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10076
10077         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10078         add-minor-mode.
10079         (gnus-binary-mode): Ditto.
10080
10081         * gnus-topic.el (gnus-topic-mode): Ditto.
10082
10083 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10084
10085         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10086         (gnus-article-prev-page): Take scroll-margin into consideration.
10087
10088 2005-07-04  Lute Kamstra  <lute@gnu.org>
10089
10090         Update FSF's address in GPL notices.
10091
10092 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10093
10094         * gnus.el (gnus-exit):
10095         * gnus-group.el (gnus-group-icons):
10096         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10097
10098         * gnus-nocem.el (gnus-nocem):
10099         * message.el (message-various, message-buffers, message-sending)
10100         (message-interface, message-forwarding, message-insertion)
10101         (message-headers, message-news, message-mail):
10102         * pgg-gpg.el (pgg-gpg):
10103         * pgg-parse.el (pgg-parse):
10104         * pgg-pgp.el (pgg-pgp):
10105         * pgg-pgp5.el (pgg-pgp5):
10106         * pop3.el (pop3): Finish `defgroup' description with period.
10107
10108 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10109
10110         * gnus-art.el (article-display-face): Improve the efficiency.
10111         (article-display-x-face): Ditto; remove grey x-face stuff.
10112
10113 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10114
10115         * gnus-art.el (article-display-face): Correct the position in
10116         which Faces are inserted.
10117
10118 2005-06-29  Didier Verna  <didier@xemacs.org>
10119
10120         * gnus-art.el (article-display-face): Display faces in correct
10121         order.
10122
10123 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10124
10125         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10126         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10127         (gnus-nocem-check-article): Fetch the Type header.
10128         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10129         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10130         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10131         make sure gnus-nocem-hashtb is initialized.
10132         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10133         (gnus-nocem-unwanted-article-p): Ditto.
10134
10135         * pgg.el (pgg-verify): Return the verification result.
10136
10137 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10138
10139         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10140         is ascii.
10141
10142 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10143
10144         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10145         `show-nonbreak-escape'.
10146
10147 2005-06-23  Lute Kamstra  <lute@gnu.org>
10148
10149         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10150
10151         * dig.el (dig-mode):
10152         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10153
10154 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10155
10156         * nnimap.el (nnimap-split-download-body): Fix spellings.
10157
10158 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10159
10160         * gnus-art.el (gnus-article-encrypt-body):
10161         * gnus-cus.el (gnus-score-customize):
10162         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10163         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10164
10165 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10166
10167         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10168         header by looking for magic "MII" at the beginnig.
10169
10170 2005-06-16  Miles Bader  <miles@gnu.org>
10171
10172         * gnus-xmas.el (gnus-xmas-group-startup-message):
10173         Use renamed gnus-splash face.
10174
10175         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10176         (assistant-field-face): New backward-compatibility alias for renamed
10177         face.
10178         (assistant-render-text): Use renamed assistant-field face.
10179
10180         * spam.el (spam): Remove "-face" suffix from face name.
10181         (spam-face): New backward-compatibility alias for renamed face.
10182         (spam-face, spam-initialize): Use renamed spam face.
10183
10184         * message.el (message-header-to, message-header-cc)
10185         (message-header-subject, message-header-newsgroups)
10186         (message-header-other, message-header-name)
10187         (message-header-xheader, message-separator, message-cited-text)
10188         (message-mml): Remove "-face" suffix from face names.
10189         (message-header-to-face, message-header-cc-face)
10190         (message-header-subject-face, message-header-newsgroups-face)
10191         (message-header-other-face, message-header-name-face)
10192         (message-header-xheader-face, message-separator-face)
10193         (message-cited-text-face, message-mml-face):
10194         New backward-compatibility aliases for renamed faces.
10195         (message-font-lock-keywords): Use renamed message faces.
10196
10197         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10198         (sieve-test-commands, sieve-tagged-arguments):
10199         Remove "-face" suffix from face names.
10200         (sieve-control-commands-face, sieve-action-commands-face)
10201         (sieve-test-commands-face, sieve-tagged-arguments-face):
10202         New backward-compatibility aliases for renamed faces.
10203         (sieve-control-commands-face, sieve-action-commands-face)
10204         (sieve-test-commands-face, sieve-tagged-arguments-face):
10205         Use renamed sieve faces.
10206
10207         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10208         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10209         (gnus-group-news-3-empty, gnus-group-news-4)
10210         (gnus-group-news-4-empty, gnus-group-news-5)
10211         (gnus-group-news-5-empty, gnus-group-news-6)
10212         (gnus-group-news-6-empty, gnus-group-news-low)
10213         (gnus-group-news-low-empty, gnus-group-mail-1)
10214         (gnus-group-mail-1-empty, gnus-group-mail-2)
10215         (gnus-group-mail-2-empty, gnus-group-mail-3)
10216         (gnus-group-mail-3-empty, gnus-group-mail-low)
10217         (gnus-group-mail-low-empty, gnus-summary-selected)
10218         (gnus-summary-cancelled, gnus-summary-high-ticked)
10219         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10220         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10221         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10222         (gnus-summary-low-undownloaded)
10223         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10224         (gnus-summary-low-unread, gnus-summary-normal-unread)
10225         (gnus-summary-high-read, gnus-summary-low-read)
10226         (gnus-summary-normal-read, gnus-splash):
10227         Remove "-face" suffix from face names.
10228         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10229         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10230         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10231         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10232         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10233         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10234         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10235         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10236         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10237         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10238         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10239         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10240         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10241         (gnus-summary-normal-ticked-face)
10242         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10243         (gnus-summary-normal-ancient-face)
10244         (gnus-summary-high-undownloaded-face)
10245         (gnus-summary-low-undownloaded-face)
10246         (gnus-summary-normal-undownloaded-face)
10247         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10248         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10249         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10250         (gnus-splash-face):
10251         New backward-compatibility aliases for renamed faces.
10252         (gnus-group-startup-message): Use renamed gnus faces.
10253
10254         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10255         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10256         (gnus-server-agent): Remove "-face" suffix from face names.
10257         (gnus-server-agent-face, gnus-server-opened-face)
10258         (gnus-server-closed-face, gnus-server-denied-face)
10259         (gnus-server-offline-face):
10260         New backward-compatibility aliases for renamed faces.
10261         (gnus-server-agent-face, gnus-server-opened-face)
10262         (gnus-server-closed-face, gnus-server-denied-face)
10263         (gnus-server-offline-face): Use renamed gnus faces.
10264
10265         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10266         Remove "-face" suffix from face names.
10267         (gnus-picon-xbm-face, gnus-picon-face):
10268         New backward-compatibility aliases for renamed faces.
10269
10270         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10271         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10272         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10273         (gnus-cite-11): Remove "-face" suffix from face names.
10274         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10275         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10276         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10277         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10278         New backward-compatibility aliases for renamed faces.
10279         (gnus-cite-attribution-face, gnus-cite-face-list)
10280         (gnus-article-boring-faces): Use renamed gnus faces.
10281
10282         * gnus-art.el (gnus-signature, gnus-header-from)
10283         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10284         (gnus-header-content): Remove "-face" suffix from face names.
10285         (gnus-signature-face, gnus-header-from-face)
10286         (gnus-header-subject-face, gnus-header-newsgroups-face)
10287         (gnus-header-name-face, gnus-header-content-face):
10288         New backward-compatibility aliases for renamed faces.
10289         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10290
10291         * gnus-sum.el (gnus-summary-selected-face)
10292         (gnus-summary-highlight): Use renamed gnus faces.
10293         * gnus-group.el (gnus-group-highlight): Likewise.
10294
10295 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10296
10297         * gnus-sieve.el (gnus-sieve-article-add-rule):
10298         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10299         * spam-stat.el (spam-stat-buffer-change-to-spam)
10300         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10301
10302         * message.el (message-is-yours-p):
10303         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10304
10305 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10306
10307         * mm-view.el (mm-inline-text): Withdraw the last change.
10308
10309 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10312         executing enriched-decode.
10313
10314 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10315
10316         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10317         charset of tar files.
10318
10319 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10320
10321         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10322
10323 2005-06-04  Lute Kamstra  <lute@gnu.org>
10324
10325         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10326         information is never recorded.
10327
10328 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10329
10330         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10331
10332 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10333
10334         * pop3.el (pop3-apop): Run md5 in the binary mode.
10335
10336         * starttls.el (starttls-set-process-query-on-exit-flag):
10337         Use eval-and-compile.
10338
10339 2005-05-31  Simon Josefsson  <jas@extundo.com>
10340
10341         * smime.el (smime-replace-in-string): Define.
10342         (smime-cert-by-ldap-1): Use it.
10343
10344 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10345
10346         * gnus-art.el (article-display-x-face): Replace
10347         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10348
10349         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10350         set-process-query-on-exit-flag or process-kill-without-query.
10351
10352         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10353         loop instead of replace-regexp.
10354
10355         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10356         instead of process-kill-without-query if it is available.
10357
10358         * lpath.el: Fbind ldap-search-entries.
10359
10360         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10361         instead of find-file-hooks if it is available.
10362
10363         * mml1991.el: Bind pgg-default-user-id when compiling.
10364
10365         * mml2015.el: Bind pgg-default-user-id when compiling.
10366
10367         * nndraft.el (nndraft-request-associate-buffer):
10368         Use write-contents-functions instead of write-contents-hooks if it is
10369         available.
10370
10371         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10372         instead of find-file-hooks if it is available.
10373
10374         * nntp.el (nntp-open-connection): Replace
10375         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10376         (nntp-open-ssl-stream): Ditto.
10377         (nntp-open-tls-stream): Ditto.
10378
10379         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10380         set-process-query-on-exit-flag or process-kill-without-query.
10381         (starttls-open-stream-gnutls): Use it instead of
10382         process-kill-without-query.
10383         (starttls-open-stream): Ditto.
10384
10385 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10386
10387         * smime.el (smime-cert-by-ldap-1): Don't use
10388         replace-regexp-in-string.
10389
10390 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10391
10392         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10393
10394         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10395         in PEM format.  Adjust to the XEmacs compability.
10396
10397 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10398
10399         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10400         by `string-to-number'.
10401         * gnus-agent.el (gnus-agent-regenerate-group)
10402         (gnus-agent-fetch-articles): Ditto.
10403         * gnus-art.el (gnus-button-fetch-group): Ditto.
10404         * gnus-cache.el (gnus-cache-generate-active)
10405         (gnus-cache-articles-in-group): Ditto.
10406         * gnus-group.el (gnus-group-set-current-level)
10407         (gnus-group-insert-group-line): Ditto.
10408         * gnus-score.el (gnus-score-set-expunge-below)
10409         (gnus-score-set-mark-below, gnus-summary-score-effect)
10410         (gnus-summary-score-entry): Ditto.
10411         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10412         (gnus-soup-pack): Ditto.
10413         * gnus-spec.el (gnus-xmas-format): Ditto.
10414         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10415         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10416         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10417         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10418         * nndb.el (nndb-get-remote-expire-response): Ditto.
10419         * nndiary.el (nndiary-parse-schedule-value)
10420         (nndiary-string-to-number, nndiary-request-replace-article)
10421         (nndiary-request-article): Ditto.
10422         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10423         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10424         * nneething.el (nneething-make-head): Ditto.
10425         * nnfolder.el (nnfolder-request-article)
10426         (nnfolder-retrieve-headers): Ditto.
10427         * nnheader.el (nnheader-file-to-number): Ditto.
10428         * nnkiboze.el (nnkiboze-request-article): Ditto.
10429         * nnmail.el (nnmail-process-unix-mail-format)
10430         (nnmail-process-babyl-mail-format): Ditto.
10431         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10432         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10433         (nnmh-request-create-group, nnmh-request-list-1)
10434         (nnmh-request-group, nnmh-request-article): Ditto.
10435         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10436         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10437         * nnsoup.el (nnsoup-make-active): Ditto.
10438         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10439         * nntp.el (nntp-find-group-and-number)
10440         (nntp-retrieve-headers-with-xover): Ditto.
10441         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10442         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10443         (pgg-format-key-identifier): Ditto.
10444         * pop3.el (pop3-last, pop3-stat): Ditto.
10445         * qp.el (quoted-printable-decode-region): Ditto.
10446
10447         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10448         of concat.
10449
10450 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10451
10452         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10453
10454         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10455
10456         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10457
10458         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10459
10460         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10461
10462         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10463
10464         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10465         (gnus-carpal-mode): Ditto.
10466
10467         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10468         (gnus-browse-mode): Ditto.
10469
10470         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10471
10472         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10473
10474 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10475
10476         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10477
10478 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10479
10480         * gnus-util.el (gnus-run-mode-hooks): New function.
10481
10482         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10483
10484         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10485         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10486
10487 2005-05-27  Lute Kamstra  <lute@gnu.org>
10488
10489         * dns-mode.el (dns-mode): Specify customization group.
10490
10491 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10492
10493         * gnus-agent.el (gnus-agent-make-mode-line-string):
10494         Use mode-line-highlight as mouse-face.
10495
10496 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10497
10498         * canlock.el (canlock): Change the parent group to news.
10499
10500         * deuglify.el (gnus-outlook-deuglify): Add :group.
10501
10502         * dig.el (dig): Add :group.
10503
10504         * dns-mode.el (dns-mode): Add :group.
10505
10506         * encrypt.el (encrypt): Add :group.
10507
10508         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10509         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10510         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10511         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10512         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10513
10514         * gnus-diary.el (gnus-diary): Add :group.
10515
10516         * gnus.el (gnus-group-news-1-face): Add :group.
10517         (gnus-group-news-1-empty-face): Ditto.
10518         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10519         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10520         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10521         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10522         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10523         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10524         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10525         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10526         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10527         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10528         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10529         (gnus-summary-high-ticked-face): Ditto.
10530         (gnus-summary-low-ticked-face): Ditto.
10531         (gnus-summary-normal-ticked-face): Ditto.
10532         (gnus-summary-high-ancient-face): Ditto.
10533         (gnus-summary-low-ancient-face): Ditto.
10534         (gnus-summary-normal-ancient-face): Ditto.
10535         (gnus-summary-high-undownloaded-face): Ditto.
10536         (gnus-summary-low-undownloaded-face): Ditto.
10537         (gnus-summary-normal-undownloaded-face): Ditto.
10538         (gnus-summary-high-unread-face): Ditto.
10539         (gnus-summary-low-unread-face): Ditto.
10540         (gnus-summary-normal-unread-face): Ditto.
10541         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10542         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10543
10544         * hashcash.el (hashcash): New custom group.
10545         (hashcash-default-payment): Add :group.
10546         (hashcash-payment-alist): Ditto.
10547         (hashcash-default-accept-payment): Ditto.
10548         (hashcash-accept-resources): Ditto.
10549         (hashcash-path): Ditto.
10550         (hashcash-extra-generate-parameters): Ditto.
10551         (hashcash-double-spend-database): Ditto.
10552         (hashcash-in-news): Ditto.
10553
10554         * message.el (message-minibuffer-local-map): Add :group.
10555
10556         * netrc.el (netrc): Add :group.
10557
10558         * sieve-manage.el (sieve-manage-log): Add :group.
10559         (sieve-manage-default-user): Diito.
10560         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10561         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10562         (sieve-manage-authenticators): Ditto.
10563         (sieve-manage-authenticator-alist): Ditto.
10564         (sieve-manage-default-port): Ditto.
10565
10566         * sieve-mode.el (sieve-control-commands-face): Add :group.
10567         (sieve-action-commands-face): Ditto.
10568         (sieve-test-commands-face): Ditto.
10569         (sieve-tagged-arguments-face): Ditto.
10570
10571         * smime.el (smime): Add :group.
10572
10573         * spam-report.el (spam-report): Add :group.
10574
10575         * spam.el (spam, spam-face): Add :group.
10576
10577 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10578
10579         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10580         return \n.\n.\n at the end of articles.  Protect against that.
10581         (nntp-with-open-group): Allow debugging.
10582
10583         * nnheader.el (mail-header-set-extra): Make into a function
10584         because I just could't understand how to quote the list properly.
10585
10586         * dns.el (query-dns-cached): New function.
10587
10588 2005-05-26  Lute Kamstra  <lute@gnu.org>
10589
10590         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10591
10592 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10593
10594         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10595
10596         * gnus-art.el: Don't autoload mail-extract-address-components.
10597
10598         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10599         eval-and-compile to evaluate it.
10600
10601         * hashcash.el: Don't autoload executable-find.
10602
10603         * nndb.el: Don't declare the nndb back end two or more times; don't
10604         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10605
10606         * nntp.el: Autoload format-spec instead of format; use
10607         eval-and-compile to evaluate autoload forms.
10608
10609 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10610
10611         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10612
10613 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10614
10615         * gnus.el (gnus-version-number): Bump version.
10616
10617 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10618
10619         * gnus.el: No Gnus v0.3 is released.
10620
10621 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10622
10623         * lpath.el (featurep): Bind show-nonbreak-escape.
10624
10625 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10626
10627         * gnus-art.el (gnus-article-edit-part): Disable undo.
10628
10629 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10630
10631         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10632         gnus-article-date-lapsed-new-header is t if date timer is active;
10633         skip headers in which the original date value is empty.
10634         (gnus-article-save-original-date): Redefine it as a macro.
10635         (gnus-display-mime): Use it.
10636
10637 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10638
10639         * gnus-art.el (article-date-ut): Support converting date in
10640         forwarded parts as well.
10641         (gnus-article-save-original-date): New function.
10642         (gnus-display-mime): Use it.
10643
10644 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10645
10646         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10647         enclosure element of <item>.
10648
10649 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10650
10651         * message.el (message-kill-buffer-query): Renamed from
10652         `message-kill-buffer-query-if-modified'.  Added :version.
10653
10654 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10655
10656         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10657         window layout.
10658
10659 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10660
10661         * mml.el: Autoload dnd when compiling.
10662
10663 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10664
10665         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10666         x-dnd-*.
10667
10668 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * qp.el (quoted-printable-encode-region): Save excursion.
10671
10672 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10673
10674         * message.el (message-kill-buffer-query-if-modified): Add new variable
10675         so the user can kill a modified message buffer quickly.
10676         (message-kill-buffer): Use it.
10677
10678 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10679
10680         * lpath.el: Fbind display-time-event-handler; don't fbind
10681         string-to-multibyte.
10682
10683         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10684
10685 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10686
10687         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10688         contained in text because xml.el decodes entities) with LFs.
10689
10690 2005-04-11  Lute Kamstra  <lute@gnu.org>
10691
10692         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10693         differently.
10694
10695 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10696
10697         * mm-util.el (mm-detect-coding-region): Typo.
10698
10699 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10700
10701         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10702
10703 2005-04-06  Deepak Goel  <deego@gnufans.org>
10704
10705         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10706         user-function allow user modifications of the scores.
10707         (spam-stat-score-buffer-user): New function, to allow
10708         user-computed modifications to the score.
10709         (spam-stat-score-buffer-user-functions): List of additional
10710         scoring functions.
10711         (spam-stat-error-holder): Global temporary error holder.
10712         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10713         variable.
10714
10715 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10716
10717         * gnus-registry.el (gnus-registry-clean-empty-function)
10718         (gnus-registry-trim, gnus-registry-fetch-groups)
10719         (gnus-registry-delete-group): Groups that match
10720         `gnus-registry-ignored-groups' are removed from the registry
10721         entries, not just ignored for splitting.  This helps clean up the
10722         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10723         to get all the groups a message ID is in.
10724
10725         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10726         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10727         (spam-stat-score-buffer-user-functions): Add :number custom type.
10728
10729 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10730
10731         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10732         argument in XEmacs.
10733
10734         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10735         (nnrss-request-group): Decode group name first.
10736         (nnrss-request-article): Make a text/plain article if mml-to-mime
10737         failed.
10738         (nnrss-get-encoding): Return a compatible encoding according to
10739         nnrss-compatible-encoding-alist.
10740         (nnrss-find-el): Use consp instead of listp.
10741         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10742
10743 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10746         which Emacs 20 doesn't support.
10747         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10748
10749 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10750
10751         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10752         silence the byte compiler inside the defun.
10753
10754         * gnus-demon.el (parse-time-string): Add autoload.
10755
10756         * gnus-delay.el (parse-time-string): Add autoload.
10757
10758         * gnus-art.el (parse-time-string): Add autoload.
10759
10760         * nnultimate.el (parse-time): Require for `parse-time-string'.
10761
10762 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10763
10764         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10765
10766         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10767
10768         * smime.el (smime-ldap-host-list): Add :version.
10769
10770 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10771
10772         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10773         pass it to `gnus-browse-read-group'.
10774         (gnus-browse-read-group): Add NUMBER argument and pass it to
10775         `gnus-group-read-ephemeral-group'.
10776
10777         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10778         argument and pass it to `gnus-group-read-group'.
10779
10780 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10781
10782         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10783         mm-xemacs-find-mime-charset-1 if we have the mule feature
10784         available at runtime.
10785
10786 2005-03-25  Werner Lemberg  <wl@gnu.org>
10787
10788         * nnmaildir.el: Replace `illegal' with `invalid'.
10789
10790 2005-03-23  Lute Kamstra  <lute@gnu.org>
10791
10792         * time-date.el: Add comment on time value formats.
10793         Don't require parse-time.
10794         (with-decoded-time-value): New macro.
10795         (encode-time-value): New function.
10796         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10797         (days-to-time): Return a valid time value when arg is huge.
10798         (time-since): Use time-subtract.
10799         (time-to-number-of-days): Use time-to-seconds.
10800
10801 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10802
10803         * gnus-start.el (gnus-display-time-event-handler):
10804         Check display-time-timer at runtime rather than only at load time
10805         in case display-time-mode is turned off in the mean time.
10806
10807 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10808
10809         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10810         used.
10811
10812         * nneething.el (nneething-map-file-directory): Derive from
10813         `gnus-directory'.
10814
10815         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10816         the To/Cc button.
10817
10818 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10819
10820         * nnmaildir.el (nnmaildir-request-accept-article):
10821         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10822
10823 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10824
10825         * gnus-async.el: Require timer-funcs at compile time when in
10826         XEmacs for `run-with-idle-timer'.
10827
10828 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10829
10830         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10831         autoloaded function.
10832
10833 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10834
10835         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10836
10837 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10838
10839         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10840
10841 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10842
10843         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10844         gnus-expert-user to default.
10845
10846 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10847
10848         * nnimap.el (nnimap-open-server): Ditto.
10849
10850         * imap.el (imap-authenticate): Fix typo.
10851
10852 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10853
10854         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10855         buffer (since IMAP server might return FETCH response out of
10856         order, and the nntp buffer must be sorted).
10857
10858 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10859
10860         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10861         comparison on string.
10862
10863         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10864         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10865         (gnus-agent-summary-fetch-series): Modified to protect against
10866         gnus-agent-summary-fetch-group clearing processable flags.
10867         (gnus-agent-synchronize-group-flags): Update live group buffer as
10868         synchronization may occur due to the user toggle the plugged
10869         status.
10870         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10871         successfully downloaded.
10872         (gnus-agent-expire-group-1): Avoid using markers when the overview
10873         is in ascending order; greatly improves performance.
10874         (gnus-agent-regenerate-group): Use
10875         gnus-agent-synchronize-group-flags to reset read status in both
10876         gnus and server.
10877         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10878
10879 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10880
10881         * message.el: Don't autoload former message-utils variables.
10882         (message-strip-subject-trailing-was): Change doc string.
10883
10884         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10885         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10886         (nnweb-google-search): Add "hl=en" here.
10887         (nnweb-google-parse-1, nnweb-google-create-mapping):
10888         Don't hardcode URL.
10889
10890 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10891
10892         * message.el (message-get-reply-headers, message-followup):
10893         Mention related variables `message-use-followup-to' and
10894         `message-use-mail-followup-to', in the information buffer.
10895
10896         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10897         of broken groups(-beta).google.com.
10898
10899 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10900
10901         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10902         parameter to invoked gnus-request-move-article; remove the
10903         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10904         all at once instead of once per article.
10905         (gnus-summary-remove-process-mark): Accept a list of articles as
10906         well as a single article for processing.
10907
10908         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10909         parameter.
10910
10911         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10912
10913         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10914
10915         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10916         parameter.
10917
10918         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10919         parameter.
10920
10921         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10922         parameter and remove the gnus-sum-hint-move-is-internal variable.
10923
10924         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10925         parameter.
10926
10927         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10928         parameter.
10929
10930         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10931         parameter.
10932
10933         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10934
10935         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10936         parameter.
10937
10938         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10939         parameter.
10940
10941 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10942
10943         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10944         a more conservative way.
10945
10946 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10947
10948         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10949         buffer, so it moves the window's cursor.
10950
10951 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10952
10953         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10954         `mm-dissect-multipart' and receive the from field as an (optional)
10955         argument from `mm-dissect-multipart'.
10956         (mm-dissect-multipart): Receive the from field as an argument and
10957         pass it on when we call `mm-dissect-buffer' on MIME parts.
10958         Fixes verification/decryption of signed/encrypted MIME parts.
10959
10960 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10961
10962         * gnus-sum.el (gnus-summary-move-article): Set
10963         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10964         whatever it calls (right now, only nnimap-request-move article
10965         respects it).
10966
10967         * nnimap.el (nnimap-request-move-article): When
10968         gnus-sum-hint-move-is-internal is set, don't do the extra
10969         nnimap-request-article.
10970
10971 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10972
10973         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10974
10975         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10976         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10977
10978         * gnus-sum.el (gnus-summary-caesar-message):
10979         Apply `gnus-treat-article' after rotation.
10980
10981         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10982         doc string.
10983
10984 2005-02-22  Simon Josefsson  <jas@extundo.com>
10985
10986         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10987         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10988         <arne@arnested.dk>.
10989         (encrypt): Add password-cache and password-cache-expiry as group
10990         members.
10991
10992 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10993
10994         * smime.el (smime-ldap-host-list): Doc fix.
10995         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10996         cache) password.
10997         (smime-sign-region): Use it.
10998         (smime-decrypt-region): Use it.
10999         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11000         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11001         fails.
11002         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11003         certificate from DER to PEM format rather than calling openssl.
11004
11005         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11006
11007         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11008         for signing/encryption.
11009
11010         * mml.el (mml-parse-1): Use them.
11011
11012 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11013
11014         * nnrss.el (nnrss-verbose): Removed.
11015         (nnrss-request-group): Use `nnheader-message' instead.
11016
11017 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11018
11019         * nnrss.el (nnrss-verbose): New variable.
11020         (nnrss-request-group): Make it say nnrss is requesting a group.
11021
11022 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11023
11024         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11025         Handle news URL with given port correctly.
11026
11027 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11030         containing special characters.
11031
11032         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11033
11034         * mml.el (mime-to-mml): Ditto.
11035
11036         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11037         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11038         (rfc2047-decode-region): Quote decoded words containing special
11039         characters when rfc2047-quote-decoded-words-containing-tspecials
11040         is non-nil.
11041
11042 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11043
11044         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11045
11046         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11047
11048 2005-02-15  Simon Josefsson  <jas@extundo.com>
11049
11050         * nnimap.el (nnimap-debug): Doc fix.
11051
11052         * imap.el (imap-debug): Doc fix.
11053
11054 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11055
11056         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11057
11058 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11059
11060         * gnus.el (spam-contents): Improve docs for spam-contents
11061         parameter in its variable incarnation.
11062
11063 2005-02-14  Simon Josefsson  <jas@extundo.com>
11064
11065         * smime-ldap.el: Use require instead of load-library for ldap.
11066         (smime-ldap-search): Indent.
11067         (smime-ldap-search-internal): Shorten line.
11068
11069         * smime.el (smime-cert-by-dns): Add doc-string.
11070         (smime-cert-by-ldap-1): Indent.
11071
11072         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11073         mml-smime-get-dns-ldap.
11074         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11075
11076 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11077
11078         * smime.el: Require smime-ldap.
11079         (smime-ldap-host-list): New variable.
11080         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11081
11082         * mml-smime.el (mml-smime-encrypt-query): New function.
11083         (mml-smime-encrypt-query): Use it.
11084
11085         * smime-ldap.el: New file.
11086
11087 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11088
11089         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11090
11091 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11092
11093         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11094         argument in doc string.  Make query for type more clear.
11095
11096 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11097
11098         * gnus.el (gnus-group-startup-message): Search for gnus images in
11099         etc/images/gnus.
11100         * mm-util.el (mm-image-load-path): Likewise.
11101         * smiley.el (smiley-data-directory): Search for smilies in
11102         etc/images/smilies.
11103
11104 2005-02-09  Kim F. Storm  <storm@cua.dk>
11105
11106         Change Emacs release version from 21.4 to 22.1 throughout.
11107         Change Emacs development version from 21.3.50 to 22.0.50.
11108
11109 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11110
11111         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11112
11113         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11114         non-Mule XEmacs as well.
11115         (mm-decompress-buffer): Signal an error intentionally if it does
11116         not decompress compressed data because auto-compression-mode is
11117         disabled.
11118
11119 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11120
11121         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11122         an ID in the registry even if it has no groups.
11123
11124 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11127         merge it into mm-decompress-buffer.
11128         (gnus-mime-copy-part): Use the MIME part charset, the value which
11129         a user specified or gnus-newsgroup-charset for decoding, like
11130         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11131         save-buffer what was used.  Suggested by Kevin Ryde
11132         <user42@zip.com.au>.
11133         (gnus-mime-inline-part): Allow the name parameter as well as the
11134         filename parameter; force decompressing of compressed data; always
11135         display contents being not decoded as unibyte.
11136
11137         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11138         as well as the filename parameter.
11139
11140         * mm-util.el (mm-decompress-buffer): Merge
11141         gnus-mime-jka-compr-maybe-uncompress.
11142         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11143         of compressed data.
11144
11145 2005-02-08  Simon Josefsson  <jas@extundo.com>
11146
11147         * imap.el (imap-log): Doc fix.
11148
11149 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11150
11151         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11152         the coding cookies; decompress compressed parts.
11153
11154         * mml.el (mml-generate-mime-1): Add the charset parameter according
11155         to the value which a user specified manually or the coding cookie.
11156
11157         * mm-util.el (mm-string-to-multibyte): New function.
11158         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11159         (mm-coding-system-to-mime-charset): New function.
11160         (mm-decompress-buffer): New function.
11161         (mm-find-buffer-file-coding-system): New function.
11162
11163         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11164         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11165         parts.
11166
11167 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11168
11169         * mm-view.el (mm-display-inline-fontify): Decode a part according
11170         to the charset parameter.
11171
11172 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11173
11174         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11175         prefix arg is neither nil nor a number, as info specifies.
11176
11177 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11178
11179         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11180         timestamps.
11181
11182 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11183
11184         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11185         groups error checking and notify user.
11186
11187 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11188
11189         * message.el (message-send-mail-function): Check existence of
11190         sendmail-program first before using default value
11191         `message-send-mail-with-sendmail'.  Otherwise use more generic
11192         `smtpmail-send-it'.
11193
11194 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11195
11196         * nntp.el (nntp-request-update-info): Always return nil.
11197
11198 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11199
11200         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11201
11202 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11203
11204         * message.el (message-beginning-of-line): Change the behavior when
11205         invoked between BOL and : so that it first moves backward.
11206
11207 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11208
11209         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11210         article buffer when editing of the article is discarded.
11211         (gnus-article-prepare): Revert.
11212
11213 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11214
11215         * gnus-art.el (gnus-article-prepare):
11216         Remove message-strip-forbidden-properties from the local hook.
11217
11218 2005-01-27  Simon Josefsson  <jas@extundo.com>
11219
11220         * password.el (password-cache-add): Only start one timer per key.
11221         Reported by Derek Atkins <warlord@MIT.EDU>.
11222
11223 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11224
11225         * run-at-time.el: Removed.  It is no longer needed as
11226         timer-funcs.el in the xemacs-base package has a working version of
11227         `run-at-time'.
11228
11229         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11230
11231         * password.el: Require timer-funcs instead of run-at-time in
11232         XEmacs.
11233         Remove `password-run-at-time' macro.
11234         (password-cache-add): Use `run-at-time' instead of
11235         `password-run-at-time'.
11236
11237         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11238         Remove `nnheader-cancel-function-timers' alias,
11239         `cancel-function-timers' exists in XEmacs in timer-funcs.
11240
11241         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11242         for `run-with-idle-timer'.
11243
11244         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11245         for `run-at-time'.
11246
11247         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11248         for `with-timeout'.
11249
11250         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11251         the same as for XEmacs 21.4.
11252         No need to ignore `run-with-idle-timer', this function exists in
11253         XEmacs now in timer-funcs.el in the xemacs-base package.
11254         (dgnushack-compile): No need to delete
11255         run-at-time.el from the list of files to compile because it
11256         doesn't exist anymore.
11257
11258 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11259
11260         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11261         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11262
11263 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11264
11265         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11266         sensitively.
11267
11268 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11269
11270         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11271
11272 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11273
11274         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11275         which will be inserted according to the multibyteness of a buffer
11276         rather than the type of contents.  Suggested by ARISAWA Akihiro
11277         <ari@mbf.ocn.ne.jp>.
11278
11279         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11280         of string which old xml.el may return rather than a string.
11281
11282 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11283
11284         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11285
11286 2005-01-16  Simon Josefsson  <jas@extundo.com>
11287
11288         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11289         idn/idna.el isn't available.
11290         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11291         <michael@waxrat.com>.
11292
11293         * hashcash.el: Remove non-FSF copyright header.
11294
11295         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11296         (hashcash-generate-payment): Use it.
11297         (hashcash-generate-payment-async): Use it.
11298
11299 2005-01-15  Simon Josefsson  <jas@extundo.com>
11300
11301         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11302         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11303
11304         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11305         gnus-summary-idna-message.
11306         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11307         (gnus-summary-idna-message): New function.
11308
11309 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11310
11311         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11312         gnus-novice-user.
11313
11314 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11315
11316         * nnrss.el (nnrss-request-delete-group): Delete entries in
11317         nnrss-group-alist as well.
11318         (nnrss-save-server-data): Insert newline.
11319
11320 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11321
11322         * gnus.el (gnus-user-agent): Use list of symbols instead of
11323         symbols.  Display full version number for (S)XEmacs.  Optionally
11324         display (S)XEmacs codename.
11325
11326         * gnus-util.el (gnus-emacs-version): Update for new
11327         `gnus-user-agent'.
11328
11329         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11330         Gnus version.
11331
11332 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11333
11334         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11335         which is unreadable in some setups.
11336
11337 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * gnus-spec.el (gnus-update-format-specifications): Flush the
11340         group format spec cache if it doesn't support decoded group names.
11341
11342 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11343
11344         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11345         Allow to apply decay on score files matching a regexp.
11346
11347 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11348
11349         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11350         compatibility in %g and %c.
11351
11352 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11353
11354         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11355         name for only %g and %c.
11356         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11357         of gnus-tmp-group to decoded group name.
11358         (gnus-group-make-rss-group): Exclude `/'s from group names.
11359
11360 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * nnrss.el (nnrss-get-encoding): Fix regexp.
11363
11364 2004-12-27  Simon Josefsson  <jas@extundo.com>
11365
11366         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11367         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11368         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11369
11370 2004-12-17  Kim F. Storm  <storm@cua.dk>
11371
11372         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11373
11374         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11375
11376 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11377
11378         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11379
11380 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11381
11382         * nnrss.el: Require rfc2047 and mml.
11383         (nnrss-file-coding-system): New variable.
11384         (nnrss-format-string): Redefine it as an inline function.
11385         (nnrss-decode-group-name): New function.
11386         (nnrss-string-as-multibyte): Remove.
11387         (nnrss-retrieve-headers): Decode group name; don't use
11388         nnrss-format-string.
11389         (nnrss-request-group): Decode group name.
11390         (nnrss-request-article): Decode group name; allow a Message-ID as
11391         well as an article number; don't use nnrss-format-string; encode a
11392         Message-ID string which may contain non-ASCII characters; use
11393         mml-to-mime to compose a MIME article.
11394         (nnrss-request-expire-articles): Decode group name.
11395         (nnrss-request-delete-group): Decode group name.
11396         (nnrss-fetch): Clarify error message.
11397         (nnrss-read-server-data): Use insert-file-contents instead of load;
11398         bind file-name-coding-system; use multibyte buffer.
11399         (nnrss-save-server-data): Bind coding-system-for-write to the
11400         value of nnrss-file-coding-system; bind file-name-coding-system;
11401         add coding cookie.
11402         (nnrss-read-group-data): Use insert-file-contents instead of load;
11403         bind file-name-coding-system; use multibyte buffer.
11404         (nnrss-save-group-data): Bind coding-system-for-write to the
11405         value of nnrss-file-coding-system; bind file-name-coding-system.
11406         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11407         make it work with non-ASCII text.
11408         (nnrss-find-el): Make it work with old xml.el as well.
11409
11410 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11411
11412         * nnrss.el (nnrss-get-encoding): New function.
11413         (nnrss-fetch): Use unibyte buffer initially; bind
11414         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11415         decode contents according to the encoding attribute.
11416         (nnrss-save-group-data): Add coding cookie.
11417         (nnrss-mime-encode-string): New function.
11418         (nnrss-check-group): Use it to encode subject and author.
11419
11420 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11421
11422         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11423         imaginary variable.
11424
11425 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11426
11427         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11428         correctly even if there are wide characters.
11429
11430 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11431
11432         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11433         downcased symbol names; make a new cache instead of reusing
11434         bbdb-hashtable.
11435
11436 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11437
11438         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11439         concatenating segments rather than before concatenating them.
11440         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11441
11442         * message.el (message-get-reply-headers): Bind `extra'.
11443
11444 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11445
11446         * message.el (message-extra-wide-headers): New variable.
11447         (message-get-reply-headers): Use it.
11448
11449 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11450
11451         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11452         (gnus-agent-group-pathname): Ditto.
11453
11454         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11455
11456         * gnus-group.el (gnus-group-make-group): Decode group name.
11457         (gnus-group-make-rss-group): Register the group data after opening
11458         the nnrss group.
11459
11460 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11461
11462         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11463         by expiry now get marked as read.
11464
11465 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11466
11467         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11468
11469 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11470
11471         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11472         unify Latin characters in XEmacs.
11473         (mm-find-mime-charset-region): Use it.
11474
11475 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11476
11477         * gnus-util.el (gnus-delete-directory): New function.
11478
11479         * gnus-agent.el (gnus-agent-delete-group): Use it.
11480
11481         * gnus-cache.el (gnus-cache-delete-group): Use it.
11482
11483 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11484
11485         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11486         names.
11487
11488 2004-12-16  Simon Josefsson  <jas@extundo.com>
11489
11490         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11491
11492 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11493
11494         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11495
11496         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11497         (gnus-group-set-current-level): Decode group name.
11498
11499 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11500
11501         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11502         failed.
11503
11504 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11505
11506         * gnus-group.el (gnus-group-delete-group): Decode group name.
11507         (gnus-group-make-rss-group): Encode group name.
11508         (gnus-group-catchup-current): Decode group name.
11509         (gnus-group-kill-group): Decode group name.
11510
11511 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11512
11513         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11514
11515 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11516
11517         * gnus-group.el (gnus-group-make-rss-group):
11518         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11519
11520         * gnus-start.el (gnus-setup-news): Honor user's setting to
11521         gnus-message-archive-method.  Suggested by Lute Kamstra
11522         <lute@gnu.org>.
11523
11524 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11525
11526         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11527         global counterparts of the buffer-local variables.
11528
11529 2004-11-16  Romain Francoise  <romain@orebokech.com>
11530
11531         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11532         counterparts of the buffer-local variables.
11533
11534 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11535
11536         * message.el (message-forbidden-properties): Fixed typo in doc
11537         string.
11538
11539 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11540
11541         * gnus-util.el (gnus-replace-in-string): Added doc string.
11542
11543         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11544         to avoid problems when splitting mails with many recipients.
11545
11546 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11547
11548         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11549         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11550
11551 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11552
11553         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11554         if there is no hashtable in memory or file modification time is
11555         newer than cached timestamp.
11556
11557 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11558
11559         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11560         not-matching option.
11561
11562 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11563
11564         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11565         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11566         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11567         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11568         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11569         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11570
11571 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11572
11573         * message.el (message-forward-make-body-mml): Remove headers
11574         according to message-forward-ignored-headers if a message is decoded.
11575
11576 2004-12-02  Romain Francoise  <romain@orebokech.com>
11577
11578         * message.el (message-forward-make-body-plain): Always remove
11579         headers according to message-forward-ignored-headers.
11580
11581 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11582
11583         * spam.el (spam-summary-prepare-exit): Remove the
11584         gnus-summary-limit pop for now, it has problems with ham marks for
11585         me.
11586
11587 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11588
11589         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11590         correctly.
11591
11592 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11593
11594         * format-spec.el (format-spec): Message the char.
11595
11596 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11597
11598         * gnus-art.el (gnus-split-methods): Reformat comments.
11599
11600         * spam.el (spam-summary-prepare-exit): Remove article limits
11601         before exiting the summary buffer.
11602
11603 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11604
11605         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11606         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11607
11608         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11609         order to silence the byte compiler.
11610
11611         * spam.el: Fix the way to silence the byte compiler, which
11612         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11613         bbdb-search-simple, spam-BBDB-register-routine,
11614         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11615         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11616         spam-stat-buffer-is-spam, spam-stat-load,
11617         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11618         spam-stat-save and spam-stat-split-fancy.
11619
11620 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11621
11622         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11623         which may confuse users.
11624         (canlock-password-for-verify): Ditto.
11625
11626         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11627
11628         * gnus-art.el (gnus-emphasis-alist): Ditto.
11629
11630         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11631
11632         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11633
11634         * gnus-start.el (gnus-save-killed-list): Ditto.
11635
11636         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11637         (gnus-sum-thread-tree-root): Ditto.
11638         (gnus-sum-thread-tree-false-root): Ditto.
11639         (gnus-sum-thread-tree-single-indent): Ditto.
11640
11641         * message.el (message-courtesy-message): Ditto.
11642         (message-archive-note): Ditto.
11643         (message-subscribed-address-file): Ditto.
11644         (message-user-fqdn): Ditto.
11645
11646         * spam-report.el (spam-report-gmane-regex): Ditto.
11647
11648         * spam.el (spam-blackhole-good-server-regex): Ditto.
11649
11650 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11651
11652         * mml.el (mml-preview): Widen the message buffer before copying
11653         the contents to the preview buffer; sort headers before previewing.
11654
11655         * message.el (message-hidden-headers): Fix the way to avoid a bug
11656         in the `repeat' widget in Emacs 21.3 or earlier.
11657
11658 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11659
11660         * message.el (message-hidden-headers): Default to "^References:".
11661         Improve customization type.  Suggested by Reiner Steib
11662         <Reiner.Steib@gmx.de>.
11663
11664 2004-11-25  Romain Francoise  <romain@orebokech.com>
11665
11666         * message.el (message-strip-forbidden-properties): Remove check for
11667         obsolete `message-hidden' text property, hidden headers are not
11668         accessible in the buffer anymore.
11669
11670 2004-11-22  Romain Francoise  <romain@orebokech.com>
11671
11672         * message.el (message-header-format-alist): Add `From' in list
11673         so that it can be sorted.
11674         (message-fix-before-sending): Widen and sort headers before
11675         sending.
11676         (message-hide-headers): Use narrowing to hide headers by moving
11677         them to the top of the buffer and narrowing to the region
11678         underneath.
11679
11680 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11681
11682         * message.el (message-strip-forbidden-properties): Bind
11683         buffer-read-only (etc) to nil.
11684
11685 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11688         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11689
11690 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11691
11692         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11693
11694 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11695
11696         * dns.el (query-dns): Use sit-for to time instead of
11697         accept-process-output, since that doesn't seem to work on udp
11698         sockets.
11699
11700 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11703
11704 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11705
11706         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11707         doc string.  Improve doc string.
11708
11709 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11710
11711         * nntp.el (nntp-request-update-info): Return nil if
11712         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11713         may not call gnus-activate-group which uselessly issues the GROUP
11714         commands for all nntp groups and wastes time.  Reported by Romain
11715         Francoise <romain@orebokech.com>.
11716
11717         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11718
11719 2004-11-15  Simon Josefsson  <jas@extundo.com>
11720
11721         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11722         headers separately.
11723         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11724         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11725
11726 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11727
11728         * gnus-start.el (gnus-convert-old-newsrc):
11729         Assign legacy-gnus-agent to 5.10.7.
11730
11731 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11732
11733         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11734         start of the lines.
11735
11736 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11737
11738         * hashcash.el (hashcash-default-payment): Change default to 20.
11739         (hashcash-default-accept-payment): Change default to 20.
11740         (hashcash-process-alist): New variable.
11741         (hashcash-generate-payment-async): Add.
11742         (hashcash-already-paid-p): Add.
11743         (hashcash-insert-payment): Don't generate payments twice.
11744         (hashcash-insert-payment-async): Add.
11745         (hashcash-insert-payment-async-2): Add.
11746         (hashcash-cancel-async): Add.
11747         (hashcash-wait-async): Add.
11748         (hashcash-processes-running-p): Add.
11749         (hashcash-wait-or-cancel): Add.
11750         (mail-add-payment): New optional argument.  Conditionally start
11751         asynchronous calculation.
11752         (mail-add-payment-async): Add.
11753
11754         * message.el (message-send-mail): Wait for asynchronous hashcash
11755         results.  Don't clobber existing X-Hashcash headers.
11756         (message-setup-1): Call mail-add-payment-async when
11757         message-generate-hashcash is non-nil.
11758
11759 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11760
11761         * message.el (message-use-alternative-email-as-from): Examine the
11762         From header as well; use message-make-from in order to include a
11763         user's full name.
11764
11765 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11766
11767         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11768         default; improve customization type.
11769         (gnus-emphasis-custom-with-format): New macro.
11770         (gnus-emphasis-custom-value-to-external): New function.
11771         (gnus-emphasis-custom-value-to-internal): New function.
11772
11773 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11774
11775         * dns.el (query-dns): Resolve reverse addresses.
11776
11777 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11778
11779         * gnus-group.el (gnus-group-get-new-news): Use it.
11780
11781         * gnus-start.el (gnus-check-reasonable-setup): New function.
11782
11783 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11786         "Args out of range" error.  Reported by Arnaud Giersch
11787         <arnaud.giersch@free.fr>.
11788
11789 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11790
11791         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11792
11793 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11794
11795         * spam.el (spam group): Add :version.
11796
11797         * pgg-def.el (pgg group): Add :version.
11798
11799 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11800
11801         * gnus-art.el (gnus-article-edit-article): Don't associate the
11802         article buffer with a draft file.  This is a temporary measure
11803         against the 2004-08-22 change to gnus-article-edit-mode.
11804
11805 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11806
11807         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11808         (html2text-format-tags): Remove unused variable `attr'.
11809
11810 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11811
11812         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11813
11814         * tls.el (tls-process-connection-type, tls-success)
11815         (tls-certtool-program): Add :version.
11816
11817         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11818         (starttls-extra-arguments, starttls-process-connection-type)
11819         (starttls-connect, starttls-failure, starttls-success): Add :version.
11820
11821         * spam-stat.el (spam-stat): Add :version.
11822
11823         * sieve.el (sieve): Add :version.
11824
11825         * sha1.el (sha1): Add :version.
11826         (sha1-use-external): Remove redundant version.
11827
11828         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11829         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11830         (nnmail-split-fancy-match-partial-words)
11831         (nnmail-split-lowercase-expanded): Add :version.
11832
11833         * nndiary.el (nndiary): Add :version.
11834
11835         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11836
11837         * mml-sec.el (mml-default-sign-method)
11838         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11839         Add :version.
11840
11841         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11842
11843         * mm-url.el (mm-url-use-external, mm-url-program)
11844         (mm-url-arguments): Add :version.
11845
11846         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11847         (mm-attachment-file-modes, mm-decrypt-option)
11848         (mm-w3m-safe-url-regexp): Add :version.
11849
11850         * message.el (message-cite-prefix-regexp)
11851         (message-sendmail-envelope-from, message-minibuffer-local-map)
11852         (message-user-fqdn, message-completion-alist): Add :version.
11853
11854         * gnus-win.el (gnus-configure-windows-hook)
11855         (gnus-use-frames-on-any-display): Add :version.
11856
11857         * gnus-art.el (gnus-article-address-banner-alist)
11858         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11859         (gnus-treat-from-picon, gnus-treat-mail-picon)
11860         (gnus-treat-x-pgp-sig): Add :version.
11861
11862         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11863         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11864         (gnus-summary-article-delete-hook)
11865         (gnus-summary-display-while-building): Add :version.
11866
11867         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11868         (gnus-get-top-new-news-hook): Add :version.
11869
11870         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11871         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11872
11873         * gnus-registry.el (gnus-registry): Add :version.
11874
11875         * gnus-spec.el (gnus-use-correct-string-widths)
11876         (gnus-make-format-preserve-properties): Add :version.
11877
11878         * gnus.el (gnus-group-charter-alist)
11879         (gnus-group-fetch-control-use-browse-url)
11880         (gnus-install-group-spam-parameters): Add :version.
11881
11882         * gnus-diary.el (gnus-diary): Add :version.
11883
11884         * gnus-delay.el (gnus-delay): Add :version.
11885
11886         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11887         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11888         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11889         Add :version.
11890
11891         * gnus-agent.el (gnus-agent-max-fetch-size)
11892         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11893         (gnus-agent-prompt-send-queue): Add :version.
11894
11895         * deuglify.el (gnus-outlook-deuglify): Add :version.
11896
11897         * html2text.el: Beautify code.  Improve doc strings.  Some
11898         checkdoc cleanup.
11899         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11900
11901 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11902
11903         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11904
11905 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11906
11907         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11908         when package is loaded.
11909
11910         * spam.el (spam-summary-score-preferred-header): Add global preference
11911         for people who want to override the default SpamAssassin over
11912         Bogofilter preference (when both are set).
11913         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11914         (spam-user-format-function-S): Check
11915         spam-summary-score-preferred-header.
11916         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11917         (spam-user-format-function-S): Format the score correctly.
11918
11919 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11920
11921         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11922         signature file.  Suggested by Manoj Srivastava
11923         <srivasta@golden-gryphon.com>.
11924
11925         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11926         iso-2022-jp even in the Japanese language environment.
11927         Suggested by Jason Rumney <jasonr@gnu.org>.
11928
11929 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11930
11931         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11932         use the same characters as the dummy marks; make it free from
11933         getting affected by the language environment.
11934         (gnus-summary-read-group-1): Update mark positions only when the
11935         format spec is updated.
11936
11937         * gnus-spec.el (gnus-update-format-specifications): Return a list
11938         of updated types.
11939
11940 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11941
11942         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11943         of boundp to check if display-warning is available.
11944
11945 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11946
11947         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11948
11949 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11950
11951         * nnspool.el (nnspool-spool-directory): Use news-path if the
11952         news-directory variable is not bound.
11953
11954         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11955         function instead of display-warning if it is not available.
11956
11957 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11958
11959         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11960         v5-10: Use `point-at-bol'.
11961
11962 2004-10-26  Simon Josefsson  <jas@extundo.com>
11963
11964         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11965         <chenggao@gmail.com>.
11966
11967 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11968
11969         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11970         instead.
11971
11972 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11973
11974         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11975         to remove a server from the nnimap-server-buffer-alist.
11976         (nnimap-open-connection, nnimap-close-server): Use it.
11977
11978         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11979
11980 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11981
11982         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11983         running the major-mode function.
11984
11985 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11986
11987         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11988         dummy marks in the right way.
11989
11990 2004-10-18  David Edmondson  <dme@dme.org>
11991
11992         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11993         excessively.
11994
11995 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11996
11997         * gnus-util.el (gnus-split-references): Accept a nil references
11998         string and go on blissfully.
11999
12000         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12001         cases where the references string is non-nil but has no references.
12002
12003         * encrypt.el: Add autoload tags.
12004
12005         * spam.el (spam-resolve-registrations-routine): Remove article
12006         from unregistration list too.  Reported by David Hanak
12007         <dhanak@isis.vanderbilt.edu>
12008
12009 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12010
12011         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12012         nil.  Changed custom type.
12013
12014 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12015
12016         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12017
12018         * gnus-sum.el (gnus-summary-move-article): Use it.
12019
12020 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12021
12022         * encrypt.el: Add autoload cookies.
12023
12024         * spam.el (spam-backend-article-list-property)
12025         (spam-backend-get-article-todo-list)
12026         (spam-backend-put-article-todo-list)
12027         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12028         Resolve registrations separately.
12029         (spam-register-routine): Format comments.
12030         (spam-unregister-routine, spam-register-routine): Always call with
12031         specific-articles, no default list.
12032         (spam-summary-prepare-exit): Use the spam-classifications function.
12033
12034         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12035         gnus-encrypt.el.
12036
12037         * encrypt.el: Copied from gnus-encrypt.el.
12038
12039         * gnus-encrypt.el: Commented that it's obsolete.
12040
12041 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12042
12043         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12044         (gnus-score-save): Use it.
12045
12046         * message.el (message-bury): Use `window-dedicated-p'.
12047
12048 2004-10-15  Simon Josefsson  <jas@extundo.com>
12049
12050         * pop3.el (top-level): Don't require nnheader.
12051         (pop3-read-timeout): Add.
12052         (pop3-accept-process-output): Add.
12053         (pop3-read-response, pop3-retr): Use it.
12054
12055 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12056
12057         * spam.el (spam-register-routine): Move comment.
12058         (spam-verify-bogofilter): Use 'unknown for the initial
12059         spam-bogofilter-valid state, not 'never.
12060
12061         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12062         for netrc-machine.
12063
12064         * nnimap.el (nnimap-open-connection): Use
12065         netrc-machine-user-or-password.
12066
12067 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12068
12069         * gnus-registry.el (gnus-registry-unload-hook):
12070         Set as a variable with add-hook.
12071
12072         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12073         of news-path.
12074
12075         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12076
12077         * spam.el: Delete duplicate `provide'.
12078         (spam-unload-hook): Set as a variable with add-hook.
12079
12080 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12081
12082         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12083         in the doc string.
12084
12085         * message.el (message-ignored-news-headers)
12086         (message-ignored-supersedes-headers)
12087         (message-ignored-resent-headers)
12088         (message-forward-ignored-headers): Improve custom type.
12089
12090 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12091
12092         * message.el (message-tokenize-header): Fix 2004-09-06 change
12093         which used point-min in the wrong place.
12094
12095 2004-10-12  Simon Josefsson  <jas@extundo.com>
12096
12097         * tls.el (tls-certtool-program): New variable.
12098         (tls-certificate-information): New function, based on
12099         ssl-certificate-information.
12100
12101 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12102
12103         * compface.el: Move the version of ELisp-based uncompface program
12104         to the contrib directory because of the copyright problem.
12105
12106 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12107
12108         * message.el (message-kill-buffer): Raise the current frame.
12109
12110 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12111
12112         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12113
12114         * gnus.el (message-y-or-n-p): Autoload.
12115
12116         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12117         (pop3-password-required, pop3-authentication-scheme)
12118         (pop3-leave-mail-on-server): Made customizable.
12119         (pop3): New custom group.
12120         (pop3-retr): Remove `sleep-for' statements.
12121         Suggested by Dave Love <fx@gnu.org>.
12122
12123         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12124         Windows/DOS.
12125
12126         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12127         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12128         Dave Love <fx@gnu.org>.
12129
12130         * mml.el (mml-minibuffer-read-disposition): Require match.
12131         Suggested by Dave Love <fx@gnu.org>.
12132
12133 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12134
12135         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12136         doc string.
12137
12138 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12139
12140         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12141
12142 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12143
12144         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12145         instead of calling `mm-insert-inline', to decode text/* parts
12146         before displaying them.
12147
12148 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12149
12150         * mm-uu.el (mm-uu-text-plain-type): New variable.
12151         (mm-uu-pgp-signed-extract-1): Use it.
12152         (mm-uu-pgp-encrypted-extract-1): Use it.
12153         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12154         bind mm-uu-text-plain-type with that value.
12155         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12156         mm-uu-dissect.
12157
12158 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12159
12160         * gnus-group.el (gnus-update-group-mark-positions):
12161         * gnus-sum.el (gnus-update-summary-mark-positions):
12162         * message.el (message-check-news-body-syntax):
12163         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12164         of string-as-multibyte.
12165
12166 2004-10-05  Juri Linkov  <juri@jurta.org>
12167
12168         * gnus-group.el (gnus-update-group-mark-positions):
12169         * gnus-sum.el (gnus-update-summary-mark-positions):
12170         * message.el (message-check-news-body-syntax):
12171         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12172         8-bit unibyte values to a multibyte string for search functions.
12173
12174 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12175
12176         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12177         (mm-uu-dissect-text-parts): New function.
12178
12179         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12180         dissect text parts.
12181
12182         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12183         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12184
12185         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12186
12187         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12188         gnus-current-topics instead of gnus-current-topic.
12189
12190 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12191
12192         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12193
12194 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12195
12196         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12197         where approriate.
12198
12199         * nnml.el (nnml-generate-active-info): do.
12200
12201         * nndiary.el (nndiary-generate-active-info): do.
12202
12203         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12204         (gnus-topic-move): do.
12205
12206         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12207         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12208
12209         * gnus-srvr.el (gnus-server-prepare)
12210         (gnus-server-open-all-servers): do.
12211
12212         * gnus-msg.el (gnus-summary-cancel-article)
12213         (gnus-summary-resend-message)
12214         (gnus-summary-mail-crosspost-complaint): do.
12215
12216         * gnus-move.el (gnus-change-server): do.
12217
12218         * gnus-group.el (gnus-group-unmark-all-groups)
12219         (gnus-group-set-current-level): do.
12220
12221 2004-10-04  Simon Josefsson  <jas@extundo.com>
12222
12223         * message.el (message-generate-hashcash): Doc fix.
12224
12225 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12226
12227         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12228         avoid infinite recursion via gnus-get-function.
12229
12230 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12231
12232         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12233
12234         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12235
12236         * nnmail.el (nnmail-split-history): do.
12237
12238         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12239         (nnml-request-delete-group): do.
12240
12241         * nnslashdot.el (nnslashdot-read-groups): do.
12242
12243         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12244         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12245
12246         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12247         (nnspool-sift-nov-with-sed): Use last.
12248         (nnspool-retrieve-headers-with-nov): Use mapc.
12249         (nnspool-request-newgroups): Use dolist.
12250         (nnspool-request-group): Use last.
12251
12252         * nntp.el (nntp-read-server-type): Use dolist.
12253
12254         * nnvirtual.el (nnvirtual-create-mapping)
12255         (nnvirtual-update-read-and-marked): Use dolist.
12256         (nnvirtual-convert-headers): Simplify.
12257
12258 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12259
12260         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12261         support for sync'ing tick marks.
12262
12263 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12264
12265         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12266         there's no visible header.
12267
12268 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12269
12270         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12271         necessary, pass full group name to gnus-request-set-marks.
12272
12273 2004-10-01  Simon Josefsson  <jas@extundo.com>
12274
12275         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12276         acroread.
12277
12278 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12279
12280         * spam-report.el (spam-report-gmane): Fix interactive.
12281
12282         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12283
12284         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12285         when writing file.
12286         (gnus-agent-synchronize-flags): Don't default to being
12287         interactive.
12288
12289 2004-09-30  Simon Josefsson  <jas@extundo.com>
12290
12291         * message.el (message-generate-hashcash): Add.
12292         (message-send-mail): Use it, call mail-add-payment.
12293
12294 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12295
12296         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12297
12298 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12299
12300         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12301         gnus-requst-update-info with explicit code to sync the in-memory
12302         info read flags with the marks being sync'd to the backend.
12303
12304         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12305
12306 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12307
12308         * spam.el (spam-verify-bogofilter): Add new function.
12309         (spam-check-bogofilter)
12310         (spam-bogofilter-register-with-bogofilter): Use it.
12311         (spam-verify-bogofilter): Add small fixes.
12312
12313 2004-09-28  Simon Josefsson  <jas@extundo.com>
12314
12315         * hashcash.el (hashcash-generate-payment): Revert.
12316
12317 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12318
12319         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12320         gnus-extract-references instead of gnus-split-references.
12321
12322         * gnus-util.el (gnus-extract-references): Add new function, analogous
12323         to gnus-split-references but extracts only the message-ID without
12324         anything extra.
12325
12326         * hashcash.el (hashcash-generate-payment)
12327         (hashcash-check-payment): Do the right thing if hashcash-path is
12328         nil (because the hashcash program could not be found).
12329
12330         * spam.el (spam-use-hashcash): Remove comment.
12331
12332 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12333
12334         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12335         (gnus-cache-enter-article, gnus-cache-remove-article)
12336         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12337
12338         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12339
12340         * gnus-art.el (article-hide-boring-headers)
12341         (article-translate-strings, article-display-face)
12342         (gnus-article-mime-match-handle-first)
12343         (gnus-article-highlight-headers)
12344         (gnus-article-add-buttons-to-head): do.
12345
12346 2004-09-27  Simon Josefsson  <jas@extundo.com>
12347
12348         * hashcash.el: New version, from
12349         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12350         ../contrib/.
12351
12352 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12353
12354         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12355
12356 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12357
12358         * gnus-dup.el (gnus-dup-open): Use mapc.
12359         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12360
12361         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12362         Reported by Stefan Wiens <s.wi@gmx.net>.
12363
12364         * gnus.el (gnus-shutdown): Use dolist.
12365
12366         * gnus-undo.el (gnus-undo): Use mapc.
12367
12368         * nnrss.el (nnrss-generate-active): do.
12369
12370         * message.el (message-cite-original-without-signature)
12371         (message-cite-original): Use mapc.
12372         (message-do-actions, message-make-forward-subject): Use dolist.
12373
12374 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12375
12376         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12377         deletion to remove entire duplicate line.  Fixes merged article
12378         number bug.
12379
12380 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12381
12382         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12383         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12384         first ask if you want to open a server and then, even when you
12385         responded with no, asking if you want to synchronize the server's
12386         flags.
12387         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12388         multi-line expressions.
12389         (gnus-agent-synchronize-group-flags): New internal function.
12390         Updates marks in memory (in the info structure) AND in the
12391         backend.
12392
12393         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12394
12395         * nnagent.el (nnagent-request-set-mark): Use
12396         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12397         method, to ensure that synchronization updates marks in the
12398         backend and in the info (in memory) structure.
12399
12400 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12403         convention fully; don't miss the root article of a thread; make
12404         the X-Draft-From header with correct article numbers.
12405
12406 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12407
12408         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12409         unless plugged.  Disable the agent so that an open failure causes
12410         an error.
12411
12412         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12413         Reverted 2004-09-21 change.  The backend must be opened while
12414         synchronizing flags even when the backend stores the flags
12415         locally.
12416
12417 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12418
12419         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12420         in `header' match.  Reported by Svend Tollak Munkejord.
12421
12422         * message.el (message-cite-original): Fix use of
12423         `message-cite-articles-with-x-no-archive'.
12424
12425 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12428         (gnus-window-to-buffer): Ditto.
12429
12430         * mml.el (mml-preview-buffer): New variable.
12431         (mml-preview): Manage window layout with gnus-buffer-configuration.
12432
12433         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12434         X-Draft-From header even if those articles aren't quoted.
12435
12436 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12437
12438         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12439         (gnus-request-set-mark, gnus-request-update-mark): Use new
12440         g-s-t-u-l-m to decide to use backend even when unplugged.
12441
12442 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12443
12444         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12445         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12446
12447 2004-09-20  Simon Josefsson  <jas@extundo.com>
12448
12449         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12450         "utf-16-le".
12451
12452 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12453
12454         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12455
12456 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12457
12458         * uudecode.el (uudecode-use-external): Add :version.
12459
12460         * smime.el (smime-CA-file, smime-encrypt-cipher)
12461         (smime-dns-server): Add :version.
12462
12463         * smiley.el (gnus-smiley-file-types): Add :version.
12464
12465         * sha1.el (sha1-use-external): Add :version.
12466
12467         * pgg-def.el (pgg-query-keyserver): Add :version.
12468
12469         * nnmail.el (nnmail-fancy-expiry-targets)
12470         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12471         Add :version.
12472
12473         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12474         (nnimap-retrieve-groups-asynchronous): Add :version.
12475         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12476
12477         * mml.el (mml-content-disposition-parameters)
12478         (mml-insert-mime-headers-always): Add :version.
12479
12480         * mm-util.el (mm-coding-system-priorities): Add :version.
12481
12482         * mm-decode.el (mm-inline-text-html-with-images)
12483         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12484         (mm-verify-option): Add :version.
12485         (mm-text-html-renderer): Change :version.
12486
12487         * message.el (message-fcc-externalize-attachments)
12488         (message-required-headers, message-draft-headers)
12489         (message-subject-trailing-was-query)
12490         (message-subject-trailing-was-ask-regexp)
12491         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12492         (message-mark-insert-end, message-archive-header)
12493         (message-archive-note, message-cross-post-default)
12494         (message-cross-post-note, message-followup-to-note)
12495         (message-cross-post-note-function, message-use-mail-followup-to)
12496         (message-subscribed-address-functions)
12497         (message-subscribed-address-file, message-subscribed-addresses)
12498         (message-subscribed-regexps, message-allow-no-recipients)
12499         (message-yank-cited-prefix, message-signature-insert-empty-line)
12500         (message-hidden-headers, message-hierarchical-addresses)
12501         (message-mail-user-agent, message-use-idna)
12502         (message-valid-fqdn-regexp)
12503         (message-strip-special-text-properties, message-header-synonyms)
12504         (message-beginning-of-line, message-tab-body-function): Add :version.
12505         (message-insert-canlock, message-wide-reply-confirm-recipients):
12506         Change :version.
12507
12508         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12509         and :version.
12510         (mail-source-delete-old-incoming-confirm)
12511         (mail-source-movemail-program): Add :version.
12512
12513         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12514         (gnus-agent-cache, gnus-agent): Change :version.
12515
12516         * gnus-util.el (gnus-use-byte-compile): Change :version.
12517
12518         * gnus-sum.el (gnus-summary-make-false-root-always)
12519         (gnus-summary-default-high-score)
12520         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12521         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12522         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12523         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12524         (gnus-sum-thread-tree-single-indent)
12525         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12526         (gnus-sum-thread-tree-leaf-with-other)
12527         (gnus-sum-thread-tree-single-leaf): Add :version.
12528         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12529         (gnus-article-loose-mime): Change :version.
12530
12531         * gnus-start.el (gnus-backup-startup-file)
12532         (gnus-save-startup-file-via-temp-buffer): Add :version.
12533
12534         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12535         (gnus-server-offline-face): Add :version.
12536
12537         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12538
12539         * gnus-msg.el (gnus-gcc-externalize-attachments)
12540         (gnus-debug-files, gnus-debug-exclude-variables)
12541         (gnus-discouraged-post-methods): Change :version.
12542         (gnus-confirm-mail-reply-to-news)
12543         (gnus-confirm-treat-mail-like-news): Add :version.
12544
12545         * gnus-int.el (gnus-server-unopen-status): Add :version.
12546
12547         * gnus-group.el (gnus-group-jump-to-group-prompt)
12548         (gnus-large-ephemeral-newsgroup)
12549         (gnus-fetch-old-ephemeral-headers): Add :version.
12550
12551         * gnus-fun.el (gnus-x-face-directory)
12552         (gnus-convert-pbm-to-x-face-command)
12553         (gnus-convert-image-to-x-face-command)
12554         (gnus-convert-image-to-face-command): Add :version.
12555
12556         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12557
12558         * gnus-cite.el (gnus-cite-blank-line-after-header)
12559         (gnus-article-boring-faces): Add :version.
12560
12561         * gnus-art.el (gnus-buttonized-mime-types)
12562         (gnus-inhibit-mime-unbuttonizing)
12563         (gnus-treat-display-face)
12564         (gnus-treat-body-boundary): Change :version.
12565         (gnus-body-boundary-delimiter, gnus-picon-databases)
12566         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12567         (gnus-treat-date-english, gnus-treat-fold-headers)
12568         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12569         (gnus-treat-mail-picon, gnus-treat-wash-html)
12570         (gnus-article-encrypt-protocol)
12571         (gnus-use-idna, gnus-article-over-scroll)
12572         (gnus-mime-display-multipart-alternative-as-mixed)
12573         (gnus-mime-display-multipart-related-as-mixed)
12574         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12575         (gnus-ctan-url, gnus-button-ctan-handler)
12576         (gnus-button-handle-ctan-bogus-regexp)
12577         (gnus-button-ctan-directory-regexp)
12578         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12579         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12580         (gnus-button-man-level, gnus-button-emacs-level)
12581         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12582
12583         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12584         (gnus-agent-go-online): Change :version.
12585         (gnus-agent-expire-unagentized-dirs)
12586         (gnus-agent-auto-agentize-methods): Add :version.
12587
12588         * flow-fill.el (fill-flowed-display-column)
12589         (fill-flowed-encode-column): Add :version.
12590
12591         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12592         (gnus-outlook-deuglify-unwrap-max)
12593         (gnus-outlook-deuglify-cite-marks)
12594         (gnus-outlook-deuglify-unwrap-stop-chars)
12595         (gnus-outlook-deuglify-no-wrap-chars)
12596         (gnus-outlook-deuglify-attrib-cut-regexp)
12597         (gnus-outlook-deuglify-attrib-verb-regexp)
12598         (gnus-outlook-deuglify-attrib-end-regexp)
12599         (gnus-outlook-display-hook): Add :version.
12600
12601         * binhex.el (binhex-use-external): Add :version.
12602
12603 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12604
12605         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12606         and `invisible'.
12607
12608 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12609
12610         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12611         in gnus-registry-trim.
12612
12613 2004-09-13  Simon Josefsson  <jas@extundo.com>
12614
12615         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12616
12617         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12618
12619         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12620         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12621         <yamaoka@jpl.org>.
12622         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12623         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12624         <yamaoka@jpl.org>.
12625
12626         * sieve.el (sieve-manage-mode): Ditto.
12627
12628 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12629
12630         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12631
12632 2004-09-11  Simon Josefsson  <jas@extundo.com>
12633
12634         * dns-mode.el: Add.
12635
12636         * mm-view.el (mm-display-dns-inline): Add.
12637
12638         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12639         (mm-automatic-display): Ditto.
12640
12641         * mailcap.el (mailcap-mime-data): Add text/dns.
12642         (mailcap-mime-extensions): Map .soa to text/dns.
12643
12644 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12645
12646         * gnus-art.el (article-decode-mime-words, article-babel)
12647         (gnus-article-highlight-signature, gnus-article-add-buttons)
12648         (gnus-signature-toggle): Remove unnecessary bindings of
12649         `inhibit-read-only' inherited from v5.10 merge.
12650
12651 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12652
12653         * nntp.el (nntp): New customization group.
12654         (nntp-authinfo-file): Add customization group.
12655
12656         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12657
12658         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12659
12660         * gnus.el (to-address, to-list, subscribed)
12661         (large-newsgroup-initial): Ditto.
12662
12663         * flow-fill.el (fill-flowed-display-column)
12664         (fill-flowed-encode-column): Ditto.
12665
12666 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12667
12668         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12669         Use point-min rather than 1.
12670         (message-send-mail): Use buffer-size rather than point-max.
12671
12672         * gnus-sum.el (gnus-summary-search-article-forward):
12673         Signal a specific `search-failed' rather than a generic `error'.
12674
12675         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12676         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12677         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12678
12679 2004-09-10  Simon Josefsson  <jas@extundo.com>
12680
12681         * nndb.el (require): Remove tcp and duplicate cl.
12682
12683 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12684
12685         * gnus-agent.el (directory-files-and-attributes): Move forward.
12686
12687 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12688
12689         * gnus-agent.el (directory-files-and-attributes): Optionally
12690         defined to support XEmacs.
12691
12692 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12693
12694         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12695         to avoid run-time CL dependencies.
12696         (gnus-agent-unfetch-articles): New function.
12697         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12698         article numbers even when local .overview file is missing.
12699         (gnus-agent-read-article-number): New function.  Only accepts
12700         27-bit article numbers.
12701         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12702         gnus-agent-read-article-number.
12703         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12704         from backend while recognizing that article numbers in .overview
12705         must be valid.
12706         (gnus-agent-update-files-total-fetched-for): Use
12707         directory-files-and-attributes to improve performance.
12708         * gnus-int.el (gnus-request-move-article): Use
12709         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12710         improve performance.
12711
12712         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12713         some users confused by references to .newsrc when they only have a
12714         .newsrc.eld file.
12715         (gnus-convert-mark-converter-prompt)
12716         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12717         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12718         New function.  Used internally to only display 'gnus converting
12719         files' message when actually necessary.
12720
12721         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12722         methods now autoloaded.
12723
12724 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12725
12726         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12727         identifiers.
12728
12729 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12730
12731         * gnus-picon.el: Fix indentation and closing parenthesis.
12732
12733 2004-09-01  Simon Josefsson  <jas@extundo.com>
12734
12735         * message.el (message-canlock-generate): Require sha1, not
12736         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12737         to require within a function.  Sadly, if sha1.el isn't loaded, the
12738         let binding in m-c-g will hide the defcustom definition, which is
12739         bad.)
12740
12741         * canlock.el: Require sha1, not sha1-el.
12742
12743         * message.el: Don't autoload sha1 (there is a autoload cookie in
12744         sha1.el).
12745
12746         * sha1-el.el: Renamed to sha1.el.
12747
12748 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12749
12750         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12751
12752 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12753
12754         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12755
12756 2004-08-30  Kim F. Storm  <storm@cua.dk>
12757
12758         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12759
12760         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12761         Add :group 'nnimap.
12762
12763 2004-08-30  Andreas Schwab  <schwab@suse.de>
12764
12765         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12766         ?* and ?\;.
12767
12768         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12769         and ?\' to symbol instead of whitespace.
12770
12771 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12772
12773         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12774
12775         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12776         instead of re-search-forward.
12777
12778         * gnus-uu.el (gnus-uu-save-article): Ditto.
12779         (gnus-uu-post-encode-uuencode): Ditto.
12780
12781         * html2text.el (html2text-clean-list-items): Ditto.
12782         (html2text-clean-dtdd): Ditto.
12783         (html2text-format-tags): Ditto.
12784
12785         * message.el (message-send-mail-with-sendmail): Fix regexp.
12786         (message-fill-field-general): Use search-forward instead of
12787         re-search-forward.
12788         (unbold-region): Ditto.
12789
12790         * nnrss.el (nnrss-request-article): Ditto.
12791
12792         * nnslashdot.el (nnslashdot-request-article): Ditto.
12793
12794         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12795
12796         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12797         "Unrecognized menu descriptor" error in XEmacs.
12798
12799 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12800
12801         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12802         parent article of a sparse article in the thread hashtb.
12803
12804 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12805
12806         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12807         (nnmail-expand-newtext): Lowercase expanded entries if
12808         nnmail-split-lowercase-expanded is non-nil.
12809
12810 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12811
12812         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12813
12814         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12815         of gnus-tmp-news-method into string under XEmacs.  It will be
12816         passed to gnus-correct-length which takes only a string argument.
12817
12818 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12819
12820         * gnus-util.el (gnus-bind-print-variables): New macro.
12821         (gnus-prin1): Use it.
12822         (gnus-prin1-to-string): Use it.
12823         (gnus-pp): New function.
12824         (gnus-pp-to-string): New function.
12825
12826         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12827         Replace pp-to-string with gnus-pp-to-string.
12828         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12829         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12830         * gnus-msg.el (gnus-debug): Ditto.
12831         * gnus-score.el (gnus-score-save): Ditto.
12832         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12833         gnus-pp-to-string.
12834         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12835         with gnus-pp.
12836         * score-mode.el (gnus-score-pretty-print): Ditto.
12837         * webmail.el (webmail-debug): Ditto.
12838
12839 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12840
12841         * gnus-art.el (article-display-face, article-display-x-face):
12842         Use buffer-read-only.
12843
12844 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12845
12846         * gnus-art.el (article-hide-list-identifiers):
12847         Bind inhibit-read-only as t.
12848
12849 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12850
12851         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12852
12853 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12854
12855         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12856         (gnus-narrow-to-page): Don't assume point-min == 1.
12857         (gnus-article-edit-mode): Derive from message-mode.
12858
12859         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12860         point-min == 1.
12861
12862         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12863         Disable incorrect use of `assert'.
12864
12865         * message.el (message-mode): Set comment-start-skip.
12866
12867
12868 2004-08-22  Sam Steingold  <sds@gnu.org>
12869
12870         * pop3.el (pop3-leave-mail-on-server): New user variable.
12871         (pop3-movemail): Delete mail only when it is nil.
12872
12873 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12874
12875         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12876
12877         * mml.el (mml-preview): Use `pop-to-buffer'.
12878
12879         * message.el (message-goto-mail-followup-to): Insert after "To".
12880         (message-carefully-insert-headers): Add comment.
12881
12882         * gnus.el: Remove unused variable `gnus-article-check-size'.
12883
12884         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12885
12886         * gnus-art.el (gnus-button-alist): Improve
12887         `gnus-button-handle-library' entry.
12888
12889 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12890
12891         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12892         downcase, since XEmacs capitalizes error messages differently.
12893
12894 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12895
12896         * nntp.el: Add (require 'gnus) due to reference to
12897         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12898
12899 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12900
12901         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12902         `mm-fill-flowed'.
12903
12904         * mm-decode.el (mm-dissect-singlepart): Check it.
12905
12906 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12907
12908         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12909         'imap' for netrc parsing.
12910
12911 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12912
12913         * mailcap.el (mailcap-mime-data): Mark as risky.
12914
12915 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12916
12917         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12918         may be included in the encoded word.
12919         (rfc2047-encode): Don't append a space if the encoded word
12920         includes close parenthesis.
12921
12922 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12923
12924         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12925         of text within parentheses.
12926
12927 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12928
12929         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12930         (gnus-encrypt-write-file-contents): Make the password key the file
12931         name PLUS the cipher, not just the cipher.  Also remove failed
12932         passwords from the cache.
12933
12934 2004-08-06  Simon Josefsson  <jas@extundo.com>
12935
12936         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12937         fix.
12938
12939 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12940
12941         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12942         LWSP.
12943
12944 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12945
12946         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12947         to append in-reply-to: data to the references: header.
12948
12949         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12950         (netrc-parse): Use gnus-encrypt.el functions.
12951
12952         * gnus-encrypt.el: Add new file for encryption support; currently
12953         does only a few GPG ciphers and an internal XOR cipher.
12954
12955         * password.el: Add comments on using password-read-and-add.
12956         (password-read-and-add): Add function to read and add the
12957         password to the cache at once.
12958
12959 2004-07-28  Simon Josefsson  <jas@extundo.com>
12960
12961         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12962         parameter (but don't use it, for now).
12963
12964         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12965         instead of hard coding to nil.
12966
12967 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12968
12969         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12970         as mm-inline-image-xemacs does.
12971
12972 2004-07-26  Simon Josefsson  <jas@extundo.com>
12973
12974         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12975         Revert part of 2004-07-17 change below.
12976
12977 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12978
12979         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12980         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12981
12982 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12983
12984         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12985         quotes that actually start with ">" at the beginning of the
12986         lines.
12987
12988 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12989
12990         * rfc2047.el (rfc2047-encode-region): Fix last change.
12991         (rfc2047-encode-parameter): Remove useless concat.
12992
12993 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12994
12995         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12996         encode special characters; fix some kind of misconfigured headers;
12997         signal a real error if debug-on-quit or debug-on-error is non-nil.
12998         (rfc2047-encode-max-chars): New variable.
12999         (rfc2047-encode-1): Use it.
13000         (rfc2047-encode-parameter): New function.
13001
13002         * mml.el (mml-insert-parameter): Remove an excessive space.
13003
13004 2004-07-17  Simon Josefsson  <jas@extundo.com>
13005
13006         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13007         Kai Grossjohann <kai@emptydomain.de>.
13008         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13009         (gnus-group-make-menu-bar): Ditto.
13010
13011         * gnus-util.el (gnus-group-server): Add.
13012
13013 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13014
13015         * message.el (message-clone-locals): Clone sendmail and smtp
13016         variables.
13017
13018 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13019
13020         * rfc2047.el (rfc2047-encode-region): Fix last change.
13021
13022 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13023
13024         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13025         characters as non-special.
13026
13027 2004-07-09  Simon Josefsson  <jas@extundo.com>
13028
13029         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13030         Users will lose all flag changes made while unplugged with
13031         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13032         good default.  See numerous reports on ding mailing list.
13033
13034 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13035
13036         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13037         add generate-head-function and generate-article-function to the
13038         rfc822-forward entry.
13039         (nndoc-rfc822-forward-generate-article): New function.
13040         (nndoc-rfc822-forward-generate-head): New function.
13041
13042         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13043
13044 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13045
13046         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13047         respect display group parameter and gnus-summary-expunge-below.
13048         (gnus-articles-to-read): Remove unused reference to display group
13049         parameter.
13050
13051 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13052
13053         * nnheader.el (nnheader-uniquify-message-id): New experimental
13054         variable.
13055         (nnheader-nov-read-message-id): Use it.
13056
13057         * spam-report.el (spam-report-gmane): Add interactive.
13058
13059 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13060
13061         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13062         qp-or-base64 for the application/* types.
13063
13064 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13065
13066         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13067
13068 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13069
13070         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13071         trim value.
13072
13073 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13074
13075         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13076         New macro and function.
13077         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13078
13079 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13080
13081         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13082         after-load-alist.
13083
13084 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13085
13086         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13087         update info that isn't there.
13088
13089 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13090
13091         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13092         entry.
13093
13094 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13095
13096         * mm-view.el (mm-inline-render-with-function): Use multibyte
13097         buffer; decode html source by charset.
13098
13099         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13100
13101         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13102         Mule-UCS is loaded under XEmacs.
13103         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13104
13105 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13106
13107         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13108
13109 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13110
13111         * mm-util.el (mm-coding-system-p): Return a coding-system.
13112         (mm-mime-mule-charset-alist): Use shift_jis instead of
13113         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13114         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13115         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13116         instead of japanese-shift-jis and iso-latin-1 respectively in
13117         order to share the default value with both Emacs and XEmacs-mule.
13118         (mm-mule-charset-to-mime-charset): Make
13119         mm-coding-system-priorities effective.
13120         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13121         while predicating of candidates upon the priorities.
13122
13123 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13124
13125         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13126         gnus-uu-invert-processable.
13127
13128         * gnus.el: Autoload gnus-uu-invert-processable.
13129
13130 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * mm-util.el (mm-with-multibyte-buffer): New macro.
13133
13134         * rfc2047.el (rfc2047-encode-string): Use it.
13135         (rfc2047-encode-region): Move point to the end of the region after
13136         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13137
13138 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13139
13140         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13141         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13142
13143 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13144
13145         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13146         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13147         Karl Chen <quarl@nospam.quarl.org>.
13148
13149 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13150
13151         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13152         invalid addresses.
13153
13154 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13155
13156         * spam.el: Change section markers, revise TODO list.
13157         (spam-backends): Make new master list of all installed backends.
13158         (spam-summary-exit-behavior): Add new variable to determine how
13159         messages moves are done at summary exit.
13160         (spam-move-spam-nonspam-groups-only)
13161         (spam-process-ham-in-nonham-groups)
13162         (spam-process-ham-in-spam-groups): Remove variables, the
13163         spam-summary-exit-behavior variable should be used to manage this
13164         behavior.
13165         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13166         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13167         and spam-old-spam-articles.
13168         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13169         Add empty variables, placeholders for the backends they represent.
13170         (spam-set-difference): Move, unchanged.
13171         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13172         unless the user has a processor variable.
13173         (spam-classifications, spam-classification-valid-p)
13174         (spam-backend-properties, spam-backend-property-valid-p)
13175         (spam-backend-function-type-valid-p)
13176         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13177         (spam-report-articles-gmane, spam-report-articles-resend):
13178         Remove functions, they are not needed.
13179         (spam-install-backend-super, spam-backend-list)
13180         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13181         (spam-backend-function, spam-backend-ham-registration-function)
13182         (spam-backend-spam-registration-function)
13183         (spam-backend-ham-unregistration-function)
13184         (spam-backend-spam-unregistration-function)
13185         (spam-backend-statistical-p, spam-backend-mover-p)
13186         (spam-install-backend-alias, spam-install-checkonly-backend)
13187         (spam-install-mover-backend, spam-install-nocheck-backend)
13188         (spam-install-backend, spam-install-statistical-backend)
13189         (spam-install-statistical-checkonly-backend): Add backend installation
13190         support.
13191         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13192         (spam-group-processor-p): Use the new backend code and respect the
13193         summary exit behavior.
13194         (spam-mark-spam-as-expired-and-move-routine): Remove.
13195         (spam-summary-prepare): Change to use the new spam-old-articles
13196         variable.
13197         (spam-copy-or-move-routine, spam-copy-spam-routine)
13198         (spam-move-spam-routine, spam-copy-ham-routine)
13199         (spam-move-ham-routine): Add code to copy/move ham or spam.
13200         (spam-fetch-field-fast): Improve doc and code, plus allow the
13201         'number request.
13202         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13203         variables.
13204         (spam-split, spam-find-spam): Use the new backend code.
13205         (spam-registration-functions): Remove variable.
13206         (spam-unregister-routine): Add convenience wrapper.
13207         (spam-log-undo-registration, spam-register-routine)
13208         (spam-log-processing-to-registry)
13209         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13210         where possible.
13211         (spam-check-gmane-xref, spam-check-regex-headers)
13212         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13213         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13214         (spam-check-bogofilter-headers, spam-check-spamoracle)
13215         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13216         (spam-check-crm114-headers): Use the spam-split-group that
13217         spam-split prepares, no need to determine it every time.
13218
13219         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13220         to the nnheader-parse-naked-head call.
13221
13222         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13223
13224         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13225         the nnheader-nov-read-message-id call.
13226
13227 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13228
13229         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13230         gnus-activate-group twice.  Suggested by Markus Peter
13231         <warp@spin.de>.
13232
13233 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13234
13235         * gnus-art.el (gnus-article-time-format): Exchange the order of
13236         day and month in the default value; fix customization type.
13237         (article-date-ut): Use add-text-properties.
13238         (article-make-date-line): Use message-make-date instead of
13239         current-time-string.
13240
13241         * message.el (message-fetch-field): Don't use set-text-properties.
13242         (message-make-date): Simplify.
13243
13244         * messagexmas.el (message-xmas-make-date): New function.
13245         (message-xmas-redefine): Defalias message-make-date to it.
13246
13247 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13248
13249         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13250         (rfc2047-encode-region): Treat text within parentheses as special;
13251         show the original text when error has occurred.
13252
13253         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13254         already-computed method to gnus-activate-group.
13255
13256         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13257         same select-methods identical Lisp objects.
13258
13259         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13260         object when modifying the info.
13261
13262 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13263
13264         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13265         gnus-opened-servers since it has never been opened with the new
13266         configuration yet.
13267
13268 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13269
13270         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13271         arg to nnheader-generate-fake-message-id.
13272
13273 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13274
13275         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13276         number and build a fake message ID localized to a group and
13277         article number (so it's repeatable from that point on).
13278         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13279         ID format.
13280
13281         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13282         nnheader-generate-fake-message-id with the article number.
13283
13284 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13285
13286         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13287         end-of-buffer.
13288
13289 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13290
13291         * message.el (message-ignored-supersedes-headers): Add Approved.
13292
13293 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13294
13295         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13296         goto-char.
13297         (rfc2047-encode): Fold the line before encoding.
13298
13299 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13300
13301         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13302         folding -- not all headers can be folded, and this should be done
13303         by the message composition mode.  Probably.  I think.
13304
13305 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13306
13307         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13308         fast.
13309
13310         * gnus-ems.el (gnus-remove-image): Don't use
13311         message-text-with-property; remove only the image found first.
13312
13313         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13314         found first.
13315
13316 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13317
13318         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13319
13320 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13321
13322         * message.el (message-text-with-property): Make it fast and accept
13323         optional arguments.
13324         (message-strip-forbidden-properties): Use it.
13325         (message-fix-before-sending): Follow the m-t-w-p change.
13326
13327         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13328
13329 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13330
13331         * gnus-art.el (article-hide-headers): Don't change the buffer
13332         mistakenly when performing mml-preview even if
13333         gnus-single-article-buffer is nil.
13334
13335 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13336
13337         * message.el (message-expand-name-databases): New user option.
13338         (message-expand-name): Use it.
13339
13340 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13341
13342         * spam.el (spam-report-articles-resend)
13343         (spam-report-resend-register-routine): Allow ham reporting.
13344         (spam-report-resend-register-ham-routine): Add wrapper.
13345         (spam-registration-functions): Add ham resending functions.
13346         (spam-list-of-processors): Add ham resend processor.
13347
13348         * gnus.el (ham-resend-to): Add new group parameter.
13349         (spam-process): Add ham resend option.
13350
13351         * spam-report.el (spam-report-resend): Allow reporting ham.
13352         (spam-report-resend-ham): Add wrapper.
13353
13354 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13355
13356         * message.el (message-cite-articles-with-x-no-archive): New
13357         variable.
13358         (message-cite-original): Use it.
13359
13360 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13361
13362         * message.el (message-cite-original): Respect X-No-Archive.
13363
13364 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13365
13366         * gnus-art.el (article-hide-headers): Refer to the values for
13367         gnus-ignored-headers and gnus-visible-headers in the summary
13368         buffer since a user may have set them as group parameters.
13369
13370 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13371
13372         * assistant.el (assistant-node-name): Add convenience function.
13373         (assistant-render-text, assistant-render-node): Add error handling,
13374         plus handle multiple next nodes.
13375         (assistant-find-next-node): Comment out for now.
13376         (assistant-find-next-nodes): Add function, returns list of next
13377         nodes.
13378
13379 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13380
13381         * mail-source.el (mail-source-directory): Fix doc-string.
13382
13383 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13384
13385         * assistant.el (assistant-render-text, assistant-eval): Add :set
13386         widget type, which is different because it takes and returns a
13387         list.  Much hilarity ensues.
13388
13389 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13390
13391         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13392
13393         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13394         doc-string.
13395
13396         * gnus-start.el (gnus-activate-group): Added doc-string.
13397
13398 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13399
13400         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13401
13402 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13403
13404         * assistant.el (assistant-render-text): Try to add a :set
13405         widget, more to come.
13406
13407         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13408         strings.
13409         (spam-report-articles-resend)
13410         (spam-register-routine): Do registration iff any articles warrant
13411         it.
13412         (spam-summary-prepare-exit): Change log message for nil group
13413         destinations.
13414
13415 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13416
13417         * spam.el (spam-report-resend-register-routine): Allow
13418         spam-report-resend-to to be a group parameter or a global value.
13419
13420 2004-05-26  Simon Josefsson  <jas@extundo.com>
13421
13422         * starttls.el: Merge with my GNUTLS based starttls.el.
13423         (starttls-gnutls-program, starttls-use-gnutls)
13424         (starttls-extra-arguments, starttls-process-connection-type)
13425         (starttls-connect, starttls-failure, starttls-success): New
13426         variables.
13427         (starttls-program, starttls-extra-args): Doc fix.
13428         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13429         functions.
13430         (starttls-negotiate, starttls-open-stream): Check
13431         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13432         function if it is set.
13433
13434 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13435
13436         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13437         structured fields.
13438
13439 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13440
13441         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13442
13443 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13444
13445         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13446         variable.
13447         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13448         assigning the spam-mark to new messages.
13449
13450 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13451
13452         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13453
13454 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13455
13456         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13457
13458         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13459         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13460         default.
13461
13462 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13463
13464         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13465         correct data.
13466
13467 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13468
13469         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13470         (spam-group-processor-p): Fix function.
13471         (spam-group-processor-multiple-p)
13472         (spam-group-spam-processor-report-gmane-p)
13473         (spam-group-spam-processor-report-resend-p)
13474         (spam-group-spam-processor-bogofilter-p)
13475         (spam-group-spam-processor-blacklist-p)
13476         (spam-group-spam-processor-ifile-p)
13477         (spam-group-ham-processor-ifile-p)
13478         (spam-group-spam-processor-spamoracle-p)
13479         (spam-group-spam-processor-crm114-p)
13480         (spam-group-ham-processor-bogofilter-p)
13481         (spam-group-spam-processor-stat-p)
13482         (spam-group-ham-processor-stat-p)
13483         (spam-group-ham-processor-whitelist-p)
13484         (spam-group-ham-processor-BBDB-p)
13485         (spam-group-ham-processor-spamoracle-p)
13486         (spam-group-ham-processor-copy-p): Remove functions with some
13487         prejudice against unneeded code.
13488         (spam-report-articles-resend)
13489         (spam-report-resend-register-routine): Allow the group/topic
13490         spam-resend-to value to override spam-report-resend-to.
13491         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13492         properly now.
13493
13494         * gnus.el (spam-resend-to): Add group/topic parameter.
13495         (spam-process): Move the OBSOLETE processors to the end of the
13496         choices.
13497
13498 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13499
13500         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13501         with resend-to set to nil, and then ask the user if necessary.
13502         (spam-report-resend): spam-report-resend takes a list of articles, not
13503         separate article numbers.
13504
13505 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13506
13507         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13508         addition to emacs-w3m.
13509
13510 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13511
13512         * assistant.el (assistant-authinfo-data): New function.
13513         (assistant-eval): Eval for entire assistant.
13514
13515         * netrc.el (netrc-services-file): New variable.
13516         (netrc-parse-services): New function.
13517         (netrc-find-service-name): New function.
13518         (netrc-find-service-number): New function.
13519         (netrc-port-equal): New function.
13520         (netrc-machine): Use it.
13521
13522         * nnimap.el (nnimap-open-connection): Use netrc.
13523
13524         * gnus-util.el (gnus-netrc-get): Remove aliases.
13525
13526         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13527
13528         * assistant.el (wid-edit): Fix compilation.
13529
13530         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13531
13532 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13533
13534         * gnus-util.el (gnus-set-file-modes): New function.  (small
13535         patch).
13536
13537 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13538
13539         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13540
13541         * assistant.el (assistant-render-node): Fix up rendering and
13542         read-only text.
13543         (assistant-render-node): Reset.
13544         (assistant-make-read-only): Not sticky.
13545
13546 2004-05-20  Danny Siu  <dsiu@adobe.com>
13547
13548         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13549         centered even when gnus-auto-center-summary is t.
13550
13551 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13552
13553         * dns.el (dns-get-txt-answer): New function.
13554         (dns-read-txt): Ditto.
13555         (query-dns): Use it.
13556
13557 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13558
13559         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13560         active for foreign groups even if the group level is higher than
13561         the specified value.
13562
13563 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13564
13565         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13566         non-active groups.
13567
13568         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13569
13570 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13571
13572         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13573
13574 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13575
13576         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13577         (spam-crm114-header, spam-crm114-spam-switch)
13578         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13579         (spam-crm114-positive-spam-header)
13580         (spam-crm114-database-directory, spam-list-of-processors)
13581         (spam-group-spam-processor-crm114-p)
13582         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13583         (spam-generic-score, spam-list-of-checks)
13584         (spam-list-of-statistical-checks, spam-registration-functions)
13585         (spam-check-crm114-headers, spam-crm114-score)
13586         (spam-check-crm114, spam-crm114-register-with-crm114)
13587         (spam-crm114-register-spam-routine)
13588         (spam-crm114-unregister-spam-routine)
13589         (spam-crm114-register-ham-routine)
13590         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13591         asjo@koldfront.dk (Adam Sjøgren).
13592
13593         * gnus.el: Add spam-use-crm114.
13594
13595         * spam.el (spam-list-of-processors, spam-registration-functions):
13596         Add spam-use-resend.
13597         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13598         (spam-report-articles-gmane): Add doc fix.
13599         (spam-report-articles-resend, spam-report-resend-register-routine):
13600         Add wrappers around spam-report-resend-to.
13601
13602         * spam-report.el (spam-report-resend-to, spam-report-resend):
13603         Add support for resending spam.
13604         (spam-report-gmane): Fix line length >80.
13605
13606         * gnus.el (spam-process): Add spam-use-resend.
13607
13608 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13609
13610         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13611         number of processed spam messages.
13612         (spam-ham-copy-or-move-routine): Return the number of processed
13613         ham messages.
13614         (spam-summary-prepare-exit): Use the above values to decide
13615         whether status messages shouled be displayed.
13616
13617 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13618
13619         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13620         `rfc2047-encoding-function-alist' in order to avoid conflicting
13621         with the old version.
13622         (rfc2047-encode-region): Concatenate words containing non-ASCII
13623         characters in structured fields; don't encode space-delimited
13624         ASCII words even in unstructured fields; don't break words at
13625         char-category boundaries.
13626         (rfc2047-encode-1): New function.
13627         (rfc2047-encode): Use it; encode text so that it occupies the
13628         maximum width within 76-column; work correctly on Q encoding for
13629         iso-2022-* charsets.
13630         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13631         sure not to break a line just after the header name.
13632         (rfc2047-b-encode-region): Removed.
13633         (rfc2047-b-encode-string): New function.
13634         (rfc2047-q-encode-region): Removed.
13635         (rfc2047-q-encode-string): New function.
13636
13637         * mm-util.el (mm-replace-in-string): New function.
13638
13639 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13640
13641         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13642         get it right.
13643         (gnus-inews-make-draft): Really.
13644
13645 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13646
13647         * nnmh.el (nnmh-request-list-1): Don't check the link count
13648         before descending.  (small patch)
13649
13650 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13651
13652         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13653         stuff.
13654
13655         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13656         on real group name.
13657
13658         * gnus-art.el (gnus-signature-limit): Doc fix.
13659
13660         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13661
13662         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13663
13664 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13665
13666         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13667         isn't a string.
13668
13669 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13670
13671         * gnus-draft.el (gnus-draft-send): Bind
13672         rfc2047-encode-encoded-words.
13673
13674         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13675         (rfc2047-encodable-p): Say that =? needs encoding.
13676         (rfc2047-encode-encoded-words): New variable.
13677
13678         * gnus-group.el (gnus-group-select-group): Doc fix.
13679
13680         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13681
13682         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13683         to nil.
13684
13685         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13686
13687         * nnheader.el (nnheader-get-lines-and-char): New function.
13688
13689 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13690
13691         * gnus-msg.el (gnus-summary-followup-with-original): Document
13692         yanking of region when active.
13693
13694 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13695
13696         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13697         groups if the group level is higher than the specified value.
13698
13699 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13700
13701         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13702         (gnus-group-jump-to-group): Added prefix argument using
13703         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13704         non-active group.
13705
13706         * compface.el (uncompface): Be verbose when changing
13707         `uncompface-use-external'.
13708
13709         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13710         handle manual section.
13711
13712 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13713
13714         * gnus-art.el (gnus-button-alist): Revert previous change.
13715
13716 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13717
13718         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13719
13720 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13721
13722         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13723         whether backend can accept message.
13724
13725         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13726
13727 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13728
13729         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13730         Avoid creating directory when nntp-marks-is-evil is true.
13731         Reported by Reiner Steib.
13732
13733 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13734
13735         * gnus-picon.el (gnus-picon-style): New variable.
13736         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13737         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13738         Jesper Harder <harder@ifa.au.dk>.
13739
13740 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13741
13742         * message.el (message-fill-field): Return point.
13743         (message-generate-headers): Go to end of field.
13744
13745         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13746         stuff for non-living groups.
13747
13748 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13749
13750         * gnus-art.el (gnus-article-followup-with-original)
13751         (gnus-article-reply-with-original): gnus-mark-active-p ->
13752         gnus-region-active-p.
13753
13754 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13755
13756         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13757         only when there is spam or ham to be processed.
13758
13759 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13760
13761         * mail-source.el (mail-source-delete-crash-box): Refactor.
13762         (mail-source-fetch): Use it.
13763         (mail-source-fetch-file): Ditto.
13764         (mail-source-fetch-directory): Run postscript in loop.
13765         (mail-source-fetch-pop): Delete.
13766         (mail-source-fetch-maildir): Ditto.
13767         (mail-source-fetch-imap): Ditto.
13768
13769         * imap.el (imap-authenticators): Comment out sasl.
13770
13771         * message.el (message-skip-to-next-address): New function.
13772         (message-fill-header-address): Refactor.
13773         (message-fill-address): Use it.
13774         (message-delete-address): Use it.
13775         (message-fill-header-general): Refactor.
13776         (message-fill-field-address): Rename.
13777         (message-narrow-to-field): Find the start of the header.
13778         (message-header-format-alist): Don't pre-fill.
13779         (message-fill-header): Removed.
13780         (message-insert-header): New function.
13781         (message-shorten-references): Use it.
13782
13783         * rfc2047.el (rfc2047-field-value): Strip props.
13784
13785         * mail-parse.el (mail-header-make-address): New alias.
13786
13787         * ietf-drums.el (ietf-drums-make-address): New function.
13788
13789         * imap.el: Add compiler directives.
13790
13791         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13792
13793         * gnus-art.el (article-decode-idna-rhs): Don't use
13794         message-idna-inside-rhs-p.
13795
13796 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13797
13798         * message.el (message-idna-inside-rhs-p): Removed.
13799         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13800
13801         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13802         false positives.
13803
13804 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13805
13806         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13807
13808 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13809
13810         * nneething.el (nneething-file-name): Don't create spurious
13811         files.
13812
13813         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13814         (gnus-inews-do-gcc): Remove sleep.
13815
13816         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13817         part under point.
13818
13819         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13820         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13821
13822 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13823
13824         * spam.el (spam-summary-prepare-exit): Fixed (length).
13825
13826 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13827
13828         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13829         as expired without moving it" message when there are spam
13830         messages left.
13831
13832 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13833
13834         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13835         header is not nil.
13836
13837 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13838
13839         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13840         nntp-possibly-create-directory, not nntp-possibly-change-group.
13841         (nntp-marks-changed-p): New arg SERVER.
13842         (nntp-request-update-info): Adjust caller.
13843
13844 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13845
13846         * nntp.el (nntp-save-marks): Pass missing arg.
13847
13848 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13849
13850         * nntp.el: Support marks.
13851         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13852         (nntp-marks-modtime, nntp-marks-directory): New variables.
13853         (nntp-request-set-mark, nntp-request-update-info)
13854         (nntp-possibly-create-directory, nntp-marks-changed-p)
13855         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13856         functions.
13857
13858 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13859
13860         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13861         (gnus-xmas-redefine): Rename.
13862
13863         * gnus-score.el (gnus-score-insert-help): Use
13864         gnus-select-lowest-window.
13865
13866         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13867         appt-select-lowest-window and rename to gnus-select-lowest-window.
13868
13869         * gnus.el: do.
13870
13871 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13872
13873         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13874         encodings of MIME-encoded words, in order to improve
13875         interoperability with several broken MUAs.
13876
13877 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13878
13879         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13880         tags, only when charsets are not specified in headers.
13881         (mm-inline-text-html-render-with-w3m): Ditto.
13882
13883         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13884         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13885
13886 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13887
13888         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13889         instead of MIME-decoded from fields when checking
13890         `gnus-article-address-banner-alist'.
13891
13892 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13893
13894         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13895         description rather than subject.
13896
13897 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13898
13899         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13900
13901 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13902
13903         * gnus.el (gnus-version-number): Bump.
13904
13905 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13906
13907         * gnus.el: No Gnus v0.2 is released.
13908
13909 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13910
13911         * gnus-agent.el (gnus-agent-read-agentview): Inline
13912         gnus-uncompress-range.
13913
13914 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13915
13916         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13917         `exec-installed-p'.
13918
13919 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13920
13921         * gnus.el (spam-process, spam-autodetect-methods): Add
13922         bsfilter and bsfilter-headers.
13923
13924         * spam.el (spam-bsfilter): New customize group.
13925         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13926         (spam-bsfilter-header, spam-bsfilter-probability-header)
13927         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13928         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13929         (spam-bsfilter-database-directory): New options.
13930         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13931         (spam-list-of-statistical-checks, spam-registration-functions):
13932         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13933         (spam-bsfilter-score): New command.
13934         (spam-check-bsfilter-headers, spam-check-bsfilter)
13935         (spam-bsfilter-register-with-bsfilter)
13936         (spam-bsfilter-register-spam-routine)
13937         (spam-bsfilter-unregister-spam-routine)
13938         (spam-bsfilter-register-ham-routine)
13939         (spam-bsfilter-unregister-ham-routine): New functions.
13940         (spam-generic-score): Support bsfilter; Accept an optional argument
13941         to recalcurate spam score even if scoring header has already been
13942         added.
13943         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13944         optional argument to recalcurate spam score even if scoring header
13945         has already been added.
13946
13947 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13948
13949         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13950         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13951         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13952         link is missing.
13953
13954 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13955
13956         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13957         (html2text-get-attr): Rewrite.
13958
13959         * message.el (message-setup-1): Remove redundant put-text-property
13960         on mail-header-separator.
13961
13962 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13963
13964         * gnus-registry.el (gnus-registry-cache-whitespace)
13965         (gnus-registry-action, gnus-registry-spool-action)
13966         (gnus-registry-split-fancy-with-parent): Change message levels
13967         from 5 to 3 or 7, as needed.
13968
13969         * spam.el (spam-summary-prepare-exit)
13970         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13971         (spam-split, spam-find-spam, spam-log-undo-registration)
13972         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13973         level from 5 to 6.
13974
13975 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13976
13977         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13978         2004-03-04 change).
13979
13980 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13981
13982         * sieve-manage.el (sieve-manage-open):
13983         * nnweb.el (nnweb-insert-html):
13984         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13985         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13986         * nnspool.el (nnspool-request-group):
13987         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13988         * nnml.el (nnml-request-update-info):
13989         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13990         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13991         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13992         (nnimap-request-set-mark):
13993         * nnfolder.el (nnfolder-request-update-info):
13994         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13995         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13996         * gnus-uu.el (gnus-uu-find-articles-matching):
13997         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13998         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13999         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14000         * gnus-nocem.el (gnus-nocem-scan-groups):
14001         * gnus-int.el (gnus-start-news-server):
14002         * gnus-group.el (gnus-group-make-kiboze-group)
14003         (gnus-group-browse-foreign-server):
14004         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14005         Use mapc when appropriate.
14006
14007 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14008
14009         FIXME: Make separate entries for each person.
14010
14011         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14012         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14013         <shields@msrl.com>:
14014
14015         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14016         may need for spam sorting and scoring.
14017         (spam-user-format-function-S): Add user format function suitable for
14018         general use.
14019         (spam-article-sort-by-spam-status): Add sorting function for summary
14020         sorting.
14021         (spam-extra-header-to-number): Add function to get a score from a
14022         header.
14023         (spam-summary-score): Add function to get a numeric score from the
14024         headers.
14025         (spam-generic-score): Fix function doc, was in wrong place.
14026         (spam-initialize): Take symbols when it's run, and install the
14027         extra headers that spam-necessary-extra-headers thinks we need.
14028
14029 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14030
14031         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14032         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14033
14034 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14035
14036         * gnus-sum.el (gnus-set-global-variables)
14037         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14038         (gnus-article-get-xrefs, gnus-summary-best-group)
14039         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14040         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14041         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14042         Use with-current-buffer.
14043
14044 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14045
14046         * spam.el (spam-summary-prepare-exit): Simplify logic.
14047         (spam-fetch-article-header): Read the article header if it's not
14048         available.
14049         (spam-list-articles): Simplify logic.
14050         (spam-filelist-register-routine): Fix bug with unregister-list.
14051
14052         * gnus-registry.el: Fix comments at beginning.
14053
14054 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14055
14056         * message.el (message-cater-to-broken-inn): Remove.
14057         (message-shorten-references): Make sure the total folded length of
14058         References is shorter than 998 characters to cater to a bug in INN
14059         2.3.  Also, don't pretend that references aren't folded -- this
14060         hasn't worked for a while.
14061
14062 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14063
14064         * gnus-agent.el (gnus-agentize):
14065         gnus-agent-send-mail-real-function no longer set to current value
14066         of message-send-mail-function but rather a lambda that calls
14067         message-send-mail-function.  The change makes the agent real-time
14068         responsive to user changes to message-send-mail-function.
14069
14070 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14071
14072         * legacy-gnus-agent.el
14073         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14074         help from Florian Weimer <fw@deneb.enyo.de>
14075
14076 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14077
14078         * nnmail.el (nnmail-cache-insert): Revert last change.
14079
14080 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14081
14082         * nnmail.el (nnmail-cache-insert): Always check whether
14083         nnmail-cache-ignore-groups matches a group name.
14084
14085 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14086
14087         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14088         (spam-find-spam, spam-log-processing-to-registry)
14089         (spam-log-registered-p, spam-log-unregistration-needed-p)
14090         (spam-log-undo-registration): Use gnus-message instead of
14091         gnus-error, none of these errors are fatal.
14092
14093         * gnus-registry.el (gnus-registry-clean-empty-function)
14094         (gnus-registry-clean-empty): Remove only empty entries without
14095         extra data.
14096
14097 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14098
14099         * spam-stat.el (spam-stat-buffer-change-to-spam)
14100         (spam-stat-buffer-change-to-non-spam): Change (error) to
14101         (gnus-message 8) invocation.
14102
14103 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * nntp.el (nntp-via-netcat-command): New variable.
14106         (nntp-via-netcat-switches): New variable.
14107         (nntp-open-via-rlogin-and-netcat): New function.
14108         (nntp-open-connection-function): Doc fix.
14109         (nntp-telnet-command): Doc fix.
14110         (nntp-end-of-line): Doc fix.
14111         (nntp-via-rlogin-command): Doc fix.
14112         (nntp-via-user-name): Doc fix.
14113         (nntp-via-address): Doc fix.
14114
14115 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14116
14117         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14118         error in Emacs 21.1.
14119
14120 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14121
14122         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14123
14124 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14125
14126         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14127         (gnus-agent-with-refreshed-group): New macro.
14128         (gnus-agent-rename-group): New function.
14129         (gnus-agent-delete-group): New function.
14130         (gnus-agent-save-group-info): Use gnus-command-method when
14131         `method' parameter is nil.  Don't write nil entries into the
14132         active file.
14133         (gnus-agent-get-group-info): New function.
14134         (gnus-agent-fetch-articles): Use
14135         gnus-agent-update-files-total-fetched-for to increment disk space
14136         used.
14137         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14138         gnus-agent-update-view-total-fetched-for to increment disk space
14139         used.
14140         (gnus-agent-get-local): Added optional parameters to avoid calling
14141         gnus-group-real-name and gnus-find-method-for-group.
14142         (gnus-agent-set-local): Delete stored entry if either min, or max,
14143         are nil.
14144         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14145         quit, use gnus-agent-regenerate-group to record existance of any
14146         articles fetched to disk before the quit occurred.
14147         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14148         gnus-agent-update-view-total-fetched-for, and
14149         gnus-agent-update-files-total-fetched-for to decrement disk space
14150         used.
14151         (gnus-agent-retrieve-headers): Use
14152         gnus-agent-update-view-total-fetched-for to increment disk space
14153         used.
14154         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14155         with gnus-agent-update-files-total-fetched-for to decrement disk
14156         space and fresh group buffer.
14157         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14158         (gnus-agent-need-update-total-fetched-for): New variable.
14159         (gnus-agent-update-files-total-fetched-for): New function.
14160         (gnus-agent-update-view-total-fetched-for): New function.
14161         (gnus-agent-total-fetched-for): New function.
14162
14163         * gnus-cache.el (gnus-cache-save-buffers): Use
14164         gnus-cache-update-overview-total-fetched-for to change disk space
14165         used by this group.
14166         (gnus-cache-possibly-enter-article): Use
14167         gnus-cache-update-file-total-fetched-for to increment disk space
14168         used by this group.
14169         (gnus-cache-possibly-remove-article): Use
14170         gnus-cache-update-file-total-fetched-for to decrement disk space
14171         used by this group.
14172         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14173         (gnus-cache-rename-group): New function.
14174         (gnus-cache-delete-group): New function.
14175         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14176         (gnus-cache-need-update-total-fetched-for): New variable.
14177         (gnus-cache-with-refreshed-group): New macro.
14178         (gnus-cache-update-file-total-fetched-for): New function.
14179         (gnus-cache-update-overview-total-fetched-for): New function.
14180         (gnus-cache-rename-group-total-fetched-for): New function.
14181         (gnus-cache-delete-group-total-fetched-for): New function.
14182         (gnus-cache-total-fetched-for): New function.
14183
14184         * gnus-group.el: Require gnus-sum and autoload functions to
14185         resolve warnings when gnus-group.el compiled alone.
14186         (gnus-group-line-format): Documented new %F.
14187         (size of Fetched data) group line format; identifies disk space
14188         used by agent and cache.
14189         (gnus-group-line-format-alist): Defined new F format.
14190         (gnus-total-fetched-for): New function.
14191         (gnus-group-delete-group): No longer update
14192         gnus-cache-active-altered as gnus-request-delete-group now keeps
14193         the cache in sync.
14194         (gnus-group-list-active): Let the agent store a server's active
14195         list if currently plugged.
14196
14197         * gnus-int.el (gnus-request-delete-group):
14198         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14199         local disk in sync with the server.
14200         (gnus-request-rename-group):
14201         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14202         local disk in sync with the server.
14203
14204         * gnus-start.el (gnus-get-unread-articles):
14205         Cosmetic simplification to logic.
14206
14207         * gnus-util.el (gnus-rename-file): New function.
14208
14209 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14210
14211         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14212
14213 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14214
14215         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14216         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14217
14218 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14219
14220         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14221         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14222
14223 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14224
14225         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14226
14227 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14228
14229         * spam.el (spam-set-difference): Add function to replace
14230         gnus-set-difference in spam.el.
14231         (spam-summary-prepare-exit): Use spam-set-difference.
14232
14233 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14234
14235         * gnus-registry.el (gnus-registry-cache-file): Update to use
14236         gnus-dribble-directory OR gnus-home-directory OR ~.
14237         (gnus-registry-split-fancy-with-parent): Fix doc.
14238
14239 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14240
14241         * message.el (message-exchange-point-and-mark): Use
14242         message-mark-active-p.  Suggested by Jesper Harder
14243         <harder@ifa.au.dk>.
14244
14245 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14246
14247         * message.el (message-exchange-point-and-mark): Don't activate
14248         region if it was inactive.  Suggested by Hiroshi Fujishima
14249         <pooh@nature.tsukuba.ac.jp>.
14250
14251 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14252
14253         * gnus-art.el (article-display-face): Display Faces in the same
14254         order as X-Faces.
14255
14256 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14257
14258         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14259
14260 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14261
14262         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14263         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14264         (gnus-article-mime-hierarchy): Remove.
14265         (gnus-article-mime-hierarchy-next): Remove.
14266         (gnus-article-mode): Revert 2004-03-19 change.
14267         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14268         (gnus-insert-mime-button): Revert 2004-03-19 change.
14269         (gnus-mime-accumulate-hierarchy): Remove.
14270         (gnus-mime-enter-multipart): Remove.
14271         (gnus-mime-leave-multipart): Remove.
14272         (gnus-mime-display-part): Revert 2004-03-19 change.
14273         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14274
14275         * mml.el (mml-preview): Revert 2004-03-19 change.
14276
14277 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14278
14279         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14280
14281 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14282
14283         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14284         t while entering a file name using the mm-with-multibyte macro.
14285         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14286
14287         * mm-util.el (mm-with-multibyte): New macro.
14288
14289 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14290
14291         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14292         user option.
14293         (gnus-mime-multipart-functions): Doc and customization fix.
14294         (gnus-article-mime-hierarchy): New variable.
14295         (gnus-article-mime-hierarchy-next): New variable.
14296         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14297         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14298         gnus-article-mime-hierarchy-next to nil.
14299         (gnus-insert-mime-button): Show hierarchy numbers.
14300         (gnus-mime-accumulate-hierarchy): New function.
14301         (gnus-mime-enter-multipart): New function.
14302         (gnus-mime-leave-multipart): New function.
14303         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14304         (gnus-mime-display-alternative): Show hierarchy numbers.
14305
14306         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14307         gnus-article-mime-hierarchy-next to nil.
14308
14309 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14310
14311         * dns.el: Don't require gnus-xmas.
14312
14313 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14314
14315         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14316         inline PGP.
14317         (mml-menu): Disable mml-quote-region if mark is inactive.
14318
14319 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14320
14321         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14322         when the group's active is not available.
14323
14324 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14325
14326         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14327         error.
14328
14329 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14330
14331         * imap.el (imap-store-password): New variable.
14332         (imap-interactive-login): Use it.
14333         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14334
14335 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14336
14337         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14338         window-start and hscroll to summary window.
14339
14340 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14341
14342         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14343         conversion message to newsrc-dribble when an actual conversion is
14344         performed.
14345
14346 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14347
14348         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14349
14350 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14351
14352         * mm-decode.el (mm-complicated-handles): New function reviving
14353         former definition of mm-multiple-handles.
14354
14355         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14356         (gnus-mime-delete-part): Use it.
14357
14358 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14359
14360         * gnus-agent.el (gnus-agent-read-local): Bind
14361         nnheader-file-coding-system to gnus-agent-file-coding-system to
14362         avoid the implicit assumption that they will always be equal.
14363         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14364         coding-system-for-write, as the with-temp-file macro first prints
14365         to a buffer then saves the buffer.
14366
14367 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14368
14369         * gnus-art.el (gnus-article-edit-part): New function.
14370         (gnus-mime-save-part-and-strip): Use it; do query instead of
14371         signaling an error; don't use mm-multiple-handles.
14372         (gnus-mime-delete-part): Ditto.
14373
14374 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14375
14376         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14377         old file versions.
14378         (gnus-group-prepare-hook): Removed function that converted list
14379         form of gnus-agent-expire-days to group properties.
14380
14381         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14382         (gnus-request-accept-article): Re-indented.
14383
14384         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14385         converters to handle old agent file formats.  Added logic for a
14386         "backup before upgrading warning".
14387         (gnus-convert-mark-converter-prompt): Developers can mark
14388         functions as needing (default), or not needing,
14389         gnus-convert-old-newsrc's "backup before upgrading warning".
14390         (gnus-convert-converter-needs-prompt): Tests whether the user
14391         should be protected from potentially irreversable changes by the
14392         function.
14393
14394         * legacy-gnus-agent.el: New.  Provides converters that are only
14395         loaded when gnus-convert-old-newsrc needs to call them.
14396
14397 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14398
14399         * mail-source.el (mail-source-touch-pop): Doc fix.
14400
14401         * message.el (message-smtpmail-send-it): Doc fix.
14402
14403 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14404
14405         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14406
14407         * nnmail.el (nnmail-split-fancy): do.
14408
14409         * gnus-kill.el (gnus-kill, gnus-execute): do.
14410
14411 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14412
14413         * gnus-sum.el (gnus-widget-reversible-match)
14414         (gnus-widget-reversible-to-internal)
14415         (gnus-widget-reversible-to-external): New functions.
14416         (gnus-widget-reversible): New widget.
14417         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14418
14419 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14420
14421         * gnus-sum.el (gnus-thread-sort-functions)
14422         (gnus-article-sort-functions): Document `(not F)' items.
14423
14424 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14425
14426         * spam.el (spam-use-gmane-xref): Add new backend.
14427         (spam-gmane-xref-spam-group): Add variable to control the name of the
14428         Gmane spam group.
14429         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14430         (spam-regex-headers-spam, spam-regex-headers-ham)
14431         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14432         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14433         backends and checks.
14434         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14435
14436         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14437         an autodetect method.
14438
14439 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14440
14441         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14442         articles are being added to a group.
14443         (gnus-request-replace-article): Inform the agent that articles
14444         need to be uncached as the cached contents are no longer valid.
14445
14446 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14447
14448         * binhex.el: Don't autoload executable-find.
14449
14450         * canlock.el: Don't autoload mail-fetch-field.
14451
14452         * dgnushack.el: Autoload c-mode for XEmacs.
14453
14454         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14455
14456         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14457         rmail-dont-reply-to and rmail-output.
14458
14459         * gnus-score.el: Don't autoload ffap-string-at-point.
14460
14461         * gnus-setup.el: Don't autoload sc-cite-original.
14462
14463         * imap.el: Don't autoload base64-decode-string,
14464         base64-encode-string and md5.
14465
14466         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14467         and rmail-msg-restore-non-pruned-header.
14468
14469         * mm-decode.el: Don't autoload executable-find.
14470
14471         * mm-url.el: Don't autoload executable-find.
14472
14473         * mm-view.el: Don't autoload diff-mode.
14474
14475         * nndb.el: Don't autoload news-reply-mode, news-setup,
14476         cancel-timer and telnet.
14477
14478         * password.el: Don't autoload run-at-time for Emacs.
14479
14480         * sha1-el.el: Don't autoload executable-find.
14481
14482         * sieve-mode.el: Don't autoload c-mode.
14483
14484         * uudecode.el: Don't autoload executable-find.
14485
14486 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14487
14488         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14489         (gnus-agent-possibly-alter-active): Avoid null in numeric
14490         comparison.
14491         (gnus-agent-set-local): Refuse to save null in local object table.
14492         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14493         list of articles that will be marked as unread.
14494
14495 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14496
14497         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14498
14499 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14500
14501         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14502         language tags.
14503
14504 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14505
14506         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14507         Don't bind "obarray".
14508
14509         * gnus-sum.el (gnus-thread-sort-functions): Added
14510         `gnus-thread-sort-by-most-recent-number' and
14511         `gnus-thread-sort-by-most-recent-date'.
14512         Reported by Kai Grossjohann <kai@emptydomain.de>.
14513
14514 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14515
14516         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14517
14518 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14519
14520         * gnus-cus.el (gnus-agent-customize-category): Removed
14521         ignore-errors macro reference that required cl to be loaded at
14522         run-time.
14523
14524         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14525         single-interval range of the form (min . max).  Previously the
14526         range had to look like ((min . max)).  Likewise, return
14527         (min . max) rather than ((min . max)).
14528         (gnus-range-map): Use gnus-range-normalize to accept
14529         single-interval range.
14530
14531         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14532         the cache, but not the agent, now appear with their usual face.
14533
14534         * dgnushack.el (loaddir): New variable that is bound to the
14535         directory containing the dgnushack.el file. Use loaddir, rather
14536         than srcdir, to update load-path. Change lets dgnushack compile
14537         code in directories other than GNUS/lisp.
14538
14539 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14540
14541         * lpath.el: Don't bind w3m-safe-url-regexp.
14542
14543         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14544         w3m-safe-url-regexp variable buffer-local.
14545
14546         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14547
14548 2004-02-27  Simon Josefsson  <jas@extundo.com>
14549
14550         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14551         gnus-group-real-prefix.
14552         (gnus-summary-move-article): Use it, instead of
14553         gnus-group-real-prefix.
14554
14555 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14556
14557         * lpath.el: Bind w3m-safe-url-regexp.
14558
14559         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14560         w3m-safe-url-regexp variable buffer-local and set it as the value
14561         of mm-w3m-safe-url-regexp.
14562
14563         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14564
14565         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14566         parsing gnus-posting-styles when the message is not for replying.
14567
14568         * dgnushack.el: Autoload sgml-mode for XEmacs.
14569
14570         * nnrss.el (nnrss-opml-export): Use
14571         mm-set-buffer-file-coding-system instead of
14572         set-buffer-file-coding-system.
14573
14574 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14575
14576         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14577         of checkdoc.el).
14578         * nnrss.el: do.
14579         * gnus-mlspl.el: do.
14580         * gnus-ml.el: do.
14581         * gnus-srvr.el: do.
14582
14583         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14584
14585 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14586
14587         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14588         Corrections to custom-manual links.
14589
14590         * gnus-art.el (gnus-article): Ditto.
14591
14592         * mm-decode.el (mime-display, mime-security): Ditto.
14593
14594 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14595
14596         * flow-fill.el: Typo.
14597
14598 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14599
14600         * spam-wash.el: New file.
14601
14602 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14603
14604         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14605
14606 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14607
14608         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14609         to be run with new-articles as LIST1, not LIST2.
14610         (spam-registration-functions): Add spam-use-ham-copy as a nil
14611         registration backend.
14612
14613 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14614
14615         * spam-stat.el (spam-stat-washing-hook): New option.
14616         (spam-stat-buffer-words): Use it.
14617         (spam-stat-process-directory, spam-stat-test-directory): Use
14618         insert-file-contents-literally.
14619         (spam-stat-coding-system): New variable.
14620         (spam-stat-load, spam-stat-save): Use it.
14621
14622 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14623
14624         * spam-report.el (spam-report-plug-agent): Quote
14625         spam-report-url-to-file and spam-report-url-ping-plain.
14626
14627 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14628
14629         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14630         / in mailto URLs.
14631
14632 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14633
14634         * spam-report.el (spam-report-process-queue): Fix interactive use.
14635         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14636         (spam-report-unplug-agent): Doc fixes.
14637         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14638         (spam-report-agentize, spam-report-deagentize): Autoload.
14639
14640 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14641
14642         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14643
14644         * message.el (message-setup-fill-variables): Add mml tags to
14645         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14646         <ajk@iu.edu>.
14647         (message-mode): Don't modify paragraph-separate there.
14648
14649 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14650
14651         * compface.el (uncompface-use-external): Default to undecided.
14652         (uncompface-use-external-threshold): New variable.
14653         (uncompface-float-time): New macro.
14654         (uncompface): Determine whether to use the external decoder if
14655         uncompface-use-external is undecided.
14656
14657 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14658
14659         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14660         after images.
14661
14662         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14663
14664 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14665
14666         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14667
14668         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14669
14670         * gnus-sum.el (gnus-summary-limit-to-age)
14671         (gnus-summary-limit-children): do.
14672
14673         * gnus-int.el (gnus-request-scan): do.
14674
14675         * gnus-group.el (gnus-group-suspend): do.
14676
14677         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14678
14679         * gnus-cite.el (gnus-cite-parse-attributions): do.
14680
14681         * gnus-agent.el (gnus-summary-set-agent-mark)
14682         (gnus-agent-regenerate-group): do.
14683
14684         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14685
14686         * binhex.el (binhex-decode-region-internal): do.
14687
14688 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14689
14690         * gnus-fun.el (gnus-face-properties-alist): New user option.
14691         (gnus-display-x-face-in-from): Use it.
14692
14693         * gnus-art.el (article-display-face): Ditto.
14694
14695         * compface.el (uncompface-use-external): Default to nil.
14696
14697 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14698
14699         * nntp.el (nntp-erase-buffer): New function.
14700         (nntp-retrieve-data, nntp-send-command)
14701         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14702         (nntp-possibly-change-group): Use it.
14703
14704         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14705         with-current-buffer.
14706
14707 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14708
14709         * compface.el: Merge the ELisp-based uncompface program.
14710         (compface): New customization group.
14711         (uncompface-use-external): New user option.
14712         (uncompface): Call uncompface-internal if uncompface-use-external
14713         is nil.
14714         (uncompface-internal): New function.  Note that there are also
14715         some other functions and variables added for this function.
14716
14717 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14718
14719         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14720         if necessary.
14721
14722 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14723
14724         * spam-report.el (spam-report-unplug-agent)
14725         (spam-report-plug-agent, spam-report-deagentize)
14726         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14727         Add support for the Agent in spam-report: when unplugged, report to a
14728         file; when plugged, submit all the requests.
14729
14730         * spam.el (spam-register-routine): Fix message about
14731         registration.
14732
14733 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14734
14735         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14736         dependencies.
14737         (rfc2047-encode): Use it.
14738
14739         * gnus-art.el (gnus-button-marker-list): Move before first
14740         reference.
14741
14742         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14743         (imap-parse-body): Fix format string mismatch.
14744
14745         * gnus-score.el (gnus-summary-increase-score): do.
14746
14747         * nnrss.el (nnrss-close): New function.
14748
14749 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14750
14751         * nnrss.el (nnrss-make-filename): New function.
14752         (nnrss-request-delete-group, nnrss-read-server-data)
14753         (nnrss-save-server-data, nnrss-read-group-data)
14754         (nnrss-save-group-data): Use it.
14755         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14756         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14757         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14758
14759 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14760
14761         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14762
14763 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14764
14765         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14766         files.
14767
14768         * message.el (message-generate-headers-first): Don't quote nil
14769         and t in docstrings.
14770
14771         * imap.el (imap-id): do.
14772
14773         * gnus-agent.el (gnus-agent-consider-all-articles)
14774         (gnus-agent-queue-mail): do.
14775
14776 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14777
14778         * spam-report.el (spam-report-process-queue): New function.
14779         Process requests from `spam-report-requests-file'.
14780         (spam-report-process-queue): Doc fix.
14781
14782 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14783
14784         * spam.el (spam-register-routine)
14785         (spam-log-processing-to-registry, spam-log-registered-p)
14786         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14787         Change "check" to "spam-check" for semi-clarity.
14788
14789 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14790
14791         * pop3.el: Require nnheader.
14792
14793         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14794
14795         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14796
14797         * gnus-picon.el: Require cl.
14798
14799         * gnus-fun.el: Require gnus-ems and gnus-util.
14800
14801         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14802
14803         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14804
14805         * gnus-art.el (gnus-article-edit-mode): Define before first
14806         reference.
14807
14808 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14809
14810         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14811         (gnus-uu-post-encoded): Use point-at-bol.
14812
14813         * gnus-topic.el (gnus-group-active-topic-p): do.
14814
14815         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14816
14817         * gnus-group.el (gnus-group-kill-region): do.
14818
14819         * gnus-art.el (article-date-ut): do.
14820
14821         * message.el (message-fetch-field): Remove redundant
14822         case-fold-search binding.
14823         (message-narrow-to-field): Simplify.
14824
14825 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14826
14827         * spam.el (spam-directory): Derive from `gnus-directory'.
14828
14829         * spam-report.el (spam-report-url-to-file)
14830         (spam-report-requests-file): New function and variable for offline
14831         reporting.
14832         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14833         and user defined function.
14834         (spam-report-url-ping-mm-url): Remove doubled slash.
14835
14836 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14837
14838         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14839
14840 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14841
14842         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14843         format string mismatch.
14844
14845         * sieve.el (sieve-deactivate-all): do.
14846
14847         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14848
14849         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14850
14851         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14852
14853         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14854
14855 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14856
14857         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14858         the list of checks.
14859
14860 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14861
14862         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14863         padding.
14864
14865 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14866
14867         * mm-view.el (mm-fill-flowed): New variable.
14868         (mm-inline-text): Use it.
14869
14870 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14871
14872         * spam.el (spam-spamassassin-register-ham-routine)
14873         (spam-spamassassin-register-spam-routine): Fix function names.
14874
14875 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14876
14877         * gnus.el (gnus-tmp-grouplens): Remove.
14878         (gnus-summary-line-format): Remove grouplens.
14879
14880         * gnus-group.el (gnus-group-line-format): Ditto.
14881
14882         * gnus-spec.el (gnus-format-specs): Ditto.
14883         (gnus-update-format-specifications): Flush the group format spec
14884         cache if there's the grouplens stuff.
14885         (gnus-parse-simple-format): Replace %l with the empty string.
14886
14887 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14888
14889         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14890         omission.
14891
14892 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14893
14894         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14895         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14896
14897 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14898
14899         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14900         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14901         New macros and functions.
14902         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14903         Handle > NLINK_MAX messages.
14904         * nnmaildir.el (nnmaildir-request-set-mark): Use
14905         nnmaildir--emlink-p and nnmaildir--eexist-p.
14906
14907 2004-01-25  Alex Schroeder  <alex@gnu.org>
14908
14909         * spam-stat.el (spam-stat-process-directory-age): New option.
14910         (spam-stat-process-directory): Use it.
14911
14912 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14913
14914         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14915         (spam-stat-save): Accept prefix argument.
14916
14917 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14918
14919         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14920         links" error.
14921
14922 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14923
14924         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14925         the rest of the and/or forms.
14926
14927 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14928
14929         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14930         compatibility with old .newsrc.eld files.
14931
14932         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14933
14934         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14935
14936         * gnus-start.el (gnus-1): do.
14937
14938         * gnus-group.el (gnus-group-line-format-alist): do.
14939
14940         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14941
14942         * gnus-gl.el: Remove.
14943
14944 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14945
14946         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14947         marks consisting of a single range {for example, (3 . 5)} rather
14948         than a list of a single range { ((3 . 5)) }.
14949
14950 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14951
14952         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14953         with-current-buffer.
14954         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14955         avoid consing a string.
14956
14957         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14958         Remove obsolete entries for big5 and gb2312.
14959
14960 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14961
14962         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14963         uncompressed list.
14964
14965 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14966
14967         * spam-stat.el (spam-stat-strip-xref): New function.
14968         (spam-stat-process-directory): Use it.
14969
14970         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14971         here -- it's done in message-fetch-field.
14972
14973 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14974
14975         * gnus-agent.el (gnus-agent-queue-mail)
14976         (gnus-agent-prompt-send-queue): New variables.
14977         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14978         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14979         "nndraft:queue" along to gnus-draft-send.  Use
14980         gnus-agent-prompt-send-queue.
14981         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14982         is "nndraft:queue".  Suggested by Gaute Strokkenes
14983         <gs234@srcf.ucam.org>
14984
14985         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14986         (agent-enable-undownloaded-faces): Added.
14987         (gnus-agent-cat-groups): Use eval-and-compile, not
14988         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14989         method of gnus-agent-cat-groups even when the buffer has been
14990         evaled.
14991         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14992         delete gnus-agent-save-active-1.
14993         (gnus-agent-save-groups): Deleted.  Identical to
14994         gnus-agent-save-active.
14995         (gnus-agent-write-active): No longer adjust agent's copy of active
14996         file as agent's adjustments are now stored in their own
14997         file.  Removed optional parameter.
14998         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14999         servers.  Add use of min/max range limits from server's local
15000         file.
15001         (gnus-agent-save-alist): Removed unused optional argument.
15002         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15003         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15004         (gnus-agent-set-local): A per-server file that keeps min/max range
15005         limits for articles known to the agent.  Provides a fast mechanism
15006         for altering many active ranges.
15007         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15008         active file (local makes it unnecessary).
15009         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15010
15011         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15012         (agent-enable-undownloaded-faces): Added.
15013
15014         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15015         disable it when sending to "nndraft:queue".
15016         (gnus-group-send-queue): Add safety check to avoid sending queue
15017         when unplugged.
15018
15019         * gnus-group.el (gnus-group-catchup): Use new
15020         gnus-sequence-of-unread-articles, not
15021         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15022         numbers of articles.  Use gnus-range-map to avoid having to
15023         uncompress the unread list.
15024         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15025         Fixed invalid ange-ftp reference.
15026
15027         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15028         (gnus-sorted-range-intersection): Intersection of two ranges
15029         without requiring that they first be uncompressed.
15030
15031         * gnus-start.el (gnus-activate-group): Unless blocked by the
15032         caller, possibly expand the active range to include both cached
15033         and agentized articles.
15034         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15035         multiple version-dependent converters.
15036         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15037         gnus-agent-save-active.
15038         (gnus-save-newsrc-file): Save dirty agent range limits.
15039
15040         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15041         gnus-agent-possibly-alter-active.
15042         (gnus-adjust-marked-articles): Faster handling of simple lists.
15043
15044 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15045
15046         * spam-stat.el (spam-stat-test-directory): New optional argument
15047         displays a list of files detected.  Suggested by Andrew Cohen
15048         <cohen@andy.bu.edu>.
15049         (spam-stat-buffer-words-with-scores): Don't narrow and change
15050         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15051
15052 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15053
15054         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15055         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15056         (spam-spamassassin-arguments)
15057         (spam-spamassassin-spam-flag-header)
15058         (spam-spamassassin-positive-spam-flag-header)
15059         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15060         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15061         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15062         (spam-list-of-processors, spam-list-of-checks)
15063         (spam-list-of-statistical-checks, spam-registration-functions)
15064         (spam-check-spamassassin-headers, spam-check-spamassassin)
15065         (spam-spamassassin-score)
15066         (spam-spamassassin-register-with-sa-learn)
15067         (spam-spamassassin-register-spam-routine)
15068         (spam-spamassassin-register-ham-routine)
15069         (spam-assassin-register-spam-routine)
15070         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15071         (spam-bogofilter-score): Fix to show article before scoring.
15072
15073 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15074
15075         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15076         default scoring function.
15077         (spam-generic-score): Call spam-spamassassin-score if
15078         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15079         spam-bogofilter-score otherwise.
15080
15081         * gnus.el (spam-process, spam-autodetect-methods): Add
15082         spamassassin and spamassassin-headers.
15083
15084 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15085
15086         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15087         Suppress unnecessary messages.
15088
15089 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15090
15091         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15092         make-hash-table.
15093
15094 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15095
15096         * canlock.el (base64-encode-string): Don't autoload it.
15097
15098 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15099
15100         * run-at-time.el: Remove useless (require 'itimer),
15101         eval-and-compile and (featurep 'xemacs).
15102
15103 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15104
15105         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15106         GROUP is a virtual group.
15107
15108 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15109
15110         * gnus.el: Autoload `message-y-or-n-p'.
15111
15112 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15113
15114         * pgg-parse.el: Remove unnecessary (require 'custom).
15115
15116         * pgg-def.el: do.
15117
15118         * nnmail.el: do.
15119
15120         * gnus-undo.el: do.
15121
15122         * gnus-picon.el: do.
15123
15124         * gnus-util.el: do.
15125
15126 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15127
15128         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15129
15130 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15131
15132         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15133         handle, as well as a list.
15134
15135         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15136         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15137         (mm-w3m-cid-retrieve): Simplify.
15138
15139 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15140
15141         * message.el (message-kill-to-signature): Allow prefix arg to
15142         specify number of lines to keep before signature.
15143
15144 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15145
15146         * message.el (message-kill-to-signature): Change docstring.
15147
15148 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15149
15150         * canlock.el: Always require sha1-el.
15151         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15152
15153         * message.el: Autoload sha1 only when compiling.
15154
15155         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15156         eudc-expand-inline for XEmacs.
15157
15158 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15159
15160         * message.el (message-canlock-generate): Require sha1-el.
15161
15162 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15163
15164         * message.el (message-expand-name): Silence the byte compiler.
15165
15166         * lpath.el: Add detect-coding-system.
15167
15168         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15169         cus-edit.
15170
15171 2004-01-13  Simon Josefsson  <jas@extundo.com>
15172
15173         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15174         Invoke gnus-score-mode.  Reported by
15175         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15176
15177         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15178         Jim Blandy <jimb@redhat.com> (tiny change).
15179
15180 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15181
15182         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15183
15184 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15185
15186         * spam.el (spam-get-article-as-string): Update to use
15187         gnus-request-article-this-buffer, much simpler.
15188         (spam-get-article-as-buffer): Remove.
15189
15190 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15191
15192         * message.el (message-expand-name): Use EUDC if the user uses that.
15193
15194 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15195
15196         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15197         character for the encoding to avoid consing a string.
15198
15199         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15200         unnecessarily.
15201
15202         * mm-util.el (mm-replace-chars-in-string): Remove.
15203
15204         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15205         of mm-replace-chars-in-string.
15206
15207 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15208
15209         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15210
15211         * mm-util.el (mm-subst-char-in-string): Support inplace.
15212
15213         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15214         a new string in every iteration.  Use shy groups.
15215
15216 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15217
15218         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15219         * gnus-soup.el (gnus-soup-group-brew):
15220         * gnus-msg.el (gnus-put-message):
15221         * gnus-move.el (gnus-group-move-group-to-server):
15222         * gnus-kill.el (gnus-batch-score):
15223         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15224         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15225         (gnus-group-update-group, gnus-group-read-group)
15226         (gnus-group-make-group, gnus-group-make-help-group)
15227         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15228         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15229         (gnus-group-sort-by-unread, gnus-group-catchup)
15230         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15231         (gnus-group-yank-group, gnus-group-set-info)
15232         (gnus-group-list-groups):
15233         * gnus.el (gnus-generate-new-group-name):
15234         * gnus-delay.el (gnus-delay-send-queue):
15235         * nnvirtual.el (nnvirtual-catchup-group):
15236         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15237         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15238         (gnus-group-prepare-topics, gnus-topic-check-topology):
15239         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15240         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15241         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15242         (gnus-group-make-articles-read):
15243         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15244         (gnus-group-change-level, gnus-kill-newsgroup)
15245         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15246         (gnus-get-unread-articles, gnus-make-articles-unread)
15247         (gnus-make-ascending-articles-unread): Use accessor
15248         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15249         to get group information for improved readability.
15250
15251
15252 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15253
15254         * gnus-art.el (article-decode-mime-words, article-babel)
15255         (gnus-article-highlight-signature, gnus-article-add-buttons)
15256         (gnus-signature-toggle): Use gnus-with-article-buffer.
15257
15258         * gnus-art.el (gnus-article-highlight-headers)
15259         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15260
15261         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15262         (gnus-article-set-globals, gnus-request-article-this-buffer)
15263         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15264         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15265         (gnus-mime-display-alternative): Use with-current-buffer.
15266
15267 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15268
15269         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15270         also under 80 char limit, and call gnus-error if needed.
15271         (spam-fetch-article-header): Fix - it was a
15272         buffer-local variable (gnus-newsgroup-data).
15273         (spam-find-spam): Use spam-generate-fake-headers, forget about
15274         spam-insert-fake-headers.
15275         (spam-insert-fake-headers): Remove.
15276
15277 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15278
15279         * deuglify.el (gnus-article-outlook-unwrap-lines)
15280         (gnus-outlook-rearrange-article)
15281         (gnus-outlook-repair-attribution-outlook)
15282         (gnus-outlook-repair-attribution-block)
15283         (gnus-outlook-repair-attribution-other): Remove redundant
15284         save-excursion.
15285
15286 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15287
15288         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15289         (spam-fetch-field-subject-fast)
15290         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15291         (spam-fetch-article-header): Add functions to deal with Gnus
15292         internals for fast retrieval of article header data.
15293         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15294
15295 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15296
15297         * pop3.el (pop3-md5): Remove.
15298         (pop3-apop): Replace pop3-md5 with md5.
15299
15300         * mm-bodies.el: base64 is always built-in.
15301
15302         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15303         with-current-buffer.
15304
15305 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * canlock.el (canlock-insert-header): Remove excessive grouping in
15308         regexp.
15309
15310         * gnus-sum.el (gnus-summary-read-document): Ditto.
15311
15312         * gnus-uu.el (gnus-uu-part-number): Ditto.
15313
15314         * html2text.el (html2text-remove-tags): Ditto.
15315         (html2text-format-tags): Ditto.
15316         (html2text-format-single-elements): Ditto.
15317
15318         * mml.el (mml-parse-1): Ditto.
15319
15320 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15321
15322         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15323
15324         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15325
15326         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15327
15328         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15329
15330 2003-11-15  Simon Josefsson  <jas@extundo.com>
15331
15332         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15333         (pgg-gpg-lookup-key): Use regexp match instead of
15334         split-string (split-string is different between emacs 21.2 and
15335         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15336
15337 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15338
15339         * gnus-art.el (gnus-mime-view-all-parts)
15340         (gnus-article-part-wrapper, gnus-article-view-part): Use
15341         with-current-buffer.
15342
15343 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15344
15345         * spam.el (spam-disable-spam-split-during-ham-respool)
15346         (spam-spamoracle-database, spam-cache-lookups)
15347         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15348         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15349         (spam-group-ham-marks, spam-group-spam-marks)
15350         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15351         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15352         also add spam-use-blackholes to the statistical checks.
15353         (spam-fetch-field-fast): Add interface to fetching fields, may
15354         become a macro.
15355         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15356         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15357         (spam-insert-fake-headers): Fake an article when needed.
15358         (spam-find-spam): Fake article when possible.
15359         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15360         (spam-check-bogofilter-headers): Use message-fetch-field instead
15361         of nnmail-fetch-field.
15362
15363 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15364
15365         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15366
15367 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15368
15369         * spam.el (spam-split): Do not require spam-use-CHECK to be
15370         enabled if that check is passed to spam-split explicitly; also
15371         fix so 'spam doesn't get converted to spam-split-group when
15372         spam-split-symbolic-return is t.
15373         (spam-find-spam): Find registrations of the article and use those
15374         instead of re-running spam-split to find the spam/ham
15375         classification of the article.
15376         (spam-log-processing-to-registry, spam-log-registered-p)
15377         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15378         Use gnus-error instead of gnus-message.
15379         (spam-log-registration-type): Add function to determine the
15380         classification of a message based on registry entries; will
15381         return nil if both 'spam and 'ham are found.
15382         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15383         a reasonably fast local cache without the loading errors.
15384         (spam-cache-lookups): Set to t by default.
15385         (spam-find-spam): Don't try to guess spam-cache-lookups.
15386         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15387         spam-caches entry.
15388         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15389         caching of whitelist/blacklist entries.
15390         (spam-check-whitelist, spam-check-blacklist): Invoke
15391         spam-from-listed-p with a type, not a cache variable.
15392         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15393
15394 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15395
15396         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15397
15398         * nnmail.el (nnmail-split-fancy): do.
15399
15400         * mml.el (mml-parse): do.
15401
15402         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15403         (gnus-score-adaptive): do.
15404
15405 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15406
15407         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15408         (gnus-mime-button-map): Don't set keymap parent.
15409         (gnus-button-ctan-directory-regexp): Use shy grouping.
15410         (gnus-prev-page-map): Don't set keymap parent.
15411         (gnus-prev-page-map): Remove duplicated one.
15412         (gnus-next-page-map): Don't set keymap parent.
15413         (gnus-mime-security-button-map): Ditto.
15414
15415         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15416         version number.
15417
15418         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15419
15420 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15421
15422         * canlock.el (canlock-sha1-function): Remove.
15423         (canlock-sha1-function-for-verify): Remove.
15424         (canlock-openssl-program): Remove.
15425         (canlock-openssl-args): Remove.
15426         (canlock-ignore-errors): Remove.
15427         (canlock-sha1-with-openssl): Remove.
15428         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15429         (canlock-verify): Don't use canlock-ignore-errors.
15430
15431         * sha1-el.el (sha1-string-external): Make it can return a string
15432         in binary form.
15433         (sha1-region-external): Ditto.
15434         (sha1-string-internal): Ditto.
15435         (sha1-region-internal): Ditto.
15436         (sha1-region): Ditto.
15437         (sha1-string): Ditto.
15438         (sha1): Ditto.
15439
15440 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15441
15442         * spam.el (spam-report-articles-gmane): New command.
15443
15444 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15445
15446         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15447
15448         * run-at-time.el (run-at-time-saved): Remove.
15449         (run-at-time): Doc fix.
15450
15451 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15452
15453         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15454         (gnus-summary-limit-map): Add it.
15455         (gnus-summary-make-menu-bar): do.
15456
15457 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15458
15459         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15460         Make attempt at some caching support (done for BBDB only now).
15461         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15462         addresses to be checked.
15463         (spam-clear-cache-BBDB): Add function, to be invoked by
15464         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15465         (spam-check-BBDB): Check and use the caches, if
15466         spam-cache-lookups is on, remove superfluous (provide).
15467
15468 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15469
15470         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15471
15472 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15473
15474         * run-at-time.el (run-at-time-saved): Move to after the definition
15475         of `run-at-time'.
15476
15477         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15478
15479 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15480
15481         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15482         mm-w3m-local-map-property.
15483
15484         * mm-view.el (mm-w3m-mode-map): Remove.
15485         (mm-w3m-local-map-property): Remove.
15486         (mm-inline-text-html-render-with-w3m): Don't use
15487         mm-w3m-local-map-property.
15488
15489 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15490
15491         * run-at-time.el: New file.
15492
15493         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15494         under Emacs.
15495
15496         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15497         of gnus-set-text-properties.
15498
15499         * gnus-uu.el (gnus-uu-save-article): Ditto.
15500
15501         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15502
15503         * gnus-cite.el (gnus-cite-parse): Ditto.
15504
15505         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15506         of gnus-.
15507
15508         * gnus-xmas.el (run-at-time): Require run-at-time.
15509
15510         * gnus.el: Changed calls to nnheader-run-at-time and
15511         password-run-at-time throughout to use run-at-time directly.
15512
15513         * password.el: Removed definition of run-at-time.
15514
15515         * nnheaderxm.el: Remove definition of run-at-time.
15516
15517 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15518
15519         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15520         in prompt.
15521
15522 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15523
15524         * messagexmas.el (message-xmas-redefine): Alias
15525         `message-make-caesar-translation-table' to
15526         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15527         version.
15528
15529         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15530         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15531         `gnus-xmas-set-text-properties'.
15532         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15533         `gnus-xmas-completing-read'.
15534         (gnus-xmas-completing-read): Removed.
15535         (gnus-xmas-open-network-stream): Removed.
15536
15537         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15538         XEmacs version.
15539
15540         * dns.el (dns-make-network-process): Use `open-network-stream'
15541         instead of `gnus-xmas-open-network-stream'.
15542
15543         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15544
15545         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15546
15547 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15548
15549         * gnus-art.el (gnus-mime-display-alternative)
15550         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15551         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15552         Don't use gnus-local-map-property.
15553
15554         * gnus-util.el (gnus-local-map-property): Remove.
15555
15556         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15557         gnus-completing-read-maybe-default with completing-read.
15558
15559         * gnus-util.el (gnus-completing-read): do.
15560         (gnus-completing-read-maybe-default): Remove.
15561
15562 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15563
15564         * password.el: Only autoload `run-at-time' if not XEmacs.
15565         Only autoload the itimer functions if XEmacs.
15566
15567 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15568
15569         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15570         XEmacsen.
15571
15572         * dgnushack.el: Autoload executable-find for XEmacs.
15573
15574 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15575
15576         * gnus-art.el (gnus-read-string): Remove.
15577         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15578         read-string.
15579
15580 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15581
15582         * netrc.el: Autoload password-read.
15583         (netrc): Add configuration group.
15584         (netrc-encoding-method, netrc-openssl-path): Add
15585         variables for encoding and decoding of files with symmetric
15586         ciphers.
15587         (netrc-encode): Add assistant function to encode a file with
15588         netrc-encoding-method.
15589         (netrc-parse): Add interactive parameter, added optional
15590         decoding if netrc-encoding-method is non-nil but otherwise
15591         behavior is standard.
15592         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15593         Do s/encode/encrypt/ everywhere.
15594
15595         * spam.el: Remove executable-find autoload.
15596
15597 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15598
15599         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15600
15601         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15602
15603 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15604
15605         * gnus-art.el (gnus-treat-ansi-sequences)
15606         (article-treat-ansi-sequences): New variable and function.
15607         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15608
15609         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15610         Use it.
15611
15612 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15613
15614         * mm-util.el (mm-quote-arg): Remove.
15615
15616         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15617         shell-quote-argument.
15618
15619         * gnus-uu.el (gnus-uu-command): do.
15620
15621         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15622
15623         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15624         with make-char.
15625
15626         * mm-util.el (mm-make-char): Remove.
15627
15628         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15629         add-minor-mode.
15630
15631         * gnus-undo.el (gnus-undo-mode): do.
15632
15633         * gnus-topic.el (gnus-topic-mode): do.
15634
15635         * gnus-sum.el (gnus-dead-summary-mode): do.
15636
15637         * gnus-start.el (gnus-slave-mode): do.
15638
15639         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15640
15641         * gnus-ml.el (gnus-mailing-list-mode): do.
15642
15643         * gnus-gl.el (gnus-grouplens-mode): do.
15644
15645         * gnus-draft.el (gnus-draft-mode): do.
15646
15647         * gnus-dired.el (gnus-dired-mode): do.
15648
15649         * gnus-ems.el (gnus-add-minor-mode): Remove.
15650
15651         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15652         Replace gnus-char-width with char-width.
15653
15654         * gnus-ems.el (gnus-char-width): Remove.
15655
15656         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15657         Replace gnus-char-width with char-width.
15658
15659         * gnus-ems.el (gnus-char-width): Remove.
15660
15661         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15662         definition.
15663         Remove Emacs 20 hash table compatibility code.
15664
15665         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15666         20 compatibility code.
15667
15668         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15669
15670         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15671
15672         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15673         with point-at-{eol,bol}.
15674
15675         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15676
15677         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15678
15679         * flow-fill.el (fill-flowed-point-at-bol)
15680         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15681
15682         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15683         Replace with point-at-{eol,bol} throughout all files.
15684
15685 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15686
15687         * ntlm.el (ntlm-string-as-unibyte): New macro.
15688         (ntlm-build-auth-response): Use it.
15689
15690         Remove Emacs 20 stuff:
15691         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15692         (butlast, mapc, remove): Remove the compiler macros.
15693         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15694         of delq and copy-sequence.
15695         * gnus-art.el (popup-menu): Remove the compiler macro.
15696         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15697         Emacs 20.
15698
15699 2004-01-05  Simon Josefsson  <jas@extundo.com>
15700
15701         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15702         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15703         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15704         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15705         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15706         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15707         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15708         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15709         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15710         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15711         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15712         string-xor into ntlm-string-xor.  Suggested by
15713         Jesper Harder <harder@myrealbox.com>.
15714
15715         * ntlm.el: Don't include poem.
15716
15717         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15718         Jesper Harder <harder@myrealbox.com>.
15719
15720         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15721
15722         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15723         probably breaks emacs with DL patch, but do we care? Is anyone
15724         still using the DL stuff?)
15725
15726         * sieve-manage.el: Use the password package.
15727         (sieve-manage-read-passwd): Remove.
15728         (sieve-manage-interactive-login): Use password.  Re-add
15729         condition-case around loop.
15730
15731         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15732         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15733         the password package.
15734
15735 2003-02-19  Simon Josefsson  <jas@extundo.com>
15736
15737         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15738         token.
15739
15740 2002-08-07  Simon Josefsson  <jas@extundo.com>
15741
15742         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15743         (sieve-manage-authenticators):
15744         (sieve-manage-authenticator-alist): Add some SASL mechs.
15745         (sieve-sasl-auth): New function.
15746         (sieve-manage-cram-md5-auth):
15747         (sieve-manage-plain-auth): Rewrite using SASL library.
15748         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15749         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15750         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15751         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15752
15753 2004-01-05  Simon Josefsson  <jas@extundo.com>
15754
15755         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15756         New files.
15757
15758 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15759
15760         * gnus-group.el (gnus-no-groups-message): Update.
15761
15762         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15763
15764 2003-11-09  Simon Josefsson  <jas@extundo.com>
15765
15766         * imap.el: Support for ID IMAP extension (RFC 2971).
15767         (imap-local-variables): Add imap-id.
15768         (imap-id): New variable.
15769         (imap-id): New function.
15770         (imap-parse-response): Parse untagged ID response.
15771         * nnimap.el (nnimap-id): New variable.
15772         (nnimap-open-connection): Use it.
15773
15774 2003-12-28  Simon Josefsson  <jas@extundo.com>
15775
15776         * gnus-score.el (gnus-score-edit-all-score): New.
15777         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15778
15779 2004-01-04  Simon Josefsson  <jas@extundo.com>
15780
15781         * password.el: Add.
15782
15783 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15784
15785         * dns.el (dns-query-types): Fix typo.
15786         (dns-query-types): New function.
15787         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15788         PTR and SOA replies, see RFC 1035.
15789
15790 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15791
15792         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15793
15794         * Moved to Changelog.2.
15795
15796 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15797
15798         * gnus.el (gnus-version-number): Bump version.
15799
15800 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15801
15802         * gnus.el: No Gnus v0.1 is released.
15803
15804 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15805
15806         * gnus.el: No Gnus v0.0 is released.
15807
15808 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15809
15810         * gnus.el (gnus-version-number): Bump.
15811         (gnus-version): No.
15812
15813 See ChangeLog.2 for earlier changes.
15814
15815     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15816       Free Software Foundation, Inc.
15817
15818   This file is part of GNU Emacs.
15819
15820   GNU Emacs is free software: you can redistribute it and/or modify
15821   it under the terms of the GNU General Public License as published by
15822   the Free Software Foundation, either version 3 of the License, or
15823   (at your option) any later version.
15824
15825   GNU Emacs is distributed in the hope that it will be useful,
15826   but WITHOUT ANY WARRANTY; without even the implied warranty of
15827   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15828   GNU General Public License for more details.
15829
15830   You should have received a copy of the GNU General Public License
15831   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15832
15833 ;; Local Variables:
15834 ;; coding: utf-8
15835 ;; fill-column: 79
15836 ;; add-log-time-zone-rule: t
15837 ;; End: