Add the new command gnus-html-show-images.
[gnus] / lisp / ChangeLog
1 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4         (gnus-html-wash-tags): Add a new `i' command to insert images. 
5         (gnus-html-insert-image): New command and keystroke.
6         (gnus-html-redisplay-with-images): New command and keystroke.
7         (gnus-html-show-images): Renamed command.
8
9         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10         so that nnimap methods aren't agentized by default.  There's apparently
11         many problems related to agent/imap behaviour.
12
13         * gnus-art.el (gnus-article-copy-string): New command and key binding.
14
15         * gnus-html.el: Doc fix.
16
17 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18
19         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
20         specifier-spec-list for Emacs 21.
21
22         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
23         glyph-width and glyph-height instead of display-graphic-p and
24         image-size; make avoidance of displaying small images work for XEmacs.
25
26         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
27         for XEmacs.
28
29         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
30         of symbol that holds plist data.
31         (gnus-process-plist): Remove plist of process after getting it.
32
33 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * message.el (message-generate-hashcash): Change default to
36         'opportunistic if hashcash is installed.
37
38         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
39         (gnus-html-put-image): Only call image-size once, since it's somewhat
40         time-consuming on remote X servers.
41
42 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
43
44         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
45         type on data, not a file name.
46
47         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
48         window-pixel-edges for Emacs 21.
49
50         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
51         decoded contents.
52         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
53
54 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
55
56         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
57         group line format, since it isn't very interesting.
58
59         * gnus-agent.el (gnus-agent-short-article),
60         (gnus-agent-long-article): Increase values for these two variables,
61         since most people are likely to have more network connection and
62         storage than before.
63
64         * gnus.el (gnus-refer-article-method): Change default to 'current.
65         When referring an article, the common behaviour is to refer it from the
66         current select method, not the native select method.  The chances of
67         the native select method having the message in question is rather slim
68         these days.
69
70         * gnus-sum.el (gnus-auto-select-subject): Change default to
71         `unseen-or-unread'.  I think it's likely that most people want to
72         select an unseen article over a previously seen, but unread one.
73
74         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
75         means that in the article buffer none of the minor mode elements will
76         be shown, usually, and this is not desirable in most cases.
77
78         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
79         that commands like `d' (and the like) go to the next line in the
80         buffer, instead of the next unread article.  I think this is the
81         behaviour that is most natural for most users.
82         (gnus-single-article-buffer): Change default to nil, so that people can
83         have as many article buffers open as they have summary buffer.  I think
84         this is the most natural way for the groups to behave.
85
86         * message.el (message-generate-new-buffers): Change default to
87         `unsent', so that all new message buffers start their names with the
88         string "*unsent", and it's easier to find the buffers if you move from
89         them.
90
91 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
92
93         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
94         small. They're probably tracking images.
95         (gnus-html-wash-tags): Remove all <pre_int> place holders.
96         (gnus-html-rescale-image): Yet another try at getting the image sizing
97         right.
98
99         * nntp.el (nntp-request-set-mark): Refuse to do marks if
100         nntp-marks-file-name is nil.
101
102 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
103
104         * gnus-html.el (gnus-html-wash-tags)
105         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
106         Better logging.
107
108 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
109
110         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
111
112         * gnus-html.el (gnus-html-wash-tags): Check the value of
113         gnus-blocked-images in the summary buffer.
114
115 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
116
117         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
118
119 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
120
121         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
122         like "a", it seems like.
123         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
124         since it needs to be picked from the correct buffer.
125
126         * nnwfm.el: Removed.
127
128         * nnlistserv.el: Removed.
129
130 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
131
132         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
133         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
134
135 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
136
137         * nnkiboze.el: Removed.
138
139         * nndb.el: Removed.
140
141         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
142         alt text.
143         (gnus-html-rescale-image): Try to get the rescaling logic right for
144         images that are just wide and not tall.
145
146         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
147         overshadow variable bindings.
148
149 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
150
151         * gnus-html.el (gnus-html-wash-tags)
152         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
153         extra logging.
154
155 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
156
157         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
158         (gnus-max-image-proportion): New variable.
159         (gnus-html-rescale-image): New function.
160         (gnus-html-put-image): Rescale images.
161
162 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
163
164         Fix up some byte-compiler warnings.
165         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
166         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
167         (gnus-article-fill-cited-article, gnus-article-hide-citation)
168         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
169         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
170         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
171         (gnus-group-update-group): Use save-excursion and with-current-buffer.
172
173 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
174
175         * gnus-html.el (gnus-article-html): Decode contents by charset.
176
177 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
178
179         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
180         (gnus-html-frame-width, gnus-blocked-images)
181         * message.el (message-prune-recipient-rules): Add custom version.
182         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
183
184         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
185         functions.
186
187         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
188         gnus-process-get.
189
190 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
191
192         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
193         instead of lsub directly.
194
195 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
196
197         * nnwarchive.el: Removed.
198
199         * gnus-soup.el: Removed.
200
201         * nnsoup.el: Removed.
202
203         * nnultimate.el: Removed.
204
205         * gnus-html.el (gnus-blocked-images): New variable.
206
207         * message.el (message-prune-recipients): New function.
208         (message-prune-recipient-rules): New variable.
209
210         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
211         guess whether a long line is natural text or not.
212
213         * gnus-html.el (gnus-html-schedule-image-fetching): Use
214         gnus-process-plist and friends for compatibility.
215
216 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
217
218         * gnus-html.el: Require packages that define macros used in this file.
219         (gnus-article-mouse-face): Declare to silence byte-compiler.
220         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
221         process-get.
222         (gnus-html-put-image): Use plist-get to avoid getf.
223         (gnus-html-prefetch-images): Use with-current-buffer.
224
225 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
226
227         * gnus-ems.el: Provide compatibility functions for
228         gnus-set-process-plist.
229
230         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
231         header-line-format for XEmacs 21.4.
232
233         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
234         * gnus.el (gnus-valid-select-methods)
235         * message.el (message-send-mail-partially-limit)
236         * mm-decode.el (mm-text-html-renderer)
237         * mml.el (mml-insert-mime-headers-always)
238         * smiley.el (smiley-regexp-alist): Bump custom version.
239
240 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241
242         * gnus-html.el: require mm-url.
243         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
244         with the url to `url'.
245         (gnus-html-wash-tags): Support cid: URLs/images.
246
247 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
248
249         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
250         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
251         bindings, as they aren't useful at all. `w' is moved to `W w'.
252
253         * gnus-move.el: Removed file, since it doesn't really work.
254
255         * gnus-html.el (gnus-article-html): Tell w3m that the input is
256         UTF-8. This seems to fix problems with some German web feeds.
257
258         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
259         at the top so that the proper colours are applied.
260
261         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
262         don't have dots in their names.
263
264         * gnus-art.el (gnus-article-view-part): Doc fix.
265
266         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
267         XEmacs-compatible.
268         (gnus-html-put-image): Don't do images on non-graphic displays.
269
270         * nnslashdot.el: Removed this unused backend.
271
272         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
273         actions.
274         (gnus-undo-register-1): Revert last change.
275
276         * gnus-group.el (gnus-group-completing-read): Protect against not
277         having completion-styles bound.
278
279         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
280         make broken recipients happier.
281
282         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
283
284         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
285         point parameter.
286
287         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
288
289         * gnus-group.el (gnus-group-completing-read): Add 'substring to
290         completion-styles for group selection.
291
292 2009-02-04  Andreas Schwab  <schwab@suse.de>
293
294         * gnus-score.el (gnus-score-string): Fix regex for matching extra
295         headers and regexp-quote the match if necessary.
296
297 2009-03-24  Miles Bader  <miles@gnu.org>
298
299         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
300         the blinking smiley.
301
302 2009-03-24  Simon Josefsson  <simon@josefsson.org>
303
304         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
305         blink smiley.
306
307 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
308
309         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
310         where the dribbel file lives exists.
311
312         * message.el (message-send-mail-partially-limit): Change the default to
313         nil, since most people don't want this.
314
315         * mm-url.el (mm-url-decode-entities): Also decode entities like
316         &#x3212.
317
318 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
319
320         * gnus-sum.el (gnus-summary-idna-message):
321         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
322         Hyperlink urls in docstrings with URL `...'.
323
324 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
325
326         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
327         functions.
328
329 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
330
331         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
332         say what the mouseover text should be.
333
334         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
335         version of the mm-w3m-safe-url-regexp variable to only download images
336         in the groups where we want that to happen.
337
338         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
339
340         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
341         easier debugging.
342         (gnus-article-beginning-of-window): Add kludge to allow spacing past
343         big pictures in the article buffer.
344
345         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
346         gnus-article-html.
347         (mm-text-html-renderer): gnus-article-html needs curl in addition to
348         w3m.
349
350         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
351
352 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
353
354         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
355         which doesn't exist.
356
357         * message.el (message-inhibit-ecomplete): New variable to allow some
358         function to inhibit ecomplete address storage.
359         (message-resend): Disable ecomplete message storage when resending
360         messages.
361
362         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
363
364 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
365
366         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
367         Save excursion while copying, moving, and deleting articles in order to
368         prevent the cursor from jumping to unforeseen place.
369
370 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
371
372         * lpath.el: No need to bind bookmark-current-buffer,
373         bookmark-yank-point and bookmark-make-record-function.
374
375 2010-08-17  Glenn Morris  <rgm@gnu.org>
376
377         * gnus-sync.el: Require gnus components whose functions are used.
378
379         * gnus-art.el (bookmark-make-record-function):
380         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
381         Declare for compiler.
382
383         * mm-url.el (mml-compute-boundary): Autoload.
384
385 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
386
387         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
388
389 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
390
391         Typo fix "hoo4a" -> "hook".
392
393         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
394
395 2010-08-14  Glenn Morris  <rgm@gnu.org>
396
397         * gnus-sync.el (gnus-sync): Fix defgroup version.
398
399 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
400
401         Doc fixes and keep unknown groups (ammended for nunion bug fix).
402
403         * gnus-sync.el: Fix docs.
404         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
405         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
406
407 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
408
409         Optimizations for gnus-sync.el.
410
411         * gnus-sync.el: Add docs about gnus-sync-backend
412         possibilities.
413         (gnus-sync-save): Remove unnecessary message.
414         (gnus-sync-read): Optimize and show what groups were skipped.
415
416 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
417
418         Minor bug fixes for gnus-sync.el.
419
420         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
421         read the sync on get-new-news.
422
423         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
424         quiet.
425
426         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
427
428 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
429
430         Make saving and restoring of hidden threads work with overlays.
431         Patch applied by Ted Zlatanov.
432
433         * gnus-sum.el (gnus-hidden-threads-configuration)
434         (gnus-restore-hidden-threads-configuration): Update to deal with text
435         properties, rather than searching for a magic character.
436
437 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
438
439         New gnus-sync.el library for synchronization of marks.
440
441         * gnus-sync.el: New library for synchronization of marks.
442
443         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
444         renamed from `gnus-registry-grep-in-list'.
445
446         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
447
448         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
449
450 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
451
452         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
453         determining charset of text fails.
454
455 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
456
457         * nnmail.el (nnmail-get-new-mail-1): Revert.
458
459         * nnml.el (nnml-active-number): Make sure names of newly created groups
460         in nnml-group-alist are encoded.
461
462 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
463
464         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
465         containing non-ASCII characters in active file for nnml back end.
466
467 2010-07-24  David Engster  <dengste@eml.cc>
468
469         * mml-smime.el (mml-smime-epg-verify): Also accept the older
470         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
471
472 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
473
474         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
475         tag (Bug#6654).
476
477 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
478
479         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
480         the article buffer, not the summary buffer.
481
482 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
483
484         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
485         Emacs 23 as well.
486
487 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
488
489         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
490         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
491
492 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
493
494         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
495         Patch applied by Karl Fogel.
496
497         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
498         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
499
500 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
501
502         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
503         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
504         C-w still not working correctly from Article buffers; Thierry's
505         patch to fix that will be applied after this.
506
507         * gnus-art.el (bookmark-make-record-function): New local variable.
508
509         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
510         article buffer.
511         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
512
513 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
514
515         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
516         on changes in bookmark.el.
517
518 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
519
520         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
521         `no-log' instead of message not to log prompt string.
522
523 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
524
525         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
526         the *other* type of HTML form submission.
527
528 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
529
530         * auth-source.el (auth-source-pick): If choice does not contain a
531         questioned keyword, set the check to t.
532
533 2010-06-12  Romain Francoise  <romain@orebokech.com>
534
535         * gnus-util.el (gnus-date-get-time): Move up before first use.
536
537 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
538
539         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
540         (gnus-article-edit-part): Bind it to make last part that is substituted
541         or deleted visible.
542         (gnus-mime-display-single): Buttonize part of which id equals to
543         gnus-mime-buttonized-part-id.
544
545 2010-06-10  Dan Christensen  <jdc@uwo.ca>
546
547         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
548         (gnus-dd-mmm): Use gnus-date-get-time.
549         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
550         simplify logic.
551         (gnus-summary-limit-to-age): Use gnus-date-get-time.
552         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
553
554 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
555
556         * auth-source.el (top): Autoload `secrets-list-collections',
557         `secrets-create-item', `secrets-delete-item'.
558         (auth-sources): Fix tag string.
559         (auth-get-source, auth-source-retrieve, auth-source-create)
560         (auth-source-delete): New defuns.
561         (auth-source-pick): Rewrite in order to avoid 2 passes.
562         (auth-source-forget-user-or-password): New parameter USERNAME.
563         (auth-source-user-or-password): New parameters CREATE-MISSING and
564         DELETE-EXISTING.  Retrieve password interactively, if needed.
565
566 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
567
568         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
569         deleting unused directories when gnus-expert-user is t.
570
571 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
572
573         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
574         for each temp file when gnus-article-browse-delete-temp is ask.
575
576 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
577
578         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
579         Lisp calls to delete-backward-char by calls to delete-char.
580
581 2010-05-20  Kevin Ryde  <user42@zip.com.au>
582
583         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
584
585 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
586
587         * password-cache.el (password-cache-remove): Fix docstring.
588
589 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
590
591         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
592         article unless decoding article to be saved.
593
594 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
595
596         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
597         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
598         generated within the mm-with-unibyte-current-buffer macro.
599
600 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
601
602         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
603         to nil when we're in a mml-preview buffer and no group is selected.
604
605 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
606
607         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
608         when catching the `C-g'.  Reported by "Leo".
609
610 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
611
612         * message.el (message-forward-make-body-plain)
613         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
614         multibyte-string-p.
615
616         * lpath.el: Revert.
617
618 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
619
620         * message.el (message-forward-make-body-mml): Assume original message
621         is multibyte string; error on unibyte.
622         (message-forward-make-body-plain): Ditto; don't add excessive newline
623         in body end.
624
625         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
626
627 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
628
629         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
630         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
631
632 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
633
634         * mm-extern.el (mm-extern-url): Don't use
635         mm-with-unibyte-current-buffer.
636         (mm-extern-cache-contents): Use with-current-buffer instead of
637         save-excursion + set-buffer.
638
639 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
640
641         * mm-util.el (mm-emacs-mule): Remove.
642
643 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
644
645         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
646         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
647         change.
648
649 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
650
651         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
652         bind the default value of enable-multibyte-characters to nil.
653
654 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
655
656         * message.el (message-forward-make-body-plain)
657         (message-forward-make-body-mml):
658         Don't use mm-with-unibyte-current-buffer.
659
660 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
661
662         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
663
664 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
665
666         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
667         (Bug#5592).
668
669 2010-05-07  Julien Danjou  <julien@danjou.info>
670
671         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
672         it to mm-pipe-part.
673
674         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
675         it is given.
676
677 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
678
679         * binhex.el (binhex-decode-region-internal)
680         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
681         (dns-query)
682         * nnweb.el (nnweb-gmane-search)
683         * pgg-parse.el (pgg-parse-armor)
684         * pgg.el (pgg-verify-region)
685         * sha1.el (sha1-string-external)
686         * uudecode.el (uudecode-decode-region-internal)
687         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
688         XEmacs.
689
690         * gnus-art.el (gnus-article-browse-html-parts)
691         * gnus-group.el (gnus-read-ephemeral-gmane-group)
692         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
693         make-temp-file.
694
695         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
696         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
697         compiling.
698
699         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
700         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
701         XEmacs when compiling.
702
703         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
704         gnus-pick-mode-off-hook for XEmacs when compiling.
705         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
706         gnus-binary-mode-off-hook for XEmacs when compiling.
707
708         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
709         nil if char-charset is not available.
710
711         * imap.el (imap-disable-multibyte)
712         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
713         macros.
714
715         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
716         instead of encode-coding-string.
717
718         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
719         'xemacs) instead of mm-emacs-mule to switch function definitions.
720         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
721
722         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
723         bind temporary-file-directory for XEmacs;
724         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
725         timer-set-function for XEmacs 21.4 and SXEmacs;
726         bind timer-list for XEmacs 21.4 and SXEmacs;
727         fbind char-charset and find-charset-region for non-Mule XEmacs;
728         fbind decode-coding-region, decode-coding-string, detect-coding-region,
729         encode-coding-region and encode-coding-string for XEmacs having no
730         file-coding feature.
731
732 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
733
734         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
735
736 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
737
738         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
739         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
740
741 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
742
743         * mm-util.el (mm-decompress-buffer): Use `delete-file';
744         alias `jka-compr-delete-temp-file' no longer exists.
745
746 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
747
748         Use define-minor-mode in Gnus where applicable.
749         * mml.el (mml-mode): Use define-minor-mode.
750         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
751         (gnus-undo-mode): Use define-minor-mode.
752         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
753         (gnus-dead-summary-mode): Use define-minor-mode.
754         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
755         Initialize in declaration.
756         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
757         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
758         (gnus-mailing-list-mode): Use define-minor-mode.
759         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
760         (gnus-draft-mode): Use define-minor-mode.
761         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
762         (gnus-dired-mode): Use define-minor-mode.
763
764 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
765
766         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
767         handles on recursive mml-to-mime translation and check them for
768         boundary delimiter collisions.  Reported by Greg Troxel.
769
770 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
771
772         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
773
774 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
775
776         * mm-util.el (mm-find-buffer-file-coding-system):
777         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
778
779 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
780
781         * message.el (message-generate-headers): Record insertion of optional
782         headers as well.  Otherwise the check to prevent repeated insertion of
783         optional headers is a no-op.
784
785 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
786
787         * smime.el: Don't mention CVS.
788
789         * nnrss.el (nnrss-fetch): Don't mention CVS.
790
791         * nnir.el: Don't mention CVS.
792
793 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
794
795         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
796
797 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
798
799         * lpath.el: Fbind bookmark-default-handler,
800         bookmark-get-bookmark-record, bookmark-make-record-default,
801         bookmark-prop-get for Emacs <23 and XEmacs.
802
803 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
804
805         * gnus-sum.el: Add bookmark declarations to silence the compiler.
806         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
807         Use with-current-buffer to silence the byte-compiler.
808         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
809         bother to require `gnus'.
810         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
811
812 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
813
814         * gnus-sum.el (gnus-summary-bookmark-make-record)
815         (gnus-summary-bookmark-jump): New functions.
816         (gnus-summary-mode): Setup bookmark support.
817
818 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
819
820         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
821         if set.
822
823 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
824
825         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
826         gnus-article-browse-html-save-cid-image; make it work recursively for
827         forwarded messages as well.
828         (gnus-article-browse-html-parts): Work when prefix arg is given.
829         (gnus-article-browse-html-article): Doc fix.
830
831 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
832
833         * message.el (message-default-mail-headers):
834         (message-default-headers): Carry the value mail-default-headers over
835         into message-default-mail-headers, rather than message-default-headers.
836
837 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
838
839         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
840         charset.
841
842         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
843         charset into the <meta> tag when the article is encoded to utf-8.
844
845 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
846
847         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
848         directories as well.
849         (gnus-article-browse-html-parts): Work for images that do not specify
850         file names; delete temp directory when quitting; insert header at the
851         right place; use file: scheme for image files.
852
853 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
854
855         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
856         (gnus-article-browse-html-parts): Use it to make temporary cid image
857         files in addition to html file so that browser may display them.
858
859 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
860
861         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
862
863 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
864
865         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
866
867 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
868
869         * auth-source.el (auth-sources): Change default to be simpler.  Explain
870         about Secret Service API sources.  Improve Customize options.
871         (auth-source-pick): Change to accept any number of search parameters.
872         Implement fallbacks iteratively, not recursively.  Add scoring on the
873         second pass and sort by score.  Call Secret Service API when needed.
874         (auth-source-user-or-password): Use it.  Call Secret Service API
875         directly when needed to get the user name and the password.
876
877 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
878
879         * message.el (message-interactive): Doc fix.
880         (message-qmail-inject-args): Reflow.
881         (message-kill-to-signature): Fix typo in docstring.
882
883         * smiley.el (smiley-buffer): Fix typo in docstring.
884
885 2010-03-24  Glenn Morris  <rgm@gnu.org>
886
887         * mail-source.el (gnus-message): Declare.
888         (mail-source-delete-old-incoming): Require gnus-util.
889
890 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
891
892         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
893
894         * message.el (ecomplete-setup): Autoload it for Emacs <23.
895
896         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
897         password-cache's default if it is not bound.
898         (mml-secure-passphrase-cache-expiry): Default to 16 that is
899         password-cache-expiry's default if it is not bound.
900
901         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
902         available in Emacs 21.
903
904         * lpath.el: Suppress compiler warnings for:
905         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
906         XEmacs;
907         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
908         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
909         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
910
911 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
912
913         * auth-source.el (auth-sources): Fix up definition so extra parameters
914         are always inline.
915
916 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
917
918         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
919         wasn't updated after mismatch.  Clear cached mailbox info correctly
920         when uidvalidity changes.
921         (nnimap-group-prefixed-name): New function to avoid some code
922         duplication.
923         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
924         (nnimap-request-group): Use it.
925         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
926         (nnimap-update-unseen): Significantly improved speed of Gnus startup
927         with many imap folders.  This is done by caching the group status from
928         the imap server persistently in a group parameter `imap-status'.  (This
929         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
930         but not persistently, so every Gnus startup was still very slow.)
931
932 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
933
934         * assistant.el (assistant-render-text): Run `widget-setup' and don't
935         delete the extra newline.  Otherwise editing of :string and :number
936         types don't work.
937
938 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
939
940         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
941         secrets.el dependency.
942         (auth-sources): Add optional user name.  Add secrets.el configuration
943         choice (unused right now).
944
945 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
946
947         * gnus-sum.el (gnus-summary-make-menu-bar): Let
948         `gnus-registry-install-shortcuts' fill in the functions.
949
950         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
951         warnings.
952         (gnus-registry-misc-menus): Variable to hold registry mark menus.
953         (gnus-registry-install-shortcuts): Populate and use it in a
954         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
955
956 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
957
958         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
959         In-place substitutions for the group name encoding/decoding.
960         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
961         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
962         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
963         (nnimap-update-unseen, nnimap-request-list)
964         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
965         (nnimap-request-set-mark, nnimap-split-to-groups)
966         (nnimap-split-articles, nnimap-request-newgroups)
967         (nnimap-request-create-group, nnimap-request-accept-article)
968         (nnimap-request-delete-group, nnimap-request-rename-group)
969         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
970         `encoded-mbx' for consistency.
971         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
972         variable `imap-current-mailbox'.
973
974         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
975         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
976
977 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
978
979         * pop3.el (pop3-display-message-size-flag): Display message size byte
980         counts during POP3 download.
981         (pop3-movemail): Use it.
982         (pop3-list): Implement listing of available messages.
983
984 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
985
986         * nnir.el (nnir-get-article-nov-override-function): New function to
987         override the normal NOV retrieval.
988         (nnir-retrieve-headers): Use it.
989
990 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
991
992         * auth-source.el (netrc-machine-user-or-password): Autoload.
993
994 2010-03-19  Glenn Morris  <rgm@gnu.org>
995
996         Stop message.el from loading about 40 libraries it doesn't always need.
997         The general approach is to autoload rather than require, and to
998         require in the specific functions rather than the file.  (Bug#5642)
999
1000         * gmm-utils.el: Don't require wid-edit.
1001         (widget-create-child-value, widget-convert, widget-default-get):
1002         Autoload.
1003
1004         * gnus-util.el: Don't require time-date, netrc.
1005         (message-fetch-field, gnus-group-name-decode): Declare rather than
1006         autoloading.
1007         (gnus-fetch-field): Require message.
1008         (gnus-decode-newsgroups): Require gnus-group.
1009
1010         * ietf-drums.el: Don't require time-date.
1011
1012         * message.el: Don't require hashcash, canlock, ecomplete.
1013         Do require mail-utils.  Require nnheader only when compiling.
1014         (smtpmail-default-smtp-server): Remove declaration.
1015         (message-send-mail-function): Check smtpmail-default-smtp-server
1016         is bound rather than requiring smtpmail.
1017         (message-auto-save-directory, message-insert-signature): Use
1018         expand-file-name rather than nnheader-concat.
1019         (nnheader-insert-file-contents): Autoload.
1020         (hashcash-wait-async): Declare.
1021         (message-send-mail): Only call gnus-setup-posting-charset if
1022         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1023         (message-send-mail-with-sendmail): Require sendmail.
1024         (canlock-password, canlock-password-for-verify): Declare.
1025         (message-canlock-password): Require canlock.
1026         (nnheader-get-report): Autoload.
1027         (gnus-setup-posting-charset): Declare.
1028         (message-send-news): Require gnus-msg.
1029         (message-make-references, message-make-in-reply-to): Use mail-header-id
1030         rather than the alias mail-header-message-id.
1031         (ecomplete-add-item, ecomplete-save): Declare.
1032         (message-put-addresses-in-ecomplete): Require ecomplete.
1033         (ecomplete-display-matches): Autoload.
1034
1035         * mm-decode.el: Don't require mailcap, gnus-util.
1036         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1037         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1038         Autoload.
1039         (mailcap-mime-extensions): Declare.
1040
1041         * mm-encode.el: Don't require mailcap.
1042         (mailcap-extension-to-mime): Autoload.
1043
1044         * mml-sec.el: Don't require password-cache.
1045
1046         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1047         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1048         (mml-minibuffer-read-type): Require mailcap.
1049         (mml-preview): Require gnus-msg.
1050
1051         * mml1991.el: Require password-cache.
1052         (password-cache-expiry): Remove declaration.
1053
1054         * mml2015.el: Require password-cache.
1055         (password-cache-expiry): Remove declaration.
1056
1057         * nneething.el (mailcap): Require mailcap.
1058
1059         * nnheader.el (declare-function): Add compatibility stub.
1060         (message-remove-header): Declare rather than autoload.
1061         (nnheader-replace-header): Require message.
1062
1063         * nnimap.el (declare-function): Add compatibility stub.
1064         (netrc-parse, netrc-machine-user-or-password): Declare.
1065         (nnimap-open-connection): Require netrc.
1066
1067         * nntp.el (declare-function): Add compatibility stub.
1068         (netrc-parse, netrc-machine, netrc-get): Declare.
1069         (nntp-send-authinfo): Require netrc.
1070
1071         * rfc2047.el: Don't require qp.
1072         (quoted-printable-encode-region, quoted-printable-decode-string):
1073         Autoload.
1074
1075         * sieve-mode.el: Don't require easymenu.
1076         (easy-menu-add-item): Autoload it.
1077
1078         * spam-stat.el (time-to-number-of-days): Autoload it.
1079
1080 2010-03-19  Glenn Morris  <rgm@gnu.org>
1081
1082         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1083
1084 2010-03-18  Glenn Morris  <rgm@gnu.org>
1085
1086         * hashcash.el (declare-function): Remove duplicate definition.
1087
1088 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1089
1090         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1091         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1092         value if any backslash escapes).
1093
1094 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1095
1096         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1097         if it is available.  (bug#5647)
1098
1099         * lpath.el: Suppress compiler warning for coding-system-from-name for
1100         Emacs 21 and XEmacs.
1101
1102 2010-03-14  Juri Linkov  <juri@jurta.org>
1103
1104         * hmac-def.el:
1105         * hmac-md5.el:
1106         * netrc.el: Fix keywords.
1107
1108 2010-02-26  Glenn Morris  <rgm@gnu.org>
1109
1110         * message.el (message-send-mail-function): Change the default, so that
1111         it inherits from a customized send-mail-function.  (Bug#5643)
1112
1113 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1114
1115         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1116         shell-command-to-string signals an error (bug#5299).
1117
1118 2010-02-24  Glenn Morris  <rgm@gnu.org>
1119
1120         * message.el (message-smtpmail-send-it)
1121         (message-send-mail-with-mailclient): Doc fixes.
1122
1123 2010-02-16  Glenn Morris  <rgm@gnu.org>
1124
1125         * message.el (message-default-mail-headers): Change the default value
1126         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1127
1128 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1129
1130         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1131         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1132
1133 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1134
1135         * time-date.el (date-to-time): Doc fix (Bug#5408).
1136
1137 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1138
1139         * message.el (message-mail): Just pass yank-action on to message-setup.
1140         (message-setup): Handle (FUN . ARGS) form of yank-action.
1141         (message-with-reply-buffer, message-widen-reply)
1142         (message-yank-original): Handle non-buffer values of
1143         message-reply-buffer (Bug#4080).
1144         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1145
1146 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1147
1148         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1149         Fix typo in docstring.
1150
1151 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1152
1153         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1154         response.
1155
1156 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1157
1158         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1159
1160         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1161
1162         * message.el (message-check-news-header-syntax): Protect against a
1163         string that `rfc822-addresses' returns when parsing fails.
1164
1165 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1166
1167         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1168         (gnus-previous-char-property-change): New functions.
1169
1170         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1171
1172 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1173
1174         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1175         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1176
1177 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1178
1179         * message.el (message-exchange-point-and-mark): Rework last change to
1180         avoid using optional arg of exchange-point-and-mark, for backward
1181         compatibility.
1182
1183 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1184
1185         * message.el (message-exchange-point-and-mark): Call
1186         exchange-point-and-mark with an argument rather than setting
1187         mark-active by hand (Bug#5175).
1188
1189 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1190
1191         * nntp.el (nntp-service-to-port): Work for service expressed with
1192         numeric string; replace [:digit:] with [0-9] for XEmacs.
1193
1194 2009-12-17  Glenn Morris  <rgm@gnu.org>
1195
1196         * gnus-group.el (gnus-bug-group-download-format-alist):
1197         Change emacs entry to debbugs.gnu.org.  Bump :version.
1198
1199 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1200
1201         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1202
1203 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1204
1205         * message.el (message-info): Explain why we use `Info-goto-node'.
1206
1207 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1208
1209         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1210
1211 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1212
1213         * message.el (message-completion-in-region): New compatibility function.
1214         (message-expand-group): Use it.
1215
1216 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1217
1218         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1219         with no unread article should be listed if the 2nd arg `predicate' is
1220         given.
1221
1222 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1223
1224         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1225
1226 2009-11-29  Juri Linkov  <juri@jurta.org>
1227
1228         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1229         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1230         on `gnus-recenter'. (Bug#4698, Bug#4981)
1231
1232 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1233
1234         * sha1.el (sha1-string-external): default-directory "/" in case
1235         otherwise non-existent.  process-connection-type pipe for touch of
1236         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1237
1238 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1239
1240         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1241         it's comms related and sgml-mode.el has "comm" on that basis too.
1242
1243 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1244
1245         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1246         containing tspecial characters if they have been already quoted.
1247
1248 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1249
1250         * dns-mode.el (auto-mode-alist): Purecopy string.
1251
1252 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1253
1254         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1255
1256 2009-10-24  Glenn Morris  <rgm@gnu.org>
1257
1258         * gnus-art.el (help-xref-stack-item): Define for compiler.
1259
1260 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1261
1262         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1263
1264 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1265
1266         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1267
1268 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1269
1270         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1271         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1272
1273 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1274
1275         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1276         (gnus-overlays-in): New alias to overlays-in.
1277
1278         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1279         gnus-overlay-get, and gnus-delete-overlay.
1280         (gnus-summary-show-thread): Make it work as well for systems in which
1281         next-single-char-property-change is not available.
1282         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1283
1284         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1285         (gnus-overlay-get): New alias to extent-property.
1286         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1287
1288         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1289         SXEmacs.
1290
1291         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1292         SXEmacs.
1293
1294 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1295
1296         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1297
1298 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1299
1300         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1301         and XEmacs that don't have `remove-overlays'.
1302
1303 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1304
1305         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1306         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1307         selective display.  Use overlays instead.
1308
1309 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1310
1311         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1312
1313 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1314
1315         * spam-stat.el (spam-stat-load): Fix typo in message.
1316
1317 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1318
1319         * dig.el (dig-invoke): Fix typo in docstring.
1320         (query-dig): Reflow docstring.
1321
1322 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1323
1324         * gnus-art.el (gnus-article-encrypt-body):
1325         * message.el (message-check-recipients):
1326         * mm-util.el (mm-codepage-setup):
1327         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1328         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1329
1330 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1331
1332         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1333         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1334         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1335         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1336         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1337
1338 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1339
1340         * dig.el: Add "Keywords: comm", as per net-utils.el.
1341
1342 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1343
1344         * dig.el (dig-mode): Use define-derived-mode.
1345
1346 2009-09-19  Glenn Morris  <rgm@gnu.org>
1347
1348         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1349
1350 2009-09-18  Glenn Morris  <rgm@gnu.org>
1351
1352         * gnus-diary.el (gnus-diary-check-message):
1353         * message.el (message-insert-formatted-citation-line):
1354         * nnbabyl.el (top-level):
1355         * nndiary.el (nndiary-schedule):
1356         Fix typos in condition-case handlers.
1357
1358 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1359
1360         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1361         configuration that provides the sole article window in a frame;
1362         position point correctly after deleting a part.
1363
1364 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1365
1366         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1367         (spam-resolve-registrations-routine): Use it to unregister articles
1368         that change status.
1369
1370 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1371
1372         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1373         with XEmacs.
1374         (parse-time-string-chars): Use it.
1375
1376 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1377
1378         * imap.el (imap-interactive-login): Better messages.
1379         (imap-open): Fix bug with renamed buffer on reconnect.
1380         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1381         for easier debugging and cleaner code.  On successful (guessed based on
1382         server capabilities) secondary authentication, set imap-state
1383         correctly.
1384         (imap-last-authenticator): Define imap-last-authenticator as a variable
1385         to avoid warnings.
1386
1387 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1388
1389         * nnrss.el (nnrss-request-article): Remove binding of
1390         default-enable-multibyte-characters that has gotten needless by
1391         the 2007-07-13 change in rfc2047-encode-message-header.
1392
1393         * mml.el (mml-insert-multipart): Error on the message header.
1394         (mml-insert-part): Error on the message header; position point at
1395         the end of a MIME tag.
1396
1397 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1398
1399         * time-date.el (autoload): Expand define-obsolete-function-alias into
1400         defalias and make-obsolete for old Emacsen that Gnus supports.
1401         (with-no-warnings): Define it for old Emacsen.
1402         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1403         is available.
1404         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1405         float-time is available; suppress compile warning for time-to-seconds.
1406
1407         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1408         (gnus-float-time): Alias to float-time if it exists.
1409
1410         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1411         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1412         float-time is available; suppress compile warning for time-to-seconds.
1413
1414         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1415         XEmacs.
1416
1417 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1418
1419         * imap.el (imap-message-map): Docstring fix.
1420
1421 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1422
1423         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1424         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1425         Add the optional argument `encoding' that overrides the default.
1426
1427         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1428         mm-encode-buffer.
1429
1430 2009-09-04  Glenn Morris  <rgm@gnu.org>
1431
1432         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1433         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1434         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1435         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1436         * mm-util.el (mm-with-unibyte-current-buffer)
1437         (mm-find-buffer-file-coding-system):
1438         * yenc.el (yenc-decode-region): Use default-value rather than
1439         default-enable-multibyte-characters.
1440
1441 2009-09-03  Glenn Morris  <rgm@gnu.org>
1442
1443         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1444         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1445         than default-enable-multibyte-characters.
1446
1447 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1448
1449         * gnus-art.el (gnus-article-read-summary-keys):
1450         Fix gnus-buffer-configuration's value temporarily used.
1451
1452 2009-09-02  Glenn Morris  <rgm@gnu.org>
1453
1454         * gnus-util.el (gnus-float-time): New function.
1455         * gnus-delay.el (gnus-delay-article):
1456         * gnus-sum.el (gnus-thread-latest-date):
1457         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1458         * nnspool.el (nnspool-request-newgroups):
1459         Use gnus-float-time rather than time-to-seconds.
1460         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1461
1462         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1463         (gnus-header-subject-face, gnus-header-newsgroups-face)
1464         (gnus-header-name-face, gnus-header-content-face):
1465         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1466         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1467         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1468         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1469         (gnus-cite-face-11):
1470         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1471         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1472         (gnus-server-closed-face, gnus-server-denied-face)
1473         (gnus-server-offline-face):
1474         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1475         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1476         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1477         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1478         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1479         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1480         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1481         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1482         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1483         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1484         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1485         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1486         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1487         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1488         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1489         (gnus-summary-high-undownloaded-face)
1490         (gnus-summary-low-undownloaded-face)
1491         (gnus-summary-normal-undownloaded-face)
1492         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1493         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1494         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1495         (gnus-splash-face):
1496         * message.el (message-header-to-face, message-header-cc-face)
1497         (message-header-subject-face, message-header-newsgroups-face)
1498         (message-header-other-face, message-header-name-face)
1499         (message-header-xheader-face, message-separator-face)
1500         (message-cited-text-face, message-mml-face):
1501         * sieve-mode.el (sieve-control-commands-face)
1502         (sieve-action-commands-face, sieve-test-commands-face)
1503         (sieve-tagged-arguments-face):
1504         * spam.el (spam-face):
1505         Mark face aliases with "-face" in the name as obsolete.
1506
1507 2009-09-01  Glenn Morris  <rgm@gnu.org>
1508
1509         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1510         than goto-line.
1511
1512 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1513
1514         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1515         Don't move point if the command is invoked inside the message header.
1516
1517 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1518
1519         * imap.el (imap-send-command): Simplify.
1520         (imap-wait-for-tag): point-max -> buffer-size.
1521
1522 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1523
1524         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1525         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1526         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1527         * nnir.el (nnir-swish-e-index-file):
1528         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1529         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1530         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1531         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1532         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1533         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1534
1535 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1536
1537         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1538         Don't save excursion.
1539
1540 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1541
1542         * nnheader.el (nnheader-find-file-noselect):
1543         * mm-util.el (mm-insert-file-contents):
1544         Use (default-value 'major-mode) instead of default-major-mode.
1545
1546 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1547
1548         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1549
1550 2009-08-26  Glenn Morris  <rgm@gnu.org>
1551
1552         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1553         than placing in files.el.
1554
1555 2009-08-25  Glenn Morris  <rgm@gnu.org>
1556
1557         * nnir.el (top-level): Don't require cl at run-time.
1558         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1559         Replace cl-function substitute with gnus-replace-in-string.
1560         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1561         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1562         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1563         simplified expansions.
1564
1565 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1566
1567         * dig.el (dig): Add autoload cookie.
1568
1569 2009-08-22  Glenn Morris  <rgm@gnu.org>
1570
1571         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1572         goto-line.
1573
1574 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1575
1576         * parse-time.el (parse-time-string-chars): Save match data.
1577
1578 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1579
1580         * parse-time.el (parse-time-string-chars): Compute using character
1581         classes, to handle non-ascii characters (Bug#3190).
1582
1583 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1584
1585         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1586
1587         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1588         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1589         (gnus-mm-display-part, gnus-mime-display-single)
1590         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1591         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1592
1593         * gnus-sum.el
1594         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1595         (gnus-summary-move-article): Add expirable mark to articles copied or
1596         moved to group that has auto-expire turned on if the option is non-nil.
1597
1598 2009-07-24  Glenn Morris  <rgm@gnu.org>
1599
1600         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1601         Fix typo.  (Bug#3903)
1602
1603 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1604
1605         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1606         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1607         that should not be used for draft articles.
1608         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1609         that has no concern in minor mode keys.
1610         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1611         Abolish.
1612
1613 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1614
1615         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1616         article without making inquiry to a user for unknown encoding.
1617
1618         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1619         (nnmaildir--scan): Assume i-node and device number that file-attributes
1620         returns might be cons-cell.
1621
1622         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1623
1624         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1625
1626 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1627
1628         * auth-source.el: Remove docs now in auth.texi.  Don't use
1629         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1630         `auth-source-hide-passwords' and use them.
1631
1632 2009-07-15  Glenn Morris  <rgm@gnu.org>
1633
1634         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1635
1636 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1637
1638         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1639         excessive whitespace from the default values of title and description.
1640
1641 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1642
1643         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1644         mail-fetch-field to fetch Content-Description header in order to
1645         exclude newlines.
1646
1647 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1648
1649         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1650         format used by GnuPG 2.0.11.
1651
1652 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1653
1654         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1655         to deleted part.
1656
1657 2009-05-30  David Engster  <dengste@eml.cc>
1658
1659         * nnmairix.el: Remove old documentation in the commentary block.
1660         (nnmairix-request-group): Do not update active file for nnml back ends.
1661         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1662         end so that overview files are ignored.
1663         (nnmairix-update-groups): Make updating the groups more robust by using
1664         marks.
1665         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1666         with dollar characters in message-id.
1667
1668 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1669
1670         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1671         2008-12-25 in dns.el.
1672
1673 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1674
1675         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1676         could happen if the text is only composed of spaces and/or tabs.
1677
1678 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1679
1680         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1681         when sending a queued message to avoid extra mml tags.
1682
1683 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1684
1685         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1686
1687 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1688
1689         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1690         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1691         rmail-toggle-header for XEmacs;
1692         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1693
1694 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1695
1696         * gnus-dired.el: Remove autoload for gnus-setup-message.
1697         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1698         displaying Gnus logo; always use compose-mail.
1699
1700 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1701
1702         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1703
1704 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1705
1706         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1707         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1708         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1709         available.
1710         (gnus-nocem-epg-verify): New function.
1711
1712 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1713
1714         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1715
1716 2009-02-15  Glenn Morris  <rgm@gnu.org>
1717
1718         * gnus-util.el (rmail-insert-rmail-file-header)
1719         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1720         autoloads.
1721         (rmail-default-rmail-file): Remove unnecessary declaration.
1722         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1723
1724 2009-02-14  Glenn Morris  <rgm@gnu.org>
1725
1726         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1727         variable (only used in gnus-util, which declares it anyway).
1728         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1729         which was only needed by gnus-art (changed to not use it any more).
1730         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1731         only used in gnus-util, which autoloads it itself.
1732         (rmail-update-summary): Fix autoload.
1733
1734         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1735         rather than rmail-output-to-rmail-file.
1736
1737 2009-02-07  Glenn Morris  <rgm@gnu.org>
1738
1739         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1740         autoload of function that no longer exists.
1741         (rmail-toggle-header): Declare.
1742         (message-forward-rmail-make-body): Handle mbox Rmail.
1743
1744 2009-01-31  Glenn Morris  <rgm@gnu.org>
1745
1746         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1747         2009-01-09 change.
1748
1749 2009-01-31  Dave Love  <fx@gnu.org>
1750
1751         * imap.el (imap-fetch-safe): Bind debug-on-error.
1752         (imap-debug): Add imap-fetch-safe.
1753
1754 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1755
1756         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1757         (auth-source-forget-all-cached): New convenience function.
1758         (auth-source-user-or-password): Accept list of modes or a single mode.
1759
1760         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1761         auth-source modes.
1762
1763         * netrc.el (netrc-machine-user-or-password): Use list of
1764         auth-source modes.
1765
1766         * nnimap.el (nnimap-open-connection): Use list of
1767         auth-source modes.
1768
1769         * nntp.el (nntp-send-authinfo): Use list of
1770         auth-source modes.
1771
1772 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1773
1774         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1775         now.
1776
1777 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1778
1779         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1780         coding system in XEmacs; add a workaround for XEmacs.
1781
1782         * lpath.el: Fbind coding-system-aliasee.
1783
1784 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1785
1786         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1787         of current-language-environment.
1788
1789 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1790
1791         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1792         available at runtime.
1793
1794 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1795
1796         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1797
1798 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1799
1800         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1801         the greatest positive fixnum value doesn't work under an XEmacs with
1802         bignum support; use the most-positive-fixnum constant instead,
1803         available since Emacs 21.1 with cl and XEmacs 21.1.
1804
1805 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1806
1807         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1808         XEmacs gets not to work.
1809
1810 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1811
1812         * mm-util.el (mm-coding-system-priorities): Allow the value like
1813         "Japanese (UTF-8)" of current-language-environment.
1814
1815 2009-01-09  Glenn Morris  <rgm@gnu.org>
1816
1817         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1818         with last-command-event.
1819
1820 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1821
1822         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1823         in the doc string.
1824
1825         * message.el (message-fix-before-sending): Amend comment.
1826
1827 2009-01-08  Dave Love  <fx@gnu.org>
1828
1829         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1830
1831 2009-01-07  David Engster  <dengste@eml.cc>
1832
1833         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1834         simplified server definitions by converting it via
1835         gnus-server-to-method.
1836
1837 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1838
1839         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1840         parameter's operands.
1841
1842 2009-01-06  David Engster  <dengste@eml.cc>
1843
1844         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1845         primary select method (for gnus-group-mark-article-as-read).
1846
1847 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1848
1849         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1850         `(gnus)Face', not `(gnus)X-Face'.
1851
1852 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1853
1854         * mm-util.el (mm-ucs-to-char): New function.
1855
1856         * mm-url.el (mm-url-decode-entities): Use it.
1857
1858         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1859         unicode-to-char.
1860
1861 2009-01-05  Dave Love  <fx@gnu.org>
1862
1863         * time-date.el: Require cl for `declare'.
1864
1865 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1866
1867         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1868         Dave Love.
1869
1870 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1871
1872         * message.el (message-fix-before-sending): Add `eight-bit' to
1873         illegible-text check.
1874
1875 2009-01-03  Michael Olson  <mwolson@gnu.org>
1876
1877         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1878         `headers' is nil.  This can occur if the IMAP server does not have
1879         permissions to read messages from a folder, but can write new messages
1880         to the folder.
1881         (nnimap-request-article-part): Do not insert `data' if it is nil.
1882
1883         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1884         characters which will confuse `read', so skip past them.
1885
1886 2009-01-01  Dave Love  <fx@gnu.org>
1887
1888         * imap.el (imap-string-to-integer): Fix typo.
1889         (imap-fetch-safe): New function.
1890         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1891
1892         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1893
1894         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1895         (imap-parse-greeting): Fix doc strings.
1896         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1897         (imap-parse-flag-list): Make messages unique.
1898         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1899
1900         * nnimap.el: Fix author email.
1901         (nnimap-split-rule): Add FIXME comment.
1902         (nnimap-debug): Fix doc string.
1903
1904 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1905
1906         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1907
1908 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1909
1910         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1911         nslookup if resolv.conf isn't available.
1912         (dns-query): Rename from query-dns.
1913         (dns-query-cached): Rename from query-dns-cached.
1914
1915 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1916
1917         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1918         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1919         to check if those variables exist (first appeared in Emacs 18.50).
1920
1921 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1922
1923         * mm-util.el (mm-line-number-at-pos): New function.
1924
1925         * spam-report.el (spam-report-process-queue): Use it.
1926
1927 2008-12-24  David Engster  <dengste@eml.cc>
1928
1929         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1930         parameters that haven't existed as variables as buffer-local variables.
1931
1932 2008-12-23  Dave Love  <fx@gnu.org>
1933
1934         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1935         cadar.
1936
1937         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1938         imap-starttls-p.
1939         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1940
1941 2008-12-22  Dave Love  <fx@gnu.org>
1942
1943         * imap.el: Fix author email.  Doc fixes.
1944         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1945         reply.
1946
1947 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1948
1949         * spam-report.el (spam-report-gmane-max-requests): New constant.
1950         (spam-report-gmane-wait): New variable.
1951         (spam-report-gmane-ham, spam-report-gmane-spam)
1952         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1953         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1954         the server.
1955
1956         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1957         Add explanations.
1958
1959         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1960         nnheader-accept-process-output and nnheader-read-timeout if available.
1961         (pop3-movemail): Use it.
1962
1963         * message.el (message-check-news-body-syntax): Fix signature check if
1964         there's an attachment.
1965
1966 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1967
1968         * mm-util.el: Add comments to the mm- emulating functions.
1969
1970 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1971
1972         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1973         by Stephen Berman <stephen.berman@gmx.net>.
1974
1975 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1976
1977         * mm-util.el (mm-substring-no-properties): New function.
1978         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1979         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1980         (mm-string-to-multibyte): Doc fix.
1981
1982         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1983
1984 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1985
1986         * mml.el (mml-attach-file): Strip text properties from file name.
1987         (Bug#1574)
1988
1989 2008-12-16  Glenn Morris  <rgm@gnu.org>
1990
1991         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1992
1993 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1994
1995         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1996         knows since the charset specified might be a bogus alias that
1997         mm-charset-synonym-alist provides.
1998
1999 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2000
2001         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2002         "ISO_8859-1".
2003
2004         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2005
2006 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2007
2008         * mm-util.el (mm-charset-eval-alist):
2009         Define it before mm-charset-to-coding-system.
2010         (mm-charset-to-coding-system): Add optional argument `silent';
2011         define it before mm-charset-override-alist.
2012         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2013         default value if it can be used in Emacs currently running;
2014         silence mm-charset-to-coding-system.
2015
2016 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2017
2018         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2019         `allow-override' which says whether to use `mm-charset-override-alist'.
2020         (rfc2047-decode-encoded-words): Use it.
2021
2022         * mm-util.el (mm-charset-override-alist): Fix custom type;
2023         add `(gb2312 . gbk)' to choices.
2024
2025 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2026
2027         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2028         fast.
2029
2030         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2031
2032         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2033
2034 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2035
2036         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2037         on links.
2038
2039         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2040
2041 2008-12-03  Lute Kamstra  <lute@gnu.org>
2042
2043         * sha1.el: Remove leading * from docstrings of defcustoms,
2044         deffaces, defconsts and defuns.
2045
2046 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2047
2048         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2049         users' addresses that don't have domain parts.
2050         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2051         rather than message-narrow-to-head since there will be the message
2052         header separator.
2053
2054 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2055
2056         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2057         since the result is inserted in a unibyte buffer anyway.
2058         (nnimap-demule-use-string-to-multibyte): Remove.
2059         (nnimap-demule): Alias it to mm-string-to-multibyte.
2060
2061 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2062
2063         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2064         variable for debugging bug#464 and bug#1174.
2065         (nnimap-demule): Use it.
2066
2067 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2068
2069         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2070         score calculation correctly.
2071
2072 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2073
2074         * message.el (message-send-mail): Just set the buffer to unibyte
2075         rather than use mm-with-unibyte-current-buffer which does a lot more.
2076         (message-send-mail-partially): Don't bother with
2077         mm-with-unibyte-current-buffer since it's already been made unibyte by
2078         message-send-mail.
2079
2080 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2081
2082         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2083
2084 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2085
2086         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2087
2088 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2089
2090         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2091         require itself and to remove `with-no-warnings'.
2092
2093 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2094
2095         * starttls.el (starttls-any-program-available): Get the name of the
2096         available TLS layer program.
2097         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2098         well as the host name in the "opening" message.
2099
2100         * auth-source.el (auth-source-cache, auth-source-do-cache)
2101         (auth-source-user-or-password): Cache passwords and logins by default,
2102         allow override with `auth-source-do-cache'.
2103         (auth-source-forget-user-or-password): Allow users to remove cache
2104         entries if needed.
2105
2106 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2107
2108         * md4.el (md4-buffer): Fix typo in docstring.
2109         (md4, md4-64): Doc fixes.
2110         (md4-pack-int32): Reflow docstring.
2111
2112 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2113
2114         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2115         condition-case to only the forward-sexp call.
2116
2117 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2118
2119         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2120         quotes contained.  Make it more robust regardless by an extra
2121         condition-case wrapper.
2122
2123 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2124
2125         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2126
2127 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2128
2129         * nnml.el (nnml-request-expire-articles): Check if the function set to
2130         `nnmail-expiry-target' returns the symbol `delete'.
2131
2132         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2133
2134         * nnmail.el (nnmail-expiry-target): Fix custom type.
2135
2136 2008-10-02  Glenn Morris  <rgm@gnu.org>
2137
2138         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2139         Silence compiler warning.
2140
2141 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2142
2143         * tls.el (open-tls-stream): Show the actual command being
2144         executed, instead of the format string.
2145
2146 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2147
2148         * lpath.el: Fbind codepage-setup for Emacs 23.
2149
2150 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2151
2152         * mml.el (mml-menu): Don't assume mml2015 is bound.
2153
2154 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2155
2156         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2157         exists.
2158
2159 2008-09-27  Glenn Morris  <rgm@gnu.org>
2160
2161         * gnus-util.el (mail-header-remove-comments): Autoload it.
2162
2163 2008-09-27  Andreas Schwab  <schwab@suse.de>
2164
2165         * gnus-util.el (gnus-split-references): Strip comments.
2166         (gnus-parent-id): Likewise.
2167
2168 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2169
2170         * message.el (message-confirm-send): Fix version.
2171
2172 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2173
2174         * message.el (message-idna-to-ascii-rhs-1): Use
2175         mail-extract-address-components rather than mail-header-parse-addresses
2176         that is an alias by default to ietf-drums-parse-addresses that does not
2177         support non-ASCII names in headers' contents.
2178
2179 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2180
2181         * message.el (message-confirm-send): Fixed variable documentation to
2182         avoid the "y/n" wording.
2183
2184 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2185
2186         * message.el (message-set-auto-save-file-name): Save to a different
2187         filename so multiple messages (especially drafts) can be recovered.
2188
2189 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2190
2191         * message.el (message-confirm-send): Add appropriate version.
2192
2193 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2194
2195         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2196         defvar.
2197
2198 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2199
2200         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2201         (mm-pkcs7-enveloped-magic): Ditto.
2202
2203 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2204
2205         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2206         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2207
2208 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2209
2210         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2211         default, it's better.
2212
2213 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2214
2215         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2216         summary line gnus-number property and ignore them (with a warning
2217         message).
2218
2219 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2220
2221         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2222         macro caddr in the interactive form since it won't be expanded.
2223
2224 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2225
2226         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2227         `charset'; fix name of function called recursively.
2228         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2229
2230 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2231
2232         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2233         (gnus-mime-set-charset-parameters): New function.
2234         (gnus-mime-view-part-as-charset): Use it to correctly display part
2235         specifying wrong charset.
2236
2237 2008-09-08  David Engster  <dengste@eml.cc>
2238
2239         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2240         in completing-read for back end server.
2241
2242 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2243
2244         * message.el (message-confirm-send): New variable to confirm sending a
2245         message.
2246         (message-send): Use it.
2247
2248 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2249
2250         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2251
2252 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2253
2254         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2255
2256 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2257
2258         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2259         prevent tracking too many groups.
2260         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2261         Use it.
2262
2263 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2264
2265         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2266         moving point to the bottom of the window in order to avoid recentering.
2267
2268 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2269
2270         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2271
2272         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2273         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2274         (gnus-article-beginning-of-window): Fix calculation.
2275
2276 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2277
2278         * gnus-msg.el (gnus-summary-supersede-article)
2279         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2280         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2281         message header.
2282
2283 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2284
2285         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2286         pending output coming after the status change.
2287
2288 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2289
2290         * message.el:
2291         * gnus-start.el:
2292         * gnus-registry.el: Remove VMS support.
2293
2294 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2295
2296         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2297         macro.
2298         (rfc2104-hash): Use it.
2299
2300 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2301
2302         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2303         (gnus-summary-sort-by-most-recent-date): New commands.
2304         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2305         and menu entries.
2306
2307 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2308
2309         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2310         don't redisplay article for raw contents; remove plural articles stuff.
2311
2312         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2313         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2314         on gnus-summary-save-article; display results properly.
2315
2316 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2317
2318         * lpath.el: No need to fbind ns-focus-frame.
2319
2320 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2321
2322         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2323
2324 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2325
2326         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2327         gnus-save-all-headers.
2328
2329 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2330
2331         * gnus-util.el (ns-focus-frame): Remove declaration.
2332         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2333         like x.
2334
2335 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2336
2337         * rfc2104.el (rfc2104-zero): Delete defconst.
2338         (rfc2104-hex-alist): Likewise.
2339         (rfc2104-hex-to-int): Delete func.
2340         (rfc2104-hexstring-to-bitstring): Likewise.
2341         (rfc2104-nybbles): New defconst.
2342         (rfc2104-hash): Rewrite for speed.
2343
2344 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2345
2346         * tls.el (open-tls-stream): Make it work with the 2nd argument
2347         BUFFER that is a string but does not exist as a buffer object, as
2348         mentioned in the doc-string.
2349
2350 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2351
2352         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2353         SXEmacs.
2354
2355 2008-07-16  Glenn Morris  <rgm@gnu.org>
2356
2357         * gnus-util.el (ns-focus-frame): Declare for compiler.
2358
2359 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2360
2361         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2362         set as a group parameter.
2363         (gnus-summary-save-in-pipe): Work when it is called independently.
2364         (gnus-summary-pipe-to-muttprint): Don't modify
2365         gnus-summary-pipe-output-default-command.
2366
2367 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2368
2369         * message.el (message-send-mail-with-sendmail):
2370         Display the error message.
2371
2372 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2373
2374         * gnus-art.el (gnus-default-article-saver):
2375         Add gnus-summary-save-in-pipe to choices.
2376         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2377         gnus-summary-pipe-output-default-command as the default command.
2378         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2379         instead of gnus-last-shell-command.
2380
2381         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2382         New user option.
2383         (gnus-summary-muttprint-program): Mention the value will be changed.
2384         (gnus-summary-save-article): Force showing of all headers.
2385         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2386
2387 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2388
2389         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2390
2391 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2392
2393         * nnimap.el (nnimap-id):
2394         * sieve-manage.el (sieve-manage-open): Doc fixes.
2395
2396 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2397
2398         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2399         if available.
2400
2401 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2402
2403         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2404
2405         * nnkiboze.el (nnkiboze-generate-group):
2406         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2407
2408         * nnmairix.el: Require CL.
2409
2410 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2411
2412         * dgnushack.el: Autoload get-display-table and put-display-table for
2413         XEmacs 21.5.
2414
2415         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2416         21.4 and SXEmacs.
2417
2418 2008-06-15  David Engster  <dengste@eml.cc>
2419
2420         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2421
2422 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2423
2424         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2425         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2426         runtime choice under XEmacs.
2427
2428         * gnus-sum.el (gnus-summary-set-display-table):
2429         Use `gnus-put-display-table', `gnus-get-display-table',
2430         `gnus-set-display-table' for the display table, instead of `aset'.
2431
2432         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2433         Use `gnus-put-display-table', `gnus-get-display-table',
2434         `gnus-set-display-table' for the display table.
2435
2436 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2437
2438         * nnmairix.el: Add autoloads.
2439
2440 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2441
2442         * nnmairix.el (nnmairix-delete-recreate-group)
2443         (nnmairix-update-and-clear-marks): Fix error messages.
2444
2445 2008-06-14  David Engster  <dengste@eml.cc>
2446
2447         * nnmairix.el: Upgrade to version 0.6.
2448         (nnmairix-group-toggle-propmarks-this-group)
2449         (nnmairix-group-toggle-readmarks-this-group)
2450         (nnmairix-group-delete-recreate-this-group)
2451         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2452         (nnmairix-remove-tick-mark-original-article): New commands.
2453         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2454         (nnmairix-propagate-marks-to-nnmairix-groups)
2455         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2456         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2457         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2458         functions needed for marks propagation and manipulation of read marks.
2459         (nnmairix-update-groups): New function.
2460         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2461         (nnmairix-determine-original-group-from-registry)
2462         (nnmairix-determine-original-group-from-path)
2463         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2464         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2465         New helper functions.
2466         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2467         keystrokes for new commands.
2468         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2469         (nnmairix-request-group): Check allow-fast group parameter.
2470         (nnmairix-request-create-group): Set allow-fast group parameter if
2471         nnmairix-allowfast-default is set.
2472         (nnmairix-close-group): Propagate marks upon closing if needed.
2473         (nnmairix-group-toggle-threads-this-group): Use new.
2474         nnmairix-group-toggle-parameter helper function.
2475         (nnmairix-search): Better check for empty search result.
2476         (nnmairix-goto-original-article): Use new helper functions for
2477         determining original article.
2478         (nnmairix-show-original-article): Make sure message-id is in brackets.
2479         (nnmairix-call-mairix-binary): Change variable name.
2480         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2481         helper function.
2482         (nnmairix-widget-toggle-activate): Fix doc string.
2483
2484 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2485
2486         * nnir.el: Require edmacro when compiling with XEmacs.
2487         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2488         available in Emacs 21.
2489
2490 2008-06-11  Glenn Morris  <rgm@gnu.org>
2491
2492         * gnus-util.el (x-focus-frame):
2493         * gnus.el (image-size):
2494         * mm-decode.el (image-size): Declare.
2495
2496         * gnus-picon.el (declare-function): Add compat definition.
2497         (image-size): Declare.
2498
2499         * gnus-group.el (tool-bar-map):
2500         * gnus-sum.el (tool-bar-map): Define for compiler.
2501
2502         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2503
2504         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2505
2506         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2507         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2508         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2509         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2510         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2511         * sieve-manage.el, spam-report.el, spam.el:
2512         Remove unnecessary eval-and-compile of autoloads.
2513
2514 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2515
2516         * auth-source.el: Precise Tramp doc.
2517
2518 2008-06-07  Glenn Morris  <rgm@gnu.org>
2519
2520         * nnmairix.el: Remove unnecessary eval-when-compile.
2521
2522 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2523
2524         * lpath.el: Fbind propertize for XEmacs 21.4.
2525
2526 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2527
2528         * nnir.el: Move here from ../contrib.
2529
2530 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2531
2532         * gnus-util.el (gnus-read-shell-command): New function.
2533         * mm-decode.el (mm-pipe-part):
2534         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2535
2536 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2537
2538         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2539
2540 2008-06-03  Glenn Morris  <rgm@gnu.org>
2541
2542         * pop3.el (nnheader-accept-process-output): Autoload it.
2543
2544 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2545
2546         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2547         are not 2-digit hexadecimal characters that follow `%'s.
2548
2549 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2550
2551         * message.el (message-bogus-recipient-p): Fix type in doc string.
2552         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2553         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2554         Improve custom options.
2555         (message-bogus-recipient-p): Adjust accordingly.
2556
2557 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2558
2559         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2560         long-form month and day names.
2561
2562 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2563
2564         * dgnushack.el: Autoload debug, eudc-expand-inline and
2565         pgg-snarf-keys-region for XEmacs.
2566
2567         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2568
2569         * nnmairix.el: Require edmacro when compiling with XEmacs.
2570
2571 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2572
2573         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2574         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2575
2576 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2577
2578         * auth-source.el: Add more docs.
2579
2580         * netrc.el (netrc-machine): Always match if the port is not given.
2581
2582 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2583
2584         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2585         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2586         retrieval faster in some cases, but might make CPU usage larger.  If
2587         this has any bad side effects, we might revert this change.
2588
2589         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2590         seems to make mail retrieval much, much faster.
2591         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2592         unconditionally.
2593
2594         * gnus-draft.el (gnus-group-send-queue): Bind
2595         message-send-mail-partially-limit to nil to avoid being prompted.
2596
2597 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2598
2599         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2600
2601         * message.el (message-bogus-address-regexp): Fix and improve custom
2602         type.
2603         (message-setup-hook): Add message-check-recipients as custom option.
2604
2605 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2606
2607         * message.el (message-cite-function): Remove bogus autoload which crept
2608         in during merge from v5-10.
2609
2610 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2611
2612         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2613
2614         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2615
2616         * auth-source.el: Preliminary Tramp docs.
2617         (auth-sources): Change the default auth-sources to use
2618         EPA .gpg files.
2619
2620 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2621
2622         * nntp.el: Autoload `auth-source-user-or-password'.
2623         (nntp-send-authinfo): Use it.
2624
2625         * nnimap.el: Autoload `auth-source-user-or-password'.
2626         (nnimap-open-connection): Use it.
2627
2628         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2629         for the gnus-message function.
2630         (auth-source-user-or-password): Use it.
2631
2632 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2633
2634         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2635         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2636         (rfc2104-hash): Use it.
2637
2638 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2639
2640         * gnus-art.el (gnus-article-toggle-truncate-lines):
2641         Don't use `iff' in docstring.
2642
2643 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2644
2645         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2646
2647         * gnus-util.el (gnus-extract-address-component-name)
2648         (gnus-extract-address-component-email): Convenience functions around
2649         `gnus-extract-address-components'.
2650
2651         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2652         Use `gnus-extract-address-component-email' to fix bug of comparing full
2653         sender name to `user-mail-address'.
2654
2655 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2656
2657         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2658         catch/throw to optimize.
2659         (gnus-registry-find-keywords): Just use member to find a keyword.
2660
2661 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2662
2663         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2664         is current before calling gnus-server-prepare.
2665         (gnus-server-setup-buffer, gnus-server-update-server)
2666         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2667
2668 2008-05-04  Juri Linkov  <juri@jurta.org>
2669
2670         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2671         (mailcap-file-default-commands): Use mailcap-replace-in-string
2672         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2673         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2674
2675 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2676
2677         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2678
2679 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2680
2681         * gnus.el: Bump version to 0.11.
2682
2683 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2684
2685         * gnus.el: No Gnus v0.10 is released.
2686
2687 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2688
2689         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2690         hooks.
2691         (gnus-update-read-articles): Speed up non-marks-using users.
2692         (gnus-use-marks): Define gnus-use-marks.
2693         (gnus-propagate-marks): Rename variable to something more sensible.
2694
2695 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2696
2697         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2698         (gmm-image-load-path-for-library): Fix typos in docstrings.
2699         (gmm-message): Reflow docstring.
2700
2701 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2702
2703         * mail-source.el (mail-source-set-1, mail-source-bind):
2704         Move auth-source code out of the macro to clean it up and fix bugs.
2705
2706 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2707
2708         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2709         by sender if it's equal to user-mail-address, it's likely to be
2710         useless.
2711
2712         * mail-source.el (mail-source-bind): Don't use user or password if they
2713         are not bound.  Unintern them if they are nil.  Don't use server unless
2714         it's bound, and default it to empty string otherwise.
2715
2716 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2717
2718         * mail-source.el: Load auth-source.el.
2719         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2720         get user name or password, if auth-sources is set up.
2721
2722         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2723         strategy of splitting with parent.
2724         (gnus-registry-split-fancy-with-parent)
2725         (gnus-registry-post-process-groups): Use it and fix prior
2726         bug (returning a list as the split result).
2727
2728         * auth-source.el (auth-sources): Remove server parameter.
2729         (auth-source-pick, auth-source-user-or-password)
2730         (auth-source-user-or-password-imap)
2731         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2732         (auth-source-user-or-password-sftp)
2733         (auth-source-user-or-password-smtp): Remove server parameter.
2734
2735 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2736
2737         * smime.el (smime-sign-region, smime-encrypt-region)
2738         (smime-decrypt-region):
2739         Remove redundant calls to `generate-new-buffer-name'.
2740
2741 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2742
2743         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2744         Don't use QP for message/rfc822.
2745         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2746
2747 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2748
2749         * sieve-manage.el (sieve-string-bytes): Remove.
2750         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2751         correct byte-length only if the process's coding-system is the same as
2752         the one used internally by Emacs to represent strings.
2753
2754 2008-04-22  Juri Linkov  <juri@jurta.org>
2755
2756         * mailcap.el (mailcap-file-default-commands): New function.
2757
2758 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2759
2760         * message.el (message-signature-separator, message-cite-function):
2761         Change custom version.
2762
2763 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2764
2765         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2766         commands.
2767         (tls-checktrust): Ditto.
2768
2769 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2770
2771         * mm-decode.el (mm-display-external): Make temp file read-only.
2772
2773 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2774
2775         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2776         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2777         `C-c C-f d'.
2778
2779 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2780
2781         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2782
2783 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2784
2785         * gnus.el: Bump version to 0.9.
2786
2787 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2788
2789         * gnus.el: No Gnus v0.8 is released.
2790
2791 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2792
2793         * mail-source.el (mail-source-value):
2794         Prefer fboundp to functionp so it works with macros as well.
2795
2796 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2797
2798         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2799         Fix last change in case the element is not even a symbol.
2800
2801 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2802
2803         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2804         Prefer fboundp to functionp so it works with macros as well.
2805
2806 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2807
2808         * auth-source.el: Added docs.
2809         (auth-sources): Modify format to support server.
2810         (auth-source-pick, auth-source-user-or-password)
2811         (auth-source-user-or-password-imap)
2812         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2813         (auth-source-user-or-password-sftp)
2814         (auth-source-user-or-password-smtp): Add server parameter.
2815
2816 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2817
2818         * gnus-registry.el: Initialize the registry when gnus-registry-install
2819         is t.
2820
2821 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2822
2823         * compface.el (uncompface): Make buffer unibyte.
2824
2825 2008-04-05  Glenn Morris  <rgm@gnu.org>
2826
2827         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2828
2829 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2830
2831         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2832         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2833
2834         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2835         multibyteness after rather than before erasing it.
2836
2837         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2838         mm-with-multibyte.
2839         (gnus-request-article-this-buffer): Make sure the proper decoding is
2840         used if gnus-original-article-buffer happens to be unibyte.
2841
2842         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2843         default-enable-multibyte-characters.
2844
2845         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2846         default-enable-multibyte-characters.
2847
2848         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2849
2850         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2851
2852 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2853
2854         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2855         (imap-message-copyuid-1): Use it.
2856         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2857         J. Williams in
2858         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2859
2860         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2861         imap-enable-exchange-bug-workaround.
2862         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2863
2864 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2865
2866         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2867         a 100 byte status-checks into a 2-3MB transfer for each group.
2868         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2869         to enable bug workaround or not.
2870         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2871
2872 2008-03-31  Glenn Morris  <rgm@gnu.org>
2873
2874         * message.el (mml2015-use): Declare for compiler.
2875         (message-info): Require mml2015 when appropriate.
2876
2877 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2878
2879         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2880         whitespace.
2881
2882 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2883
2884         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2885         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2886         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2887         (nntp-service-to-port): New function.
2888         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2889         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2890         (nntp-open-netcat-stream): New function.
2891         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2892
2893 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2894
2895         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2896
2897 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2898
2899         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2900
2901 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2902
2903         * dns.el (dns-write): Use set-buffer-multibyte.
2904
2905 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2906
2907         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2908
2909 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2910
2911         * message.el (message-signature-separator): Change default.
2912         Improve custom type.
2913         (message-cite-function): Change default to
2914         message-cite-original-without-signature.
2915
2916         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2917         toggle.
2918
2919         * message.el (message-check-news-body-syntax): Fix signature check.
2920         (message-setup-1): Mark buffer as unmodified _after_ running
2921         message-setup-hook and handling message-alternative-emails.
2922         (message-shorten-references): Be more strict when building list of
2923         valid references to comply with GNKSA.
2924
2925         * gnus-group.el (gnus-read-ephemeral-bug-group)
2926         (gnus-read-ephemeral-debian-bug-group)
2927         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2928
2929         * message.el (message-info): Don't use booleanp which isn't supported
2930         in Emacs 21 and XEmacs.
2931
2932 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2933
2934         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2935         gnus-group-gmane-group-download-format.
2936         (gnus-group-read-ephemeral-gmane-group): Rename from
2937         gnus-group-read-ephemeral-gmane-group.
2938         (gnus-read-ephemeral-gmane-group-url): Rename from
2939         gnus-group-read-ephemeral-gmane-group-url.
2940         (gnus-bug-group-download-format-alist): New variable.
2941         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2942         (gnus-read-ephemeral-emacs-bug-group): New commands.
2943
2944 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2945
2946         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2947         (gnus-visible-headers): Improve custom type.
2948
2949 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2950
2951         * mml.el (mml-menu): Add workarounds for XEmacs.
2952
2953         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2954         X-Boundary header.
2955
2956         * message.el (message-simplify-recipients): Fix previous commit.
2957
2958 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2959
2960         * mm-util.el (mm-set-buffer-multibyte): New function.
2961         * mm-decode.el (mm-copy-to-buffer): Use it.
2962
2963 2008-03-19  Glenn Morris  <rgm@gnu.org>
2964
2965         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2966         Accidentally removed in the sync process with Emacs.
2967
2968 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2969
2970         * message.el (message-alter-recipients-discard-bogus-full-name):
2971         New function.
2972         (message-alter-recipients-function): New variable.
2973         (message-get-reply-headers): Use it.
2974         (message-replace-header): New helper function.
2975         (message-recipients-without-full-name): New variable.
2976         (message-simplify-recipients): New command.
2977
2978         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2979
2980         * message.el (message-info): Handle EasyPG manual.
2981
2982         * mml.el (mml-menu): Add entry for EasyPG.
2983
2984 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2985
2986         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2987         parameter.
2988
2989         * message.el (message-disassociate-draft): Specify drafts group name
2990         fully.
2991
2992 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2993
2994         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2995         unnecessary duplicates from the match list.
2996
2997 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2998
2999         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3000
3001         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3002
3003         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3004         args of `how-many' of which the XEmacs version doesn't take; declare
3005         Info-index-next as function.
3006
3007 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3008
3009         * gnus-score.el (gnus-score-headers): Fix handling of
3010         gnus-inhibit-slow-scoring.
3011
3012         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3013         string.
3014         (gnus-button-url-regexp): Improve handling of parenthesis.
3015         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3016         (gnus-button-handle-info-keystrokes): Handle index entries.
3017
3018 2008-03-15  Glenn Morris  <rgm@gnu.org>
3019
3020         * parse-time.el (parse-time-string): Simplify.
3021
3022 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3023
3024         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3025         Incoming* files.
3026
3027 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3028
3029         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3030         (auth-source-pick): Use it.
3031
3032 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3033
3034         * binhex.el (binhex-decode-region-internal):
3035         * uudecode.el (uudecode-decode-region-internal):
3036         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3037         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3038         setting default-enable-multibyte-characters.
3039
3040 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3041
3042         * auth-source.el (auth-source-protocols)
3043         (auth-source-protocols-customize, auth-source-choices): Added and
3044         modified variable customizations and defaults.
3045         (auth-source-pick, auth-source-user-or-password)
3046         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3047         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3048         (auth-source-user-or-password-sftp)
3049         (auth-source-user-or-password-smtp): Use new variables and provide an
3050         interface to netrc.el.
3051
3052 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3053
3054         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3055         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3056         Make sure the nntp port to specify is a string.
3057
3058 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3059
3060         * nntp.el: Use with-current-buffer.
3061         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3062         dubious mm-with-unibyte-current-buffer.
3063         (nntp-with-open-group-function): New function extracted from
3064         nntp-with-open-group macro.
3065         (nntp-with-open-group): Use the function, so it's easier to debug.
3066         Add indentation and debugging info.
3067         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3068         the use of the netcat alternatives.
3069
3070         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3071         Avoid mm-string-as-multibyte as well.
3072
3073         * nnweb.el (nnweb-insert-html):
3074         Remove use of nnheader-string-as-multibyte.
3075
3076         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3077         (nnheader-string-as-multibyte): Remove.
3078
3079         * mm-view.el: Use inhibit-read-only.
3080         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3081         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3082         or unibyte-string.
3083
3084         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3085         (mm-uu-yenc-extract): Use with-current-buffer.
3086
3087         * gnus-soup.el (gnus-soup-send-packet): Don't use
3088         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3089
3090         * nnmh.el: Use with-current-buffer.
3091         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3092         mm-string-as-multibyte on the output of mm-encode-coding-string.
3093
3094         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3095         (nnimap-request-move-article): Use with-current-buffer.
3096
3097         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3098         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3099         conversion uses string-make-unibyte rather than string-as-unibyte.
3100
3101         * gnus-msg.el: Use with-current-buffer.
3102
3103         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3104
3105 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3106
3107         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3108         string for caching if it is 'PIN.
3109
3110 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3111
3112         * lpath.el: Consider the case without Emacs/W3.
3113
3114 2008-03-08  Glenn Morris  <rgm@gnu.org>
3115
3116         * time-date.el (date-to-time, time-subtract, time-add)
3117         (safe-date-to-time): Doc fixes.
3118
3119 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3120
3121         * mail-source.el (mail-source-delete-old-incoming-confirm):
3122         Change default to nil.
3123         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3124
3125 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3126
3127         * lpath.el: Rearrange.
3128
3129         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3130         (gnus-article-goto-prev-page): Work for articles having ^L's.
3131
3132         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3133
3134         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3135
3136 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3137
3138         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3139         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3140         (gnus-bookmark-jump): Adjust some variable names.
3141
3142 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3143
3144         * auth-source.el: New package.
3145         (auth-source-choices): Add customization entry point variable.
3146
3147         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3148         bug.
3149
3150 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3151
3152         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3153         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3154         (gnus-registry-install-shortcuts): Rename from
3155         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3156         the `gnus-registry-mark-map' keymap dynamically from
3157         `gnus-registry-marks'.  The generated functions update the summary line
3158         when a registry mark is added or deleted, and will call
3159         `gnus-registry-install-p' (see the comments in the code).
3160         (gnus-registry-user-format-function-M): Use concat intelligently.
3161
3162         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3163         the registry mark functions.
3164
3165 2008-03-05  Glenn Morris  <rgm@gnu.org>
3166
3167         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3168         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3169         gnus-art.
3170         (top-level): No need to load own source when compiling.
3171
3172 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3173
3174         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3175         Suggested by <chris.anderton@zetnet.co.uk>.
3176
3177 2008-03-04  Glenn Morris  <rgm@gnu.org>
3178
3179         * gnus-sum.el (top-level): No need to require gnus when compiling,
3180         since unconditionally required near start of file.
3181         (gnus-summary-display-while-building): Move definition before use.
3182
3183 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3184
3185         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3186         formatting function.
3187
3188 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3189
3190         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3191         with plists.
3192         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3193         Use new format.
3194
3195 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3196
3197         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3198         `where-is-internal' that returns a range of key sequences.
3199
3200 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3201
3202         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3203
3204         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3205         (gnus-summary-jump-to-group): Consider windows on other displayed
3206         frames as well.  Similar changes might be needed elsewhere, but that's
3207         the one I've bumped into during my use.
3208
3209         * nndoc.el (nndoc-oe-dbx-type-p):
3210         * gnus-msg.el (gnus-debug):
3211         * gnus-group.el (gnus-update-group-mark-positions):
3212         Use mm-string-to-multibyte.
3213
3214 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3215
3216         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3217         doesn't handle NotDashEscaped.
3218
3219         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3220         (mml-dnd-attach-options): Fix typo in custom choice.
3221
3222         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3223         nndoc-article-type to mbox.
3224         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3225
3226         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3227         to nil, instead of html2text.
3228
3229         * imap.el (imap-debug): Add `imap-ping-server'.
3230
3231         * gnus-bookmark.el: Add FIXMEs.
3232
3233         * message.el (message-form-letter-separator)
3234         (message-send-form-letter-delay): New variables.
3235         (message-send-form-letter): Use them.  New command to send form
3236         letters.  Requested by Uwe Siart.
3237         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3238
3239 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3240
3241         * Update copyright years.
3242
3243 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3244
3245         Sync from EMACS_22_BASE.
3246
3247         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3248
3249 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3250
3251         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3252         empty author.
3253
3254 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3255
3256         * gnus-registry.el (gnus-registry-marks): Add variable for
3257         customization of marks and their appearance.
3258         (gnus-registry-read-mark): Use it.
3259         (gnus-registry-do-marks): Add utility function to loop through
3260         `gnus-registry-marks'.
3261         (gnus-registry-install-shortcuts-and-menus): Add function to install
3262         shortcuts and menus.
3263         (gnus-registry-initialize): Use it.
3264         (gnus-registry-default-mark): Clarify documentation.
3265
3266 2008-02-29  Glenn Morris  <rgm@gnu.org>
3267
3268         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3269         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3270         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3271         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3272         Change defcustom :version from 23.0 to 23.1.
3273
3274 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3275
3276         * gnus-registry.el (gnus-registry-follow-group-p)
3277         (gnus-registry-post-process-groups): Add functions to aid registry
3278         splitting and improve logging.  Clarify behavior in function
3279         documentation.
3280         (gnus-registry-split-fancy-with-parent): Use them.
3281
3282 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3283
3284         * gnus-art.el: Use with-current-buffer.
3285
3286 2008-02-27  David Engster  <dengste@eml.cc>
3287
3288         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3289         Express real group name in the response.
3290
3291 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3292
3293         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3294         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3295         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3296         autoload gnus-registry-fetch-group when compiling.
3297         (nnmairix-request-group-with-article-number-correction): Remove
3298         unreferenced argument passed to nnmairix-call-backend.
3299
3300 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3301
3302         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3303         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3304         Wilde.
3305
3306 2008-02-27  Glenn Morris  <rgm@gnu.org>
3307
3308         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3309         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3310         variables to defconsts.  Convert comments to doc-strings.
3311         (nnmairix-last-server, nnmairix-current-server): Convert from free
3312         variables to defvars.  Convert comments to doc-strings.
3313         (gnus-registry-fetch-group): Autoload.
3314         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3315         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3316         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3317         caddr.
3318         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3319         nnmairix-request-group-with-article-number-correction call.
3320         (nnmairix-fast, nnmairix-group): New, less general names, for free
3321         variables passed from nnmairix-request-group to
3322         nnmairix-request-group-with-article-number-correction.  Declare.
3323         (nnmairix-request-group-with-article-number-correction):
3324         Use nnmairix-fast, nnmairix-group rather than fast, group.
3325
3326 2008-02-26  David Engster  <dengste@eml.cc>
3327
3328         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3329         version 0.5.
3330
3331 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3332
3333         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3334         instead of making an extra function call.  Don't add the current group
3335         to articles only when they have the group.  Use
3336         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3337         Reported by David <de_bb@arcor.de>.
3338
3339 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3342         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3343
3344 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3345
3346         * mail-source.el (mail-source-delete-incoming): Change default.
3347         Supplement doc string.
3348
3349         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3350
3351 2008-02-14  Glenn Morris  <rgm@gnu.org>
3352
3353         * time-date.el (format-seconds): New function.
3354
3355 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3356
3357         * nnmail.el (nnmail-message-id-cache-file): Derive from
3358         `gnus-home-directory'.
3359
3360 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3361
3362         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3363         Document negative prefix.
3364
3365         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3366
3367 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3368
3369         * message.el (message-unsent-separator): Add the Exim bounce
3370         separator.
3371
3372 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3373
3374         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3375         list.
3376         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3377         recipient/signer list.
3378
3379 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3380
3381         * Makefile.in (datarootdir): Define.
3382         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3383         name that might contain whitespace.
3384
3385 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3386
3387         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3388         fbound (Emacs 23 unicode), signal an error.
3389
3390 2008-02-08  Glenn Morris  <rgm@gnu.org>
3391
3392         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3393
3394 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3395
3396         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3397         ports to the calls to `netrc-machine-user-or-password' in addition to
3398         "imap" and "imaps".
3399
3400 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3401
3402         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3403
3404         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3405
3406 2008-02-01  Kenichi Handa  <handa@m17n.org>
3407
3408         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3409         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3410         (rfc2104-hash): Convert the result of concat to unibyte string.
3411
3412 2008-02-01  Dave Love  <fx@gnu.org>
3413
3414         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3415         coding-system-for-read.
3416         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3417
3418 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3419
3420         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3421         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3422         <hanche@math.ntnu.no>.
3423
3424 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3427
3428         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3429
3430 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3431
3432         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3433         * message.el (message-beginning-of-line): Use featurep instead of bound
3434         tests in order to resolve conditionals at compile time.
3435
3436 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3437
3438         * mail-source.el (mail-sources): Add `group' choice.
3439
3440         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3441         parameter `in-group' to control into which group the articles go.
3442         Add treatment of `group' mail-source.
3443
3444 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3445
3446         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3447
3448         * mm-decode.el (mm-dissect-buffer): Decode description.
3449
3450         * mml.el (mml-to-mime): Encode message header first.
3451
3452 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3453
3454         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3455         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3456
3457         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3458         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3459
3460 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3461
3462         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3463
3464 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3465
3466         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3467         prefix keys.
3468         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3469         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3470         gnus-xmas.el.
3471
3472         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3473         (gnus-xmas-article-describe-bindings): New function.
3474         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3475         gnus-xmas-article-describe-bindings.
3476
3477         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3478
3479 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3480
3481         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3482         Add new variables for article mark management.
3483         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3484         list of extra data entries which, when present, will indicate that the
3485         article ID should not be trimmed from the registry.
3486         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3487         functions.
3488         (gnus-registry-read-mark): New function to read a mark name from the
3489         user.
3490         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3491         (gnus-registry-set-article-mark-internal): New functions to add and
3492         remove marks.
3493         (gnus-registry-get-article-marks): New function to show the marks for
3494         an article, or retrieve them for further use.
3495
3496 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3497
3498         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3499         keys when no argument is given.
3500
3501 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3502
3503         * imap.el (imap-ping-server): New variable.
3504         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3505         (imap-ping-server): Minor doc string fixes.
3506
3507 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3508
3509         * imap.el (imap-ping-server): New function.
3510         (imap-opened): Call imap-ping-server.
3511
3512 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3513
3514         * gnus-sum.el (gnus-article-sort-by-random)
3515         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3516         jidanni@jidanni.org.
3517
3518 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3519
3520         * gnus-art.el (gnus-article-describe-bindings): New function.
3521         (gnus-article-read-summary-keys): Use it.
3522         (gnus-article-mode-map): Bind `C-h b' to it.
3523
3524 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3525
3526         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3527         XEmacs.
3528         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3529         against non-character events.
3530
3531         * lpath.el: Fbind map-keymap for Emacs 21.
3532
3533 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3534
3535         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3536         command.
3537         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3538         instead of END.  Change name of the temp file.
3539         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3540         customizable.
3541
3542 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3543
3544         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3545         bind `S W' to gnus-article-wide-reply-with-original; set default
3546         binding to gnus-article-read-summary-send-keys.
3547         (gnus-article-read-summary-keys): Fix the order of keys; display
3548         continuation keys correctly in the echo area; describe bindings
3549         correctly when keys end with `C-h'.
3550         (gnus-article-read-summary-send-keys): New function.
3551         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3552         for gnus-article-read-summary-send-keys; display continuation keys
3553         correctly in the echo area.
3554         (gnus-article-reply-with-original): Ignore prefix argument.
3555         (gnus-article-wide-reply-with-original): New function.
3556
3557         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3558         Emacs 21.
3559
3560 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3563         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3564
3565 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3566
3567         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3568         (gnus-group-read-ephemeral-gmane-group): New command.
3569
3570 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3571
3572         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3573
3574 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3575
3576         * message.el (message-send-mail-function): Increase custom version.
3577
3578         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3579         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3580
3581 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3582
3583         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3584         for the cases where imap-authenticate is called with a nil buffer
3585         parameter.
3586
3587 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3588
3589         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3590         html parts correctly; support forwarded messages.
3591         (gnus-article-browse-html-article): Remove work buffers.
3592
3593         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3594         compiling.
3595         (netrc-bound-and-true-p): New macro.
3596         (netrc-parse): Use it instead of bound-and-true-p that is not available
3597         in XEmacs 21.4.
3598
3599 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3600
3601         * gnus-registry.el (gnus-registry-mark-article)
3602         (gnus-registry-article-marks): Add functionality to mark articles
3603         through the Gnus registry.
3604
3605         * encrypt.el: Clarify documentation for the new pgg method.
3606         (encrypt-file-alist): Add PGG option.
3607         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3608         functionality.  Abstract password key and messaging to external
3609         functions.
3610         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3611         (encrypt-message-method-and-cipher): Add new convenience external
3612         functions.
3613         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3614         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3615
3616         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3617         (netrc-parse): Use encrypt-file-alist to determine if
3618         encrypt-find-model or encrypt-insert-file-contents should be used.
3619
3620         * encrypt.el: Clarify documentation.  Load password-cache or
3621         password, whichever one is found first, instead of autoloading.
3622
3623 2007-12-19  Glenn Morris  <rgm@gnu.org>
3624
3625         * mml.el (message-options-set, message-narrow-to-head)
3626         (message-in-body-p, message-mail-p, message-encode-message-body):
3627         Autoload.
3628         (message-remove-header, message-narrow-to-headers-or-head)
3629         (message-subscribed-p, message-make-mail-followup-to)
3630         (message-position-on-field, message-news-p)
3631         (message-options-set-recipient, message-generate-headers)
3632         (message-sort-headers): Declare as functions.
3633
3634 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3635
3636         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3637         convention in doc string.
3638
3639 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3640
3641         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3642         title to html parts.
3643         (gnus-article-browse-html-article): Pass message header to it.
3644
3645         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3646
3647 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3648
3649         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3650         or password compatible with XEmacs.
3651
3652 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3653
3654         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3655         format document.
3656         (gnus-mime-delete-part): Don't write description line if empty.
3657         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3658
3659 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3660
3661         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3662         (gnus-summary-mark-read-and-unread-as-read)
3663         (gnus-summary-mark-current-read-and-unread-as-read)
3664         (gnus-summary-mark-unread-as-ticked): Doc fix.
3665         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3666
3667 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3668
3669         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3670         Christoph Conrad <christoph.conrad@gmx.de>.
3671
3672 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3673
3674         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3675         yes-or-no-p.
3676
3677 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3678
3679         * mm-decode.el (mm-add-meta-html-tag): New function.
3680         (mm-save-part-to-file, mm-pipe-part): Use it.
3681
3682         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3683         gnus-y-or-n-p instead of y-or-n-p.
3684         (gnus-article-browse-html-parts): Work with message/external-body; use
3685         mm-add-meta-html-tag.
3686
3687 2007-12-11  Glenn Morris  <rgm@gnu.org>
3688
3689         * gnus-cache.el: Require gnus-sum not just when compiling.
3690
3691         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3692
3693         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3694         definitions before use.
3695
3696         * mm-decode.el: Require gnus-util.
3697         (mm-remove-part): Only call delete-annotation on XEmacs.
3698
3699         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3700
3701         * nnmail.el: Require gnus-int.
3702
3703         * spam.el: Move `require's before `eval-when-compile's.
3704
3705         * gnus-ems.el (gnus-alive-p):
3706         * gnus-fun.el (message-goto-eoh):
3707         * gnus-util.el (gnus-group-name-decode):
3708         * mail-source.el (gnus-compress-sequence):
3709         * message.el (Info-goto-node, format-spec):
3710         * mm-bodies.el (message-options-get):
3711         * mm-decode.el (mm-view-pkcs7):
3712         * mm-util.el (gmm-write-region):
3713         * mml-smime.el (mml-compute-boundary)
3714         (gnus-completing-read-with-default):
3715         * mml.el (widget-button-press, gnus-make-hashtable):
3716         * mml1991.el (mm-decode-content-transfer-encoding)
3717         (mm-encode-content-transfer-encoding)
3718         (message-options-get, message-options-set):
3719         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3720         * nnfolder.el (gnus-request-group):
3721         * nnheader.el (ietf-drums-unfold-fws):
3722         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3723         * smime.el (gnus-run-mode-hooks):
3724         * spam-stat.el (gnus-message): Autoload.
3725
3726         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3727         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3728         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3729         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3730         Add declare-function compatibility definition.
3731
3732         * gnus-cache.el (nnvirtual-find-group-art):
3733         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3734         (gnus-add-image, gnus-add-wash-type):
3735         * gnus-group.el (nnkiboze-score-file):
3736         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3737         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3738         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3739         (message-tokenize-header, gnus-get-buffer-create)
3740         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3741         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3742         * gnus.el (gnus-group-decoded-name):
3743         * mail-source.el (imap-capability):
3744         * mm-bodies.el (message-options-set):
3745         * mm-decode.el (gnus-configure-windows):
3746         * mm-extern.el (message-goto-body):
3747         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3748         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3749         (epg-sub-key-validity, message-options-set):
3750         * mml.el (widget-event-point, gnus-configure-windows):
3751         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3752         * mml2015.el (epg-check-configuration, epg-configuration)
3753         (message-options-set):
3754         * nndb.el (nndb-request-article):
3755         * nnfolder.el (gnus-request-create-group):
3756         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3757         * nnmaildir.el (gnus-group-mark-article-read):
3758         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3759         * rfc1843.el (message-fetch-field):
3760         * spam.el (gnus-extract-address-components):
3761         Declare as functions.
3762
3763 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3764
3765         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3766
3767         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3768
3769         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3770         bind show-trailing-whitespace for XEmacs.
3771
3772 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3773
3774         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3775         new no-op macro for backward compatibility.
3776
3777         * imap.el (imap-string-to-integer): New function.
3778
3779 2007-12-09  Glenn Morris  <rgm@gnu.org>
3780
3781         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3782
3783         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3784         * message.el, mm-view.el, sieve-manage.el, smime.el:
3785         Add declare-function compatibility definition.
3786
3787         * gnus-art.el (w3-region, w3m-region, Info-menu):
3788         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3789         * gnus-sum.el (gnus-get-predicate):
3790         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3791         * message.el (mail-abbrev-in-expansion-header-p):
3792         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3793         (w3m-detect-meta-charset, w3m-region):
3794         * sieve-manage.el (password-read, password-cache-add)
3795         (password-cache-remove):
3796         * smime.el (password-read-and-add): Declare as functions.
3797
3798 2007-12-08  David Kastrup  <dak@gnu.org>
3799
3800         * gnus-sum.el (gnus-summary-simplify-subject-query):
3801         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3802         `message'.
3803
3804 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3805
3806         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3807         it to bind idna-program, installation-directory, defined-colors, and
3808         face-attribute for XEmacs of the version that compiles defcustom forms.
3809
3810 2007-12-07  Glenn Morris  <rgm@gnu.org>
3811
3812         * gnus-art.el (article-make-date-line): Revert previous change.
3813
3814 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3815
3816         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3817
3818 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3819
3820         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3821         Call gnus-add-to-range ranges only once with a prepared article-list.
3822
3823 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3824
3825         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3826         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3827         group names with backslashes.  Reported by Tassilo Horn
3828         <tassilo@member.fsf.org>.
3829
3830 2007-12-06  Deepak Goel  <deego3@gmail.com>
3831
3832         * gnus-art.el (article-make-date-line):
3833         * gnus-start.el (gnus-load):
3834         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3835
3836 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3837
3838         * gnus-art.el (gnus-use-idna)
3839         * gnus-start.el (gnus-site-init-file)
3840         * message.el (message-use-idna)
3841         * mm-uu.el (mm-uu-hide-markers)
3842         * smiley.el (smiley-style): Revert changes that suppress warnings.
3843
3844 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3845
3846         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3847         specify charset to html source.  Reported by Christoph Conrad
3848         <christoph.conrad@gmx.de>.
3849
3850 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3851
3852         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3853         idna-program in order to suppress byte compile warning issued by XEmacs
3854         that came to byte compile the default value section of defcustom forms
3855         recently.
3856
3857         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3858         value of installation-directory.
3859
3860         * message.el (message-use-idna): Don't directly refer to the value of
3861         idna-program.
3862
3863         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3864
3865         * smiley.el (smiley-style): Don't directly call face-attribute.
3866
3867 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3868
3869         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3870
3871         * gnus-dired.el: Reduce Gnus dependencies.
3872         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3873         require.  Use autoloads instead.
3874         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3875         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3876         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3877         (gnus-dired-mode): Adjust doc string.
3878         (gnus-dired-mail-mode): New variable.
3879         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3880         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3881         (gnus-dired-mail-buffers): New function.  Return mail or message
3882         composition buffers.
3883         (gnus-dired-attach): Use it.
3884         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3885         NO-DECODE.
3886         (gnus-dired-print): Use `gnus-print-buffer' depending on
3887         `gnus-dired-mail-mode'.
3888
3889 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3890
3891         * rfc2047.el (rfc2047-encoded-word-regexp)
3892         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3893         explaining what regexp patterns are for.
3894
3895 2007-12-04  Glenn Morris  <rgm@gnu.org>
3896
3897         * password.el: Move to password-cache.el.
3898
3899         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3900         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3901         * mml-smime.el (password-read, password-cache-add)
3902         (password-cache-remove):
3903         No need to autoload, since mml-sec requires password.
3904
3905         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3906         * message.el (gnus-extract-address-components):
3907         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3908
3909         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3910         password.
3911
3912 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3913
3914         * mailcap.el: Reduce dependencies.
3915         (mail-header-parse-content-type): Autoload.
3916         (mailcap-delete-duplicates): New alias.
3917         (mailcap-mime-info): Add optional argument NO-DECODE.
3918         (mailcap-mime-types): Use mailcap-delete-duplicates.
3919
3920         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3921
3922 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3923
3924         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3925         (imap-parse-status): Upcase status-att for servers that sends them
3926         lower-case (e.g., MS Exchange 2007).
3927
3928 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3929
3930         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3931         function.
3932
3933         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3934         (gnus-uu-yenc-article): New function.
3935
3936         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3937
3938         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3939         buffer.
3940
3941 2007-12-02  Glenn Morris  <rgm@gnu.org>
3942
3943         * binhex.el (binhex): New custom group.
3944         (binhex-decoder-program, binhex-decoder-switches)
3945         (binhex-use-external): Move to the binhex custom group.
3946
3947         * uudecode.el (uudecode): New custom group.
3948         (uudecode-decoder-program, uudecode-decoder-switches)
3949         (uudecode-use-external): Move to the uudecode custom group.
3950
3951         * netrc.el (top-level): Don't load `encrypt' features.
3952         (netrc-parse): Don't use encrypt.
3953         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3954
3955         * encrypt.el: Remove file.
3956
3957 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3958
3959         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3960         matches on patches.
3961
3962         * gnus-art.el (gnus-article-browse-html-article): Mention
3963         `mm-text-html-renderer' in the doc string.
3964
3965         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3966         string.  Add comments.
3967
3968         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3969         if rhs is ASCII.
3970
3971 2007-12-01  Glenn Morris  <rgm@gnu.org>
3972
3973         * mail-source.el (top-level): Require format-spec before
3974         eval-when-compile.
3975
3976 2007-11-30  Glenn Morris  <rgm@gnu.org>
3977
3978         * encrypt.el: Require password, rather than autoloading password-read.
3979
3980 2007-11-29  Glenn Morris  <rgm@gnu.org>
3981
3982         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3983         (sasl-make-client, sasl-next-step, sasl-step-data)
3984         (sasl-step-set-data): Declare as functions.
3985
3986 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3987
3988         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3989
3990 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3991
3992         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3993         certs should be verified and what is to be done in the event of a
3994         verification failure.
3995
3996         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3997         caller can indicate whether the cache should be disregarded for this
3998         call.  This way the result of the call is reproducible at all times and
3999         can be considered a canonical server name for the supplied method.
4000         (gnus-agent-method-p): Canonicalize server names by pushing their
4001         method through `gnus-method-to-server' using the no-cache argument.
4002
4003         * gnus-srvr.el (gnus-server-insert-server-line): Call
4004         `gnus-method-to-server' with `no-cache' argument.
4005
4006         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4007         gnus-agent-possibly-synchronize-flags as this should be called when the
4008         server is actually being opened.
4009         (gnus-agent-possibly-synchronize-flags)
4010         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4011         flags file of an agentized server to the latter function.
4012
4013         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4014         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4015         after a connection has been established successfully.
4016
4017 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4018
4019         * gnus-art.el (article-display-face): Force to display face if called
4020         interactively; check if gnus-article-x-face-too-ugly matches author.
4021         (article-display-x-face): Display face even if From header is missing
4022         as article-display-face does.
4023
4024 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4025
4026         * hashcash.el (message-narrow-to-headers-or-head)
4027         (message-fetch-field, message-goto-eoh)
4028         (message-narrow-to-headers): Declare as functions.
4029
4030 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4031
4032         * mail-source.el (mail-sources): Default to fetch from file for
4033         compatibility with default of nnmail-spool-file.
4034
4035 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4036
4037         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4038         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4039         to look for encoded word that should be encoded again.
4040         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4041         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4042         encoding pattern.
4043         (rfc2047-decode-region): Switch strict regexp and loose one according
4044         to rfc2047-allow-irregular-q-encoded-words.
4045
4046 2007-11-25  Romain Francoise  <romain@orebokech.com>
4047
4048         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4049
4050 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4051
4052         * tls.el (tls-program): Provide more custom choices from
4053         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4054         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4055
4056 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4057
4058         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4059         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4060
4061         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4062         `nnmail-spool-file'.
4063
4064         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4065         `nnmail-spool-file'.
4066
4067         * gnus-move.el (gnus-change-server): Ditto.
4068
4069         * gnus-kill.el (gnus-batch-score): Ditto.
4070
4071         * gnus-cache.el (gnus-jog-cache): Ditto.
4072
4073         * gnus-msg.el (gnus-summary-reply):
4074         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4075
4076 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4077
4078         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4079         version.  Minor improvement to doc strings.
4080         (tls-program): Add comment.
4081
4082 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4083
4084         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4085         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4086         mismatch between the hostname provided in the certificate and the name
4087         of the host connnecting to.
4088         (open-tls-stream): Use them.  Check certificates against trusted root
4089         certificates.
4090
4091 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4092
4093         * gnus-cache.el (gnus-cache-generate-nov-databases):
4094         Use nnml-generate-nov-databases-directory instead of
4095         nnml-generate-nov-databases-1.
4096
4097 2007-11-24  Glenn Morris  <rgm@gnu.org>
4098
4099         * message.el (message-tool-bar-retro): Update for rename
4100         mail_send.xpm->mail-send.xpm.
4101
4102 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4103
4104         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4105         `smime-ldap-search' for Emacs 22 and up.
4106
4107 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4108
4109         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4110
4111         * message.el (message-send-mail-function): Fix error convention.
4112         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4113         (message-widen-reply, message-send-mail, message-talkative-question)
4114         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4115         (message-clone-locals, message-send-news): Use with-current-buffer.
4116         (message-insert-or-toggle-importance): Remove unused var `valid'.
4117         (message-make-references): Remove unused var `new-references'.
4118         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4119
4120 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4121
4122         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4123         (spam-split-symbolic-return-positive): Reflow docstring.
4124         (spam-backends, spam-summary-exit-behavior)
4125         (spam-mark-ham-unread-before-move-from-spam-group)
4126         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4127         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4128         (spam-clear-cache, spam-backend-check, spam-install-backend)
4129         (spam-install-statistical-backend, spam-list-of-processors)
4130         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4131         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4132         (spam-check-crm114, spam-initialize, spam-unload-hook):
4133         Fix typos in docstrings.
4134
4135 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4136
4137         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4138         been checked if they have never been read and those group levels are
4139         higher than the one that a user specified.
4140
4141 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4144         foreign groups unless a group level is specified by a user.
4145         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4146
4147 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4148
4149         * message.el (message-send-mail-function): Require sendmail.
4150
4151 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4152
4153         * message.el (message-send-mail-function): Check for smtpmail too.
4154
4155         * utf7.el (utf7-encode, utf7-decode): Use coding system
4156         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4157
4158         * message.el (message-send-mail-function): New function.
4159         (message-send-mail-function): Set default using
4160         message-send-mail-function.  Adjust doc string.
4161         (message-send-mail-with-mailclient): New function.
4162
4163 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4164
4165         * smime.el (from):
4166         * rfc2047.el (message-posting-charset):
4167         * qp.el (mm-use-ultra-safe-encoding):
4168         * pop3.el (parse-time-months):
4169         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4170         * nnml.el (files):
4171         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4172         (jka-compr-compression-info-list, ange-ftp-path-format)
4173         (efs-path-regexp):
4174         * nndiary.el (files):
4175         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4176         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4177         (epg-digest-algorithm-alist, inhibit-redisplay)
4178         (password-cache-expiry):
4179         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4180         (pgg-output-buffer, password-cache-expiry):
4181         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4182         (efs-path-regexp):
4183         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4184         (inhibit-redisplay):
4185         * mm-uu.el (file-name, start-point, end-point, entry)
4186         (gnus-newsgroup-name, gnus-newsgroup-charset):
4187         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4188         (latin-unity-ucs-list):
4189         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4190         (mm-uu-binhex-decode-function):
4191         * message.el (gnus-message-group-art, gnus-list-identifiers)
4192         (rmail-enable-mime-composing, gnus-local-organization)
4193         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4194         (gnus-read-active-file, facemenu-add-face-function)
4195         (facemenu-remove-face-function, gnus-article-decoded-p)
4196         (tool-bar-mode):
4197         * mail-source.el (display-time-mail-function):
4198         * gnus-util.el (nnmail-pathname-coding-system)
4199         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4200         (gnus-original-article-buffer, gnus-user-agent)
4201         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4202         (xemacs-codename, sxemacs-codename, emacs-program-version):
4203         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4204         * gnus-start.el (gnus-agent-covered-methods)
4205         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4206         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4207         (gnus-newsgroup-headers, gnus-group-list-mode)
4208         (gnus-group-mark-positions, gnus-newsgroup-data)
4209         (gnus-newsgroup-unreads, nnoo-state-alist)
4210         (gnus-current-select-method, mail-sources)
4211         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4212         (nnmail-spool-file, gnus-cache-active-hashtb):
4213         * gnus-mh.el (mh-lib-progs):
4214         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4215         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4216         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4217         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4218         (gnus-group-buffer):
4219         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4220         (font-lock-set-defaults):
4221         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4222         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4223         (gnus-summary-post-menu, total-parts, type, condition, length):
4224         * gnus-agent.el (gnus-agent-read-agentview):
4225         * flow-fill.el (show-trailing-whitespace):
4226         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4227         eval-and-compile wrappers for byte compiler pacifiers.
4228
4229         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4230         (mm-display-inline-fontify): Check for featurep 'xemacs not
4231         extent-list.
4232
4233         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4234         itimer-list.
4235         (mm-create-image-xemacs): Only do something for XEmacs.
4236         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4237
4238         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4239
4240         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4241         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4242
4243 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4244
4245         * nnimap.el (nnimap-split-download-body):
4246         * gnus-demon.el (gnus-demon):
4247         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4248
4249 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4250
4251         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4252         macros.
4253         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4254         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4255         copy data from unibyte buffer to multibyte current buffer.
4256         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4257         to copy data from unibyte current buffer to multibyte buffer.
4258         (nntp-make-process-buffer): Make process buffer unibyte.
4259
4260         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4261
4262 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4263
4264         * pop3.el (pop3-open-server): Accept and process data more robustly at
4265         connexion start to avoid spurious "POP SSL connexion failed" errors.
4266
4267 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4270         read group names.
4271
4272 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4273
4274         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4275
4276 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4277
4278         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4279         (nnmail-save-active): Use a unibyte buffer when saving active file,
4280         which may contain non-ASCII group names.
4281
4282         * nnml.el (nnml-request-group): Decode group names in messages.
4283
4284 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4285
4286         * message.el (message-citation-line-function)
4287         (message-insert-formatted-citation-line): Fix spelling of
4288         `message-insert-formated-citation-line'.
4289
4290 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4291
4292         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4293
4294 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4295
4296         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4297         nnmail-pathname-coding-system.
4298
4299         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4300         that a user enters; decode group names in messages.
4301
4302         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4303
4304 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4305
4306         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4307
4308         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4309
4310         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4311         risky local variable.
4312
4313         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4314
4315 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4316
4317         * encrypt.el: Improve documentation to fix function name typo.
4318         Reported by Daiki Ueno <ueno@unixuser.org>.
4319
4320 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4321
4322         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4323         even if the point is not in the last page of an article.
4324         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4325         back to the previous page.
4326
4327 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4328
4329         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4330
4331 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4332
4333         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4334
4335 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4336
4337         * message.el (message-check-news-body-syntax): Avoid
4338         mm-string-as-multibyte.
4339         (message-hide-headers): Don't assume (point-min)==1.
4340
4341 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4342
4343         * message.el (message-remove-blank-cited-lines): Fix if remove is
4344         given.
4345         (message-bogus-address-regexp): New variable.
4346         (message-bogus-recipient-p): New function.
4347         (message-check-recipients): New command.
4348         (message-syntax-checks): Add `bogus-recipient'.
4349         (message-fix-before-sending): Add `bogus-recipient'.
4350
4351         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4352         (gnus-treat-body-boundary): Don't test window-system.
4353
4354 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4355
4356         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4357
4358 2007-10-28  Miles Bader  <miles@gnu.org>
4359
4360         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4361         at compile-time too.
4362
4363 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4364
4365         * gnus-msg.el (gnus-message-setup-hook): Add
4366         `message-remove-blank-cited-lines' to options.
4367
4368 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4369
4370         * message.el (message-remove-blank-cited-lines): New function.
4371         Suggested by Karl Plästerer.
4372
4373 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4374
4375         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4376         mapc.
4377
4378         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4379         (top-level): Use mapc to set functions to be traced for debugging.
4380
4381         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4382         called for effect with while loop.
4383
4384         * message.el (message-talkative-question): Replace mapcar called for
4385         effect with mapc.
4386
4387         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4388         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4389         called for effect with dolist.
4390
4391         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4392
4393         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4394         gnus-extra-headers and nnmail-extra-headers.
4395
4396         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4397         called for effect with dolist.
4398         (top-level): Use mapc to set functions to be traced for debugging.
4399
4400         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4401         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4402         dolist.
4403
4404         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4405         Replace mapcar called for effect with mapc.
4406         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4407         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4408         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4409         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4410
4411         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4412         remove-if that's a cl function.
4413
4414         * webmail.el (webmail-debug): Replace mapcar called for effect with
4415         dolist.
4416
4417         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4418         with mapc.
4419
4420 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4423         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4424         with while loop.
4425
4426         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4427         functions from article-* functions.
4428         (gnus-multi-decode-header): Replace mapcar called for effect with
4429         dolist.
4430
4431         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4432         (gnus-bookmark-show-details): Replace mapcar called for effect with
4433         while loop.
4434
4435         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4436         called for effect with while loop.
4437
4438         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4439         with dolist.
4440
4441         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4442         mapcar called for effect with dolist.
4443
4444         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4445
4446         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4447         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4448         Replace mapcar called for effect with dolist.
4449         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4450         mapc.
4451
4452         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4453         Replace mapcar called for effect with dolist.
4454         (gnus-topic-list): Replace mapcar called for effect with mapc.
4455
4456         * gnus.el: Use mapc instead of mapcar to add autoloads.
4457
4458 2007-10-23  Richard Stallman  <rms@gnu.org>
4459
4460         * gnus-group.el (gnus-group-highlight): Mark as risky.
4461
4462 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4463
4464         * gnus.el (gnus-server-to-method): Return method found first in
4465         gnus-newsrc-alist.
4466
4467         * gnus-art.el (gnus-article-highlight-signature)
4468         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4469         button overlay without the front stickiness.
4470
4471 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4472
4473         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4474         overview buffer needed a catch to receive its throw.
4475         (gnus-agent-flush-cache): Declared as interactive to make this function
4476         easier to use.
4477
4478 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4479
4480         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4481         `next-line'.
4482
4483 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4486         exclude address matching message-dont-reply-to-names.
4487
4488 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4489
4490         * gnus-util.el (gnus-string<): New function.
4491
4492         * gnus-sum.el (gnus-article-sort-by-author)
4493         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4494
4495 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4496
4497         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4498         the frame-focus tag is set in gnus-buffer-configuration.
4499
4500 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4501
4502         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4503         the front stickiness.
4504
4505 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4506
4507         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4508         url pattern; remove duplicate one.
4509         (gnus-article-extend-url-button): New function.
4510         (gnus-article-add-buttons): Use it.
4511         (gnus-button-push): Use concatenated url that it makes.
4512
4513 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4514
4515         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4516
4517 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4518
4519         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4520         Don't hardcode point-min==1.
4521
4522 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4523
4524         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4525         Fix comment about "iso8859-1".
4526
4527 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4528
4529         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4530         ones returned from the verify-function.
4531
4532         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4533         mml2015-extract-cleartext-signature if extraction failed.
4534
4535 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4536
4537         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4538         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4539         failed.
4540
4541 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4542
4543         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4544
4545 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4546
4547         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4548         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4549         recommends to use EasyPG instead of PGG.
4550
4551         * pgg.el: Revert to revision 6.23.2.16.
4552
4553         * pgg-def.el: Revert to revision 6.6.2.14.
4554
4555         * pgg-gpg.el: Revert to revision 6.23.2.34.
4556
4557 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4558
4559         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4560         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4561         thread for both the null and zero (kill/expire thread) universal prefix
4562         cases.
4563         (gnus-summary-expire-thread): Add new function to expire a thread,
4564         using gnus-summary-kill-thread.
4565         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4566         shortcuts for gnus-summary-expire-thread.
4567         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4568         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4569
4570 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4571
4572         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4573         extras value, so an extras entry can be deleted.
4574         (gnus-registry-delete-extra-entry): Use it.
4575         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4576         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4577         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4578         storage through the gnus-registry, and provide an appropriate API for
4579         it.
4580
4581 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4584         Suggested by Leo <sdl.web@gmail.com>.
4585
4586         * gnus.el: Do.
4587
4588 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4589
4590         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4591         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4592
4593         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4594
4595         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4596         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4597
4598 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4599
4600         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4601         newline.
4602         (nnmbox-request-accept-article): Don't change article in source buffer;
4603         narrow to header to use message-fetch-field rather than
4604         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4605         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4606         as delimiters; make sure article ends with newline.
4607         (nnmbox-delete-mail): Correct last position of article to be deleted;
4608         ignore X-Gnus-Newsgroup header in article body.
4609         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4610         positions; make sure article ends with newline.
4611
4612         * message.el (message-display-abbrev): Don't infloop when a user
4613         inserts SPC in the beginning of header.
4614
4615         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4616         coding-system-for-read and coding-system-for-write for XEmacs having no
4617         file-coding feature.
4618
4619         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4620
4621 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4622
4623         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4624         list of groups not followed by default.  Fix type to be regexp.
4625         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4626
4627 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4628
4629         * hmac-def.el (define-hmac-function): Switch from old-style to
4630         new-style backquotes.
4631
4632         * md4.el (md4-make-step): Likewise.
4633
4634 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4635
4636         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4637         raw-text coding system when saving .newsrc file, which may contain
4638         non-ASCII group names.
4639
4640 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4641
4642         * gnus-cus.el (gnus-score-extra): New widget.
4643         (gnus-score-extra-convert): New function.
4644         (gnus-score-customize): Use it for Extra.
4645
4646 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4647
4648         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4649         (mml2015-mailcrypt-clear-verify): Use it.
4650         (mml2015-gpg-clear-verify): Use it.
4651         (mml2015-pgg-clear-verify): Use it.
4652         (mml2015-epg-clear-verify): Replace the current part with the output
4653         from GnuPG; don't extract the plaintext by itself.
4654
4655         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4656         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4657         mml2015-clear-verify-function; don't touch the armor headers or
4658         dash-escaped text here.
4659
4660 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4661
4662         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4663         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4664         parts, or application/octet-stream as a last resort.
4665         (gnus-mime-view-part-as-type): Don't toggle display.
4666         (gnus-mime-view-part-as-charset): Don't turn off display before
4667         querying charset.
4668
4669         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4670         stuff to undisplayer function in Emacs.
4671         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4672
4673         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4674         text/calendar parts.
4675
4676 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4677
4678         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4679         decoding text/calendar parts.
4680
4681         * message.el (message-forward-make-body-mime): Always mark body as
4682         having no illegible text; remove signed-or-encrypted argument.
4683         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4684
4685         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4686         (mml-generate-mime-1): Don't encode body if it is specified to be in
4687         raw form; don't make buffer be unibyte when inserting multibyte string.
4688
4689 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4690
4691         * sha1.el: Fix up comment style.
4692         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4693         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4694
4695         * hex-util.el: Fix up comment style.
4696         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4697
4698         * gnus-salt.el: Use with-current-buffer.
4699         (gnus-pick-setup-message): Fix long-standing typo.
4700
4701 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4702
4703         * imap.el (imap-logout-timeout): New variable.
4704         (imap-logout, imap-logout-wait): New functions.
4705         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4706
4707         * nnimap.el (nnimap-logout-timeout): New server variable.
4708         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4709         nnimap-logout-timeout.
4710
4711         * gnus-art.el (gnus-article-summary-command-nosave)
4712         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4713
4714 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4715
4716         * gnus.el (gnus-maximum-newsgroup): New variable.
4717
4718         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4719         according to gnus-maximum-newsgroup.
4720
4721         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4722         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4723         Limit the range of articles according to gnus-maximum-newsgroup.
4724
4725 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4726
4727         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4728         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4729         Don't perform gnus-configure-windows here; reuse existing sticky
4730         article buffer.
4731
4732         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4733         it doesn't exist in gnus-article-mode.
4734
4735 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4736
4737         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4738         (gnus-agent-decoded-group-name): New function.
4739         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4740         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4741
4742 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4743
4744         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4745         Add binding for gnus-sticky-article.
4746         (gnus-summary-exit): Don't kill sticky article buffers.
4747
4748         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4749         article buffer.
4750         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4751         (gnus-kill-sticky-article-buffers): New commands.
4752
4753 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4754
4755         * nntp.el (nntp-xref-number-is-evil): New server variable.
4756         (nntp-find-group-and-number): If it is non-nil, don't trust article
4757         numbers in the Xref header.
4758
4759 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4760
4761         * gnus-agent.el (gnus-agent-read-group): New function.
4762         (gnus-agent-flush-group, gnus-agent-expire-group)
4763         (gnus-agent-regenerate-group): Use it.
4764         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4765         nnmail-pathname-coding-system.
4766
4767 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4768
4769         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4770
4771         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4772         that are unread as unread, and also as selected so that information of
4773         marks having been changed by a user may be updated when exiting group.
4774
4775 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4776
4777         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4778         calculated ignoring signature parts to gnus-treat-article.
4779
4780 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4781
4782         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4783         a point here in order to keep the window start.
4784         (gnus-insert-mime-security-button): Make a button overlay without the
4785         front stickiness.
4786         (gnus-mime-display-security): Goto the end of a button.
4787
4788         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4789
4790 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4791
4792         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4793         group-name-at-point.
4794         (gnus-group-completing-read): New function that offers decoded
4795         non-ASCII group names for completion.
4796         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4797         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4798         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4799         (gnus-group-fetch-control): Use it.
4800         (gnus-fetch-group): Use group-name-at-point for the initial value
4801         rather than the default value; use gnus-alive-p.
4802
4803         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4804         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4805         (gnus-summary-post-news): Use gnus-group-completing-read.
4806
4807         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4808         (gnus-read-move-group-name): Decode group name for completion.
4809
4810 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4811
4812         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4813         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4814         Yamaoka slightly modified the code).
4815
4816 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4819         (nnmail-split-incoming): Bind it.
4820
4821         * nnml.el (nnml-group-name-charset): New function.
4822         (nnml-decoded-group-name): Use it; don't decode group name if
4823         nnmail-group-names-not-encoded-p is non-nil.
4824         (nnml-encoded-group-name): New function.
4825         (nnml-group-pathname): Inline nnml-decoded-group-name.
4826         (nnml-request-expire-articles): Decode group name in message.
4827         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4828         nnmail-pathname-coding-system.
4829         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4830         not decoded ones according to nnmail-group-names-not-encoded-p.
4831         (nnml-generate-active-info): Use nnml-encoded-group-name.
4832
4833 2007-08-08  Glenn Morris  <rgm@gnu.org>
4834
4835         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4836         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4837         doc-strings and comments.
4838
4839 2007-07-25  Glenn Morris  <rgm@gnu.org>
4840
4841         * Relicense all FSF files to GPLv3 or later.
4842
4843 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4844
4845         * gnus-sum.el (gnus-summary-move-article): Make
4846         gnus-summary-respool-article work.
4847
4848 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4849
4850         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4851         string.
4852
4853 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4854
4855         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4856         that should be ignored when comparing distant RSS articles with local
4857         ones.
4858         (nnrss-make-hash-index): New function.  Create a hash index according
4859         to the ignored fields.
4860         (nnrss-check-group): Use it.
4861
4862 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4865
4866         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4867
4868         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4869         the new optional argument ENCODED is non-nil.
4870         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4871         coding system for encoding group name.
4872         (gnus-group-make-rss-group): Pass un-encoded group name to
4873         gnus-group-make-group.
4874         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4875         encoded.
4876
4877         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4878         Encode group name to which articles are moved or copied.
4879         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4880         coding system for encoding Newsgroup, Followup-To and Xref headers.
4881
4882         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4883         marks; use nnheader-file-coding-system to write a file.
4884         (nnagent-retrieve-headers): Bind file-name-coding-system to
4885         nnmail-pathname-coding-system.
4886
4887         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4888
4889         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4890         (nnml-request-article, nnml-request-create-group)
4891         (nnml-request-rename-group, nnml-find-id)
4892         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4893         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4894         (nnml-save-marks): Use nnml-group-pathname instead of
4895         nnmail-group-pathname.
4896
4897         (nnml-request-create-group, nnml-request-expire-articles)
4898         (nnml-request-move-article, nnml-request-delete-group)
4899         (nnml-deletable-article-p, nnml-possibly-create-directory)
4900         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4901         (nnml-open-marks): Bind file-name-coding-system to
4902         nnmail-pathname-coding-system.
4903
4904         (nnml-request-article): Pass server argument to nnml-find-group-number.
4905         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4906         server argument to nnml-possibly-create-directory.
4907         (nnml-request-accept-article): Pass server argument to
4908         nnml-active-number and nnml-save-mail.
4909         (nnml-find-group-number): Pass server argument to nnml-find-id.
4910         (nnml-request-update-info): Pass server argument to
4911         nnml-marks-changed-p.
4912
4913         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4914         (nnml-save-mail, nnml-active-number): Add server argument.
4915
4916         (nnml-request-delete-group): Warn if group is missing.
4917         (nnml-get-nov-buffer): Decode group name.
4918         (nnml-generate-active-info): Encode group name.
4919         (nnml-open-marks): Decode group name in messages.
4920
4921 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4924         if it is not specified.
4925         (gnus-article-pipe-part, gnus-article-save-part)
4926         (gnus-article-interactively-view-part, gnus-article-copy-part)
4927         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4928         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4929         (gnus-article-replace-part, gnus-article-delete-part)
4930         (gnus-article-view-part-as-type): Pass raw prefix argument to
4931         gnus-article-part-wrapper.
4932
4933 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * gnus-agent.el (gnus-agent-save-active): Bind
4936         nnheader-file-coding-system to gnus-agent-file-coding-system.
4937
4938         * gnus-cache.el (gnus-cache-save-buffers)
4939         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4940         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4941         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4942         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4943         (gnus-cache-generate-active, gnus-cache-rename-group)
4944         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4945         (gnus-cache-update-overview-total-fetched-for): Bind
4946         file-name-coding-system to nnmail-pathname-coding-system.
4947         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4948         variables.
4949         (gnus-cache-decoded-group-name): New function.
4950         (gnus-cache-file-name): Use it.
4951         (gnus-cache-generate-active): Use non-decoded group name for active.
4952
4953         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4954         right place.
4955         (gnus-write-active-file): Don't break non-ASCII group names.
4956
4957         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4958         nnmail-pathname-coding-system.
4959
4960         * lpath.el: Bind default-file-name-coding-system,
4961         file-name-coding-system and language-info-alist for XEmacs.
4962
4963         * gnus-uu.el (gnus-uu-decode-save): Typo.
4964
4965 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4966
4967         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4968
4969 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4970
4971         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4972         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4973         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4974         (gnus-agent-flush-group, gnus-agent-flush-cache)
4975         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4976         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4977         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4978         (gnus-agent-regenerate-group)
4979         (gnus-agent-update-files-total-fetched-for)
4980         (gnus-agent-update-view-total-fetched-for): Bind
4981         file-name-coding-system to nnmail-pathname-coding-system.
4982         (gnus-agent-group-pathname): Don't encode file names by
4983         nnmail-pathname-coding-system.
4984         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4985         coding-system-for-write instead of buffer-file-coding-system to
4986         gnus-agent-file-coding-system.
4987
4988         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4989         Decode group name.
4990
4991         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4992
4993         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4994         (gnus-read-newsrc-el-file): Make group names unibyte.
4995
4996         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4997         nnmail-pathname-coding-system.
4998
4999         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5000         (nnrss-request-delete-group): Bind file-name-coding-system to
5001         nnmail-pathname-coding-system.
5002         (nnrss-read-server-data, nnrss-read-group-data): Bind
5003         file-name-coding-system correctly.
5004         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5005
5006         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5007         (nntp-server-to-method-cache): New variable.
5008         (nntp-group-pathname): New function that decodes non-ASCII group names.
5009         (nntp-possibly-create-directory, nntp-marks-changed-p)
5010         (nntp-save-marks, nntp-open-marks): Use it.
5011         (nntp-possibly-create-directory, nntp-open-marks):
5012         Bind file-name-coding-system to nnmail-pathname-coding-system.
5013         (nntp-open-marks): Decode group names when bootstrapping marks.
5014
5015         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5016         Newsgroups and Folowup-To headers.
5017
5018 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5019
5020         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5021         (gnus-server-closed-face, gnus-server-denied-face)
5022         (gnus-server-offline-face): Remove variable.
5023         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5024
5025         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5026         of modifying message-stack directly for XEmacs.
5027
5028         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5029         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5030         if the coding-system argument is nil for XEmacs.
5031
5032         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5033         mm-charset-override-alist.
5034
5035         * rfc2047.el: Don't require base64; require rfc2045 for the function
5036         rfc2045-encode-string.
5037         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5038         to quote the parameter value.
5039
5040 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5041
5042         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5043         form in gnus-group-name-charset-method-alist.
5044
5045         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5046         overrides the default layout edit-form.
5047
5048         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5049
5050         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5051
5052 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5053
5054         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5055         as unfetched articles.
5056
5057 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5058
5059         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5060
5061 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5062
5063         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5064         original back end that keeps marks in the local system.
5065
5066 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5069         arg of pop-to-buffer for XEmacs.
5070         (gnus-article-read-summary-keys): Ditto; don't restore window
5071         configuration if summary command ends up with neither article buffer
5072         nor summary buffer; describe bindings if summary keys end with C-h.
5073
5074 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5075
5076         * message.el (message-fix-before-sending): Skip raw message part to be
5077         forwarded while checking illegible text.
5078         (message-forward-make-body-mime, message-forward-make-body): Mark
5079         signed or encrypted raw message as having no illegible text.
5080
5081 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5082
5083         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5084         (gnus-message-with-timestamp-1): New macro.
5085         (gnus-message-with-timestamp): New function.
5086         (gnus-message): Use them.
5087
5088         * nnheader.el (nnheader-message): Use them.
5089
5090 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5091
5092         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5093         .newsrc.eld file.
5094
5095 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5096
5097         * gnus-agent.el (gnus-agent-fetch-headers)
5098         (gnus-agent-retrieve-headers): Bind
5099         gnus-decode-encoded-address-function to identity.
5100
5101         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5102         available also when the server returns simply a dot.
5103
5104         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5105
5106 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5107
5108         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5109
5110 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5111
5112         * gnus-ems.el (gnus-x-splash): Make it work.
5113
5114         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5115         from being used.
5116
5117         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5118
5119 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5120
5121         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5122         4th and the 5th arguments.
5123
5124         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5125         the front stickiness.
5126         (gnus-article-summary-command-nosave): Correct the order of the
5127         arguments passed to pop-to-buffer.
5128         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5129         summary command ends up with the article buffer.
5130
5131         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5132         the same faces.
5133
5134 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5135
5136         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5137
5138 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5139
5140         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5141         * gnus-sum.el (gnus-summary-highlight):
5142         * pgg.el (pgg-sign-region, pgg-sign):
5143         * mail-source.el (mail-source-delete-old-incoming-confirm):
5144         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5145
5146 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5147
5148         * gnus-art.el (gnus-mime-view-part-externally)
5149         (gnus-mime-view-part-internally): Fix predicate function passed to
5150         completing-read.
5151
5152         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5153
5154         * gnus.el (gnus-update-message-archive-method): Add :version.
5155
5156 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5157
5158         * gnus.el (gnus-update-message-archive-method): New variable.
5159
5160         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5161         according to gnus-message-archive-method if
5162         gnus-update-message-archive-method is non-nil.
5163
5164 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5165
5166         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5167         by Loic Dachary <loic@dachary.org>.
5168         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5169
5170 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5171
5172         * message.el (message-pop-to-buffer): Add switch-function argument.
5173         (message-mail): Pass switch-function argument to it.
5174
5175 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5176
5177         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5178         Improve doc string.
5179
5180 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5181
5182         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5183         (gnus-header-content)
5184         * gnus-cite.el (gnus-cite-10)
5185         * gnus-srvr.el (gnus-server-closed)
5186         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5187         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5188         (gnus-group-mail-3-empty, gnus-group-mail-low)
5189         (gnus-group-mail-low-empty, gnus-splash)
5190         * message.el (message-header-to, message-header-cc)
5191         (message-header-subject, message-header-other, message-header-name)
5192         (message-header-xheader, message-separator, message-cited-text)
5193         (message-mml): Lighten colors of faces used for dark background.
5194
5195 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5196
5197         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5198         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5199
5200 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5201
5202         * message.el (message-narrow-to-headers-or-head):
5203         Ignore mail-header-separator in the body.
5204
5205 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5206
5207         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5208         same as window size.
5209
5210 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5211
5212         * message.el (message-font-lock-keywords): Use message-header-xheader
5213         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5214         ahead of the anything pattern, to get it recognised.
5215
5216 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5217
5218         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5219         spam.el loads uses it in the compiled defadvice form.
5220
5221 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5222
5223         * gnus-sum.el (gnus-articles-to-read)
5224         (gnus-summary-insert-old-articles): Don't truncate group name for
5225         `read-string'.
5226
5227         * gnus-util.el (gnus-limit-string): Delete this function.
5228
5229         * gnus-sum.el (gnus-simplify-subject-fully): Use
5230         `truncate-string-to-width' instead.
5231
5232 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5233
5234         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5235         if, on summary exit, the next group has to be selected.
5236         (gnus-summary-exit): Use it.
5237
5238 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5239
5240         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5241         non-break space.
5242
5243 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5244
5245         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5246         Check if group is not a directory.
5247         (nnfolder-request-expire-articles): Don't delete articles if the target
5248         group is not available.
5249
5250         * nnml.el (nnml-request-create-group): Properly check if group is not a
5251         file.
5252         (nnml-request-expire-articles): Don't delete articles if the target
5253         group is not available.
5254
5255         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5256         Don't quote characters that are within parentheses.
5257
5258 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5259
5260         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5261         (gnus-handle-ephemeral-exit): Select article according to it.
5262
5263 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5264
5265         * message.el (message-insert-formated-citation-line): Remove newline.
5266         (message-citation-line-format): Add final \n here so that the user can
5267         avoid a blank line.
5268
5269 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5270
5271         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5272         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5273         Update lanl/arXiv support.
5274
5275 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5276
5277         * gnus.el: Bump version number.
5278
5279 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5280
5281         * gnus.el (gnus-version-number): Bump version.
5282
5283 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5284
5285         * gnus.el: No Gnus v0.6 is released.
5286
5287 2007-04-27  Didier Verna  <didier@xemacs.org>
5288
5289         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5290         * gmm-utils.el (gmm-regexp-concat): here.
5291         * message.el: Don't require 'gnus-util.
5292         (message-dont-reply-to-names): Handle name change above.
5293         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5294
5295 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5296
5297         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5298         since the initial value varies according to the system.
5299
5300 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5301
5302         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5303
5304 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5305
5306         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5307
5308 2007-04-24  Didier Verna  <didier@xemacs.org>
5309
5310         Improve the type of gnus-ignored-from-addresses.
5311         * gnus-util.el (gnus-orify-regexp): New function.
5312         * message.el (gnus-util): Require it.
5313         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5314         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5315         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5316
5317 2007-04-24  Didier Verna  <didier@xemacs.org>
5318
5319         * gnus-sum.el:
5320         * gnus-utils.el: Fix some trailing whitespaces.
5321
5322 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5323
5324         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5325         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5326         article's Message-ID; refer parent article in summary buffer.
5327
5328         * message.el (message-bounce): Call mime-to-mml.
5329
5330         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5331         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5332         optimize and/or forms properly.
5333
5334 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5335
5336         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5337         URL.
5338
5339 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5342
5343 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5344
5345         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5346         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5347         displayed of multipart/alternative part if it is invoked from summary
5348         buffer.
5349
5350         * mm-view.el (mm-inline-text-html-render-with-w3m)
5351         (mm-inline-text-html-render-with-w3m-standalone)
5352         (mm-inline-render-with-function): Use mail-parse-charset by default.
5353
5354 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5355
5356         * parse-time.el (parse-time-string-chars): Check if CHAR
5357         is less than the length of parse-time-syntax.
5358
5359 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5362         from gnus-newsgroup-processable.
5363
5364 2007-04-16  Didier Verna  <didier@xemacs.org>
5365
5366         * gnus-msg.el (gnus-configure-posting-styles): Handle
5367         message-signature-directory properly with :file syntax.  Reported by
5368         "Leo".
5369
5370 2007-04-11  Didier Verna  <didier@xemacs.org>
5371
5372         New user option: message-signature-directory.
5373         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5374         * message.el (message-insert-signature): Ditto.
5375         * message.el (message-signature-file): Doc update.
5376         * message.el (message-signature-directory): New.
5377
5378 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5379
5380         * gnus-msg.el (gnus-inews-yank-articles): Use
5381         message-exchange-point-and-mark instead of exchange-point-and-mark.
5382
5383 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5384
5385         * message.el (message-yank-original): Make sure cited text ends with
5386         newline; don't exchange point and mark.
5387
5388 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5389
5390         * tls.el (open-tls-stream): Properly handle case where there
5391         is no associated buffer.
5392
5393 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5394
5395         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5396         message-yank-original, make sure (< mark TEXT point).
5397
5398 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5399
5400         * message.el (message-fill-column): New variable.
5401         (message-mode): Use it.  Add comment on a possible new hook.
5402
5403         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5404         (nnmail-get-new-mail): Reformat.
5405
5406         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5407
5408         * gmm-utils.el: Fix Commentary.
5409         (gmm-tool-bar-from-list): Fix typo in doc string.
5410
5411 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5412
5413         * message.el (message-yank-original): Don't switch point and mark
5414         unnecessarily to put point and mark as documented.
5415
5416 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5417
5418         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5419         from the message heads.
5420
5421 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5422
5423         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5424         article buffer does not have a window.  This may not be the best
5425         solution but is certainly better than setting the start of the null,
5426         that is the current, window.
5427
5428 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5429
5430         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5431         (gnus-draft-setup): Run it.
5432
5433         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5434         gnus-score-fast-scoring.  Allow regexp.
5435         (gnus-score-headers): Use it.
5436
5437         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5438         XEmacs.
5439
5440         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5441         string.
5442         (gnus-button-alist): Also catch `<f1> k ...'.
5443         (gnus-treat-display-x-face): Fix doc string.
5444
5445 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5446
5447         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5448         evaluation of gnus-extended-version to ensure correct generation of the
5449         User-Agent header when message-generate-headers-first is used.
5450
5451 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5452
5453         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5454         hashcash-path is nil.  Don't call callback with incorrect number of
5455         parameters if val is 0.
5456
5457 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5458
5459         * message.el (message-required-news-headers):
5460         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5461
5462 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5463
5464         * tls.el (open-tls-stream): In handshake-waiting loop,
5465         don't wait more if there is output available to process.
5466
5467 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5468
5469         * tls.el (tls-program): Doc fix.
5470
5471 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5472
5473         * message.el (message-generate-new-buffers): Change the meaning of the
5474         nil value; add `standard' to the choices; treat t as `unique'; improve
5475         doc string.
5476         (gnus-select-frame-set-input-focus): Autoload.
5477         (message-buffer-name): Search for the existing message buffer if
5478         message-generate-new-buffers is nil or `standard'; treat the value t of
5479         message-generate-new-buffers as `unique'.
5480         (message-pop-to-buffer): Raise the frame already displaying the message
5481         buffer; clear the echo area after querying.
5482         (message-setup): Pass the `continue' argument to compose-mail.
5483         (message-mail): Prefer `switch-function' if it is given; search for the
5484         existing message buffer if the `continue' argument is non-nil; pass
5485         continue and switch-function arguments to compose-mail by way of
5486         message-setup.
5487         (message-mail-other-window): Adjust argument of message-setup.
5488         (message-mail-other-frame): Ditto.
5489
5490 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5493         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5494         to turn font-lock on when turning gnus-message-citation-mode on.
5495
5496 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5497
5498         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5499         (mml-smime-function-alist): New variable; add epg as the backend.
5500         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5501         mml-smime- functions instead.
5502         * mm-view.el: Require smime.
5503
5504 2007-03-05  Didier Verna  <didier@xemacs.org>
5505
5506         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5507         instead of just inheritance for posting styles.
5508         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5509
5510 2007-02-24  Chris Moore  <dooglus@gmail.com>
5511
5512         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5513         * pgg-pgp.el (pgg-pgp-encrypt-region):
5514         * pgg-gpg.el (pgg-gpg-encrypt-region):
5515         Check pgg-encrypt-for-me if no other recipients.
5516
5517 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5518
5519         * tls.el (tls-certtool-program): Fix custom type.
5520
5521 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5524         and point-at-eol instead of line-(beginning|end)-position.
5525
5526         * assistant.el (assistant-parse-buffer): Ditto.
5527
5528         * netrc.el (netrc-parse-services): Ditto.
5529
5530 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5531
5532         * mml2015.el (mml2015-epg-find-usable-key): New function.
5533         (mml2015-epg-sign): Use it.
5534         (mml2015-epg-encrypt): Use it.
5535
5536 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * message.el (message-make-in-reply-to): Quote name containing
5539         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5540         if there are special characters.  Reported by NAKAJI Hiroyuki
5541         <nakaji@jp.freebsd.org>.
5542
5543 2007-02-27  Didier Verna  <didier@xemacs.org>
5544
5545         Include the group parameters as well as the topic ones in the
5546         inheritance filter process.
5547         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5548         argument GROUP-PARAMS-LIST.
5549         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5550
5551 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5552
5553         * nntp.el (nntp-never-echoes-commands)
5554         (nntp-open-connection-functions-never-echo-commands): New variables.
5555         (nntp-send-command): Use them.
5556
5557 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5558
5559         * mml2015.el (mml2015-epg-verify): Simplified.
5560
5561 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5562
5563         * mml.el (mml-content-disposition-alist): New user option.
5564         (mml-content-disposition): New function.
5565         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5566         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5567
5568 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5569
5570         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5571         verification.
5572
5573 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5574
5575         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5576         articles posted in the last 24 hours.
5577
5578 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5579
5580         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5581
5582 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5583
5584         * nntp.el (nntp-send-command): Don't wait for echoes when
5585         nntp-open-ssl-stream is used.
5586
5587 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5588
5589         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5590         (gnus-message-add-citation-keywords)
5591         (gnus-message-remove-citation-keywords): Remove.
5592         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5593         directly, make the variables in font-lock-defaults buffer-local, add
5594         gnus-message-citation-keywords to them and then update the value of
5595         font-lock-keywords.
5596
5597 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5598
5599         * message.el (message-cite-original-1): Don't call
5600         gnus-article-highlight-citation.
5601
5602         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5603         citations; fix line count.
5604
5605 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5606
5607         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5608         (gnus-message-add-citation-keywords)
5609         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5610         versions of font-lock-add-keywords and font-lock-remove-keywords to
5611         work with XEmacs correctly.
5612
5613 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * gnus-cite.el (gnus-cite-face-list): Set the values of
5616         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5617         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5618         (gnus-message-cite-prefix-regexp): New variable.
5619         (gnus-message-search-citation-line): Use it; protect against long
5620         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5621         the 0th match data for Emacs.
5622         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5623         (gnus-message-add-citation-keywords): Append keywords rather than
5624         prepending; emulate font-lock-add-keywords if it is not available.
5625         (gnus-message-remove-citation-keywords): Emulate
5626         font-lock-remove-keywords if it is not available.
5627
5628         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5629
5630         * message.el (message-cite-prefix-regexp): Set the value of
5631         gnus-message-cite-prefix-regexp.
5632
5633 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5634
5635         * nnweb.el (nnweb-google-parse-1): Update parser.
5636
5637 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5638
5639         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5640
5641 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5642
5643         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5644         regexp.
5645
5646 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5649         string-to-multibyte.
5650         (uudecode-decode-region-internal): Use it.
5651
5652         * lpath.el: Fbind string-as-multibyte for XEmacs.
5653
5654 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5655
5656         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5657         custom choice.
5658
5659         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5660
5661 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5662
5663         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5664
5665         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5666         `write-region' to respect `mm-inhibit-file-name-handlers'.
5667
5668 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5669
5670         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5671         Use gnus-home-directory instead of "~/" or "$HOME".
5672
5673 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5674
5675         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5676         to mention filename.
5677         Add comments at beginning regarding usage.
5678         (encrypt-write-file-contents): Change interactive so a string is
5679         acceptable.  If the file has no associated model, show an error instead
5680         of a nonsense prompt.
5681
5682 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5683
5684         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5685         Thanks to Yoshihiko Yamada for kind notification of this typo.
5686
5687 2007-01-12  Kenichi Handa  <handa@m17n.org>
5688
5689         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5690         multibyte buffer.
5691
5692 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5693
5694         * gnus-score.el (gnus-score-fast-scoring): New variable.
5695         (gnus-score-headers): Use it.
5696
5697         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5698
5699         * message.el (message-cite-original-1): Call
5700         gnus-article-highlight-citation if requested.
5701         (message-make-from): Allow name and address as optional arguments.
5702
5703         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5704
5705         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5706         bugs to doc string.
5707         (gnus-button-alist): Add mid\\|message-id.
5708         (gnus-button-fetch-group): Extend for use in
5709         `browse-url-browser-function'.
5710         (gnus-button-url-regexp): Try to catch paired parentheses like in
5711         Wikipedia URLs.
5712
5713         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5714         Suggested by Simon Krahnke <overlord@gmx.li>.
5715
5716 2007-01-13  Romain Francoise  <romain@orebokech.com>
5717
5718         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5719         Update copyright.
5720
5721 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5722
5723         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5724
5725 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5726
5727         * gnus-registry.el (gnus-registry-unfollowed-groups)
5728         (gnus-registry-split-fancy-with-parent): Fix documentation.
5729
5730 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5731
5732         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5733         from nnweb groups.
5734
5735 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5736
5737         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5738         Xref urls.  Erase buffer before requesting head.
5739
5740 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5741
5742         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5743         customizable.
5744
5745 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5746
5747         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5748         no signing key is found.
5749         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5750         no encrypting and/or signing key is found.
5751
5752 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5753
5754         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5755
5756 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5757
5758         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5759         headers read from disk with the ones newly found in the current search.
5760         This should no longer cause problems, because the article numbers in
5761         Gmane's `nov.php' output are ignored since the previous change.
5762
5763 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5764
5765         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5766
5767 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5768
5769         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5770         replace-regexp-in-string; bind url-version; fbind display-images-p and
5771         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5772         find-face and set-itimer-function for Emacs; bind itimer-list for
5773         Emacs.
5774
5775         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5776
5777 2007-01-01  Romain Francoise  <romain@orebokech.com>
5778
5779         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5780
5781 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5782
5783         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5784         `define-minor-mode' macro definition expanded properly.
5785         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5786         exclude it there.
5787
5788         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5789         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5790         `fboundp' test.
5791         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5792         This is OK to autoload in (S)XEmacs now.
5793
5794 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5795
5796         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5797         keystroke.
5798         (gnus-summary-limit-to-singletons): Fix typo.
5799
5800         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5801         else fails.
5802
5803 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5804
5805         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5806         docstring.
5807
5808         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5809         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5810         (gnus-summary-insert-dormant-articles): Fix typo in message.
5811
5812 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5813
5814         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5815         nil for XEmacs.
5816         (gnus-message-citation-mode): Don't autoload in XEmacs.
5817
5818         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5819
5820 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5821
5822         * nnimap.el (nnimap-expunge-search-string): Mention
5823         nnimap-search-uids-not-since-is-evil in docstring.
5824
5825 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5826
5827         * spam.el: Revert to make-obsolete-variable because
5828         define-obsolete-variable-alias is not supported in Emacs 21.
5829
5830         * spam.el (spam-ifile-path, spam-ifile-database-path)
5831         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5832         make-obsolete-variable.
5833         (spam-bsfilter-path, spam-bsfilter-program)
5834         (spam-spamassassin-path, spam-spamassassin-program)
5835         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5836         use "path" inappropriately.
5837         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5838         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5839         variable names.
5840
5841 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5842
5843         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5844         summary buffer.
5845
5846         * password.el (password-cache-remove): Use clear-string to burn
5847         password, if available.
5848
5849 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5850
5851         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5852
5853         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5854
5855         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5856         (gnus-message-highlight-citation): Move defcustom here from
5857         gnus-cite.el.
5858         (gnus-message-citation-mode): Autoload.
5859
5860         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5861         checks to make it compile with XEmacs.
5862         (gnus-message-citation-mode): New minor mode.
5863         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5864         (gnus-message-highlight-citation): New variables.
5865         (gnus-message-search-citation-line)
5866         (gnus-message-add-citation-keywords)
5867         (gnus-message-remove-citation-keywords)
5868         (turn-on-gnus-message-citation-mode)
5869         (turn-off-gnus-message-citation-mode): New functions.
5870
5871 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5872
5873         * gnus-cite.el: Enable highlighting of different citation levels in
5874         message-mode.
5875
5876 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5877
5878         * message.el (message-make-fqdn): Fix comment.
5879         (message-bogus-system-names): Add ".local".
5880
5881         * spam.el (spam-ifile-path, spam-ifile-program)
5882         (spam-ifile-database-path, spam-ifile-database)
5883         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5884         Don't use "path" inappropriately.
5885         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5886         strings.
5887         (spam-check-ifile, spam-ifile-register-with-ifile)
5888         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5889         new variable names.
5890
5891         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5892         (gnus-treat-display-smileys): Simplify using
5893         gnus-image-type-available-p.
5894
5895         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5896         available.
5897
5898         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5899         `display-images-p' if available.
5900
5901 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5902
5903         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5904         one after turning on the buffer's multibyteness instead of decoding
5905         them directly in the unibyte buffer that causes unexpected conversion
5906         in Emacs 23 (unicode).
5907
5908 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5909
5910         * message.el (message-generate-hashcash): Fix custom type.
5911
5912 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5913
5914         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5915
5916 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5917
5918         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5919         disconnect icons.  Add help text.
5920
5921 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5922
5923         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5924         negated to be consistent with the others we handle.
5925
5926 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5927
5928         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5929         version of gnus-summary-buffer to something, so that we can use two
5930         article buffers at the same time.
5931
5932 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5933
5934         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5935         trigger all the extra headers.
5936         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5937         sorting.
5938
5939 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5940
5941         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5942         solid groups.
5943
5944 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5945
5946         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5947
5948 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5949
5950         * legacy-gnus-agent.el: Add Copyright notice.
5951
5952 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5953
5954         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5955
5956 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5957
5958         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5959
5960         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5961         to make it work reliably in CVS Emacs.
5962         (gnus-summary-limit-strange-charsets-predicate)
5963         (gnus-summary-limit-to-predicate): New functions.
5964
5965 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5966
5967         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5968         specifying array size.
5969         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5970         array if it is too small.
5971         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5972         (gnus-sort-threads-loop): New function.
5973
5974 2006-12-06  Chris Moore  <dooglus@gmail.com>
5975
5976         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5977         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5978
5979 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5980
5981         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5982         options.
5983
5984 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5985
5986         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5987         DOS-ing the recipient.
5988
5989         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5990         the headers when creating the mapping to avoid mismappings.
5991         (nnweb-gmane-create-mapping): Always nix out old mapping.
5992
5993 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5996         and mm-verify-option to never.
5997
5998 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5999
6000         * message.el (message-signed-or-encrypted-p): New function.
6001         (message-forward-make-body): Use it.
6002
6003         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6004         Replace encode-coding-string with mm-encode-coding-string.
6005
6006 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6007
6008         * nneething.el (nneething-decode-file-name): Replace
6009         decode-coding-string with mm-decode-coding-string.
6010
6011         * gnus-int.el (gnus-open-server): Say failed server's name.
6012
6013 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6014
6015         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6016         strings to a single string.  Quote `errors-file-name'.
6017         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6018         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6019         Adjust calls.  Use `shell-quote-argument'.
6020
6021 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6022
6023         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6024         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6025
6026         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6027         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6028         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6029         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6030         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6031         (gnus-subscribe-newsgroup, gnus-1):
6032         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6033         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6034         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6035         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6036
6037 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6038
6039         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6040         keystroke.
6041         (gnus-summary-limit-to-bodies): Implement headersp.
6042
6043 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6044
6045         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6046
6047 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6048
6049         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6050
6051 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6052
6053         * message.el (message-generate-hashcash): Expand range of values to
6054         include `opportunistic'.
6055         (message-send-mail): Use it.
6056
6057 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6058
6059         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6060         and comment it.
6061
6062         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6063
6064 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6065
6066         * gnus-util.el (gnus-extract-address-components): Improve comment.
6067
6068 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6069
6070         * gnus-util.el (gnus-extract-address-components): Work with address in
6071         which the name portion contains @.
6072
6073         * lpath.el: Fbind custom-autoload.
6074
6075 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6076
6077         * gnus.el (gnus-start): Move custom group up.
6078         (gnus-select-method): Don't autoload, but make it available for
6079         `customize-variable'.
6080         (gnus-getenv-nntpserver): Don't autoload.
6081
6082 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6083
6084         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6085
6086 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6087
6088         * message.el (message-sendmail-extra-arguments): New variable.
6089         (message-send-mail-with-sendmail): Use it.
6090
6091 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6092
6093         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6094         mm-with-unibyte-current-buffer to make string unibyte.
6095
6096         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6097         mm-string-as-multibyte.
6098
6099 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6100
6101         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6102         Reported by Werner Koch <wk@gnupg.org>.
6103
6104 2006-11-14  Daiki Ueno  <ueno@p360>
6105
6106         * mml2015.el: Autoload epa-select-keys when compiling.
6107
6108 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6109
6110         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6111         message-options.
6112         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6113
6114 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6115
6116         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6117         EasyPG (< 0.0.6).
6118         (mml2015-always-trust): New user option.
6119         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6120         prompt.
6121
6122 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6123
6124         * nntp.el (nntp-authinfo-force): New variable.
6125         (nntp-send-authinfo): Use it.
6126
6127 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6128
6129         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6130         decode encoded words.  Improve prompt.  Add comment about forwarding.
6131         (message-replacement-char): Move up.
6132
6133 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6134
6135         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6136         instead of gnus-intersection because arguments of gnus-sorted-nunion
6137         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6138
6139 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6140
6141         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6142         (message-simplify-subject-functions): Enable
6143         message-strip-subject-encoded-words by default.
6144
6145 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6146
6147         * message.el (message-strip-subject-encoded-words): New function.
6148         (message-simplify-subject-functions): New variable.
6149         (message-simplify-subject): Use it.  Fix typo in doc string.
6150         Support message-strip-subject-encoded-words.
6151
6152 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6153
6154         * gnus-diary.el (gnus-diary-delay-format-function):
6155         * nndiary.el (nndiary-reminders):
6156         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6157
6158 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6159
6160         * gnus-art.el (article-hide-boring-headers): Fetch date from
6161         gnus-original-article-buffer to avoid problems with localized date
6162         strings.
6163
6164 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6165
6166         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6167
6168 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6169
6170         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6171         New variables.
6172         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6173         (mm-charset-synonym-alist): Move some entries to
6174         mm-codepage-iso-8859-list.
6175         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6176         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6177
6178 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6179
6180         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6181
6182 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6183
6184         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6185         with Emacs 21 and XEmacs.
6186
6187 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6188
6189         * spam.el (spam-parse-address): New function for better parsing,
6190         catching errors, etc.
6191         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6192
6193 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6194
6195         * mm-view.el: Add interactive arg to html2text autoload.
6196
6197 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6200
6201 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6202
6203         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6204         variables.
6205         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6206         (mm-charset-synonym-alist): Move some entries to
6207         mm-codepage-iso-8859-list.
6208
6209         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6210
6211 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6212
6213         * message.el (message-citation-line-format)
6214         (message-insert-formated-citation-line): Fix implementation of %E, %N
6215         and %n according to the doc string.
6216
6217 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6218
6219         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6220         car-safe to avoid bad parses.
6221
6222 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6225         names.
6226
6227         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6228
6229 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6230
6231         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6232         header.
6233
6234         * message.el (message-draft-headers): Add Date.
6235         (message-headers-to-generate): Fix typo in docstring.
6236
6237         * nndraft.el (nndraft-required-headers): New variable.
6238         (nndraft-generate-headers): Use it.
6239
6240         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6241
6242 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6243
6244         * gnus-registry.el (gnus-registry-wash-for-keywords)
6245         (gnus-registry-find-keywords): New functions to allow easy searching of
6246         articles that are in the registry.
6247
6248 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6249
6250         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6251         ietf-drums-parse-address instead of gnus-extract-address-components.
6252         Reported by Damien Elmes <damien@repose.cx>.
6253
6254 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6255
6256         * gnus.el (gnus-mime): Remove unused custom group.
6257
6258 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6259
6260         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6261         "blank line" when searching for end of armor headers.
6262
6263 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6264
6265         * gmm-utils.el (gmm-write-region): Fix variable name.
6266
6267 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6268
6269         * gmm-utils.el (gmm-write-region): New function based on compatibility
6270         code from `mm-make-temp-file'.
6271
6272         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6273
6274         * nnmaildir.el (nnmaildir--update-nov)
6275         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6276         Use `gmm-write-region'.
6277
6278 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6279
6280         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6281         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6282
6283         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6284
6285         * message.el (message-replacement-char): New variable.
6286         (message-fix-before-sending): Use it.
6287         (message-simplify-subject): New function to remove duplicate code.
6288         (message-reply, message-followup): Use it.
6289
6290         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6291         gnus-summary-limit-to-articles.
6292
6293 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6294
6295         * gnus-util.el (gnus-with-local-quit): New macro.
6296
6297         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6298
6299 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6300
6301         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6302         ignore non-string data.
6303
6304 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6305
6306         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6307         non-string data (needs to be done in the registry too).
6308
6309 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6310
6311         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6312         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6313         (gnus-registry-split-fancy-with-parent)
6314         (gnus-registry-fetch-simplified-message-subject-fast)
6315         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6316         Remove text properties on ingress into the registry and when it's saved.
6317         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6318         registry from entries with no groups.
6319
6320 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6321
6322         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6323         function to remove string properties.
6324
6325 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6326
6327         * gmm-utils.el (gmm): Adjust custom version.
6328
6329         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6330         custom version.
6331
6332         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6333
6334 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6335
6336         * gnus-art.el (gnus-insert-prev-page-button)
6337         (gnus-insert-next-page-button): Simplify.  Reformat.
6338
6339 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6340
6341         * gnus-art.el (gnus-insert-prev-page-button)
6342         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6343
6344 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6345
6346         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6347
6348 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6349
6350         * gnus-art.el (gnus-insert-mime-button)
6351         (gnus-insert-mime-security-button):
6352         Apply gnus-article-button-face to MIME and security buttons.
6353
6354 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6355
6356         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6357         readable.
6358
6359 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6360
6361         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6362
6363 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6364
6365         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6366         `browse-url-of-file' instead of `browse-url'.
6367
6368 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6369
6370         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6371         regexp.  Articles containing quotation were cut prematurely.
6372
6373 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6374
6375         * message.el (message-cite-original-1): Use nobody by default for the
6376         value of From header.
6377         (message-reply): Ditto.
6378
6379 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6380
6381         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6382         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6383         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6384
6385 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6386
6387         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6388         mails in the doc string.  Add some URLs in comment.
6389         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6390
6391 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6392
6393         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6394         backslashes handling and the way to find boundaries of quoted strings.
6395
6396 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6397
6398         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6399         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6400         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6401         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6402
6403 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6404
6405         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6406         doc string.
6407         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6408
6409 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * lpath.el: Fbind epg-check-configuration.
6412
6413 2006-09-06  Simon Josefsson  <jas@extundo.com>
6414
6415         * mml2015.el (mml2015-use): Doc fix, mention epg.
6416
6417 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6418
6419         * mml2015.el (mml2015-use): Default to epg, if available.
6420
6421 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6422
6423         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6424         message-sender.
6425         (mml1991-epg-encrypt): Ditto.
6426         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6427         message-sender.
6428         (mml2015-epg-encrypt): Ditto.
6429
6430 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6431
6432         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6433         several common directories.
6434
6435 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6436
6437         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6438         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6439
6440 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6441
6442         * gnus-art.el (article-decode-encoded-words): Make it fast.
6443
6444 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6445
6446         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6447
6448         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6449         in quoted string into `\'.
6450
6451 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6454         Use standard-syntax-table.
6455
6456 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * gnus-art.el (gnus-decode-address-function): New variable.
6459         (article-decode-encoded-words): Use it to decode headers which are
6460         assumed to contain addresses.
6461         (gnus-mime-delete-part): Remove useless `or'.
6462
6463         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6464         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6465         (gnus-nov-parse-line): Use it to decode From header.
6466         (gnus-get-newsgroup-headers): Ditto.
6467         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6468
6469         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6470         (mail-decode-encoded-address-string): New alias.
6471
6472         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6473         New function.
6474         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6475         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6476         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6477         (rfc2047-decode-string): Ditto.
6478         (rfc2047-decode-address-region): New function.
6479         (rfc2047-decode-address-string): New function.
6480
6481 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6482
6483         * message.el (message-caesar-buffer-body): Allow rotating headers.
6484
6485         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6486
6487         * message.el (message-insert-formated-citation-line): Fix %f.
6488         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6489
6490 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6491
6492         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6493         (gnus-bookmark-mouse-available-p): New macro.
6494         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6495         (gnus-bookmark-bmenu-show-infos): Use it.
6496         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6497         (gnus-bookmark-bmenu-hide-infos): Ditto.
6498         (gnus-bookmark-remove-properties): New function.
6499         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6500         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6501         (gnus-bookmark-write-file): Bind coding-system-for-write.
6502         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6503         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6504         group before selecting it.
6505         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6506         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6507         quit-window if it is not available; use gnus-mouse-2 and bind it to
6508         gnus-bookmark-bmenu-select-by-mouse.
6509         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6510         (gnus-bookmark-bmenu-select-by-mouse): New function.
6511
6512 2006-08-13  Romain Francoise  <romain@orebokech.com>
6513
6514         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6515         space.
6516
6517 2006-08-10  Romain Francoise  <romain@orebokech.com>
6518
6519         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6520         (dns-mode-soa-auto-increment-serial): New user option.
6521         (dns-mode-soa-maybe-increment-serial): New function.
6522         (dns-mode): Add the latter to `write-contents-functions'.
6523
6524 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6525
6526         * compface.el (uncompface): Use binary rather than raw-text-unix.
6527
6528 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6529
6530         * compface.el (uncompface): Make sure the eol conversion doesn't take
6531         place when communicating with the external programs.  Reported by
6532         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6533
6534 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6535
6536         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6537
6538 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6539
6540         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6541         Make it more robust by parsing author and date independently.
6542
6543 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6546
6547 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6548
6549         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6550         first matching secret key.
6551         (mml2015-epg-encrypt): Ditto.
6552
6553         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6554         first matching secret key.
6555         (mml1991-epg-encrypt): Ditto.
6556
6557         * mml2015.el (mml2015-encrypt-to-self): New user option.
6558         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6559         mml2015-epg-encrypt-to-self is set.
6560
6561         * mml1991.el (mml1991-encrypt-to-self): New variable.
6562         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6563         mml1991-epg-encrypt-to-self is set.
6564
6565         * mml2015.el (mml2015-signers): New user option.
6566         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6567         (mml2015-epg-encrypt): Allow to select signing keys.
6568
6569         * mml1991.el (mml1991-signers): New variable.
6570         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6571         (mml1991-epg-encrypt): Allow to select signing keys.
6572
6573 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6574
6575         * nnheader.el (nnheader-insert-head): Make it work even if the file
6576         uses CRLF for the line-break code.
6577
6578 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6579
6580         * mml2015.el: Require mml-sec instead of password.
6581         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6582         (mml2015-cache-passphrase): Inherit the default value from
6583         mml-secure-cache-passphrase.
6584         (mml2015-passphrase-cache-expiry): Inherit the default value from
6585         mml-secure-passphrase-cache-expiry.
6586
6587         * mml1991.el: Require mml-sec instead of password.
6588         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6589         (mml1991-cache-passphrase): Inherit the default value from
6590         mml-secure-cache-passphrase.
6591         (mml1991-passphrase-cache-expiry): Inherit the default value from
6592         mml-secure-passphrase-cache-expiry.
6593
6594         * mml-sec.el: Require password.
6595         (mml-secure-verbose): New user option.
6596         (mml-secure-cache-passphrase): New user option.
6597         (mml-secure-passphrase-cache-expiry): New user option.
6598
6599 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6600
6601         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6602         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6603         andreas@altroot.de (Andreas Vögele).
6604
6605         FIXME: Use `tiny change'?
6606
6607 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6608
6609         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6610         workaround for the url package included with Emacs.
6611
6612         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6613
6614 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6617         correctly.  This fixes a bug caused by the 2006-05-12 change.
6618
6619 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6620
6621         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6622         some information about the error when saying that the `bogus' mail
6623         group will be used.
6624
6625 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6626
6627         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6628         string.
6629
6630 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6631
6632         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6633
6634 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6635
6636         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6637
6638 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6639
6640         * mml1991.el (mml1991-function-alist): Add epg.
6641         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6642         (mml1991-epg-encrypt): New functions.
6643
6644 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6645
6646         * mml2015.el (mml2015-verbose): New variable.
6647         (mml2015-cache-passphrase): Ditto.
6648         (mml2015-passphrase-cache-expiry): Ditto.
6649         (mml2015-function-alist): Add epg.
6650         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6651         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6652         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6653         functions.
6654
6655 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6656
6657         * message.el (message-cite-original-1): Preserve region when removing
6658         quoted text due to X-No-Archive in order to avoid bogus attribution
6659         when citing multiple messages.
6660
6661 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6662
6663         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6664         Kenneth Jacker <khj@be.cs.appstate.edu>.
6665
6666 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6667
6668         * gnus-diary.el (gnus-user-format-function-d)
6669         (gnus-user-format-function-D): Autoload.
6670
6671         * imap.el (Commentary): Fix typo.
6672
6673         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6674         2006-04-22 contribution.
6675
6676 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6677
6678         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6679         It didn't really fix the bogosity I'm seeing with solid web groups.
6680
6681 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6682
6683         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6684         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6685         created using server names.  If we use the feature without declaring
6686         it, Gnus does not properly manage server and group state.
6687
6688         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6689         bound.
6690
6691 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6692
6693         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6694         looking up the method using GROUP's prefix before inventing a new one.
6695         It is used on killed/unknown groups in various places where returning
6696         an all-new method isn't expected by the caller.
6697
6698         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6699         and match semantics of gnus-group-real-prefix.
6700
6701 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6702
6703         * nnmail.el (nnmail-broken-references-mailers): New variable.
6704         (nnmail-ignore-broken-references): New function generalizing
6705         nnmail-fix-eudora-headers.
6706         (nnmail-fix-eudora-headers): Now obsolete.
6707
6708         * gnus-art.el (gnus-button-handle-custom): Support
6709         `customize-apropos*'.
6710
6711 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6712
6713         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6714
6715         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6716         articles.
6717
6718 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6719
6720         * message.el (message-cite-reply-above): New variable.
6721         (message-yank-original): Use it.
6722
6723 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6724
6725         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6726
6727 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6728
6729         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6730         as read.
6731
6732         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6733
6734 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6735
6736         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6737         (gnus-bookmark-default-file): Use gnus-directory.
6738         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6739         Remove "*" in doc string.
6740         (gnus-bookmark-write-file): Simplify.
6741         (gnus-bookmark-maybe-sort-alist): Use `when'.
6742         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6743         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6744         FIXME about Emacs 21 and XEmacs compatibility.
6745         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6746         compatibility.
6747         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6748         compatibility.
6749         (gnus-bookmark-menu-heading): Fix version.
6750
6751 2006-06-19  Bastien Guerry  <bzg@altern.org>
6752
6753         * gnus-bookmark.el: New file.
6754
6755 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6756
6757         * message.el (message-syntax-checks): Doc fix.
6758
6759 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6760
6761         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6762         unsubscribed groups as if they were killed ones.  It causes duplicate
6763         entries in gnus-newsrc-alist.
6764
6765 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6766
6767         * message.el (message-syntax-checks): Doc fix.
6768         (message-send-mail): Add check for continuation headers.
6769         (message-check-news-header-syntax): Fix regexp used to check for
6770         continuation headers.
6771
6772 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6773
6774         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6775
6776 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6777
6778         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6779
6780 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6781
6782         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6783         default-truncate-lines.
6784
6785 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6786
6787         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6788         to fill the utf-8 entry.
6789
6790         * lpath.el: Fbind unicode-precedence-list.
6791
6792 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6793
6794         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6795
6796 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6797
6798         * gnus-agent.el (directory-files-and-attributes): Move all the way
6799         forward (the third and final move).
6800         (gnus-agent-read-agentview): Trap reconstruction errors due to
6801         nonexistant directory.  Handle by returning nil.
6802
6803 2006-05-30  Didier Verna  <didier@xemacs.org>
6804
6805         * message.el (message-dont-reply-to-names): Update the custom type.
6806         * message.el (message-dont-reply-to-names): New defsubst: potentially
6807         convert a list of regexps into a single one.
6808         * message.el (message-get-reply-headers): Use it.
6809         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6810
6811 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6812
6813         * gnus-agent.el (directory-files-and-attributes): Move forward.
6814
6815 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6816
6817         * gnus-ml.el (gnus-mailing-list-subscribe)
6818         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6819         (gnus-mailing-list-message): Fix doc strings.
6820
6821 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6822
6823         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6824         of doing it manually.
6825
6826 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6827
6828         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6829         comment.
6830
6831 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6832
6833         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6834         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6835         (gnus-agent-read-local): All symbols allocated in my-obarray.
6836         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6837         (gnus-agent-regenerate-group): Check numeric names to see if they are
6838         messages or groups.
6839         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6840         better way of do this...)
6841
6842         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6843         'dummy.group' (there should be a better way of do this...)
6844
6845 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6846
6847         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6848         (gnus-saved-headers): Ditto.
6849         (gnus-default-article-saver): Mention functions may have properties.
6850         (gnus-article-save): Override gnus-save-all-headers and
6851         gnus-saved-headers by :headers property which saver function may have.
6852         (gnus-summary-save-in-file): Add :headers property.
6853         (gnus-summary-write-to-file): Ditto.
6854
6855         * gnus-sum.el (gnus-summary-save-article): Bind
6856         gnus-prompt-before-saving to t when saving many articles in a file;
6857         always show all headers.
6858
6859         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6860
6861 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6862
6863         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6864         marks.
6865
6866         * message.el (message-indent-citation): Add optional arguments to allow
6867         using it outside of message buffers.
6868
6869         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6870         (gnus-article-treat-unfold-headers): Use it.
6871         (gnus-article-truncate-lines): New variable.
6872         (gnus-article-mode): Use it.
6873         (gnus-article-toggle-truncate-lines): New function.
6874
6875         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6876         gnus-article-toggle-truncate-lines.
6877
6878         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6879         coding system in XEmacs, use binary.
6880
6881 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6884         after-load-alist.
6885
6886         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6887         this function should save decoded articles.
6888         (gnus-summary-write-to-file): Use property to specify this function
6889         should save decoded articles and specify gnus-summary-save-in-file
6890         should be used to save articles other than the first one when saving
6891         many articles.
6892         (gnus-summary-save-body-in-file): Use property to specify this
6893         function should save decoded articles.
6894         (gnus-summary-write-body-to-file): Use property to specify this
6895         function should save decoded articles and specify
6896         gnus-summary-save-body-in-file should be used to save articles other
6897         than the first one when saving many articles.
6898
6899         * gnus-sum.el (gnus-summary-save-article): Simplify.
6900
6901 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6902
6903         * gnus-art.el (gnus-default-article-saver): Add
6904         gnus-summary-write-body-to-file.
6905         (gnus-article-save-coding-system): Don't use coding system object
6906         in XEmacs.
6907         (gnus-read-save-file-name): Add optional `dir-var' argument which
6908         specifies directory in which files are saved; work even if optional
6909         `variable' argument is not specified.
6910         (gnus-summary-write-to-file): Read file name.
6911         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6912         (gnus-summary-write-body-to-file): New function.
6913
6914         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6915         (gnus-summary-local-variables): Add it.
6916         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6917         (gnus-summary-save-article): Remove optional `decode' argument;
6918         determine whether to decode articles by the value of
6919         gnus-default-article-saver; when saving many files using
6920         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6921         it first and use gnus-summary-save-in-file or
6922         gnus-summary-save-body-in-file thereafter unless
6923         gnus-prompt-before-saving is always; move point to article which
6924         will be saved.
6925         (gnus-summary-save-article-file): Revert.
6926         (gnus-summary-write-article-file): Revert.
6927         (gnus-summary-save-article-body-file): Revert.
6928         (gnus-summary-write-article-body-file): New function.
6929
6930 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6931
6932         * gnus-art.el (gnus-default-article-saver): Doc fix.
6933         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6934         from gnus-summary-save-article-coding-system, and default to a
6935         certain coding system.
6936         (gnus-output-to-file): Add coding cookie and encode text according
6937         to gnus-article-save-coding-system; don't use mm-append-to-file.
6938
6939         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6940         gnus-art.el and rename to gnus-article-save-coding-system.
6941         (gnus-summary-save-article): Require gnus-art; don't show all
6942         headers if it decodes articles; don't add coding cookie here;
6943         don't bind mm-text-coding-system-for-write.
6944         (gnus-summary-save-article-file): Save decoded articles.
6945         (gnus-summary-write-article-file): When saving many files, use
6946         gnus-summary-write-to-file first and gnus-summary-save-in-file
6947         thereafter unless gnus-prompt-before-saving is always.
6948         (gnus-summary-save-article-body-file): Save decoded articles.
6949
6950         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6951
6952 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6953
6954         * nnrss.el (nnrss-check-group): Bind hash-index.
6955
6956 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6957
6958         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6959         its hash index.  Store this hash in `nnrss-group-data'.
6960         (nnrss-read-group-data): Update accordingly.
6961
6962 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6963
6964         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6965         entry.
6966
6967         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6968         gnus-article-browse-html-article.
6969
6970 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6971
6972         * gnus-sum.el (gnus-summary-mime-map): Add
6973         gnus-article-browse-html-article.
6974
6975         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6976
6977 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6978
6979         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6980         suitable coding systems in customize.
6981
6982 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6983
6984         * mail-source.el (mail-sources): Fix custom type.
6985
6986 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6987
6988         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6989         (gnus-summary-expire-articles-now): Shorten prompt.
6990
6991         * gmm-utils.el (wid-edit): Require.
6992         (defun-gmm): Renamed from `gmm-defun-compat'.
6993         (gmm-image-search-load-path): Use it.
6994         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6995
6996 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6997
6998         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6999         variable.
7000         (gnus-summary-save-article): Add optional `decode' argument.  If
7001         it is set and gnus-summary-save-article-coding-system is non-nil,
7002         save decoded article.
7003         (gnus-summary-write-article-file): Save decoded article if
7004         gnus-summary-save-article-coding-system is non-nil.
7005
7006         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7007         type.
7008
7009 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7010
7011         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7012
7013 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7016         first to test gnus-single-article-buffer which may be buffer-local.
7017
7018         * gnus-sum.el (gnus-summary-setup-buffer): Make
7019         gnus-single-article-buffer buffer-local and nil in ephemeral
7020         group; make gnus-article-buffer, gnus-article-current, and
7021         gnus-original-article-buffer always buffer-local.
7022         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7023         group.
7024         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7025
7026 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7027
7028         * nnml.el (nnml-request-compact-group): Compressed files might not
7029         have .gz extension.
7030
7031 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7032
7033         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7034         (mm-copy-to-buffer): Use with-current-buffer.
7035         (mm-display-part): Simplify.
7036         (mm-inlinable-p): Add optional arg `type'.
7037
7038 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7039
7040         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7041         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7042         Try harder to show the attachment internally or externally using
7043         gnus-mime-view-part-as-type.
7044
7045 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7046
7047         * message.el (message-from-style, message-signature-separator)
7048         (message-user-organization-file, message-send-mail-function)
7049         (message-citation-line-function, message-yank-prefix)
7050         (message-indent-citation-function, message-signature)
7051         (message-signature-file, message-signature-insert-empty-line):
7052         Remove autoloads.
7053
7054         * gnus-art.el (gnus-buttonized-mime-types): Remove
7055         "multipart/signed".  Revert 2006-04-26 change.
7056
7057 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7058
7059         * gnus.el (gnus-version-number): Bump version.
7060
7061 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7062
7063         * gnus.el: No Gnus v0.5 is released.
7064
7065 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7066
7067         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7068         fetching articles by message-id.
7069
7070 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7071
7072         * message.el (hashcash): Require hashcash as normal.
7073
7074         * ecomplete.el (ecomplete-highlight-match-line): Use
7075         point-at-eol.
7076         (ecomplete-highlight-match-line): Use `highlight', because that
7077         face exists in both Emacs and XEmacs.
7078
7079         * message.el (message-display-abbrev): Use point-at-bol.
7080
7081         * mail-source.el: Don't require timer/timer-funcs.
7082
7083         * gnus-async.el: Ditto.
7084
7085         * password.el: Ditto.
7086
7087         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7088
7089         * mm-url.el: Ditto.
7090
7091         * gnus-xmas.el: Don't require timer-funcs.
7092
7093         * mm-util.el: Require timer/timer-funcs.
7094
7095 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7096
7097         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7098         Close.
7099
7100 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7103         unibyte after clear-decrypt function runs.
7104
7105         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7106         returns as a unibyte string.
7107
7108 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7109
7110         * lpath.el: Revert.
7111
7112         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7113         (pgg-gpg-process-sentinel): Revert.
7114
7115         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7116         (pgg-pgp-lookup-key): Revert.
7117
7118         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7119         (pgg-pgp5-lookup-key): Revert.
7120
7121         * pgg.el (pgg-fetch-key): Revert.
7122
7123 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7124
7125         * lpath.el: Fbind string-as-multibyte for XEmacs.
7126
7127         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7128         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7129         (mml1991-pgg-encrypt): Ditto.
7130
7131         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7132         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7133         a multibyte buffer.
7134
7135         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7136         (pgg-pgp-lookup-key): Ditto.
7137
7138         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7139         (pgg-pgp5-lookup-key): Ditto.
7140
7141         * pgg.el (pgg-fetch-key): Ditto.
7142
7143 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7144
7145         * message.el (message-user-organization-file): Check several
7146         locations of the organization file.
7147
7148         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7149         Add gnus-article-view-part-as-type.
7150
7151         * gnus-art.el (gnus-article-view-part-as-type): New function.
7152
7153         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7154         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7155
7156         * mml.el: Simplify autoload.
7157         (mml-mode): defvar dnd-protocol-alist instead of using
7158         symbol-value.
7159         (mml-default-directory): New variable.
7160         (mml-minibuffer-read-file): Use it.
7161         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7162
7163         * message.el (message-citation-line-format): New variable.
7164         (message-insert-formated-citation-line): New function.
7165         (message-citation-line-function): Add
7166         `message-insert-formated-citation-line' to custom type.
7167
7168         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7169         to doc string.
7170
7171         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7172         depending on mm-verify-option.
7173
7174 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7177         binding pgg-* variables; reimplement the section which prevents
7178         MIME header from being signed.
7179         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7180         pgg-text-mode; remove a blank line at the top of body.
7181
7182         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7183         lines at the top of body; use gnus-newsgroup-charset if there's no
7184         Charset header.
7185
7186 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7187
7188         * message.el (message-self-insert-commands): Doc fix.
7189
7190         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7191         (mm-uu-pgp-encrypted-test): Ditto.
7192         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7193         between header and body; return application/pgp-encrypted handle
7194         if decryption failed; decode decrypted body by charset.
7195
7196         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7197         element match to application/pgp-*.
7198
7199 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7200
7201         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7202         HTML.
7203
7204 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7205
7206         * mail-source.el (mail-source-call-script): Message the error
7207         string.
7208
7209 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7210
7211         * gnus-util.el (gnus-byte-compile): Use it.
7212
7213 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7214
7215         * gnus-util.el (kill-empty-logs): New function.
7216
7217 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7218
7219         * message.el (message-mail-alias-type): Doc fix.
7220         (message-mail-alias-type-p): New function.
7221         (message-send): Use it.
7222         (message-mode): Ditto.
7223         (message-strip-forbidden-properties): Ditto.
7224
7225         * ecomplete.el (ecomplete-database-file-coding-system): New
7226         variable.
7227         (ecomplete-save): Use it.
7228         (ecomplete-setup): Use it.
7229
7230 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7231
7232         * message.el (message-self-insert-commands): New variable.
7233         (message-strip-forbidden-properties): Use it.
7234
7235 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7236
7237         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7238         that doesn't make XEmacs choke.
7239
7240 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7241
7242         * gnus-util.el (gnus-replace-in-string):
7243         Prefer replace-regexp-in-string over of replace-in-string.
7244
7245 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * gnus-util.el (gnus-select-frame-set-input-focus):
7248         Use select-frame-set-input-focus if it is available in XEmacs; use
7249         definition defined in Emacs 22 for old Emacsen.
7250
7251         * dgnushack.el: Autoload unmorse-region for XEmacs.
7252
7253         * lpath.el: Bind cursor-in-non-selected-windows and
7254         select-frame-set-input-focus for XEmacs.
7255
7256 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7257
7258         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7259
7260 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7261
7262         * gnus-registry.el (gnus-registry-cache-save): Remove text
7263         properties when saving via the temp buffer.
7264
7265 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7266
7267         * message.el (message-generate-hashcash): Honor custom type.
7268
7269 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7270
7271         * message.el (message-generate-hashcash): Default to non-nil when
7272         hashcash is found.
7273
7274         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7275         (gnus-refer-thread-limit): Increase default to 500.
7276
7277         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7278
7279         * flow-fill.el (fill-flowed): Allow delete-space.
7280
7281 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7282
7283         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7284         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7285         Remove autoloads.
7286
7287 2006-04-18  Simon Josefsson  <jas@extundo.com>
7288
7289         * message.el (message-generate-hashcash): Default to.
7290
7291 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7292
7293         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7294         concatenating segments rather than before concatenating them.
7295
7296 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7297
7298         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7299
7300 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7301
7302         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7303
7304         * message.el (message-forward-make-body-plain): Allow
7305         message-forward-ignored-headers to be a list.
7306         (message-remove-ignored-headers): Factor out into function.
7307         (message-forward-make-body-mml): Use it.
7308
7309         * imap.el (imap-quote-specials): New function.
7310         (imap-login-auth): Quote specials.
7311
7312         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7313         (rfc2231-parse-string): Allow concatanation of parameters that
7314         aren't contiguous.  The test case is
7315           (mail-header-parse-content-type "message/external-body;
7316             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7317             access-type=LOCAL-FILE;
7318             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7319
7320 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7321
7322         * nntp.el (nntp-accept-process-output): Return the value of
7323         `nnheader-accept-process-output'.
7324
7325 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7326
7327         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7328         (gnus-button-alist): Recognize more diff formats.
7329         (gnus-button-patch): Strip directory.
7330
7331 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7332
7333         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7334         Emacs 22 when setting focus.
7335
7336 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7337
7338         * gnus-art.el (gnus-article-treat-types): Do treatment of
7339         text/x-verbatim parts.
7340         (gnus-button-patch): New command.
7341
7342         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7343         addresses that contain invalid characters.
7344
7345 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7346
7347         * message.el (message-put-addresses-in-ecomplete): Use
7348         gnus-replace-in-string.
7349         (message-is-yours-p): Use the more correct
7350         mail-header-parse-address instead of
7351         mail-extract-address-components.
7352         (message-put-addresses-in-ecomplete): Fix typo.
7353
7354         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7355         keystroke.
7356
7357         * gnus-art.el (gnus-treatment-function-alist): Change order of
7358         newsgroups/generic header folding to avoid double-folding.
7359
7360         * message.el (message-hidden-headers): Add X-Draft-From.
7361
7362         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7363         command.
7364         (gnus-summary-repeat-search-article-backward): New command.
7365
7366         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7367         groups in the parent topic.
7368
7369 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7370
7371         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7372         (spam-extra-header-to-number): Return the CRM114 number as a
7373         number instead of a string.
7374
7375 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7376
7377         * gnus-art.el (gnus-face-properties-alist): Moved here from
7378         gnus-fun.
7379
7380         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7381
7382 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7383
7384         * message.el (message-strip-forbidden-properties): Only display on
7385         self-insert-command.
7386
7387         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7388         reindent.
7389         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7390
7391 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7392
7393         * smiley.el (smiley-style): Fix typo.
7394
7395 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7396
7397         * hashcash.el (hashcash-insert-payment-async-2): Use
7398         message-goto-eoh instead of doing it manually.
7399         (mail-add-payment): Use message-narrow-to-header instead of trying
7400         to do the same itself.
7401
7402         * message.el (message-hidden-headers): Add Face.
7403
7404         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7405         reparenting code.
7406         (gnus-summary-reparent-children): Refactored out code.
7407         (gnus-summary-thread-map): New keystroke.
7408         (gnus-summary-reparent-children): Make into command.
7409
7410         * smiley.el (smiley-style): Default to `medium' if using a large
7411         font.
7412
7413         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7414         does it itself.
7415
7416         * message.el (message-point-in-header-p): Simplify definition.
7417
7418 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7419
7420         * nnagent.el (nnagent-request-set-mark): Silence log file
7421         writing.
7422         (nnagent-request-set-mark): Use write-region instead of
7423         append-to-file.
7424
7425         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7426         strange select method.
7427
7428         * ecomplete.el (ecomplete-display-matches): Get highlightling
7429         right.
7430         (ecomplete-display-matches): Use literals.
7431         (ecomplete-display-matches): Disable message logging.
7432
7433         * message.el (message-display-abbrev): Small optimization.
7434
7435         * ecomplete.el (ecomplete-display-matches): Allow automatic
7436         display.
7437
7438         * message.el (message-strip-forbidden-properties): Display
7439         abbrevs.
7440         (message-display-abbrev): Get automatic display right.
7441
7442         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7443         keystrokes.
7444
7445 2006-04-13  Romain Francoise  <romain@orebokech.com>
7446
7447         TODO: Backport to v5-10!
7448
7449         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7450         Moved here (and renamed) from gnus-registry.el.
7451
7452         * gnus-registry.el: Require gnus-util.
7453         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7454
7455 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7456
7457         * gnus-group.el (gnus-group-catchup-current): Change
7458         if-then-else-if-then-else into cond.
7459         (gnus-group-catchup): Indent.
7460         (group-name-at-point): New function.
7461         (gnus-fetch-group): Provide default from thing at point.
7462
7463 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7464
7465         * message.el (message-display-abbrev): Fix regexp.
7466
7467         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7468         choosing.
7469         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7470         dead variables.
7471
7472         * message.el (message-newline-and-indent): Remove debugging.
7473         (message-display-abbrev): Use new implementation.
7474
7475 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7476
7477         * gnus-art.el (gnus-article-mode): Set
7478         cursor-in-non-selected-windows to nil.
7479
7480         * smiley.el: Revert previous change.
7481         (smiley-data-directory): defvar it before using it in the
7482         defcustom of `smiley-style'.
7483
7484 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7485
7486         * message.el (message-newline-and-indent): New function.
7487
7488         * ecomplete.el: Implement more bits.
7489
7490         * message.el (message-put-addresses-in-ecomplete): Clean up the
7491         string.
7492
7493         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7494
7495         * gnus-sum.el (gnus-summary-save-parts): Bind
7496         gnus-summary-save-parts-counter and use it to make unique file
7497         names.
7498
7499         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7500
7501         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7502         parameter to say whether to actually parse the individual
7503         addresses.
7504
7505         * message.el (message-put-addresses-in-ecomplete): New function.
7506         (ecomplete): Require.
7507         (message-mail-alias-type): Add ecomplete as an option.
7508
7509 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7510
7511         * flow-fill.el (fill-flowed): Remove trailing space from blank
7512         quoted lines.
7513
7514 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7515
7516         * smiley.el (smiley-style): Move definition later to avoid a
7517         compilation warning.
7518
7519 2006-04-12  Kenichi Handa  <handa@m17n.org>
7520
7521         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7522         buffer and then decode the buffer text if necessary.
7523         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7524         first, and after mm-encode-body, change the buffer to unibyte.
7525         Use mm-disable-multibyte instead of set-buffer-multibyte.
7526
7527 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7528
7529         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7530         Content-Type header instead of Content-Disposition header.
7531         (gnus-mime-inline-part): Ditto.
7532         (gnus-mime-view-part-as-charset): Ignore charset that the part
7533         specifies.
7534
7535         * mm-decode.el (mm-display-part): Work with external parts and
7536         usual parts similarly.
7537
7538         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7539         instead of gnus-display-mime.
7540
7541         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7542         instead of with-temp-buffer.
7543
7544         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7545         tag to summarized topics part in order to encode non-ASCII text.
7546
7547 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7548
7549         * smiley.el (smiley-style): New variable.
7550         (smiley-directory): New function.
7551         (smiley-data-directory): Derive from `smiley-style' using
7552         `smiley-directory'.
7553         (smiley-regexp-alist): Add new entries.
7554
7555         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7556         (gnus-article-browse-delete-temp): Add :version.
7557
7558 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7559
7560         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7561         the sieve region.
7562
7563 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7564
7565         * gnus.el (gnus-version-number): Bump version.
7566
7567 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7568
7569         * gnus.el: No Gnus v0.4 is released.
7570
7571 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7572
7573         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7574         layout.
7575
7576         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7577         unknown charset.
7578
7579         * message.el (message-header-synonyms): Add Original-To to the
7580         default.
7581
7582         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7583         optional parameter.
7584
7585 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7586
7587         * gnus-fun.el (gnus): Require it for gnus-directory.
7588
7589 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7590
7591         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7592
7593 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7594
7595         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7596
7597 2006-04-05  Simon Josefsson  <jas@extundo.com>
7598
7599         * password.el (password-reset): New function.
7600
7601 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7602
7603         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7604         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7605
7606 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7607
7608         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7609         Some whitespace was matched into the url, which broke browsing hits
7610         > 100 when mm-url-use-external was nil.
7611
7612 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7613
7614         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7615         gnus-extra-headers for 'Newsgroups.
7616
7617         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7618         bound.
7619
7620 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7621
7622         * pgg-gpg.el: Clean up process buffers every time gpg processes
7623         complete.
7624
7625 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7626
7627         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7628         doc string.
7629
7630 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7631
7632         * pgg-gpg.el (pgg-gpg-process-filter)
7633         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7634
7635         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7636         lines, temporary fix.
7637
7638 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7639
7640         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7641
7642 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7643
7644         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7645         default-enable-multibyte-characters.  This reverts the change from
7646         revision 6.17 which is no longer necessary because the passphrase
7647         is sent separately now.  GnuPG messages are unreadable under
7648         multibyte locales with default-enable-multibyte-characters set to
7649         nil.
7650
7651 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7652
7653         * message.el (message-tool-bar-gnome): Move "spell".
7654
7655 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7656
7657         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7658         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7659         instead.
7660
7661 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7662
7663         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7664         newsgroups handling for NNTP overviews which don't include
7665         Newsgroups.
7666
7667 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7668
7669         * message.el (message-resend): Bind message-generate-hashcash to nil.
7670
7671 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7672
7673         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7674         when searching for already-paid recipients.
7675
7676 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7677
7678         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7679         passphrases when it is not needed.
7680         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7681         passphrase stuff from gpg, should only be necessary when you use
7682         gpg with a smartcard.
7683
7684 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7685
7686         * mml.el (mml-insert-mime): Ignore cached contents of
7687         message/external-body part.
7688
7689         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7690         (mm-insert-part): Ditto.
7691
7692 2006-03-23  Simon Josefsson  <jas@extundo.com>
7693
7694         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7695         Reiner.
7696         (pgg-gpg-use-agent-p): Use it again.
7697
7698 2006-03-23  Simon Josefsson  <jas@extundo.com>
7699
7700         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7701         older emacsen.
7702         (pgg-gpg-use-agent-p): Don't use it.
7703
7704 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7705
7706         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7707         if we can.
7708
7709 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7710
7711         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7712         (pgg-gpg-update-agent): New function.
7713         (pgg-gpg-use-agent-p): New function.
7714         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7715         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7716         (pgg-gpg-sign-region): Use it.
7717
7718 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7721         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7722
7723 2006-03-21  Simon Josefsson  <jas@extundo.com>
7724
7725         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7726         <wilde@sha-bang.de>.
7727         (pgg-gpg-use-agent): New variable.
7728         (pgg-gpg-process-region): Use it.
7729         (pgg-gpg-encrypt-region): Likewise.
7730         (pgg-gpg-encrypt-symmetric-region): Likewise.
7731         (pgg-gpg-decrypt-region): Likewise.
7732         (pgg-gpg-sign-region): Likewise.
7733         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7734
7735 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7736
7737         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7738
7739         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7740         Add comment on version.
7741
7742 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7743
7744         * smiley.el: Add missing test smiley.
7745
7746 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7747
7748         * mm-decode.el (mm-with-part): New macro.
7749         (mm-get-part): Use it; work with message/external-body as well.
7750         (mm-save-part): Treat name and filename equally.
7751
7752         * mm-extern.el (mm-extern-cache-contents): New function.
7753         (mm-inline-external-body): Use it; force the part to be displayed;
7754         move undisplayer added to the cached handle to the parent.
7755
7756         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7757         (gnus-mime-view-part-as-type): Work with message/external-body.
7758
7759         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7760
7761 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7762
7763         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7764         images in image-load-path.  [Sync with image.el, revision 1.60, in
7765         Emacs.]
7766
7767 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7768
7769         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7770         path rather than symbol.  Always return list of directories.
7771         Guarantee that image directory comes first.  [Sync with image.el,
7772         revision 1.59, in Emacs.]
7773
7774         * message.el (message-make-tool-bar): Adjust to new API of
7775         `gmm-image-load-path-for-library'.
7776
7777         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7778
7779         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7780
7781 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7782
7783         * gnus-art.el (gnus-article-only-boring-p):
7784         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7785         intangible text.
7786         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7787
7788 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7789
7790         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7791         `defun' instead of `gmm-defun-compat'.
7792
7793 2006-03-14  Simon Josefsson  <jas@extundo.com>
7794
7795         * message.el (message-unique-id): Don't use message-number-base36
7796         if (user-uid) is a float.
7797         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7798
7799 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7800
7801         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7802
7803         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7804         empty line between a part and a message part.
7805
7806 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7807
7808         * smiley.el: Add more test smileys.
7809         (smiley-data-directory, smiley-regexp-alist)
7810         (gnus-smiley-file-types): Fix doc strings.
7811         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7812         adding new elements.
7813         (smiley-mouse-map): Unused code.  Make it a comment.
7814
7815 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7818         scan latest NoCeM messages instead of old ones.
7819         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7820         delimiters that are recently used.
7821         (gnus-nocem-load-cache): Add autoload cookie.
7822
7823         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7824
7825         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7826         level which is larger than gnus-use-nocem is specified.
7827
7828         * gnus-group.el (gnus-group-get-new-news): Ditto.
7829
7830 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7831
7832         * gnus-util.el (gnus-tool-bar-update): New function.
7833
7834         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7835         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7836
7837         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7838
7839         * gnus-group.el (gnus-group-redraw-when-idle)
7840         (gnus-group-redraw-check): Remove.
7841         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7842
7843 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7844
7845         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7846         if optional last element is specified in splits (FIELD VALUE...).
7847
7848 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7849
7850         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7851         to gmm-image-load-path-for-library.  Call with no-error argument.
7852         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7853
7854         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7855
7856         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7857
7858         * gmm-utils.el (gmm-image-load-path): Remove alias.
7859
7860 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7861
7862         * gmm-utils.el (gmm-image-load-path): Add alias.
7863
7864         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7865         nnml-generate-nov-databases-1.
7866         (nnml-generate-nov-databases): Use it.
7867         (nnml-generate-nov-databases-directory): Document no-active
7868         argument.
7869
7870         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7871         directory if path is t.  Add no-error.
7872
7873         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7874         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7875
7876         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7877         resetting gnus-article-browse-html-temp-list.
7878
7879         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7880         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7881         Add example to docstring.  Rename local variables.  Move error
7882         checks to default case in cond and simplify.
7883
7884 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7885
7886         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7887         handle is multipart when calling it recursively.
7888         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7889
7890 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7891
7892         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7893         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7894
7895 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7896
7897         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7898         is loaded.
7899
7900         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7901         loaded.
7902
7903 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7904
7905         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7906         to "Emacs 23 (unicode)" in doc string.
7907
7908         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7909         "Emacs 23 (unicode)" in comment.
7910
7911 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7914
7915         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7916         characters 160 through 255 in Emacs 23.
7917
7918 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7919
7920         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7921         gnus-article-browse-html-temp.
7922         (gnus-article-browse-delete-temp): Make it customizable.  Add
7923         `file'.  Adjust doc string.
7924         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7925         query for each file.  Adjust doc string.
7926         (gnus-article-browse-html-parts): Add
7927         `gnus-article-browse-delete-temp-files' to
7928         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7929
7930 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7931
7932         * gnus-art.el (gnus-article-browse-html-temp)
7933         (gnus-article-browse-delete-temp): New variables.
7934         (gnus-article-browse-delete-temp-files): New function.
7935         (gnus-article-browse-html-parts): Use it.
7936
7937 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7938
7939         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7940
7941         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7942         string.
7943
7944         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7945         gnus-summary-insert-new-articles when unplugged.  Remove
7946         gnus-summary-search-article-forward.
7947
7948         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7949         display-visual-class instead of display-color-cells.
7950
7951 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * dgnushack.el: Autoload customize-group for XEmacs.
7954
7955         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7956         message/* containing non-ASCII text properly.
7957
7958 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7959
7960         * message.el: Require gmm-utils, remove autoloads.
7961         (message-tool-bar): Set default based on
7962         gmm-tool-bar-style.
7963         (message-tool-bar-gnome): Add gmm-customize-mode.
7964
7965         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7966         gmm-tool-bar-style.
7967         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7968
7969         * gnus-group.el (gnus-group-tool-bar): Set default based on
7970         gmm-tool-bar-style.
7971         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7972
7973         * gmm-utils.el (gmm-image-directory): Rename variable from
7974         gmm-image-load-path.
7975         (gmm-image-load-path): Use gmm-image-directory.
7976         (gmm-customize-mode): New function.
7977         (gmm-tool-bar-style): New variable.
7978
7979         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7980         gnus-group-redraw-line-number.
7981         (gnus-group-redraw-check): Simplify.
7982         (gnus-group-tool-bar-update): Remove redraw check.
7983         (gnus-group-make-tool-bar): Add redraw check.
7984
7985 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7986
7987         * gnus-art.el (gnus-button): Add missing parentheses.
7988
7989 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7990
7991         * lpath.el: Fbind line-number-at-pos.
7992
7993 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7994
7995         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7996
7997 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7998
7999         * gnus-art.el (gnus-button): New face.
8000         (gnus-article-button-face): Use it.
8001
8002         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8003         gnus-summary-next-page.  Re-order.
8004
8005         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8006         next-node are now included.
8007         (gnus-group-redraw-line-number): New internal variable.
8008         (gnus-group-redraw-check): Helper function for updating the tool
8009         bar.
8010         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8011
8012         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8013
8014         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8015         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8016         Use it to match format of Spamassassin 3.0 and later.  Reported by
8017         IRIE Tetsuya <irie@t.email.ne.jp>.
8018         (spam-check-bogofilter)
8019         (spam-bogofilter-register-with-bogofilter): Fix args of
8020         `gnus-error' calls.
8021
8022 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8023
8024         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8025         unnecessary interaction when sending queued mails.  Reported by
8026         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8027
8028 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8029
8030         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8031         first or last are nil.
8032
8033 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8034
8035         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8036
8037 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8038
8039         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8040
8041 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8042
8043         * dns.el (query-dns): Protect more against buggy tcp output.
8044
8045 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8046
8047         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8048         nov.php.
8049
8050 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8051
8052         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8053         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8054         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8055         output on the server side.
8056         (nnweb-google-create-mapping): Update regexps and add some
8057         progress indication.
8058
8059 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8060
8061         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8062         gnus-agent-toggle-plugged.  Re-order icons.
8063         (gnus-group-tool-bar-gnome): Add
8064         gnus-group-{prev,next}-unread-group.
8065         (gnus-group-tool-bar-gnome): Re-order icons.
8066
8067         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8068         gnus-summary-insert-new-articles.
8069
8070         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8071         comments.
8072
8073         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8074         also available in Emacs 21.3.
8075
8076         * message.el (message-fix-before-sending): Change "Emacs 22" to
8077         "Emacs 23 (unicode)" in comment.
8078
8079         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8080         "Emacs 23 (unicode)" in comment.
8081
8082         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8083         comment.
8084         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8085
8086         * mm-view.el (mm-fill-flowed): Add :version.
8087
8088 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8089
8090         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8091         and load-path.
8092
8093 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8094
8095         * message.el: Autoload gmm-image-load-path.
8096         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8097         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8098         consitency.
8099
8100         * gmm-utils.el (gmm-image-load-path): Also search in
8101         "../etc/images".  Don't set gmm-image-load-path if we don't find
8102         the image.
8103
8104 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8105
8106         * gmm-utils.el (gmm-image-load-path): Don't make
8107         `gmm-image-load-path' include subdirectories which the second arg
8108         `image' might specify.
8109
8110         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8111         subdirectory to icon file names.
8112
8113         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8114
8115 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8116
8117         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8118         gmm-image-load-path calls.
8119
8120         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8121
8122         * message.el (message-make-tool-bar): Ditto.
8123
8124         * mml.el (mml-preview): Added comment concerning tool bar icons.
8125
8126         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8127         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8128
8129         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8130         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8131
8132         * message.el (message-tool-bar-gnome): Use new icon names.
8133         (message-make-tool-bar): Use `gmm-image-load-path'.
8134
8135         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8136         functions from MH-E.
8137         (gmm-image-load-path): New variable from MH-E.
8138         (gmm-image-load-path): New function from MH-E.  Added arguments
8139         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8140         *-image-load-path-called-flag.
8141
8142 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8143
8144         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8145
8146 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8147
8148         * nnimap.el (nnimap-request-move-article): Change folder back to
8149         source group before deleting.
8150
8151 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8152
8153         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8154
8155         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8156         mm-url.
8157
8158         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8159
8160 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8161
8162         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8163         coding system which mm-charset-to-coding-system returns for a
8164         given charset is valid.
8165
8166 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8167
8168         * html2text.el (html2text-remove-tag-list):
8169         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8170
8171 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8172
8173         * gnus-cus.el: Revert 2005-10-17 change.
8174
8175 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * gnus-art.el (article-strip-banner): Call
8178         article-really-strip-banner only when the regexp match is made.
8179
8180 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8181
8182         * gnus-art.el (article-strip-banner): Use
8183         gnus-extract-address-components instead of
8184         mail-header-parse-addresses to make it work with non-ASCII text;
8185         remove mail-encode-encoded-word-string.
8186
8187         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8188         values which are surrounded with \"...\"; make it never cause a
8189         Lisp error; give up parsing of parameters if it failed in
8190         extracting type.
8191
8192 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8193
8194         * smime.el (smime-cert-by-ldap-1): Fix bug where
8195         `smime-ldap-search' returns results without userCertificates.
8196
8197 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8198
8199         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8200
8201 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8202
8203         * spam.el (spam-check-spamassassin-headers): Adapt format for
8204         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8205         <ari@mbf.ocn.ne.jp>.
8206         (spam-list-of-processors): Add spam-use-gmane.
8207
8208 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8209
8210         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8211         make-temp-file; make it work with XEmacs as well.
8212
8213         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8214         mm-make-temp-file.
8215
8216         * mm-decode.el (mm-display-external): Use the 3rd arg of
8217         mm-make-temp-file.
8218         (mm-create-image-xemacs): Ditto.
8219
8220 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8223         with message-narrow-to-headers.
8224         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8225         (gnus-draft-check-draft-articles): New function.
8226         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8227
8228 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8229
8230         * gnus-art.el (gnus-article-browse-html-parts):
8231         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8232         Don't use suffix argument for mm-make-temp-file for Emacs 21
8233         compatibility.  Remove useless `format'.
8234
8235 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8236
8237         * nnweb.el (nnweb-google-wash-article): Update regexps.
8238         (nnweb-group-alist): Use defvoo instead of defvar.
8239
8240 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8243         re-loading nn* modules.
8244
8245 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8246
8247         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8248         for `tool-bar-mode' and don't check it's default-value.
8249
8250         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8251
8252         * message.el (message-make-tool-bar): Ditto.
8253
8254         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8255         `substring'.  Shorten tmp-file name.
8256
8257         * gnus.el: Remove bogus comment.
8258
8259 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8260
8261         * gnus-art.el (gnus-article-browse-html-parts): New function.
8262         (gnus-article-browse-html-article): New function for viewing html
8263         articles with a browser.
8264
8265 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8266
8267         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8268         in elisp.
8269         (pgg-gpg-encrypt-symmetric-region): Ditto.
8270         (pgg-gpg-sign-region): Ditto.
8271
8272         * pgg-def.el (pgg-text-mode): New variable.
8273
8274         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8275         (mml2015-pgg-encrypt): Ditto.
8276
8277         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8278         (mml1991-pgg-encrypt): Ditto.
8279
8280 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8281
8282         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8283         message-make-date instead of current-time-string.
8284
8285         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8286         to gnus-decoded which mm-uu might set.
8287
8288 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8289
8290         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8291         don't decode quoted parameters; remove misimported Emacs code.
8292         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8293         (rfc2231-decode-encoded-string): Don't use split-string which
8294         behaves differently according to Emacs version; use
8295         mm-decode-coding-region to convert charset to coding-system.
8296         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8297         (rfc2231-encode-string): Remove misimported Emacs code.
8298
8299 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8300
8301         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8302         when calling mail-header-parse-content-type.
8303         (article-de-quoted-unreadable): Ditto.
8304         (article-de-base64-unreadable): Ditto.
8305         (article-wash-html): Ditto.
8306
8307         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8308         calling mail-header-parse-content-type and
8309         mail-header-parse-content-disposition.
8310         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8311         mail-header-parse-content-type.
8312
8313         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8314         insert charset and format parameters; encode description after
8315         inserting it to buffer.
8316         (mml-insert-parameter): Fold lines properly even if a parameter is
8317         segmented into two or more lines; change the max column to 76.
8318
8319         * rfc1843.el (rfc1843-decode-article-body): Don't use
8320         ignore-errors when calling mail-header-parse-content-type.
8321
8322         * rfc2231.el (rfc2231-parse-string): Return at least type if
8323         possible; don't cause an error even if it fails in parsing of
8324         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8325         (rfc2231-encode-string): Don't break lines at the beginning, leave
8326         it to mml-insert-parameter.
8327
8328         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8329         calling mail-header-parse-content-type.
8330
8331 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8332
8333         * spam-report.el (spam-report-gmane-use-article-number):
8334         Improve doc string.
8335         (spam-report-gmane-internal): Check if a suitable header was found
8336         in the article.
8337
8338 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8339
8340         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8341         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8342
8343 2006-02-05  Romain Francoise  <romain@orebokech.com>
8344
8345         Update copyright notices of all files in the gnus directory.
8346
8347 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8348
8349         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8350
8351 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8352
8353         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8354         segmented lines of parameter value to cope with Thunderbird 1.5
8355         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8356         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8357         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8358
8359 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8360
8361         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8362         parts.
8363
8364 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8365
8366         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8367         there's only one active file for all servers.
8368         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8369         solid groups.  Gnus might have used a FAST request to select the group.
8370         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8371         and nnweb-search redundantly in the active file.
8372         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8373         (nnweb-request-create-group): Don't use ARGS.
8374         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8375         initialisations.  Let nnoo do the work.
8376
8377 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8380         Say the part has been decoded.
8381
8382         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8383
8384 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8385
8386         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8387         mailcap-viewer-test-cache when there's no 'test clause, since that
8388         will invert the meaning of a "nil" test previously determined by
8389         mailcap-mailcap-entry-passes-test.
8390
8391 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8392
8393         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8394         compiling.
8395
8396         * gnus-sum.el: Ditto.
8397
8398         * message.el: Don't bind tool-bar-map when compiling.
8399
8400 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8401
8402         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8403
8404 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8405
8406         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8407         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8408         current Google Groups.
8409
8410 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8411
8412         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8413         and tool-bar-mode.
8414
8415         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8416         and tool-bar-mode.
8417
8418         * message.el (message-tool-bar-update): Simplify.
8419         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8420
8421         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8422         gnus-summary-buffer.
8423         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8424         gnus-summary-reply.
8425
8426         * gmm-utils.el (gmm): Add :version.
8427
8428 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * Makefile.in (clean): New rule.
8431         (distclean): Use it.
8432
8433 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8434
8435         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8436         autoload.
8437
8438 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8439
8440         * gmm-utils.el (gmm-verbose): Add :group.
8441
8442 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8443
8444         * message.el: Change some comments WRT tool-bars.
8445
8446         * gnus-sum.el (gnus-summary-tool-bar)
8447         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8448         (gnus-summary-tool-bar-zap-list): New variables.
8449         (gnus-summary-make-tool-bar): Complete rewrite using
8450         `gmm-tool-bar-from-list'.
8451
8452         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8453         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8454         variables.
8455         (gnus-group-make-tool-bar): Complete rewrite using
8456         `gmm-tool-bar-from-list'.
8457         (gnus-group-tool-bar-update): New function.
8458
8459         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8460
8461 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8462
8463         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8464         is dissected into a single part of which the type is the same as
8465         the given one; decode charset.
8466
8467 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8468
8469         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8470         into alists as symbol not string, since that's what
8471         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8472         look for.
8473
8474 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8475
8476         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8477         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8478
8479         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8480
8481 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8482
8483         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8484         (gnus-xmas-mime-security-button-menu): New function.
8485
8486         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8487         (gnus-mime-security-button-menu): New definition.
8488         (gnus-mime-security-button-map): Use them.
8489         (gnus-mime-security-button-menu): New function.
8490         (gnus-insert-mime-security-button): Addition to help echo.
8491         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8492         (gnus-mime-security-pipe-part): New functions.
8493
8494         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8495         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8496
8497         * mm-decode.el (mm-handle-set-disposition): Remove.
8498         (mm-handle-set-description): Remove.
8499
8500 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8501
8502         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8503         (mm-w3m-standalone-supports-m17n-p): New function.
8504         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8505         w3m usage.
8506
8507         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8508         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8509
8510 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8511
8512         * message.el (message-tool-bar-zap-list): Use
8513         gmm-tool-bar-zap-list as custom type.
8514         (message-tool-bar-update): New function.
8515         (message-tool-bar, message-tool-bar-gnome)
8516         (message-tool-bar-retro): Add message-tool-bar-update.
8517         (message-tool-bar-gnome): Add flyspell-buffer.
8518
8519         * gnus-util.el (gnus-error): Describe `args'.
8520
8521         * gmm-utils.el (gmm-error): Describe `args'.
8522         (gmm-tool-bar-zap-list): New widget.
8523         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8524
8525 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8526
8527         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8528         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8529         the number of recursive calls.
8530
8531         * mm-decode.el (mm-handle-set-disposition): New macro.
8532         (mm-handle-set-description): New macro.
8533
8534 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8537         encoding.
8538
8539 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8540
8541         * message.el (message-tool-bar-zap-list, message-tool-bar)
8542         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8543         (message-tool-bar-local-item-from-menu): Remove.
8544         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8545         (message-make-tool-bar): New function.
8546         (message-mode): Use `message-make-tool-bar'.
8547
8548         * gmm-utils.el: New file.
8549         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8550         (gmm-lazy): New widget copied from `nnmail.el'.
8551         (gmm-tool-bar-from-list): New function for creating customizable
8552         tool bars.
8553         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8554         output.
8555         (gmm): Add :prefix to defgroup.
8556
8557 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8558
8559         * gmm-utils.el (gmm-widget-p): New function.
8560
8561 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8562
8563         * mml.el (mml-attach-file): Describe `description' in doc string.
8564         (mml-menu): Add Emacs MIME manual and PGG manual.
8565
8566 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8567
8568         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8569
8570 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8571
8572         * nntp.el (nntp-end-of-line): Doc fix.
8573
8574 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8575
8576         * imap.el (imap-open): Handle case where buffer is a buffer
8577         object.
8578
8579 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8580
8581         * gnus-delay.el (gnus-delay): Don't autoload.
8582         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8583         to be re-loaded when customizing the `gnus-delay' group.
8584
8585 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8586
8587         * message.el (message-insert-citation-line): Use newlines.
8588
8589 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8590
8591         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8592         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8593         these routines, so the passphrase can be managed externally and
8594         passed in to the system.
8595         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8596         pgg-add-passphrase-to-cache function.
8597
8598         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8599         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8600         these routines, so the passphrase can be managed externally and
8601         passed in to the system.
8602         (pgg-pgp5-sign-region): Use new name of
8603         pgg-add-passphrase-to-cache function.
8604
8605 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8606
8607         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8608         part of the decoded armor to find the key-identifier.
8609         (pgg-gpg-lookup-key-owner): New function to return the
8610         human-readable identifier of a key owner.
8611         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8612         itself.
8613         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8614         the key value) if we have a key and can match it against a secret
8615         key.  Also, added a note pointing out fact that the prompt only
8616         indicates the first matching key.
8617
8618         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8619         pgg-decrypt-region.
8620         (pgg-add-passphrase-to-cache): Rename from
8621         `pgg-add-passphrase-cache' to reduce confusion (all callers
8622         changed).
8623         (pgg-remove-passphrase-from-cache): Rename from
8624         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8625         changed).
8626         (pgg-read-passphrase, pgg-add-passphrase-cache)
8627         (pgg-remove-passphrase-cache): Add informative docstrings.
8628         (pgg-decrypt): Convey provided passphrase in subordinate call to
8629         pgg-decrypt-region.
8630
8631 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8632
8633         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8634         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8635         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8636         'passphrase' argument, so the passphrase can be managed externally
8637         and then passed in to the system.
8638
8639         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8640         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8641         so the passphrase cache can be used reliably with identifiers
8642         besides a pgp packet's key id.
8643
8644         * pgg-gpg.el (pgg-gpg-encrypt-region)
8645         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8646         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8647         these routines, so the passphrase can be managed externally and
8648         passed in to the system.
8649
8650         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8651         'notruncate' argument, so the passphrase cache can be used
8652         reliably with identifiers besides a pgp packet's key id.
8653
8654 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8655
8656         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8657         symmetric encryption.
8658         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8659         encrypted session key.
8660         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8661         message ask for the passphrase in a proper way.
8662
8663         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8664         New user commands for symmetric encryption.
8665
8666 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8667
8668         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8669
8670         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8671
8672 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8673
8674         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8675
8676 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8677
8678         * mm-decode.el (mm-inlined-types): Add application/pgp.
8679         (mm-automatic-display): Ditto.
8680
8681         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8682         part as text.
8683
8684 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * nnrss.el: Update copyright.
8687         (nnrss-opml-import): Query whether to subscribe to each entry.
8688
8689         * gnus-art.el:
8690         * gnus-sum.el:
8691         * gnus-xmas.el:
8692         * messagexmas.el:
8693         * mm-uu.el:
8694         * mm-view.el: Update copyright.
8695
8696 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8697
8698         * message.el (message-info): New function.
8699         (message-mode-menu): Add it.
8700         Update copyright.
8701
8702         * ChangeLog: Fix and update copyright.
8703
8704 2006-01-13  Romain Francoise  <romain@orebokech.com>
8705
8706         * message.el (message-forward-subject-name-subject): Prefer the
8707         address to 'nowhere' if the sender has no name.
8708         Fix typo.  Update copyright year.
8709
8710 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8711
8712         * gnus-art.el (article-wash-html): Use
8713         gnus-summary-show-article-charset-alist if a numeric arg is given.
8714         (gnus-article-wash-html-with-w3m-standalone): New function.
8715
8716         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8717         mm-inline-text-html-render-with-w3m-standalone.
8718         (mm-text-html-washer-alist): Map w3m-standalone to
8719         gnus-article-wash-html-with-w3m-standalone.
8720         (mm-inline-text-html-render-with-w3m-standalone): New function.
8721
8722 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8723
8724         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8725         Improve LaTeX.
8726
8727 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8730         (nnrss-request-article): Render text/plain parts as HTML.
8731
8732         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8733         the buffer.
8734
8735 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8736
8737         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8738         custom definition of `gnus-posting-styles'.
8739
8740         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8741         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8742
8743 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8744
8745         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8746         Use nntp for bug archive.
8747
8748 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8749
8750         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8751         parts.
8752         (nnrss-normalize-date): New function converts ISO 8601 date into
8753         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8754         (nnrss-check-group): Use it.
8755
8756 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8757
8758         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8759
8760         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8761         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8762         (nnrss-insert-w3): Ditto.
8763
8764 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8765
8766         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8767         the articles to be forwarded including the case where neither a
8768         number of articles nor a region is specified.
8769
8770 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * nnrss.el (nnrss-request-article): Fix last change; fill
8773         text/plain parts.
8774
8775 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8776
8777         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8778         in text/plain part.
8779         (nnrss-check-group): Don't add excessive newline to dc:subject.
8780
8781 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8782
8783         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8784         article.
8785
8786 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8787
8788         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8789         (nnml-use-compressed-files, nnml-save-mail): Support other
8790         comression programs such as bzip2.
8791
8792 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8793
8794         * dns.el (query-dns): Make sure we check the buffer size before
8795         removing tcp headers.
8796
8797 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8798
8799         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8800         remove MIME buttons associated with multipart/alternative parts.
8801         (gnus-mime-display-alternative): Tag buttons using `article-type'
8802         text property.
8803
8804         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8805         associated with multipart/alternative parts.
8806
8807         * gnus-art.el (gnus-signature-separator): Fix custom type.
8808
8809         * mm-decode.el (mm-inlined-types): Fix custom type.
8810         (mm-keep-viewer-alive-types): Ditto.
8811         (mm-automatic-display): Ditto.
8812         (mm-attachment-override-types): Ditto.
8813         (mm-inline-override-types): Ditto.
8814         (mm-automatic-external-display): Ditto.
8815
8816 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8817
8818         * spam-report.el (spam-report-user-mail-address)
8819         (spam-report-user-agent): New variables.
8820         (spam-report-url-ping-plain): Use spam-report-user-agent.
8821
8822 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8823
8824         * gnus-art.el (gnus-button-handle-custom): Do not just use
8825         `customize-apropos' for any "M-x customize-*" button but the
8826         function called for.  Accept both the function name and its
8827         argument in order to achieve this.
8828         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8829         function name to `gnus-button-handle-custom' in case of "M-x
8830         customize-*" buttons.
8831
8832 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8833
8834         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8835         multipart/alternative and add xref to mm-discouraged-alternatives
8836         in doc string.
8837
8838         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8839         gnus-buttonized-mime-types in doc string.
8840
8841 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8842
8843         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8844         Suggest image/.* in the doc string.
8845
8846 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8847
8848         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8849         message-marks (Debian bug #342521).
8850
8851 2005-12-12  Simon Josefsson  <jas@extundo.com>
8852
8853         * password.el (password-read-from-cache): Add.
8854         (password-read): Use it.
8855
8856 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8857
8858         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8859         us-ascii as a MIME charset.
8860
8861         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8862         against the case where the 2nd arg TYPE is nil.
8863
8864 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8865
8866         * pop3.el (pop3-stream-type): Fix custom version.
8867
8868         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8869
8870 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8871
8872         * mm-decode.el (mm-display-external): Add missing cdr.
8873
8874 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8875
8876         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8877         RFC1524) if it is in mailcap or add a suffix according to
8878         mailcap-mime-extensions when generating a temp filename; postpone
8879         deleting a temp file for 2 seconds for some wrappers, shell
8880         scripts, and so on, which might exit right after having started a
8881         viewer command as a background job.
8882
8883 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8884
8885         * nntp.el (nntp-marks-directory): Fix custom group.
8886
8887         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8888         steps when < 10.
8889
8890         * gnus-start.el (gnus-no-server-1): Mention
8891         `gnus-level-default-subscribed' in doc string.
8892
8893 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8894
8895         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8896         parens.
8897
8898 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8899
8900         * gnus-xmas.el (gnus-use-toolbar): Revert.
8901         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8902         gnus-use-toolbar is default.
8903
8904         * messagexmas.el (message-use-toolbar): Revert.
8905         (message-setup-toolbar): Use global default-toolbar if
8906         message-use-toolbar is default.
8907
8908 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8911         according to default-toolbar-visible-p.
8912
8913         * messagexmas.el (message-use-toolbar): Ditto.
8914
8915 2005-11-26  Dave Love  <fx@gnu.org>
8916
8917         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8918         (tls-program, tls-success): Provide openssl alternative.
8919
8920         * starttls.el: Doc fixes.
8921         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8922         SERVICE to PORT.
8923
8924         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8925         port null or service name.
8926         (starttls-negotiate): Autoload.
8927
8928 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8929
8930         * message.el (message-kill-to-signature): Fix interactive spec.
8931
8932 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8933
8934         * pop3.el (pop3-open-server): Recognize a string as a service name.
8935
8936 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8937
8938         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8939
8940 2005-11-23  Dave Love  <fx@gnu.org>
8941
8942         Add pop3s, pop3/starttls.
8943
8944         * pop3.el (pop3-authentication-scheme): Clarify doc.
8945         (open-tls-stream, starttls-open-stream): Autoload.
8946         (pop3-stream-type): New.
8947         (pop3-open-server): Use it.
8948
8949         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8950         for POP.
8951         (mail-source-keyword-map): Add :stream for POP.
8952         (mail-source-fetch-pop): Use pop3-stream-type.
8953
8954 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8957         of current-time-string.
8958
8959 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8960
8961         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8962         date header.
8963
8964 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8965
8966         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8967         it can seriously impact performance as it bypasses the agent's
8968         local caches.
8969
8970 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8971
8972         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8973         must be explicitly online rather than "not explicitly offline" for
8974         its flags to be synchronized.
8975
8976         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8977         that gnus-uu-unmark-thread will function correctly.
8978
8979         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8980         1024K is instead displayed as 1M.
8981
8982 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8983
8984         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8985
8986 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8987
8988         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8989
8990 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8991
8992         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8993         error message to display actual error condition.
8994         (gnus-agent-save-local): Avoid saving symbols that are bound to
8995         nil as they simply result in a warning message in
8996         gnus-agent-read-local.
8997
8998 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8999
9000         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9001         rather than make-variable-buffer-local for file-precious-flag.
9002
9003 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9004
9005         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9006         for duplicates which are removed.  The invalid sort check then
9007         triggers a rescan after the sort as sorting may have moved
9008         duplicate entries such that they can be cheaply detected.
9009
9010 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9011
9012         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9013
9014 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9015
9016         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9017         internal variable to a custom variable.  Changed default value
9018         from compressed(2) to uncompressed(1).
9019         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9020         support for uncompressed agentview files.  Taken together, reading
9021         the agentview file should now be 6-7 times faster.
9022
9023 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9024
9025         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9026         as a buffer-local variable.  This avoids creating truncated
9027         dribble files as a result of a hang up, eg.
9028
9029 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9030
9031         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9032         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9033         XEmacs.
9034
9035 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9036
9037         * gnus-start.el (gnus-start-draft-setup): Enforce
9038         `gnus-draft-mode' for nndraft:drafts at startup.
9039
9040         * gnus.el (gnus-splash): Change custom group.
9041         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9042         allow-list argument.
9043
9044         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9045         string.
9046
9047 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9048
9049         * gnus-art.el (gnus-default-article-saver): Add user-defined
9050         `function' to custom type.
9051
9052 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9053
9054         * imap.el (imap-open): Handle case where buffer is a buffer
9055         object.
9056
9057 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9058
9059         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9060         long lines.
9061         (gnus-cache-delete-group): Wrap doc strings.
9062
9063         * gnus-agent.el (gnus-agent-rename-group)
9064         (gnus-agent-delete-group): Wrap doc strings.
9065
9066 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9067
9068         * messagexmas.el (message-use-toolbar): Change the valid values
9069         into default, top, bottom, left, and right.
9070         (message-toolbar-thickness): New variable.
9071         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9072         well.
9073         (message-setup-toolbar): Make it work.
9074
9075         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9076         (gnus-use-toolbar): Change the valid values into default, top,
9077         bottom, left, and right.
9078         (gnus-toolbar-thickness): New variable.
9079         (gnus-xmas-setup-toolbar): New function.
9080         (gnus-xmas-setup-group-toolbar): Use it.
9081         (gnus-xmas-setup-summary-toolbar): Use it.
9082
9083 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9084
9085         * gnus-start.el (gnus-1): Add "native" to
9086         gnus-predefined-server-alist.
9087
9088         * gnus.el (gnus-method-to-server): Don't add "native" to the
9089         lists here, because that leads to problems when
9090         gnus-select-method is bound.
9091
9092 2005-11-09  Simon Josefsson  <jas@extundo.com>
9093
9094         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9095         use (not sort-by-date) instead.
9096
9097 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9098
9099         * gnus-delay.el (gnus-delay-group): Don't autoload.
9100         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9101         to be re-loaded when customizing the `gnus-delay' group.
9102
9103 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9104
9105         * message.el: Revert last changes.
9106         (message-insert-citation-line): Use newlines.
9107
9108 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9109
9110         * message.el (message-courtesy-message)
9111         (message-mark-insert-begin, message-mark-insert-end)
9112         (message-elide-ellipsis, message-cancel-message)
9113         (message-add-header, message-change-subject)
9114         (message-cross-post-followup-to-header)
9115         (message-cross-post-insert-note, message-reduce-to-to-cc)
9116         (message-widen-reply, message-delete-not-region)
9117         (message-kill-to-signature, message-insert-signature)
9118         (message-insert-importance-high, message-insert-importance-low)
9119         (message-insert-or-toggle-importance)
9120         (message-insert-disposition-notification-to)
9121         (message-indent-citation, message-yank-original)
9122         (message-cite-original-without-signature, message-cite-original)
9123         (message-insert-citation-line, message-position-on-field)
9124         (message-fix-before-sending, message-send-mail-partially)
9125         (message-send-mail, message-send-mail-with-sendmail)
9126         (message-send-mail-with-qmail, message-send-news)
9127         (message-check-news-header-syntax, message-generate-headers)
9128         (message-insert-courtesy-copy, message-fill-address)
9129         (message-fill-header, message-shorten-references)
9130         (message-setup-1, message-cancel-news)
9131         (message-forward-make-body-plain, message-forward-make-body-mime)
9132         (message-forward-make-body-mml, message-encode-message-body)
9133         (message-forward-make-body-digest-plain)
9134         (message-forward-make-body-digest-mime)
9135         (message-use-alternative-email-as-from): Insert `hard-newline'
9136         instead of ordinary newlines.
9137
9138 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9139
9140         * message.el (message-generate-headers): Downcase the argument
9141         given to message-check-element.
9142
9143 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9144
9145         * nntp.el (nntp-authinfo-rejected): New error condition.
9146         (nntp-wait-for): Use new error condition to signal authentication
9147         error.
9148         (nntp-retrieve-data): Rethrow new error condition to break out of
9149         recursive call to nntp-send-authinfo.
9150
9151 2005-11-08  Romain Francoise  <romain@orebokech.com>
9152
9153         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9154         (gnus-summary-exit-map): Bind to `Z p'.
9155         (gnus-summary-make-menu-bar): Add menu item.
9156
9157 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9158
9159         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9160         (gnus-treat-*): Add `first' in all doc strings.
9161
9162         * gnus-group.el (gnus-group-compact-group): Fix typo.
9163
9164 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * gnus.el (gnus-parameters-case-fold-search): New variable.
9167         (gnus-parameters-get-parameter): Use it.
9168
9169         * gnus-score.el (gnus-home-score-file): Doc fix.
9170
9171 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9172
9173         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9174
9175 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9176
9177         * mm-util.el (mm-special-display-p): New function.
9178
9179         * mml.el (mml-preview): Use it; doc fix.
9180
9181 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9182
9183         * imap.el (imap-open): Handle case where buffer is a buffer object.
9184
9185 2005-10-29  Romain Francoise  <romain@orebokech.com>
9186
9187         * message.el (message-fix-before-sending): Fix comment.
9188
9189 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9190
9191         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9192
9193 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9194
9195         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9196         Used in gnus-score.el.
9197
9198 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9199
9200         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9201
9202 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9203
9204         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9205         whitespace removed in revision 7.8.  Use concatenated string to
9206         protect trailing whitespace.
9207
9208 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9209
9210         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9211         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9212         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9213         Courier IMAP ("some version from 2004").  Mostly based on similar
9214         code in the same function.
9215
9216 2005-10-26  Didier Verna  <didier@xemacs.org>
9217
9218         * gnus-group.el (gnus-group-compact-group): Invalidate original
9219         article buffer.
9220         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9221         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9222         NOV database and in article itself.
9223         Invalidate article backlog.
9224
9225 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9226
9227         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9228
9229 2005-10-26  Simon Josefsson  <jas@extundo.com>
9230
9231         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9232         part of 2004-07-25 change.
9233
9234 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * message.el (message-display-completion-list): New function.
9237         (message-expand-group): Use it; make sure the Completions buffer
9238         is modifiable.
9239 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9240
9241         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9242         user-mail-name is an empty string.
9243
9244 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9245
9246         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9247         depending on gnus-score-decay-constant.
9248
9249         * encrypt.el (encrypt-insert-file-contents)
9250         (encrypt-write-file-contents): Don't use `gnus-message'.
9251
9252         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9253         arguments.
9254         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9255         arguments to mm-uu-verbatim-marks-extract.
9256         (mm-uu-hide-markers): New variable.
9257         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9258
9259         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9260         (gnus-convert-image-to-face-command): Use "convert" by default to
9261         allow other input image formats.
9262         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9263         accordingly.
9264
9265 2005-10-23  Simon Josefsson  <jas@extundo.com>
9266
9267         * imap.el (imap-gssapi-program): Align command line parameters
9268         with latest GNU SASL.
9269         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9270
9271 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9272
9273         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9274         HTML.
9275         (nnslashdot-request-article): Ditto.
9276
9277         * lpath.el (featurep): Add nobreak-char-display.
9278
9279 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9280
9281         * mail-source.el (mail-source-fetch-pop): Require pop3.
9282         (mail-source-check-pop): Ditto.
9283
9284 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9285
9286         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9287         errors.
9288
9289 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9290
9291         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9292         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9293
9294         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9295
9296         * mm-bodies.el (mm-decode-string): Call
9297         `mm-charset-to-coding-system' with allow-override argument.
9298
9299 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9300
9301         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9302         (rfc2047-charset-to-coding-system): New function.
9303         (rfc2047-decode-encoded-words): New function.
9304         (rfc2047-decode-region): Use them.
9305         (rfc2047-decode-cte): Remove.
9306         (rfc2047-parse-and-decode): Remove.
9307         (rfc2047-decode): Remove.
9308
9309 2005-10-15  Kenichi Handa  <handa@m17n.org>
9310
9311         * rfc2047.el (rfc2047-decode-cte): New function.
9312         (rfc2047-decode-region): Change the way to decode successive
9313         encoded-words: decode B- or Q-encoding in each encoded-word,
9314         concatenate them, and decode it as charset.
9315
9316 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9317
9318         * lpath.el: Fbind codepage-setup for XEmacs.
9319
9320 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9321
9322         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9323         widget-move-and-invoke.
9324         (gnus-custom-mode): Use gnus-custom-map.
9325
9326 2005-10-15  Bill Wohler  <wohler@newt.com>
9327
9328         * message.el (message-tool-bar-map): Renamed image file from
9329         mail_send to mail/send.
9330
9331 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9332
9333         * message.el (message-expand-group): Pass the common
9334         prefix substring of completion to `display-completion-list'.
9335
9336 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9337
9338         * mml-sec.el (mml-secure-method): New internal variable.
9339         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9340         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9341         functions using mml-secure-method.
9342
9343         * mml.el (mml-mode-map): Add key bindings for those functions.
9344         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9345         Harder <harder@myrealbox.com>.
9346         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9347         end of message if point is the headers of the message.
9348
9349         * message.el (message-in-body-p): New function.
9350
9351         * assistant.el: Autoload gnus-util and netrc.
9352
9353         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9354         Use `mm-charset-override-alist' only when decoding.
9355
9356         * mm-bodies.el (mm-decode-body): Call
9357         `mm-charset-to-coding-system' with allow-override argument.
9358
9359         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9360         `filename' from Content-Disposition if Content-Type doesn't
9361         provide `name'.
9362         (gnus-mime-view-part-as-type): Set default instead of
9363         initial-input.
9364
9365 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9366
9367         * format-spec.el (format-spec): Propagate text properties of % spec.
9368
9369 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9370
9371         * gnus-art.el (gnus-treat-predicate): Add `first'.
9372
9373 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9374
9375         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9376         (mm-charset-override-alist): New variable.
9377         (mm-charset-to-coding-system): Use it.
9378         (mm-codepage-setup): New helper function.
9379         (mm-charset-eval-alist): New variable.
9380         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9381         about unknown charsets.
9382
9383         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9384
9385 2005-10-04  David Hansen  <david.hansen@gmx.net>
9386
9387         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9388         (nnrss-check-group): Ditto.
9389
9390 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9391
9392         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9393         Rename x-gnus-verbatim to x-verbatim.
9394         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9395
9396         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9397         x-verbatim.
9398
9399         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9400
9401         * gnus-util.el (gnus-remove-duplicates): Remove.
9402
9403         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9404         instead of gnus-remove-duplicates.
9405
9406         * message.el (message-remove-duplicates): Remove.
9407         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9408         message-remove-duplicates.
9409
9410         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9411         available, else use implementation from `delete-dups'.
9412
9413         * message.el (message-insert-expires): New function.
9414         (message-mode-map): Add key binding.
9415         (message-mode-field-menu): Add menu entry.
9416         (message-mode): Document it.
9417         (message-make-expires-date): Use `message-make-date'.
9418
9419 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9420
9421         * message.el (message-make-expires-date): New function.
9422
9423 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9424
9425         * Makefile.in (list-installed-shadows): New entry.
9426         (install): Use it.
9427         (remove-installed-shadows): New entry.
9428
9429         * dgnushack.el (dgnushack-default-load-path): New variable.
9430         (dgnushack-find-lisp-shadows): New function.
9431         (dgnushack-remove-lisp-shadows): New function.
9432
9433 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9434
9435         * Makefile.in (install-el-elc): New entry.
9436         (install): Use it so that .el files are necessarily installed.
9437
9438 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9439
9440         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9441
9442 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9443
9444         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9445         function rather than the diff-mode.el package.
9446         (mm-display-external): Use with-current-buffer.
9447         (mm-viewer-completion-map, mm-viewer-completion-map):
9448         Move initialization inside declaration.
9449
9450 2005-09-29  Simon Josefsson  <jas@extundo.com>
9451
9452         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9453         autoload mail-check-payment.
9454         (spam-check-hashcash): Define unconditionally, since hashcash.el
9455         is part of Gnus now.  Ignore errors from payment checking.
9456
9457 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9458
9459         * message.el (message-bold-region, message-unbold-region): Rename
9460         from `bold-region' and `unbold-region'.
9461
9462         * message.el: Remove useless autoloads.
9463
9464 2005-09-28  Simon Josefsson  <jas@extundo.com>
9465
9466         * message.el (message-use-idna): Default to t.
9467         (message-use-idna): Test whether encoding works too.  Doc fix.
9468
9469 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9470
9471         * nntp.el (nntp-warn-about-losing-connection): Remove.
9472
9473 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9474
9475         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9476         customizable.  Change default value.
9477         (mm-uu-diff-groups-regexp): Change default value.
9478         (mm-uu-type-alist): Add doc string.
9479         (mm-uu-configure): Add doc string.  Make it interactive.
9480         (mm-uu-tex-groups-regexp): New variable.
9481         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9482         (mm-uu-type-alist): Add LaTeX documents.
9483         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9484         of "text/verbatim".
9485         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9486
9487         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9488         instead of "text/verbatim".
9489
9490         * message.el (message-mark-inserted-region)
9491         (message-mark-insert-file): Use slrn style marks when called with
9492         prefix argument.
9493
9494 2005-09-27  Simon Josefsson  <jas@extundo.com>
9495
9496         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9497
9498 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9499
9500         * message.el (message-remove-duplicates): New function.
9501         Implementation borrowed from `gnus-remove-duplicates'.
9502         (message-idna-to-ascii-rhs): Also encode idna addresses in
9503         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9504         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9505         only ask about the same idna domain once per header and also tell
9506         in what header to replace the idna domain.
9507
9508         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9509         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9510         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9511         a header is decoded and not just the last one.
9512
9513 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9514
9515         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9516         has been decoded.
9517
9518         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9519         (mm-insert-part): Don't modify text if it has been decoded.
9520
9521         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9522         decoded.
9523
9524         * mm-view.el (mm-inline-text): Don't strip text props unless
9525         decoding enriched or richtext parts.
9526
9527 2005-09-25  Romain Francoise  <romain@orebokech.com>
9528
9529         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9530         * gnus-start.el (gnus-subscribe-interactively):
9531         * gnus-uu.el (gnus-uu-grab-articles):
9532         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9533         space.
9534
9535 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9536
9537         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9538         * mm-view.el (mm-view-pkcs7-decrypt):
9539         * gnus-sum.el (gnus-summary-limit-to-extra)
9540         (gnus-summary-respool-article, gnus-read-move-group-name):
9541         * gnus-score.el (gnus-summary-increase-score):
9542         * gnus-util.el (gnus-completing-read-with-default):
9543         * gnus-art.el (gnus-read-save-file-name)
9544         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9545         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9546         * message.el (message-check-news-header-syntax):
9547         Follow convention for reading with the minibuffer.
9548
9549 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9550
9551         * spam-report.el (spam-report-url-ping-plain):
9552         Use gnus-extended-version as User-Agent.
9553
9554         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9555         default value is nil.
9556
9557         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9558         (mm-uu-verbatim-marks-extract): New function.
9559         (mm-uu-extract): New face.
9560         (mm-uu-copy-to-buffer): Use it.
9561
9562         * spam-report.el (spam-report-gmane-ham): Renamed from
9563         `spam-report-gmane-unspam'.
9564         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9565         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9566
9567         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9568         Autoload.
9569         (spam-report-gmane-unregister-routine): Renamed
9570         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9571
9572 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9573
9574         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9575         (spam-report-gmane-unregister-routine): Add support for gmane
9576         unregistration.
9577
9578         * spam-report.el (spam-report-gmane-unspam)
9579         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9580         (spam-report-gmane): Change to take a single article and do unspam
9581         registration.
9582
9583 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9584
9585         * mm-url.el (mm-url-decode-entities): Fix regexp.
9586
9587 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9588
9589         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9590         default to nil, to be able to use Gnus at all.  If the default
9591         switches to something else, then the function should be fixed not
9592         be exceedingly slow.
9593
9594 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9595
9596         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9597         fail hard.
9598
9599         * spam-report.el: Add better Keywords line.
9600
9601         * spam.el: Add Maintainer and better Keywords line.
9602
9603 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9604
9605         * gnus-art.el (gnus-article-replace-part)
9606         (gnus-mime-replace-part): New functions.
9607         (gnus-mime-action-alist, gnus-mime-button-commands)
9608         (gnus-mime-save-part-and-strip): Added file argument.
9609         (gnus-article-part-wrapper): Added interactive argument.
9610
9611         * gnus-sum.el (gnus-summary-mime-map): Add
9612         `gnus-article-replace-part'.
9613
9614 2005-09-19  Didier Verna  <didier@xemacs.org>
9615
9616         The nnml compaction feature:
9617         * nnml.el (nnml-request-compact-group): New function.
9618         * nnml.el (nnml-request-compact): New function.
9619         * gnus-int.el (gnus-request-compact-group): New function.
9620         * gnus-int.el (gnus-request-compact): New function.
9621         * gnus-group.el (gnus-group-compact-group): New function.
9622         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9623         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9624         * gnus-srvr.el (gnus-server-compact-server): New function.
9625         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9626         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9627
9628 2005-09-18  Deepak Goel  <deego@gnufans.org>
9629
9630         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9631         format spec.
9632
9633 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9634
9635         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9636
9637 2005-09-15  Romain Francoise  <romain@orebokech.com>
9638
9639         * message.el (message-fill-paragraph): Clarify docstring.
9640
9641 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * gnus-art.el (gnus-mime-display-part): Protect against broken
9644         MIME messages.
9645
9646 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9647
9648         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9649         before parsing header.
9650
9651 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9652
9653         * html2text.el (html2text-replace-list): Add new entities.
9654
9655 2005-09-11  Romain Francoise  <romain@orebokech.com>
9656
9657         * message.el (message-alternative-emails): Improve docstring.
9658         (message-setup-1): Call `message-use-alternative-email-as-from'
9659         after `message-setup-hook' to give it precedence over posting
9660         styles, etc.
9661         (message-use-alternative-email-as-from): Add docstring.  Remove
9662         the original From header if present.
9663
9664         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9665         (nnml-save-mail): Use it.
9666
9667         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9668         articles.  Add new argument `silent'.
9669         (gnus-uu-mark-all): Report the total number of marked articles.
9670
9671 2005-09-10  Romain Francoise  <romain@orebokech.com>
9672
9673         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9674         (gnus-uu-mark-series): Likewise.
9675
9676 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9677
9678         * spam-report.el (spam-report-gmane): Fix generation of spam
9679         report URL.
9680
9681 2005-09-10  Simon Josefsson  <jas@extundo.com>
9682
9683         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9684         t, based on discussion on the ding list with Robert Epprecht
9685         <epprecht@solnet.ch>.
9686
9687 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9688
9689         * spam-report.el (spam-report-gmane): Make it work without
9690         X-Report-Spam header.  Gmane now only provides Archived-At.
9691         This is only used if `spam-report-gmane-use-article-number' is nil.
9692         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9693
9694         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9695         make `gnus-summary-sort-by-recipient' work with threading.
9696
9697         * nnweb.el (nnweb-google-wash-article): Print a message if article
9698         is not available.
9699
9700 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9701
9702         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9703         change.  Decode text/* parts content before displaying.
9704
9705 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9706
9707         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9708
9709 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9710
9711         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9712
9713         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9714         url-package-name, url-package-version,
9715         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9716         w3m-display-inline-images, and w3m-minor-mode-map.
9717
9718 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9719
9720         * message.el (message-tab-body-function): Fix mismatched custom type.
9721
9722         * gnus.el (gnus-group-change-level-function): Ditto.
9723
9724         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9725
9726         * gnus-art.el (gnus-signature-limit)
9727         (gnus-article-mime-part-function): Ditto.
9728
9729 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9730
9731         * mml.el (mml-mode): Silence the byte compiler.
9732
9733         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9734         using `(sit-for 0)' before moving the point to the specified part;
9735         skip unbuttonized parts.
9736         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9737         return to the summary window if gnus-auto-select-part is non-nil.
9738
9739 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9740
9741         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9742         variables.
9743         (mml-dnd-attach-file, mml-mode): Use them.
9744
9745         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9746         Make fetching article by MID work again for Google Groups.  Added
9747         FIXME concerning gnus-group-make-web-group.
9748
9749         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9750         Don't depend on Gnus by using mail-extract-address-components if
9751         gnus-extract-address-components is not bound.
9752
9753 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9754
9755         * gnus-art.el (gnus-mime-display-security): Don't display the
9756         signature, but only the signed part.
9757
9758 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9759
9760         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9761
9762         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9763         list, not listp.
9764
9765 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9766
9767         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9768         when encoding.
9769
9770         * mm-bodies.el (mm-decode-content-transfer-encoding):
9771         De-canonicalize CRLF for all text content types, not just
9772         text/plain.
9773
9774 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9775
9776         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9777         valid article; point arrow and cursor at the MIME button.
9778
9779 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9780
9781         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9782         Suggested by Dan Christensen <jdc@uwo.ca>.
9783
9784         * mm-decode.el (mm-save-part): Enable change of prompt.
9785
9786 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9787
9788         * gnus-msg.el (gnus-inews-add-send-actions): Made
9789         `message-post-method' lambda parameter ARG `&optional'.
9790
9791 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9792
9793         * gnus-sum.el (gnus-summary-mime-map): Added
9794         gnus-article-save-part-and-strip, gnus-article-delete-part and
9795         gnus-article-jump-to-part.
9796
9797         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9798         (gnus-article-edit-part): Use it.
9799         (gnus-article-part-wrapper): Added no-handle argument.
9800         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9801         functions.
9802
9803 2005-08-29  Romain Francoise  <romain@orebokech.com>
9804
9805         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9806         docstring.
9807         (gnus-face-from-file): Likewise.
9808
9809 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9810
9811         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9812         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9813         non-nil.
9814         (gnus-auto-select-part): New variable.
9815         (gnus-article-jump-to-part): New function.
9816         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9817         (gnus-mime-delete-part): Allow selecting specified part after
9818         deleting or stripping parts.
9819         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9820         part if argument is bogus.
9821
9822 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9823
9824         * gnus-art.el (w3m-minor-mode-map):
9825         * gnus-spec.el (gnus-newsrc-file-version):
9826         * gnus-util.el (nnmail-active-file-coding-system)
9827         (gnus-original-article-buffer, gnus-user-agent):
9828         * gnus.el (gnus-ham-process-destinations)
9829         (gnus-parameter-ham-marks-alist)
9830         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9831         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9832         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9833         * mm-decode.el (gnus-current-window-configuration):
9834         * mm-extern.el (gnus-article-mime-handles):
9835         * mm-url.el (url-current-object, url-package-name)
9836         (url-package-version):
9837         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9838         (smime-keys, w3m-cid-retrieve-function-alist)
9839         (w3m-current-buffer, w3m-display-inline-images)
9840         (w3m-minor-mode-map):
9841         * mml-smime.el (gnus-extract-address-components):
9842         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9843         (gnus-newsrc-hashtb, message-default-charset)
9844         (message-deletable-headers, message-options)
9845         (message-posting-charset, message-required-mail-headers)
9846         (message-required-news-headers):
9847         * mml1991.el (mc-pgp-always-sign):
9848         * mml2015.el (mc-pgp-always-sign):
9849         * nnheader.el (nnmail-extra-headers):
9850         * rfc1843.el (gnus-decode-encoded-word-function)
9851         (gnus-decode-header-function, gnus-newsgroup-name):
9852         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9853
9854 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9855
9856         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9857         the end of the date treatments.
9858
9859 2005-08-15  Simon Josefsson  <jas@extundo.com>
9860
9861         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9862         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9863         Capello and Romain Francoise.
9864         (pgg-fetch-key-function): Removed, not used?
9865         (pgg-insert-url-with-w3): Require url, to get
9866         url-insert-file-contents regardless of where it is defined.
9867
9868 2005-08-13  Romain Francoise  <romain@orebokech.com>
9869
9870         * message.el (message-cite-original-1): New function.
9871         (message-cite-original): Use it.
9872         (message-cite-original-without-signature): Ditto.
9873
9874 2005-08-08  Romain Francoise  <romain@orebokech.com>
9875
9876         * message.el (message-yank-empty-prefix): New variable.
9877         (message-indent-citation): Use it.
9878         (message-cite-original-without-signature): Respect X-No-Archive.
9879
9880 2005-08-08  Simon Josefsson  <jas@extundo.com>
9881
9882         * pgg.el: Autoload url-insert-file-contents instead of loading
9883         w3/url.
9884         (pgg-insert-url-with-w3): Don't load url here.
9885
9886 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9887
9888         * message.el (message-kill-to-signature): Don't insert newline at
9889         bol.
9890         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9891
9892 2005-08-06  Romain Francoise  <romain@orebokech.com>
9893
9894         * message.el (message-user-fqdn): Fix typo in docstring.
9895
9896 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9897
9898         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9899
9900         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9901
9902 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * mm-bodies.el (mm-encode-body): Use coding system rather than
9905         charset to encode text.
9906
9907         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9908         number of charsets if utf-8 is available (XEmacs).
9909
9910 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9911
9912         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9913         taken from `gnus-button-mid-or-mail-regexp'.
9914         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9915         (gnus-button-alist): Improve regexp for domain part of the MIDs
9916         for news:localpart@domain buttons.
9917         (gnus-button-ctan-directory-regexp): Update.
9918
9919 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9920
9921         * sieve-manage.el (sieve-manage-interactive-login): Use
9922         make-local-variable rather than make-variable-buffer-local.
9923         (sieve-manage-open): Ditto.
9924         (sieve-manage-authenticate): Ditto.
9925
9926         * mml.el (mml-generate-mime-1): Make the content type default to
9927         text/plain if the filename is not specified.
9928
9929 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9930
9931         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9932         instead of insert-buffer.
9933
9934         * message.el (message-yank-original): Ditto; set the mark at the
9935         end of the yanked message.
9936
9937 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9938
9939         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9940         lines to scroll rather than to stop it.
9941
9942         * mml.el (mml-generate-default-type): Add doc string.
9943         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9944         default to application/octet-stream when determining the content
9945         type if it is not specified for the part or the mml contents; add
9946         a comment about mml-generate-default-type.
9947
9948 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9949
9950         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9951         make it default to application/octet-stream when determining the
9952         content type if it is not specified for the external contents.
9953
9954 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9955
9956         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9957         segmented parameter but also other parameters might be there.
9958
9959 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9960
9961         * mm-decode.el (mm-display-external): Delete temp file, directory
9962         and buffer immediately if the external process is exited.
9963
9964 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9965
9966         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9967         fewer lines than that of scroll-margin.
9968         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9969
9970 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9971
9972         * gnus-art.el (gnus-article-next-page): Revert.
9973         (gnus-article-beginning-of-window): New macro.
9974         (gnus-article-next-page-1): Use it.
9975         (gnus-article-prev-page): Ditto.
9976         (gnus-article-edit-part): Use insert-buffer-substring instead of
9977         insert-buffer.
9978         (gnus-article-edit-exit): Ditto.
9979
9980         * gnus-util.el (gnus-beginning-of-window): Remove.
9981         (gnus-end-of-window): Remove.
9982
9983         * lpath.el: Don't bind header-line-format and scroll-margin.
9984
9985 2005-07-25  Simon Josefsson  <jas@extundo.com>
9986
9987         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9988         to have the url package without w3.  Reported by Daiki Ueno
9989         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9990
9991 2005-07-20  Didier Verna  <didier@xemacs.org>
9992
9993         * gnus-diary.el: Remove the description comment (nndiary is now
9994         properly documented in the Gnus manual).
9995         Fix the spelling of "Back End".
9996         * nndiary.el: Ditto.
9997         Fix the copyright notice.
9998
9999 2005-07-18  Romain Francoise  <romain@orebokech.com>
10000
10001         * gnus-sum.el (gnus-summary-to-prefix)
10002         (gnus-summary-newsgroup-prefix): New variables.
10003         (gnus-summary-from-or-to-or-newsgroups): Use them.
10004
10005 2005-07-17  Romain Francoise  <romain@orebokech.com>
10006
10007         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10008         space as it's generally not especially interesting to the user.
10009
10010 2005-07-16  Romain Francoise  <romain@orebokech.com>
10011
10012         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10013         nil to avoid prompting and file modification if one of the
10014         messages at the top of the nnfolder file contains a copyright
10015         notice.
10016         Update copyright notice.
10017
10018         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10019         instead of `current-time-string' as the latter creates a time
10020         string that is not RFC 2822 compliant (it lacks the zone).
10021         Update copyright notice.
10022
10023 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10024
10025         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10026         for text/rtf.  Display default in prompt.  Pass default for M-n.
10027
10028         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10029
10030 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10031
10032         * gnus-msg.el (gnus-button-mailto): Remove
10033         save-selected-window-window hackery because it relies on
10034         save-selected-window internals.
10035
10036 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10037
10038         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10039         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10040         (gnus-article-prev-page): Ditto.
10041
10042         * gnus-util.el (gnus-beginning-of-window): New function.
10043         (gnus-end-of-window): New function.
10044
10045         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10046
10047 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10048
10049         * gnus-score.el (gnus-score-edit-all-score): Set
10050         gnus-score-edit-exit-function to gnus-score-edit-done and call
10051         gnus-message.
10052
10053 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10054
10055         * gnus-msg.el (gnus-button-mailto): Remove
10056         save-selected-window-window hackery because it relies on
10057         save-selected-window internals.
10058
10059 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10060
10061         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10062         add-minor-mode.
10063         (gnus-binary-mode): Ditto.
10064
10065         * gnus-topic.el (gnus-topic-mode): Ditto.
10066
10067 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10068
10069         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10070         (gnus-article-prev-page): Take scroll-margin into consideration.
10071
10072 2005-07-04  Lute Kamstra  <lute@gnu.org>
10073
10074         Update FSF's address in GPL notices.
10075
10076 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10077
10078         * gnus.el (gnus-exit):
10079         * gnus-group.el (gnus-group-icons):
10080         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10081
10082         * gnus-nocem.el (gnus-nocem):
10083         * message.el (message-various, message-buffers, message-sending)
10084         (message-interface, message-forwarding, message-insertion)
10085         (message-headers, message-news, message-mail):
10086         * pgg-gpg.el (pgg-gpg):
10087         * pgg-parse.el (pgg-parse):
10088         * pgg-pgp.el (pgg-pgp):
10089         * pgg-pgp5.el (pgg-pgp5):
10090         * pop3.el (pop3): Finish `defgroup' description with period.
10091
10092 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * gnus-art.el (article-display-face): Improve the efficiency.
10095         (article-display-x-face): Ditto; remove grey x-face stuff.
10096
10097 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10098
10099         * gnus-art.el (article-display-face): Correct the position in
10100         which Faces are inserted.
10101
10102 2005-06-29  Didier Verna  <didier@xemacs.org>
10103
10104         * gnus-art.el (article-display-face): Display faces in correct
10105         order.
10106
10107 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10110         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10111         (gnus-nocem-check-article): Fetch the Type header.
10112         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10113         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10114         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10115         make sure gnus-nocem-hashtb is initialized.
10116         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10117         (gnus-nocem-unwanted-article-p): Ditto.
10118
10119         * pgg.el (pgg-verify): Return the verification result.
10120
10121 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10122
10123         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10124         is ascii.
10125
10126 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10127
10128         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10129         `show-nonbreak-escape'.
10130
10131 2005-06-23  Lute Kamstra  <lute@gnu.org>
10132
10133         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10134
10135         * dig.el (dig-mode):
10136         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10137
10138 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10139
10140         * nnimap.el (nnimap-split-download-body): Fix spellings.
10141
10142 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10143
10144         * gnus-art.el (gnus-article-encrypt-body):
10145         * gnus-cus.el (gnus-score-customize):
10146         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10147         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10148
10149 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10150
10151         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10152         header by looking for magic "MII" at the beginnig.
10153
10154 2005-06-16  Miles Bader  <miles@gnu.org>
10155
10156         * gnus-xmas.el (gnus-xmas-group-startup-message):
10157         Use renamed gnus-splash face.
10158
10159         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10160         (assistant-field-face): New backward-compatibility alias for renamed
10161         face.
10162         (assistant-render-text): Use renamed assistant-field face.
10163
10164         * spam.el (spam): Remove "-face" suffix from face name.
10165         (spam-face): New backward-compatibility alias for renamed face.
10166         (spam-face, spam-initialize): Use renamed spam face.
10167
10168         * message.el (message-header-to, message-header-cc)
10169         (message-header-subject, message-header-newsgroups)
10170         (message-header-other, message-header-name)
10171         (message-header-xheader, message-separator, message-cited-text)
10172         (message-mml): Remove "-face" suffix from face names.
10173         (message-header-to-face, message-header-cc-face)
10174         (message-header-subject-face, message-header-newsgroups-face)
10175         (message-header-other-face, message-header-name-face)
10176         (message-header-xheader-face, message-separator-face)
10177         (message-cited-text-face, message-mml-face):
10178         New backward-compatibility aliases for renamed faces.
10179         (message-font-lock-keywords): Use renamed message faces.
10180
10181         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10182         (sieve-test-commands, sieve-tagged-arguments):
10183         Remove "-face" suffix from face names.
10184         (sieve-control-commands-face, sieve-action-commands-face)
10185         (sieve-test-commands-face, sieve-tagged-arguments-face):
10186         New backward-compatibility aliases for renamed faces.
10187         (sieve-control-commands-face, sieve-action-commands-face)
10188         (sieve-test-commands-face, sieve-tagged-arguments-face):
10189         Use renamed sieve faces.
10190
10191         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10192         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10193         (gnus-group-news-3-empty, gnus-group-news-4)
10194         (gnus-group-news-4-empty, gnus-group-news-5)
10195         (gnus-group-news-5-empty, gnus-group-news-6)
10196         (gnus-group-news-6-empty, gnus-group-news-low)
10197         (gnus-group-news-low-empty, gnus-group-mail-1)
10198         (gnus-group-mail-1-empty, gnus-group-mail-2)
10199         (gnus-group-mail-2-empty, gnus-group-mail-3)
10200         (gnus-group-mail-3-empty, gnus-group-mail-low)
10201         (gnus-group-mail-low-empty, gnus-summary-selected)
10202         (gnus-summary-cancelled, gnus-summary-high-ticked)
10203         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10204         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10205         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10206         (gnus-summary-low-undownloaded)
10207         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10208         (gnus-summary-low-unread, gnus-summary-normal-unread)
10209         (gnus-summary-high-read, gnus-summary-low-read)
10210         (gnus-summary-normal-read, gnus-splash):
10211         Remove "-face" suffix from face names.
10212         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10213         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10214         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10215         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10216         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10217         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10218         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10219         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10220         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10221         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10222         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10223         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10224         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10225         (gnus-summary-normal-ticked-face)
10226         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10227         (gnus-summary-normal-ancient-face)
10228         (gnus-summary-high-undownloaded-face)
10229         (gnus-summary-low-undownloaded-face)
10230         (gnus-summary-normal-undownloaded-face)
10231         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10232         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10233         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10234         (gnus-splash-face):
10235         New backward-compatibility aliases for renamed faces.
10236         (gnus-group-startup-message): Use renamed gnus faces.
10237
10238         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10239         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10240         (gnus-server-agent): Remove "-face" suffix from face names.
10241         (gnus-server-agent-face, gnus-server-opened-face)
10242         (gnus-server-closed-face, gnus-server-denied-face)
10243         (gnus-server-offline-face):
10244         New backward-compatibility aliases for renamed faces.
10245         (gnus-server-agent-face, gnus-server-opened-face)
10246         (gnus-server-closed-face, gnus-server-denied-face)
10247         (gnus-server-offline-face): Use renamed gnus faces.
10248
10249         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10250         Remove "-face" suffix from face names.
10251         (gnus-picon-xbm-face, gnus-picon-face):
10252         New backward-compatibility aliases for renamed faces.
10253
10254         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10255         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10256         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10257         (gnus-cite-11): Remove "-face" suffix from face names.
10258         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10259         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10260         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10261         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10262         New backward-compatibility aliases for renamed faces.
10263         (gnus-cite-attribution-face, gnus-cite-face-list)
10264         (gnus-article-boring-faces): Use renamed gnus faces.
10265
10266         * gnus-art.el (gnus-signature, gnus-header-from)
10267         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10268         (gnus-header-content): Remove "-face" suffix from face names.
10269         (gnus-signature-face, gnus-header-from-face)
10270         (gnus-header-subject-face, gnus-header-newsgroups-face)
10271         (gnus-header-name-face, gnus-header-content-face):
10272         New backward-compatibility aliases for renamed faces.
10273         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10274
10275         * gnus-sum.el (gnus-summary-selected-face)
10276         (gnus-summary-highlight): Use renamed gnus faces.
10277         * gnus-group.el (gnus-group-highlight): Likewise.
10278
10279 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10280
10281         * gnus-sieve.el (gnus-sieve-article-add-rule):
10282         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10283         * spam-stat.el (spam-stat-buffer-change-to-spam)
10284         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10285
10286         * message.el (message-is-yours-p):
10287         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10288
10289 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10290
10291         * mm-view.el (mm-inline-text): Withdraw the last change.
10292
10293 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10296         executing enriched-decode.
10297
10298 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10299
10300         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10301         charset of tar files.
10302
10303 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10304
10305         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10306
10307 2005-06-04  Lute Kamstra  <lute@gnu.org>
10308
10309         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10310         information is never recorded.
10311
10312 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10313
10314         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10315
10316 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10317
10318         * pop3.el (pop3-apop): Run md5 in the binary mode.
10319
10320         * starttls.el (starttls-set-process-query-on-exit-flag):
10321         Use eval-and-compile.
10322
10323 2005-05-31  Simon Josefsson  <jas@extundo.com>
10324
10325         * smime.el (smime-replace-in-string): Define.
10326         (smime-cert-by-ldap-1): Use it.
10327
10328 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * gnus-art.el (article-display-x-face): Replace
10331         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10332
10333         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10334         set-process-query-on-exit-flag or process-kill-without-query.
10335
10336         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10337         loop instead of replace-regexp.
10338
10339         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10340         instead of process-kill-without-query if it is available.
10341
10342         * lpath.el: Fbind ldap-search-entries.
10343
10344         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10345         instead of find-file-hooks if it is available.
10346
10347         * mml1991.el: Bind pgg-default-user-id when compiling.
10348
10349         * mml2015.el: Bind pgg-default-user-id when compiling.
10350
10351         * nndraft.el (nndraft-request-associate-buffer):
10352         Use write-contents-functions instead of write-contents-hooks if it is
10353         available.
10354
10355         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10356         instead of find-file-hooks if it is available.
10357
10358         * nntp.el (nntp-open-connection): Replace
10359         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10360         (nntp-open-ssl-stream): Ditto.
10361         (nntp-open-tls-stream): Ditto.
10362
10363         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10364         set-process-query-on-exit-flag or process-kill-without-query.
10365         (starttls-open-stream-gnutls): Use it instead of
10366         process-kill-without-query.
10367         (starttls-open-stream): Ditto.
10368
10369 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10370
10371         * smime.el (smime-cert-by-ldap-1): Don't use
10372         replace-regexp-in-string.
10373
10374 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10375
10376         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10377
10378         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10379         in PEM format.  Adjust to the XEmacs compability.
10380
10381 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10382
10383         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10384         by `string-to-number'.
10385         * gnus-agent.el (gnus-agent-regenerate-group)
10386         (gnus-agent-fetch-articles): Ditto.
10387         * gnus-art.el (gnus-button-fetch-group): Ditto.
10388         * gnus-cache.el (gnus-cache-generate-active)
10389         (gnus-cache-articles-in-group): Ditto.
10390         * gnus-group.el (gnus-group-set-current-level)
10391         (gnus-group-insert-group-line): Ditto.
10392         * gnus-score.el (gnus-score-set-expunge-below)
10393         (gnus-score-set-mark-below, gnus-summary-score-effect)
10394         (gnus-summary-score-entry): Ditto.
10395         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10396         (gnus-soup-pack): Ditto.
10397         * gnus-spec.el (gnus-xmas-format): Ditto.
10398         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10399         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10400         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10401         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10402         * nndb.el (nndb-get-remote-expire-response): Ditto.
10403         * nndiary.el (nndiary-parse-schedule-value)
10404         (nndiary-string-to-number, nndiary-request-replace-article)
10405         (nndiary-request-article): Ditto.
10406         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10407         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10408         * nneething.el (nneething-make-head): Ditto.
10409         * nnfolder.el (nnfolder-request-article)
10410         (nnfolder-retrieve-headers): Ditto.
10411         * nnheader.el (nnheader-file-to-number): Ditto.
10412         * nnkiboze.el (nnkiboze-request-article): Ditto.
10413         * nnmail.el (nnmail-process-unix-mail-format)
10414         (nnmail-process-babyl-mail-format): Ditto.
10415         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10416         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10417         (nnmh-request-create-group, nnmh-request-list-1)
10418         (nnmh-request-group, nnmh-request-article): Ditto.
10419         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10420         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10421         * nnsoup.el (nnsoup-make-active): Ditto.
10422         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10423         * nntp.el (nntp-find-group-and-number)
10424         (nntp-retrieve-headers-with-xover): Ditto.
10425         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10426         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10427         (pgg-format-key-identifier): Ditto.
10428         * pop3.el (pop3-last, pop3-stat): Ditto.
10429         * qp.el (quoted-printable-decode-region): Ditto.
10430
10431         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10432         of concat.
10433
10434 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10435
10436         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10437
10438         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10439
10440         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10441
10442         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10443
10444         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10445
10446         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10447
10448         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10449         (gnus-carpal-mode): Ditto.
10450
10451         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10452         (gnus-browse-mode): Ditto.
10453
10454         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10455
10456         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10457
10458 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10459
10460         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10461
10462 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10463
10464         * gnus-util.el (gnus-run-mode-hooks): New function.
10465
10466         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10467
10468         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10469         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10470
10471 2005-05-27  Lute Kamstra  <lute@gnu.org>
10472
10473         * dns-mode.el (dns-mode): Specify customization group.
10474
10475 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10476
10477         * gnus-agent.el (gnus-agent-make-mode-line-string):
10478         Use mode-line-highlight as mouse-face.
10479
10480 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10481
10482         * canlock.el (canlock): Change the parent group to news.
10483
10484         * deuglify.el (gnus-outlook-deuglify): Add :group.
10485
10486         * dig.el (dig): Add :group.
10487
10488         * dns-mode.el (dns-mode): Add :group.
10489
10490         * encrypt.el (encrypt): Add :group.
10491
10492         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10493         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10494         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10495         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10496         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10497
10498         * gnus-diary.el (gnus-diary): Add :group.
10499
10500         * gnus.el (gnus-group-news-1-face): Add :group.
10501         (gnus-group-news-1-empty-face): Ditto.
10502         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10503         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10504         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10505         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10506         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10507         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10508         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10509         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10510         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10511         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10512         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10513         (gnus-summary-high-ticked-face): Ditto.
10514         (gnus-summary-low-ticked-face): Ditto.
10515         (gnus-summary-normal-ticked-face): Ditto.
10516         (gnus-summary-high-ancient-face): Ditto.
10517         (gnus-summary-low-ancient-face): Ditto.
10518         (gnus-summary-normal-ancient-face): Ditto.
10519         (gnus-summary-high-undownloaded-face): Ditto.
10520         (gnus-summary-low-undownloaded-face): Ditto.
10521         (gnus-summary-normal-undownloaded-face): Ditto.
10522         (gnus-summary-high-unread-face): Ditto.
10523         (gnus-summary-low-unread-face): Ditto.
10524         (gnus-summary-normal-unread-face): Ditto.
10525         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10526         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10527
10528         * hashcash.el (hashcash): New custom group.
10529         (hashcash-default-payment): Add :group.
10530         (hashcash-payment-alist): Ditto.
10531         (hashcash-default-accept-payment): Ditto.
10532         (hashcash-accept-resources): Ditto.
10533         (hashcash-path): Ditto.
10534         (hashcash-extra-generate-parameters): Ditto.
10535         (hashcash-double-spend-database): Ditto.
10536         (hashcash-in-news): Ditto.
10537
10538         * message.el (message-minibuffer-local-map): Add :group.
10539
10540         * netrc.el (netrc): Add :group.
10541
10542         * sieve-manage.el (sieve-manage-log): Add :group.
10543         (sieve-manage-default-user): Diito.
10544         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10545         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10546         (sieve-manage-authenticators): Ditto.
10547         (sieve-manage-authenticator-alist): Ditto.
10548         (sieve-manage-default-port): Ditto.
10549
10550         * sieve-mode.el (sieve-control-commands-face): Add :group.
10551         (sieve-action-commands-face): Ditto.
10552         (sieve-test-commands-face): Ditto.
10553         (sieve-tagged-arguments-face): Ditto.
10554
10555         * smime.el (smime): Add :group.
10556
10557         * spam-report.el (spam-report): Add :group.
10558
10559         * spam.el (spam, spam-face): Add :group.
10560
10561 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10562
10563         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10564         return \n.\n.\n at the end of articles.  Protect against that.
10565         (nntp-with-open-group): Allow debugging.
10566
10567         * nnheader.el (mail-header-set-extra): Make into a function
10568         because I just could't understand how to quote the list properly.
10569
10570         * dns.el (query-dns-cached): New function.
10571
10572 2005-05-26  Lute Kamstra  <lute@gnu.org>
10573
10574         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10575
10576 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10577
10578         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10579
10580         * gnus-art.el: Don't autoload mail-extract-address-components.
10581
10582         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10583         eval-and-compile to evaluate it.
10584
10585         * hashcash.el: Don't autoload executable-find.
10586
10587         * nndb.el: Don't declare the nndb back end two or more times; don't
10588         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10589
10590         * nntp.el: Autoload format-spec instead of format; use
10591         eval-and-compile to evaluate autoload forms.
10592
10593 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10594
10595         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10596
10597 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10598
10599         * gnus.el (gnus-version-number): Bump version.
10600
10601 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10602
10603         * gnus.el: No Gnus v0.3 is released.
10604
10605 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10606
10607         * lpath.el (featurep): Bind show-nonbreak-escape.
10608
10609 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10610
10611         * gnus-art.el (gnus-article-edit-part): Disable undo.
10612
10613 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10614
10615         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10616         gnus-article-date-lapsed-new-header is t if date timer is active;
10617         skip headers in which the original date value is empty.
10618         (gnus-article-save-original-date): Redefine it as a macro.
10619         (gnus-display-mime): Use it.
10620
10621 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10622
10623         * gnus-art.el (article-date-ut): Support converting date in
10624         forwarded parts as well.
10625         (gnus-article-save-original-date): New function.
10626         (gnus-display-mime): Use it.
10627
10628 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10629
10630         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10631         enclosure element of <item>.
10632
10633 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10634
10635         * message.el (message-kill-buffer-query): Renamed from
10636         `message-kill-buffer-query-if-modified'.  Added :version.
10637
10638 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10639
10640         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10641         window layout.
10642
10643 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10644
10645         * mml.el: Autoload dnd when compiling.
10646
10647 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10648
10649         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10650         x-dnd-*.
10651
10652 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10653
10654         * qp.el (quoted-printable-encode-region): Save excursion.
10655
10656 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10657
10658         * message.el (message-kill-buffer-query-if-modified): Add new variable
10659         so the user can kill a modified message buffer quickly.
10660         (message-kill-buffer): Use it.
10661
10662 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10663
10664         * lpath.el: Fbind display-time-event-handler; don't fbind
10665         string-to-multibyte.
10666
10667         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10668
10669 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10670
10671         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10672         contained in text because xml.el decodes entities) with LFs.
10673
10674 2005-04-11  Lute Kamstra  <lute@gnu.org>
10675
10676         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10677         differently.
10678
10679 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10680
10681         * mm-util.el (mm-detect-coding-region): Typo.
10682
10683 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10686
10687 2005-04-06  Deepak Goel  <deego@gnufans.org>
10688
10689         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10690         user-function allow user modifications of the scores.
10691         (spam-stat-score-buffer-user): New function, to allow
10692         user-computed modifications to the score.
10693         (spam-stat-score-buffer-user-functions): List of additional
10694         scoring functions.
10695         (spam-stat-error-holder): Global temporary error holder.
10696         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10697         variable.
10698
10699 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10700
10701         * gnus-registry.el (gnus-registry-clean-empty-function)
10702         (gnus-registry-trim, gnus-registry-fetch-groups)
10703         (gnus-registry-delete-group): Groups that match
10704         `gnus-registry-ignored-groups' are removed from the registry
10705         entries, not just ignored for splitting.  This helps clean up the
10706         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10707         to get all the groups a message ID is in.
10708
10709         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10710         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10711         (spam-stat-score-buffer-user-functions): Add :number custom type.
10712
10713 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10714
10715         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10716         argument in XEmacs.
10717
10718         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10719         (nnrss-request-group): Decode group name first.
10720         (nnrss-request-article): Make a text/plain article if mml-to-mime
10721         failed.
10722         (nnrss-get-encoding): Return a compatible encoding according to
10723         nnrss-compatible-encoding-alist.
10724         (nnrss-find-el): Use consp instead of listp.
10725         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10726
10727 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10730         which Emacs 20 doesn't support.
10731         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10732
10733 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10734
10735         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10736         silence the byte compiler inside the defun.
10737
10738         * gnus-demon.el (parse-time-string): Add autoload.
10739
10740         * gnus-delay.el (parse-time-string): Add autoload.
10741
10742         * gnus-art.el (parse-time-string): Add autoload.
10743
10744         * nnultimate.el (parse-time): Require for `parse-time-string'.
10745
10746 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10747
10748         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10749
10750         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10751
10752         * smime.el (smime-ldap-host-list): Add :version.
10753
10754 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10755
10756         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10757         pass it to `gnus-browse-read-group'.
10758         (gnus-browse-read-group): Add NUMBER argument and pass it to
10759         `gnus-group-read-ephemeral-group'.
10760
10761         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10762         argument and pass it to `gnus-group-read-group'.
10763
10764 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10765
10766         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10767         mm-xemacs-find-mime-charset-1 if we have the mule feature
10768         available at runtime.
10769
10770 2005-03-25  Werner Lemberg  <wl@gnu.org>
10771
10772         * nnmaildir.el: Replace `illegal' with `invalid'.
10773
10774 2005-03-23  Lute Kamstra  <lute@gnu.org>
10775
10776         * time-date.el: Add comment on time value formats.
10777         Don't require parse-time.
10778         (with-decoded-time-value): New macro.
10779         (encode-time-value): New function.
10780         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10781         (days-to-time): Return a valid time value when arg is huge.
10782         (time-since): Use time-subtract.
10783         (time-to-number-of-days): Use time-to-seconds.
10784
10785 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10786
10787         * gnus-start.el (gnus-display-time-event-handler):
10788         Check display-time-timer at runtime rather than only at load time
10789         in case display-time-mode is turned off in the mean time.
10790
10791 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10792
10793         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10794         used.
10795
10796         * nneething.el (nneething-map-file-directory): Derive from
10797         `gnus-directory'.
10798
10799         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10800         the To/Cc button.
10801
10802 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10803
10804         * nnmaildir.el (nnmaildir-request-accept-article):
10805         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10806
10807 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10808
10809         * gnus-async.el: Require timer-funcs at compile time when in
10810         XEmacs for `run-with-idle-timer'.
10811
10812 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10813
10814         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10815         autoloaded function.
10816
10817 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10818
10819         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10820
10821 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10822
10823         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10824
10825 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10826
10827         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10828         gnus-expert-user to default.
10829
10830 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10831
10832         * nnimap.el (nnimap-open-server): Ditto.
10833
10834         * imap.el (imap-authenticate): Fix typo.
10835
10836 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10837
10838         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10839         buffer (since IMAP server might return FETCH response out of
10840         order, and the nntp buffer must be sorted).
10841
10842 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10843
10844         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10845         comparison on string.
10846
10847         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10848         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10849         (gnus-agent-summary-fetch-series): Modified to protect against
10850         gnus-agent-summary-fetch-group clearing processable flags.
10851         (gnus-agent-synchronize-group-flags): Update live group buffer as
10852         synchronization may occur due to the user toggle the plugged
10853         status.
10854         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10855         successfully downloaded.
10856         (gnus-agent-expire-group-1): Avoid using markers when the overview
10857         is in ascending order; greatly improves performance.
10858         (gnus-agent-regenerate-group): Use
10859         gnus-agent-synchronize-group-flags to reset read status in both
10860         gnus and server.
10861         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10862
10863 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10864
10865         * message.el: Don't autoload former message-utils variables.
10866         (message-strip-subject-trailing-was): Change doc string.
10867
10868         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10869         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10870         (nnweb-google-search): Add "hl=en" here.
10871         (nnweb-google-parse-1, nnweb-google-create-mapping):
10872         Don't hardcode URL.
10873
10874 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10875
10876         * message.el (message-get-reply-headers, message-followup):
10877         Mention related variables `message-use-followup-to' and
10878         `message-use-mail-followup-to', in the information buffer.
10879
10880         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10881         of broken groups(-beta).google.com.
10882
10883 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10884
10885         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10886         parameter to invoked gnus-request-move-article; remove the
10887         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10888         all at once instead of once per article.
10889         (gnus-summary-remove-process-mark): Accept a list of articles as
10890         well as a single article for processing.
10891
10892         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10893         parameter.
10894
10895         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10896
10897         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10898
10899         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10900         parameter.
10901
10902         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10903         parameter.
10904
10905         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10906         parameter and remove the gnus-sum-hint-move-is-internal variable.
10907
10908         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10909         parameter.
10910
10911         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10912         parameter.
10913
10914         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10915         parameter.
10916
10917         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10918
10919         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10920         parameter.
10921
10922         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10923         parameter.
10924
10925 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10926
10927         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10928         a more conservative way.
10929
10930 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10931
10932         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10933         buffer, so it moves the window's cursor.
10934
10935 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10936
10937         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10938         `mm-dissect-multipart' and receive the from field as an (optional)
10939         argument from `mm-dissect-multipart'.
10940         (mm-dissect-multipart): Receive the from field as an argument and
10941         pass it on when we call `mm-dissect-buffer' on MIME parts.
10942         Fixes verification/decryption of signed/encrypted MIME parts.
10943
10944 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10945
10946         * gnus-sum.el (gnus-summary-move-article): Set
10947         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10948         whatever it calls (right now, only nnimap-request-move article
10949         respects it).
10950
10951         * nnimap.el (nnimap-request-move-article): When
10952         gnus-sum-hint-move-is-internal is set, don't do the extra
10953         nnimap-request-article.
10954
10955 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10956
10957         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10958
10959         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10960         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10961
10962         * gnus-sum.el (gnus-summary-caesar-message):
10963         Apply `gnus-treat-article' after rotation.
10964
10965         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10966         doc string.
10967
10968 2005-02-22  Simon Josefsson  <jas@extundo.com>
10969
10970         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10971         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10972         <arne@arnested.dk>.
10973         (encrypt): Add password-cache and password-cache-expiry as group
10974         members.
10975
10976 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10977
10978         * smime.el (smime-ldap-host-list): Doc fix.
10979         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10980         cache) password.
10981         (smime-sign-region): Use it.
10982         (smime-decrypt-region): Use it.
10983         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10984         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10985         fails.
10986         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10987         certificate from DER to PEM format rather than calling openssl.
10988
10989         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10990
10991         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10992         for signing/encryption.
10993
10994         * mml.el (mml-parse-1): Use them.
10995
10996 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10997
10998         * nnrss.el (nnrss-verbose): Removed.
10999         (nnrss-request-group): Use `nnheader-message' instead.
11000
11001 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11002
11003         * nnrss.el (nnrss-verbose): New variable.
11004         (nnrss-request-group): Make it say nnrss is requesting a group.
11005
11006 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11007
11008         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11009         Handle news URL with given port correctly.
11010
11011 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11012
11013         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11014         containing special characters.
11015
11016         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11017
11018         * mml.el (mime-to-mml): Ditto.
11019
11020         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11021         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11022         (rfc2047-decode-region): Quote decoded words containing special
11023         characters when rfc2047-quote-decoded-words-containing-tspecials
11024         is non-nil.
11025
11026 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11027
11028         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11029
11030         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11031
11032 2005-02-15  Simon Josefsson  <jas@extundo.com>
11033
11034         * nnimap.el (nnimap-debug): Doc fix.
11035
11036         * imap.el (imap-debug): Doc fix.
11037
11038 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11041
11042 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11043
11044         * gnus.el (spam-contents): Improve docs for spam-contents
11045         parameter in its variable incarnation.
11046
11047 2005-02-14  Simon Josefsson  <jas@extundo.com>
11048
11049         * smime-ldap.el: Use require instead of load-library for ldap.
11050         (smime-ldap-search): Indent.
11051         (smime-ldap-search-internal): Shorten line.
11052
11053         * smime.el (smime-cert-by-dns): Add doc-string.
11054         (smime-cert-by-ldap-1): Indent.
11055
11056         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11057         mml-smime-get-dns-ldap.
11058         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11059
11060 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11061
11062         * smime.el: Require smime-ldap.
11063         (smime-ldap-host-list): New variable.
11064         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11065
11066         * mml-smime.el (mml-smime-encrypt-query): New function.
11067         (mml-smime-encrypt-query): Use it.
11068
11069         * smime-ldap.el: New file.
11070
11071 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11072
11073         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11074
11075 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11076
11077         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11078         argument in doc string.  Make query for type more clear.
11079
11080 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11081
11082         * gnus.el (gnus-group-startup-message): Search for gnus images in
11083         etc/images/gnus.
11084         * mm-util.el (mm-image-load-path): Likewise.
11085         * smiley.el (smiley-data-directory): Search for smilies in
11086         etc/images/smilies.
11087
11088 2005-02-09  Kim F. Storm  <storm@cua.dk>
11089
11090         Change Emacs release version from 21.4 to 22.1 throughout.
11091         Change Emacs development version from 21.3.50 to 22.0.50.
11092
11093 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11094
11095         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11096
11097         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11098         non-Mule XEmacs as well.
11099         (mm-decompress-buffer): Signal an error intentionally if it does
11100         not decompress compressed data because auto-compression-mode is
11101         disabled.
11102
11103 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11104
11105         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11106         an ID in the registry even if it has no groups.
11107
11108 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11109
11110         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11111         merge it into mm-decompress-buffer.
11112         (gnus-mime-copy-part): Use the MIME part charset, the value which
11113         a user specified or gnus-newsgroup-charset for decoding, like
11114         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11115         save-buffer what was used.  Suggested by Kevin Ryde
11116         <user42@zip.com.au>.
11117         (gnus-mime-inline-part): Allow the name parameter as well as the
11118         filename parameter; force decompressing of compressed data; always
11119         display contents being not decoded as unibyte.
11120
11121         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11122         as well as the filename parameter.
11123
11124         * mm-util.el (mm-decompress-buffer): Merge
11125         gnus-mime-jka-compr-maybe-uncompress.
11126         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11127         of compressed data.
11128
11129 2005-02-08  Simon Josefsson  <jas@extundo.com>
11130
11131         * imap.el (imap-log): Doc fix.
11132
11133 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11134
11135         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11136         the coding cookies; decompress compressed parts.
11137
11138         * mml.el (mml-generate-mime-1): Add the charset parameter according
11139         to the value which a user specified manually or the coding cookie.
11140
11141         * mm-util.el (mm-string-to-multibyte): New function.
11142         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11143         (mm-coding-system-to-mime-charset): New function.
11144         (mm-decompress-buffer): New function.
11145         (mm-find-buffer-file-coding-system): New function.
11146
11147         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11148         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11149         parts.
11150
11151 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11152
11153         * mm-view.el (mm-display-inline-fontify): Decode a part according
11154         to the charset parameter.
11155
11156 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11157
11158         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11159         prefix arg is neither nil nor a number, as info specifies.
11160
11161 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11162
11163         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11164         timestamps.
11165
11166 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11167
11168         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11169         groups error checking and notify user.
11170
11171 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11172
11173         * message.el (message-send-mail-function): Check existence of
11174         sendmail-program first before using default value
11175         `message-send-mail-with-sendmail'.  Otherwise use more generic
11176         `smtpmail-send-it'.
11177
11178 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11179
11180         * nntp.el (nntp-request-update-info): Always return nil.
11181
11182 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11183
11184         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11185
11186 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11187
11188         * message.el (message-beginning-of-line): Change the behavior when
11189         invoked between BOL and : so that it first moves backward.
11190
11191 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11192
11193         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11194         article buffer when editing of the article is discarded.
11195         (gnus-article-prepare): Revert.
11196
11197 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * gnus-art.el (gnus-article-prepare):
11200         Remove message-strip-forbidden-properties from the local hook.
11201
11202 2005-01-27  Simon Josefsson  <jas@extundo.com>
11203
11204         * password.el (password-cache-add): Only start one timer per key.
11205         Reported by Derek Atkins <warlord@MIT.EDU>.
11206
11207 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11208
11209         * run-at-time.el: Removed.  It is no longer needed as
11210         timer-funcs.el in the xemacs-base package has a working version of
11211         `run-at-time'.
11212
11213         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11214
11215         * password.el: Require timer-funcs instead of run-at-time in
11216         XEmacs.
11217         Remove `password-run-at-time' macro.
11218         (password-cache-add): Use `run-at-time' instead of
11219         `password-run-at-time'.
11220
11221         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11222         Remove `nnheader-cancel-function-timers' alias,
11223         `cancel-function-timers' exists in XEmacs in timer-funcs.
11224
11225         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11226         for `run-with-idle-timer'.
11227
11228         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11229         for `run-at-time'.
11230
11231         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11232         for `with-timeout'.
11233
11234         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11235         the same as for XEmacs 21.4.
11236         No need to ignore `run-with-idle-timer', this function exists in
11237         XEmacs now in timer-funcs.el in the xemacs-base package.
11238         (dgnushack-compile): No need to delete
11239         run-at-time.el from the list of files to compile because it
11240         doesn't exist anymore.
11241
11242 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11243
11244         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11245         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11246
11247 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11248
11249         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11250         sensitively.
11251
11252 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11253
11254         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11255
11256 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11257
11258         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11259         which will be inserted according to the multibyteness of a buffer
11260         rather than the type of contents.  Suggested by ARISAWA Akihiro
11261         <ari@mbf.ocn.ne.jp>.
11262
11263         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11264         of string which old xml.el may return rather than a string.
11265
11266 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11267
11268         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11269
11270 2005-01-16  Simon Josefsson  <jas@extundo.com>
11271
11272         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11273         idn/idna.el isn't available.
11274         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11275         <michael@waxrat.com>.
11276
11277         * hashcash.el: Remove non-FSF copyright header.
11278
11279         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11280         (hashcash-generate-payment): Use it.
11281         (hashcash-generate-payment-async): Use it.
11282
11283 2005-01-15  Simon Josefsson  <jas@extundo.com>
11284
11285         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11286         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11287
11288         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11289         gnus-summary-idna-message.
11290         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11291         (gnus-summary-idna-message): New function.
11292
11293 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11294
11295         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11296         gnus-novice-user.
11297
11298 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * nnrss.el (nnrss-request-delete-group): Delete entries in
11301         nnrss-group-alist as well.
11302         (nnrss-save-server-data): Insert newline.
11303
11304 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11305
11306         * gnus.el (gnus-user-agent): Use list of symbols instead of
11307         symbols.  Display full version number for (S)XEmacs.  Optionally
11308         display (S)XEmacs codename.
11309
11310         * gnus-util.el (gnus-emacs-version): Update for new
11311         `gnus-user-agent'.
11312
11313         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11314         Gnus version.
11315
11316 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11317
11318         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11319         which is unreadable in some setups.
11320
11321 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11322
11323         * gnus-spec.el (gnus-update-format-specifications): Flush the
11324         group format spec cache if it doesn't support decoded group names.
11325
11326 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11327
11328         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11329         Allow to apply decay on score files matching a regexp.
11330
11331 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11332
11333         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11334         compatibility in %g and %c.
11335
11336 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11337
11338         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11339         name for only %g and %c.
11340         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11341         of gnus-tmp-group to decoded group name.
11342         (gnus-group-make-rss-group): Exclude `/'s from group names.
11343
11344 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11345
11346         * nnrss.el (nnrss-get-encoding): Fix regexp.
11347
11348 2004-12-27  Simon Josefsson  <jas@extundo.com>
11349
11350         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11351         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11352         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11353
11354 2004-12-17  Kim F. Storm  <storm@cua.dk>
11355
11356         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11357
11358         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11359
11360 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11361
11362         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11363
11364 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * nnrss.el: Require rfc2047 and mml.
11367         (nnrss-file-coding-system): New variable.
11368         (nnrss-format-string): Redefine it as an inline function.
11369         (nnrss-decode-group-name): New function.
11370         (nnrss-string-as-multibyte): Remove.
11371         (nnrss-retrieve-headers): Decode group name; don't use
11372         nnrss-format-string.
11373         (nnrss-request-group): Decode group name.
11374         (nnrss-request-article): Decode group name; allow a Message-ID as
11375         well as an article number; don't use nnrss-format-string; encode a
11376         Message-ID string which may contain non-ASCII characters; use
11377         mml-to-mime to compose a MIME article.
11378         (nnrss-request-expire-articles): Decode group name.
11379         (nnrss-request-delete-group): Decode group name.
11380         (nnrss-fetch): Clarify error message.
11381         (nnrss-read-server-data): Use insert-file-contents instead of load;
11382         bind file-name-coding-system; use multibyte buffer.
11383         (nnrss-save-server-data): Bind coding-system-for-write to the
11384         value of nnrss-file-coding-system; bind file-name-coding-system;
11385         add coding cookie.
11386         (nnrss-read-group-data): Use insert-file-contents instead of load;
11387         bind file-name-coding-system; use multibyte buffer.
11388         (nnrss-save-group-data): Bind coding-system-for-write to the
11389         value of nnrss-file-coding-system; bind file-name-coding-system.
11390         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11391         make it work with non-ASCII text.
11392         (nnrss-find-el): Make it work with old xml.el as well.
11393
11394 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11395
11396         * nnrss.el (nnrss-get-encoding): New function.
11397         (nnrss-fetch): Use unibyte buffer initially; bind
11398         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11399         decode contents according to the encoding attribute.
11400         (nnrss-save-group-data): Add coding cookie.
11401         (nnrss-mime-encode-string): New function.
11402         (nnrss-check-group): Use it to encode subject and author.
11403
11404 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11405
11406         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11407         imaginary variable.
11408
11409 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11410
11411         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11412         correctly even if there are wide characters.
11413
11414 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11415
11416         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11417         downcased symbol names; make a new cache instead of reusing
11418         bbdb-hashtable.
11419
11420 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11421
11422         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11423         concatenating segments rather than before concatenating them.
11424         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11425
11426         * message.el (message-get-reply-headers): Bind `extra'.
11427
11428 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11429
11430         * message.el (message-extra-wide-headers): New variable.
11431         (message-get-reply-headers): Use it.
11432
11433 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11434
11435         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11436         (gnus-agent-group-pathname): Ditto.
11437
11438         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11439
11440         * gnus-group.el (gnus-group-make-group): Decode group name.
11441         (gnus-group-make-rss-group): Register the group data after opening
11442         the nnrss group.
11443
11444 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11445
11446         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11447         by expiry now get marked as read.
11448
11449 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11450
11451         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11452
11453 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11454
11455         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11456         unify Latin characters in XEmacs.
11457         (mm-find-mime-charset-region): Use it.
11458
11459 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11460
11461         * gnus-util.el (gnus-delete-directory): New function.
11462
11463         * gnus-agent.el (gnus-agent-delete-group): Use it.
11464
11465         * gnus-cache.el (gnus-cache-delete-group): Use it.
11466
11467 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11468
11469         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11470         names.
11471
11472 2004-12-16  Simon Josefsson  <jas@extundo.com>
11473
11474         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11475
11476 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11477
11478         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11479
11480         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11481         (gnus-group-set-current-level): Decode group name.
11482
11483 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11484
11485         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11486         failed.
11487
11488 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11489
11490         * gnus-group.el (gnus-group-delete-group): Decode group name.
11491         (gnus-group-make-rss-group): Encode group name.
11492         (gnus-group-catchup-current): Decode group name.
11493         (gnus-group-kill-group): Decode group name.
11494
11495 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11496
11497         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11498
11499 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11500
11501         * gnus-group.el (gnus-group-make-rss-group):
11502         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11503
11504         * gnus-start.el (gnus-setup-news): Honor user's setting to
11505         gnus-message-archive-method.  Suggested by Lute Kamstra
11506         <lute@gnu.org>.
11507
11508 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11509
11510         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11511         global counterparts of the buffer-local variables.
11512
11513 2004-11-16  Romain Francoise  <romain@orebokech.com>
11514
11515         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11516         counterparts of the buffer-local variables.
11517
11518 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11519
11520         * message.el (message-forbidden-properties): Fixed typo in doc
11521         string.
11522
11523 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11524
11525         * gnus-util.el (gnus-replace-in-string): Added doc string.
11526
11527         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11528         to avoid problems when splitting mails with many recipients.
11529
11530 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11531
11532         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11533         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11534
11535 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11536
11537         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11538         if there is no hashtable in memory or file modification time is
11539         newer than cached timestamp.
11540
11541 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11542
11543         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11544         not-matching option.
11545
11546 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11547
11548         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11549         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11550         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11551         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11552         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11553         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11554
11555 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11556
11557         * message.el (message-forward-make-body-mml): Remove headers
11558         according to message-forward-ignored-headers if a message is decoded.
11559
11560 2004-12-02  Romain Francoise  <romain@orebokech.com>
11561
11562         * message.el (message-forward-make-body-plain): Always remove
11563         headers according to message-forward-ignored-headers.
11564
11565 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11566
11567         * spam.el (spam-summary-prepare-exit): Remove the
11568         gnus-summary-limit pop for now, it has problems with ham marks for
11569         me.
11570
11571 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11572
11573         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11574         correctly.
11575
11576 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11577
11578         * format-spec.el (format-spec): Message the char.
11579
11580 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11581
11582         * gnus-art.el (gnus-split-methods): Reformat comments.
11583
11584         * spam.el (spam-summary-prepare-exit): Remove article limits
11585         before exiting the summary buffer.
11586
11587 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11588
11589         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11590         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11591
11592         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11593         order to silence the byte compiler.
11594
11595         * spam.el: Fix the way to silence the byte compiler, which
11596         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11597         bbdb-search-simple, spam-BBDB-register-routine,
11598         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11599         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11600         spam-stat-buffer-is-spam, spam-stat-load,
11601         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11602         spam-stat-save and spam-stat-split-fancy.
11603
11604 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11605
11606         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11607         which may confuse users.
11608         (canlock-password-for-verify): Ditto.
11609
11610         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11611
11612         * gnus-art.el (gnus-emphasis-alist): Ditto.
11613
11614         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11615
11616         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11617
11618         * gnus-start.el (gnus-save-killed-list): Ditto.
11619
11620         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11621         (gnus-sum-thread-tree-root): Ditto.
11622         (gnus-sum-thread-tree-false-root): Ditto.
11623         (gnus-sum-thread-tree-single-indent): Ditto.
11624
11625         * message.el (message-courtesy-message): Ditto.
11626         (message-archive-note): Ditto.
11627         (message-subscribed-address-file): Ditto.
11628         (message-user-fqdn): Ditto.
11629
11630         * spam-report.el (spam-report-gmane-regex): Ditto.
11631
11632         * spam.el (spam-blackhole-good-server-regex): Ditto.
11633
11634 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11635
11636         * mml.el (mml-preview): Widen the message buffer before copying
11637         the contents to the preview buffer; sort headers before previewing.
11638
11639         * message.el (message-hidden-headers): Fix the way to avoid a bug
11640         in the `repeat' widget in Emacs 21.3 or earlier.
11641
11642 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11643
11644         * message.el (message-hidden-headers): Default to "^References:".
11645         Improve customization type.  Suggested by Reiner Steib
11646         <Reiner.Steib@gmx.de>.
11647
11648 2004-11-25  Romain Francoise  <romain@orebokech.com>
11649
11650         * message.el (message-strip-forbidden-properties): Remove check for
11651         obsolete `message-hidden' text property, hidden headers are not
11652         accessible in the buffer anymore.
11653
11654 2004-11-22  Romain Francoise  <romain@orebokech.com>
11655
11656         * message.el (message-header-format-alist): Add `From' in list
11657         so that it can be sorted.
11658         (message-fix-before-sending): Widen and sort headers before
11659         sending.
11660         (message-hide-headers): Use narrowing to hide headers by moving
11661         them to the top of the buffer and narrowing to the region
11662         underneath.
11663
11664 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11665
11666         * message.el (message-strip-forbidden-properties): Bind
11667         buffer-read-only (etc) to nil.
11668
11669 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11670
11671         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11672         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11673
11674 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11675
11676         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11677
11678 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11679
11680         * dns.el (query-dns): Use sit-for to time instead of
11681         accept-process-output, since that doesn't seem to work on udp
11682         sockets.
11683
11684 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11685
11686         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11687
11688 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11689
11690         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11691         doc string.  Improve doc string.
11692
11693 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11694
11695         * nntp.el (nntp-request-update-info): Return nil if
11696         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11697         may not call gnus-activate-group which uselessly issues the GROUP
11698         commands for all nntp groups and wastes time.  Reported by Romain
11699         Francoise <romain@orebokech.com>.
11700
11701         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11702
11703 2004-11-15  Simon Josefsson  <jas@extundo.com>
11704
11705         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11706         headers separately.
11707         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11708         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11709
11710 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11711
11712         * gnus-start.el (gnus-convert-old-newsrc):
11713         Assign legacy-gnus-agent to 5.10.7.
11714
11715 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11716
11717         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11718         start of the lines.
11719
11720 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11721
11722         * hashcash.el (hashcash-default-payment): Change default to 20.
11723         (hashcash-default-accept-payment): Change default to 20.
11724         (hashcash-process-alist): New variable.
11725         (hashcash-generate-payment-async): Add.
11726         (hashcash-already-paid-p): Add.
11727         (hashcash-insert-payment): Don't generate payments twice.
11728         (hashcash-insert-payment-async): Add.
11729         (hashcash-insert-payment-async-2): Add.
11730         (hashcash-cancel-async): Add.
11731         (hashcash-wait-async): Add.
11732         (hashcash-processes-running-p): Add.
11733         (hashcash-wait-or-cancel): Add.
11734         (mail-add-payment): New optional argument.  Conditionally start
11735         asynchronous calculation.
11736         (mail-add-payment-async): Add.
11737
11738         * message.el (message-send-mail): Wait for asynchronous hashcash
11739         results.  Don't clobber existing X-Hashcash headers.
11740         (message-setup-1): Call mail-add-payment-async when
11741         message-generate-hashcash is non-nil.
11742
11743 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11744
11745         * message.el (message-use-alternative-email-as-from): Examine the
11746         From header as well; use message-make-from in order to include a
11747         user's full name.
11748
11749 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11750
11751         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11752         default; improve customization type.
11753         (gnus-emphasis-custom-with-format): New macro.
11754         (gnus-emphasis-custom-value-to-external): New function.
11755         (gnus-emphasis-custom-value-to-internal): New function.
11756
11757 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11758
11759         * dns.el (query-dns): Resolve reverse addresses.
11760
11761 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11762
11763         * gnus-group.el (gnus-group-get-new-news): Use it.
11764
11765         * gnus-start.el (gnus-check-reasonable-setup): New function.
11766
11767 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11768
11769         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11770         "Args out of range" error.  Reported by Arnaud Giersch
11771         <arnaud.giersch@free.fr>.
11772
11773 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11774
11775         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11776
11777 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11778
11779         * spam.el (spam group): Add :version.
11780
11781         * pgg-def.el (pgg group): Add :version.
11782
11783 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * gnus-art.el (gnus-article-edit-article): Don't associate the
11786         article buffer with a draft file.  This is a temporary measure
11787         against the 2004-08-22 change to gnus-article-edit-mode.
11788
11789 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11790
11791         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11792         (html2text-format-tags): Remove unused variable `attr'.
11793
11794 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11795
11796         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11797
11798         * tls.el (tls-process-connection-type, tls-success)
11799         (tls-certtool-program): Add :version.
11800
11801         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11802         (starttls-extra-arguments, starttls-process-connection-type)
11803         (starttls-connect, starttls-failure, starttls-success): Add :version.
11804
11805         * spam-stat.el (spam-stat): Add :version.
11806
11807         * sieve.el (sieve): Add :version.
11808
11809         * sha1.el (sha1): Add :version.
11810         (sha1-use-external): Remove redundant version.
11811
11812         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11813         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11814         (nnmail-split-fancy-match-partial-words)
11815         (nnmail-split-lowercase-expanded): Add :version.
11816
11817         * nndiary.el (nndiary): Add :version.
11818
11819         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11820
11821         * mml-sec.el (mml-default-sign-method)
11822         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11823         Add :version.
11824
11825         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11826
11827         * mm-url.el (mm-url-use-external, mm-url-program)
11828         (mm-url-arguments): Add :version.
11829
11830         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11831         (mm-attachment-file-modes, mm-decrypt-option)
11832         (mm-w3m-safe-url-regexp): Add :version.
11833
11834         * message.el (message-cite-prefix-regexp)
11835         (message-sendmail-envelope-from, message-minibuffer-local-map)
11836         (message-user-fqdn, message-completion-alist): Add :version.
11837
11838         * gnus-win.el (gnus-configure-windows-hook)
11839         (gnus-use-frames-on-any-display): Add :version.
11840
11841         * gnus-art.el (gnus-article-address-banner-alist)
11842         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11843         (gnus-treat-from-picon, gnus-treat-mail-picon)
11844         (gnus-treat-x-pgp-sig): Add :version.
11845
11846         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11847         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11848         (gnus-summary-article-delete-hook)
11849         (gnus-summary-display-while-building): Add :version.
11850
11851         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11852         (gnus-get-top-new-news-hook): Add :version.
11853
11854         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11855         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11856
11857         * gnus-registry.el (gnus-registry): Add :version.
11858
11859         * gnus-spec.el (gnus-use-correct-string-widths)
11860         (gnus-make-format-preserve-properties): Add :version.
11861
11862         * gnus.el (gnus-group-charter-alist)
11863         (gnus-group-fetch-control-use-browse-url)
11864         (gnus-install-group-spam-parameters): Add :version.
11865
11866         * gnus-diary.el (gnus-diary): Add :version.
11867
11868         * gnus-delay.el (gnus-delay): Add :version.
11869
11870         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11871         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11872         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11873         Add :version.
11874
11875         * gnus-agent.el (gnus-agent-max-fetch-size)
11876         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11877         (gnus-agent-prompt-send-queue): Add :version.
11878
11879         * deuglify.el (gnus-outlook-deuglify): Add :version.
11880
11881         * html2text.el: Beautify code.  Improve doc strings.  Some
11882         checkdoc cleanup.
11883         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11884
11885 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11886
11887         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11888
11889 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11890
11891         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11892         when package is loaded.
11893
11894         * spam.el (spam-summary-score-preferred-header): Add global preference
11895         for people who want to override the default SpamAssassin over
11896         Bogofilter preference (when both are set).
11897         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11898         (spam-user-format-function-S): Check
11899         spam-summary-score-preferred-header.
11900         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11901         (spam-user-format-function-S): Format the score correctly.
11902
11903 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11906         signature file.  Suggested by Manoj Srivastava
11907         <srivasta@golden-gryphon.com>.
11908
11909         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11910         iso-2022-jp even in the Japanese language environment.
11911         Suggested by Jason Rumney <jasonr@gnu.org>.
11912
11913 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11914
11915         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11916         use the same characters as the dummy marks; make it free from
11917         getting affected by the language environment.
11918         (gnus-summary-read-group-1): Update mark positions only when the
11919         format spec is updated.
11920
11921         * gnus-spec.el (gnus-update-format-specifications): Return a list
11922         of updated types.
11923
11924 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11925
11926         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11927         of boundp to check if display-warning is available.
11928
11929 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11930
11931         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11932
11933 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11934
11935         * nnspool.el (nnspool-spool-directory): Use news-path if the
11936         news-directory variable is not bound.
11937
11938         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11939         function instead of display-warning if it is not available.
11940
11941 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11942
11943         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11944         v5-10: Use `point-at-bol'.
11945
11946 2004-10-26  Simon Josefsson  <jas@extundo.com>
11947
11948         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11949         <chenggao@gmail.com>.
11950
11951 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11952
11953         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11954         instead.
11955
11956 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11957
11958         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11959         to remove a server from the nnimap-server-buffer-alist.
11960         (nnimap-open-connection, nnimap-close-server): Use it.
11961
11962         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11963
11964 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11965
11966         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11967         running the major-mode function.
11968
11969 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11970
11971         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11972         dummy marks in the right way.
11973
11974 2004-10-18  David Edmondson  <dme@dme.org>
11975
11976         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11977         excessively.
11978
11979 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11980
11981         * gnus-util.el (gnus-split-references): Accept a nil references
11982         string and go on blissfully.
11983
11984         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11985         cases where the references string is non-nil but has no references.
11986
11987         * encrypt.el: Add autoload tags.
11988
11989         * spam.el (spam-resolve-registrations-routine): Remove article
11990         from unregistration list too.  Reported by David Hanak
11991         <dhanak@isis.vanderbilt.edu>
11992
11993 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11994
11995         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11996         nil.  Changed custom type.
11997
11998 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11999
12000         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12001
12002         * gnus-sum.el (gnus-summary-move-article): Use it.
12003
12004 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12005
12006         * encrypt.el: Add autoload cookies.
12007
12008         * spam.el (spam-backend-article-list-property)
12009         (spam-backend-get-article-todo-list)
12010         (spam-backend-put-article-todo-list)
12011         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12012         Resolve registrations separately.
12013         (spam-register-routine): Format comments.
12014         (spam-unregister-routine, spam-register-routine): Always call with
12015         specific-articles, no default list.
12016         (spam-summary-prepare-exit): Use the spam-classifications function.
12017
12018         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12019         gnus-encrypt.el.
12020
12021         * encrypt.el: Copied from gnus-encrypt.el.
12022
12023         * gnus-encrypt.el: Commented that it's obsolete.
12024
12025 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12026
12027         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12028         (gnus-score-save): Use it.
12029
12030         * message.el (message-bury): Use `window-dedicated-p'.
12031
12032 2004-10-15  Simon Josefsson  <jas@extundo.com>
12033
12034         * pop3.el (top-level): Don't require nnheader.
12035         (pop3-read-timeout): Add.
12036         (pop3-accept-process-output): Add.
12037         (pop3-read-response, pop3-retr): Use it.
12038
12039 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12040
12041         * spam.el (spam-register-routine): Move comment.
12042         (spam-verify-bogofilter): Use 'unknown for the initial
12043         spam-bogofilter-valid state, not 'never.
12044
12045         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12046         for netrc-machine.
12047
12048         * nnimap.el (nnimap-open-connection): Use
12049         netrc-machine-user-or-password.
12050
12051 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12052
12053         * gnus-registry.el (gnus-registry-unload-hook):
12054         Set as a variable with add-hook.
12055
12056         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12057         of news-path.
12058
12059         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12060
12061         * spam.el: Delete duplicate `provide'.
12062         (spam-unload-hook): Set as a variable with add-hook.
12063
12064 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12065
12066         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12067         in the doc string.
12068
12069         * message.el (message-ignored-news-headers)
12070         (message-ignored-supersedes-headers)
12071         (message-ignored-resent-headers)
12072         (message-forward-ignored-headers): Improve custom type.
12073
12074 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12075
12076         * message.el (message-tokenize-header): Fix 2004-09-06 change
12077         which used point-min in the wrong place.
12078
12079 2004-10-12  Simon Josefsson  <jas@extundo.com>
12080
12081         * tls.el (tls-certtool-program): New variable.
12082         (tls-certificate-information): New function, based on
12083         ssl-certificate-information.
12084
12085 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12086
12087         * compface.el: Move the version of ELisp-based uncompface program
12088         to the contrib directory because of the copyright problem.
12089
12090 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12091
12092         * message.el (message-kill-buffer): Raise the current frame.
12093
12094 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12095
12096         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12097
12098         * gnus.el (message-y-or-n-p): Autoload.
12099
12100         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12101         (pop3-password-required, pop3-authentication-scheme)
12102         (pop3-leave-mail-on-server): Made customizable.
12103         (pop3): New custom group.
12104         (pop3-retr): Remove `sleep-for' statements.
12105         Suggested by Dave Love <fx@gnu.org>.
12106
12107         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12108         Windows/DOS.
12109
12110         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12111         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12112         Dave Love <fx@gnu.org>.
12113
12114         * mml.el (mml-minibuffer-read-disposition): Require match.
12115         Suggested by Dave Love <fx@gnu.org>.
12116
12117 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12118
12119         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12120         doc string.
12121
12122 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12123
12124         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12125
12126 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12127
12128         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12129         instead of calling `mm-insert-inline', to decode text/* parts
12130         before displaying them.
12131
12132 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12133
12134         * mm-uu.el (mm-uu-text-plain-type): New variable.
12135         (mm-uu-pgp-signed-extract-1): Use it.
12136         (mm-uu-pgp-encrypted-extract-1): Use it.
12137         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12138         bind mm-uu-text-plain-type with that value.
12139         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12140         mm-uu-dissect.
12141
12142 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * gnus-group.el (gnus-update-group-mark-positions):
12145         * gnus-sum.el (gnus-update-summary-mark-positions):
12146         * message.el (message-check-news-body-syntax):
12147         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12148         of string-as-multibyte.
12149
12150 2004-10-05  Juri Linkov  <juri@jurta.org>
12151
12152         * gnus-group.el (gnus-update-group-mark-positions):
12153         * gnus-sum.el (gnus-update-summary-mark-positions):
12154         * message.el (message-check-news-body-syntax):
12155         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12156         8-bit unibyte values to a multibyte string for search functions.
12157
12158 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12159
12160         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12161         (mm-uu-dissect-text-parts): New function.
12162
12163         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12164         dissect text parts.
12165
12166         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12167         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12168
12169         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12170
12171         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12172         gnus-current-topics instead of gnus-current-topic.
12173
12174 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12175
12176         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12177
12178 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12179
12180         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12181         where approriate.
12182
12183         * nnml.el (nnml-generate-active-info): do.
12184
12185         * nndiary.el (nndiary-generate-active-info): do.
12186
12187         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12188         (gnus-topic-move): do.
12189
12190         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12191         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12192
12193         * gnus-srvr.el (gnus-server-prepare)
12194         (gnus-server-open-all-servers): do.
12195
12196         * gnus-msg.el (gnus-summary-cancel-article)
12197         (gnus-summary-resend-message)
12198         (gnus-summary-mail-crosspost-complaint): do.
12199
12200         * gnus-move.el (gnus-change-server): do.
12201
12202         * gnus-group.el (gnus-group-unmark-all-groups)
12203         (gnus-group-set-current-level): do.
12204
12205 2004-10-04  Simon Josefsson  <jas@extundo.com>
12206
12207         * message.el (message-generate-hashcash): Doc fix.
12208
12209 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12210
12211         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12212         avoid infinite recursion via gnus-get-function.
12213
12214 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12215
12216         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12217
12218         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12219
12220         * nnmail.el (nnmail-split-history): do.
12221
12222         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12223         (nnml-request-delete-group): do.
12224
12225         * nnslashdot.el (nnslashdot-read-groups): do.
12226
12227         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12228         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12229
12230         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12231         (nnspool-sift-nov-with-sed): Use last.
12232         (nnspool-retrieve-headers-with-nov): Use mapc.
12233         (nnspool-request-newgroups): Use dolist.
12234         (nnspool-request-group): Use last.
12235
12236         * nntp.el (nntp-read-server-type): Use dolist.
12237
12238         * nnvirtual.el (nnvirtual-create-mapping)
12239         (nnvirtual-update-read-and-marked): Use dolist.
12240         (nnvirtual-convert-headers): Simplify.
12241
12242 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12243
12244         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12245         support for sync'ing tick marks.
12246
12247 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12248
12249         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12250         there's no visible header.
12251
12252 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12253
12254         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12255         necessary, pass full group name to gnus-request-set-marks.
12256
12257 2004-10-01  Simon Josefsson  <jas@extundo.com>
12258
12259         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12260         acroread.
12261
12262 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12263
12264         * spam-report.el (spam-report-gmane): Fix interactive.
12265
12266         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12267
12268         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12269         when writing file.
12270         (gnus-agent-synchronize-flags): Don't default to being
12271         interactive.
12272
12273 2004-09-30  Simon Josefsson  <jas@extundo.com>
12274
12275         * message.el (message-generate-hashcash): Add.
12276         (message-send-mail): Use it, call mail-add-payment.
12277
12278 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12279
12280         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12281
12282 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12283
12284         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12285         gnus-requst-update-info with explicit code to sync the in-memory
12286         info read flags with the marks being sync'd to the backend.
12287
12288         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12289
12290 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12291
12292         * spam.el (spam-verify-bogofilter): Add new function.
12293         (spam-check-bogofilter)
12294         (spam-bogofilter-register-with-bogofilter): Use it.
12295         (spam-verify-bogofilter): Add small fixes.
12296
12297 2004-09-28  Simon Josefsson  <jas@extundo.com>
12298
12299         * hashcash.el (hashcash-generate-payment): Revert.
12300
12301 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12302
12303         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12304         gnus-extract-references instead of gnus-split-references.
12305
12306         * gnus-util.el (gnus-extract-references): Add new function, analogous
12307         to gnus-split-references but extracts only the message-ID without
12308         anything extra.
12309
12310         * hashcash.el (hashcash-generate-payment)
12311         (hashcash-check-payment): Do the right thing if hashcash-path is
12312         nil (because the hashcash program could not be found).
12313
12314         * spam.el (spam-use-hashcash): Remove comment.
12315
12316 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12317
12318         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12319         (gnus-cache-enter-article, gnus-cache-remove-article)
12320         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12321
12322         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12323
12324         * gnus-art.el (article-hide-boring-headers)
12325         (article-translate-strings, article-display-face)
12326         (gnus-article-mime-match-handle-first)
12327         (gnus-article-highlight-headers)
12328         (gnus-article-add-buttons-to-head): do.
12329
12330 2004-09-27  Simon Josefsson  <jas@extundo.com>
12331
12332         * hashcash.el: New version, from
12333         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12334         ../contrib/.
12335
12336 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12337
12338         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12339
12340 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12341
12342         * gnus-dup.el (gnus-dup-open): Use mapc.
12343         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12344
12345         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12346         Reported by Stefan Wiens <s.wi@gmx.net>.
12347
12348         * gnus.el (gnus-shutdown): Use dolist.
12349
12350         * gnus-undo.el (gnus-undo): Use mapc.
12351
12352         * nnrss.el (nnrss-generate-active): do.
12353
12354         * message.el (message-cite-original-without-signature)
12355         (message-cite-original): Use mapc.
12356         (message-do-actions, message-make-forward-subject): Use dolist.
12357
12358 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12359
12360         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12361         deletion to remove entire duplicate line.  Fixes merged article
12362         number bug.
12363
12364 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12365
12366         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12367         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12368         first ask if you want to open a server and then, even when you
12369         responded with no, asking if you want to synchronize the server's
12370         flags.
12371         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12372         multi-line expressions.
12373         (gnus-agent-synchronize-group-flags): New internal function.
12374         Updates marks in memory (in the info structure) AND in the
12375         backend.
12376
12377         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12378
12379         * nnagent.el (nnagent-request-set-mark): Use
12380         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12381         method, to ensure that synchronization updates marks in the
12382         backend and in the info (in memory) structure.
12383
12384 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12385
12386         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12387         convention fully; don't miss the root article of a thread; make
12388         the X-Draft-From header with correct article numbers.
12389
12390 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12391
12392         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12393         unless plugged.  Disable the agent so that an open failure causes
12394         an error.
12395
12396         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12397         Reverted 2004-09-21 change.  The backend must be opened while
12398         synchronizing flags even when the backend stores the flags
12399         locally.
12400
12401 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12402
12403         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12404         in `header' match.  Reported by Svend Tollak Munkejord.
12405
12406         * message.el (message-cite-original): Fix use of
12407         `message-cite-articles-with-x-no-archive'.
12408
12409 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12410
12411         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12412         (gnus-window-to-buffer): Ditto.
12413
12414         * mml.el (mml-preview-buffer): New variable.
12415         (mml-preview): Manage window layout with gnus-buffer-configuration.
12416
12417         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12418         X-Draft-From header even if those articles aren't quoted.
12419
12420 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12421
12422         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12423         (gnus-request-set-mark, gnus-request-update-mark): Use new
12424         g-s-t-u-l-m to decide to use backend even when unplugged.
12425
12426 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12427
12428         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12429         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12430
12431 2004-09-20  Simon Josefsson  <jas@extundo.com>
12432
12433         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12434         "utf-16-le".
12435
12436 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12437
12438         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12439
12440 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12441
12442         * uudecode.el (uudecode-use-external): Add :version.
12443
12444         * smime.el (smime-CA-file, smime-encrypt-cipher)
12445         (smime-dns-server): Add :version.
12446
12447         * smiley.el (gnus-smiley-file-types): Add :version.
12448
12449         * sha1.el (sha1-use-external): Add :version.
12450
12451         * pgg-def.el (pgg-query-keyserver): Add :version.
12452
12453         * nnmail.el (nnmail-fancy-expiry-targets)
12454         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12455         Add :version.
12456
12457         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12458         (nnimap-retrieve-groups-asynchronous): Add :version.
12459         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12460
12461         * mml.el (mml-content-disposition-parameters)
12462         (mml-insert-mime-headers-always): Add :version.
12463
12464         * mm-util.el (mm-coding-system-priorities): Add :version.
12465
12466         * mm-decode.el (mm-inline-text-html-with-images)
12467         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12468         (mm-verify-option): Add :version.
12469         (mm-text-html-renderer): Change :version.
12470
12471         * message.el (message-fcc-externalize-attachments)
12472         (message-required-headers, message-draft-headers)
12473         (message-subject-trailing-was-query)
12474         (message-subject-trailing-was-ask-regexp)
12475         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12476         (message-mark-insert-end, message-archive-header)
12477         (message-archive-note, message-cross-post-default)
12478         (message-cross-post-note, message-followup-to-note)
12479         (message-cross-post-note-function, message-use-mail-followup-to)
12480         (message-subscribed-address-functions)
12481         (message-subscribed-address-file, message-subscribed-addresses)
12482         (message-subscribed-regexps, message-allow-no-recipients)
12483         (message-yank-cited-prefix, message-signature-insert-empty-line)
12484         (message-hidden-headers, message-hierarchical-addresses)
12485         (message-mail-user-agent, message-use-idna)
12486         (message-valid-fqdn-regexp)
12487         (message-strip-special-text-properties, message-header-synonyms)
12488         (message-beginning-of-line, message-tab-body-function): Add :version.
12489         (message-insert-canlock, message-wide-reply-confirm-recipients):
12490         Change :version.
12491
12492         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12493         and :version.
12494         (mail-source-delete-old-incoming-confirm)
12495         (mail-source-movemail-program): Add :version.
12496
12497         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12498         (gnus-agent-cache, gnus-agent): Change :version.
12499
12500         * gnus-util.el (gnus-use-byte-compile): Change :version.
12501
12502         * gnus-sum.el (gnus-summary-make-false-root-always)
12503         (gnus-summary-default-high-score)
12504         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12505         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12506         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12507         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12508         (gnus-sum-thread-tree-single-indent)
12509         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12510         (gnus-sum-thread-tree-leaf-with-other)
12511         (gnus-sum-thread-tree-single-leaf): Add :version.
12512         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12513         (gnus-article-loose-mime): Change :version.
12514
12515         * gnus-start.el (gnus-backup-startup-file)
12516         (gnus-save-startup-file-via-temp-buffer): Add :version.
12517
12518         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12519         (gnus-server-offline-face): Add :version.
12520
12521         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12522
12523         * gnus-msg.el (gnus-gcc-externalize-attachments)
12524         (gnus-debug-files, gnus-debug-exclude-variables)
12525         (gnus-discouraged-post-methods): Change :version.
12526         (gnus-confirm-mail-reply-to-news)
12527         (gnus-confirm-treat-mail-like-news): Add :version.
12528
12529         * gnus-int.el (gnus-server-unopen-status): Add :version.
12530
12531         * gnus-group.el (gnus-group-jump-to-group-prompt)
12532         (gnus-large-ephemeral-newsgroup)
12533         (gnus-fetch-old-ephemeral-headers): Add :version.
12534
12535         * gnus-fun.el (gnus-x-face-directory)
12536         (gnus-convert-pbm-to-x-face-command)
12537         (gnus-convert-image-to-x-face-command)
12538         (gnus-convert-image-to-face-command): Add :version.
12539
12540         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12541
12542         * gnus-cite.el (gnus-cite-blank-line-after-header)
12543         (gnus-article-boring-faces): Add :version.
12544
12545         * gnus-art.el (gnus-buttonized-mime-types)
12546         (gnus-inhibit-mime-unbuttonizing)
12547         (gnus-treat-display-face)
12548         (gnus-treat-body-boundary): Change :version.
12549         (gnus-body-boundary-delimiter, gnus-picon-databases)
12550         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12551         (gnus-treat-date-english, gnus-treat-fold-headers)
12552         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12553         (gnus-treat-mail-picon, gnus-treat-wash-html)
12554         (gnus-article-encrypt-protocol)
12555         (gnus-use-idna, gnus-article-over-scroll)
12556         (gnus-mime-display-multipart-alternative-as-mixed)
12557         (gnus-mime-display-multipart-related-as-mixed)
12558         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12559         (gnus-ctan-url, gnus-button-ctan-handler)
12560         (gnus-button-handle-ctan-bogus-regexp)
12561         (gnus-button-ctan-directory-regexp)
12562         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12563         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12564         (gnus-button-man-level, gnus-button-emacs-level)
12565         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12566
12567         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12568         (gnus-agent-go-online): Change :version.
12569         (gnus-agent-expire-unagentized-dirs)
12570         (gnus-agent-auto-agentize-methods): Add :version.
12571
12572         * flow-fill.el (fill-flowed-display-column)
12573         (fill-flowed-encode-column): Add :version.
12574
12575         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12576         (gnus-outlook-deuglify-unwrap-max)
12577         (gnus-outlook-deuglify-cite-marks)
12578         (gnus-outlook-deuglify-unwrap-stop-chars)
12579         (gnus-outlook-deuglify-no-wrap-chars)
12580         (gnus-outlook-deuglify-attrib-cut-regexp)
12581         (gnus-outlook-deuglify-attrib-verb-regexp)
12582         (gnus-outlook-deuglify-attrib-end-regexp)
12583         (gnus-outlook-display-hook): Add :version.
12584
12585         * binhex.el (binhex-use-external): Add :version.
12586
12587 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12588
12589         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12590         and `invisible'.
12591
12592 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12593
12594         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12595         in gnus-registry-trim.
12596
12597 2004-09-13  Simon Josefsson  <jas@extundo.com>
12598
12599         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12600
12601         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12602
12603         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12604         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12605         <yamaoka@jpl.org>.
12606         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12607         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12608         <yamaoka@jpl.org>.
12609
12610         * sieve.el (sieve-manage-mode): Ditto.
12611
12612 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12613
12614         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12615
12616 2004-09-11  Simon Josefsson  <jas@extundo.com>
12617
12618         * dns-mode.el: Add.
12619
12620         * mm-view.el (mm-display-dns-inline): Add.
12621
12622         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12623         (mm-automatic-display): Ditto.
12624
12625         * mailcap.el (mailcap-mime-data): Add text/dns.
12626         (mailcap-mime-extensions): Map .soa to text/dns.
12627
12628 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12629
12630         * gnus-art.el (article-decode-mime-words, article-babel)
12631         (gnus-article-highlight-signature, gnus-article-add-buttons)
12632         (gnus-signature-toggle): Remove unnecessary bindings of
12633         `inhibit-read-only' inherited from v5.10 merge.
12634
12635 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12636
12637         * nntp.el (nntp): New customization group.
12638         (nntp-authinfo-file): Add customization group.
12639
12640         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12641
12642         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12643
12644         * gnus.el (to-address, to-list, subscribed)
12645         (large-newsgroup-initial): Ditto.
12646
12647         * flow-fill.el (fill-flowed-display-column)
12648         (fill-flowed-encode-column): Ditto.
12649
12650 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12651
12652         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12653         Use point-min rather than 1.
12654         (message-send-mail): Use buffer-size rather than point-max.
12655
12656         * gnus-sum.el (gnus-summary-search-article-forward):
12657         Signal a specific `search-failed' rather than a generic `error'.
12658
12659         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12660         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12661         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12662
12663 2004-09-10  Simon Josefsson  <jas@extundo.com>
12664
12665         * nndb.el (require): Remove tcp and duplicate cl.
12666
12667 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12668
12669         * gnus-agent.el (directory-files-and-attributes): Move forward.
12670
12671 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12672
12673         * gnus-agent.el (directory-files-and-attributes): Optionally
12674         defined to support XEmacs.
12675
12676 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12677
12678         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12679         to avoid run-time CL dependencies.
12680         (gnus-agent-unfetch-articles): New function.
12681         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12682         article numbers even when local .overview file is missing.
12683         (gnus-agent-read-article-number): New function.  Only accepts
12684         27-bit article numbers.
12685         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12686         gnus-agent-read-article-number.
12687         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12688         from backend while recognizing that article numbers in .overview
12689         must be valid.
12690         (gnus-agent-update-files-total-fetched-for): Use
12691         directory-files-and-attributes to improve performance.
12692         * gnus-int.el (gnus-request-move-article): Use
12693         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12694         improve performance.
12695
12696         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12697         some users confused by references to .newsrc when they only have a
12698         .newsrc.eld file.
12699         (gnus-convert-mark-converter-prompt)
12700         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12701         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12702         New function.  Used internally to only display 'gnus converting
12703         files' message when actually necessary.
12704
12705         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12706         methods now autoloaded.
12707
12708 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12709
12710         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12711         identifiers.
12712
12713 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12714
12715         * gnus-picon.el: Fix indentation and closing parenthesis.
12716
12717 2004-09-01  Simon Josefsson  <jas@extundo.com>
12718
12719         * message.el (message-canlock-generate): Require sha1, not
12720         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12721         to require within a function.  Sadly, if sha1.el isn't loaded, the
12722         let binding in m-c-g will hide the defcustom definition, which is
12723         bad.)
12724
12725         * canlock.el: Require sha1, not sha1-el.
12726
12727         * message.el: Don't autoload sha1 (there is a autoload cookie in
12728         sha1.el).
12729
12730         * sha1-el.el: Renamed to sha1.el.
12731
12732 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12733
12734         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12735
12736 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12737
12738         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12739
12740 2004-08-30  Kim F. Storm  <storm@cua.dk>
12741
12742         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12743
12744         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12745         Add :group 'nnimap.
12746
12747 2004-08-30  Andreas Schwab  <schwab@suse.de>
12748
12749         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12750         ?* and ?\;.
12751
12752         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12753         and ?\' to symbol instead of whitespace.
12754
12755 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12756
12757         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12758
12759         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12760         instead of re-search-forward.
12761
12762         * gnus-uu.el (gnus-uu-save-article): Ditto.
12763         (gnus-uu-post-encode-uuencode): Ditto.
12764
12765         * html2text.el (html2text-clean-list-items): Ditto.
12766         (html2text-clean-dtdd): Ditto.
12767         (html2text-format-tags): Ditto.
12768
12769         * message.el (message-send-mail-with-sendmail): Fix regexp.
12770         (message-fill-field-general): Use search-forward instead of
12771         re-search-forward.
12772         (unbold-region): Ditto.
12773
12774         * nnrss.el (nnrss-request-article): Ditto.
12775
12776         * nnslashdot.el (nnslashdot-request-article): Ditto.
12777
12778         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12779
12780         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12781         "Unrecognized menu descriptor" error in XEmacs.
12782
12783 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12784
12785         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12786         parent article of a sparse article in the thread hashtb.
12787
12788 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12789
12790         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12791         (nnmail-expand-newtext): Lowercase expanded entries if
12792         nnmail-split-lowercase-expanded is non-nil.
12793
12794 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12795
12796         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12797
12798         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12799         of gnus-tmp-news-method into string under XEmacs.  It will be
12800         passed to gnus-correct-length which takes only a string argument.
12801
12802 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * gnus-util.el (gnus-bind-print-variables): New macro.
12805         (gnus-prin1): Use it.
12806         (gnus-prin1-to-string): Use it.
12807         (gnus-pp): New function.
12808         (gnus-pp-to-string): New function.
12809
12810         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12811         Replace pp-to-string with gnus-pp-to-string.
12812         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12813         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12814         * gnus-msg.el (gnus-debug): Ditto.
12815         * gnus-score.el (gnus-score-save): Ditto.
12816         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12817         gnus-pp-to-string.
12818         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12819         with gnus-pp.
12820         * score-mode.el (gnus-score-pretty-print): Ditto.
12821         * webmail.el (webmail-debug): Ditto.
12822
12823 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12824
12825         * gnus-art.el (article-display-face, article-display-x-face):
12826         Use buffer-read-only.
12827
12828 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12829
12830         * gnus-art.el (article-hide-list-identifiers):
12831         Bind inhibit-read-only as t.
12832
12833 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12834
12835         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12836
12837 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12838
12839         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12840         (gnus-narrow-to-page): Don't assume point-min == 1.
12841         (gnus-article-edit-mode): Derive from message-mode.
12842
12843         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12844         point-min == 1.
12845
12846         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12847         Disable incorrect use of `assert'.
12848
12849         * message.el (message-mode): Set comment-start-skip.
12850
12851
12852 2004-08-22  Sam Steingold  <sds@gnu.org>
12853
12854         * pop3.el (pop3-leave-mail-on-server): New user variable.
12855         (pop3-movemail): Delete mail only when it is nil.
12856
12857 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12858
12859         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12860
12861         * mml.el (mml-preview): Use `pop-to-buffer'.
12862
12863         * message.el (message-goto-mail-followup-to): Insert after "To".
12864         (message-carefully-insert-headers): Add comment.
12865
12866         * gnus.el: Remove unused variable `gnus-article-check-size'.
12867
12868         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12869
12870         * gnus-art.el (gnus-button-alist): Improve
12871         `gnus-button-handle-library' entry.
12872
12873 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12874
12875         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12876         downcase, since XEmacs capitalizes error messages differently.
12877
12878 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12879
12880         * nntp.el: Add (require 'gnus) due to reference to
12881         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12882
12883 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12884
12885         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12886         `mm-fill-flowed'.
12887
12888         * mm-decode.el (mm-dissect-singlepart): Check it.
12889
12890 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12891
12892         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12893         'imap' for netrc parsing.
12894
12895 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12896
12897         * mailcap.el (mailcap-mime-data): Mark as risky.
12898
12899 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12900
12901         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12902         may be included in the encoded word.
12903         (rfc2047-encode): Don't append a space if the encoded word
12904         includes close parenthesis.
12905
12906 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12907
12908         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12909         of text within parentheses.
12910
12911 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12912
12913         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12914         (gnus-encrypt-write-file-contents): Make the password key the file
12915         name PLUS the cipher, not just the cipher.  Also remove failed
12916         passwords from the cache.
12917
12918 2004-08-06  Simon Josefsson  <jas@extundo.com>
12919
12920         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12921         fix.
12922
12923 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12924
12925         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12926         LWSP.
12927
12928 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12929
12930         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12931         to append in-reply-to: data to the references: header.
12932
12933         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12934         (netrc-parse): Use gnus-encrypt.el functions.
12935
12936         * gnus-encrypt.el: Add new file for encryption support; currently
12937         does only a few GPG ciphers and an internal XOR cipher.
12938
12939         * password.el: Add comments on using password-read-and-add.
12940         (password-read-and-add): Add function to read and add the
12941         password to the cache at once.
12942
12943 2004-07-28  Simon Josefsson  <jas@extundo.com>
12944
12945         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12946         parameter (but don't use it, for now).
12947
12948         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12949         instead of hard coding to nil.
12950
12951 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12952
12953         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12954         as mm-inline-image-xemacs does.
12955
12956 2004-07-26  Simon Josefsson  <jas@extundo.com>
12957
12958         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12959         Revert part of 2004-07-17 change below.
12960
12961 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12962
12963         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12964         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12965
12966 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12967
12968         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12969         quotes that actually start with ">" at the beginning of the
12970         lines.
12971
12972 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12973
12974         * rfc2047.el (rfc2047-encode-region): Fix last change.
12975         (rfc2047-encode-parameter): Remove useless concat.
12976
12977 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12978
12979         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12980         encode special characters; fix some kind of misconfigured headers;
12981         signal a real error if debug-on-quit or debug-on-error is non-nil.
12982         (rfc2047-encode-max-chars): New variable.
12983         (rfc2047-encode-1): Use it.
12984         (rfc2047-encode-parameter): New function.
12985
12986         * mml.el (mml-insert-parameter): Remove an excessive space.
12987
12988 2004-07-17  Simon Josefsson  <jas@extundo.com>
12989
12990         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12991         Kai Grossjohann <kai@emptydomain.de>.
12992         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12993         (gnus-group-make-menu-bar): Ditto.
12994
12995         * gnus-util.el (gnus-group-server): Add.
12996
12997 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12998
12999         * message.el (message-clone-locals): Clone sendmail and smtp
13000         variables.
13001
13002 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13003
13004         * rfc2047.el (rfc2047-encode-region): Fix last change.
13005
13006 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13007
13008         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13009         characters as non-special.
13010
13011 2004-07-09  Simon Josefsson  <jas@extundo.com>
13012
13013         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13014         Users will lose all flag changes made while unplugged with
13015         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13016         good default.  See numerous reports on ding mailing list.
13017
13018 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13019
13020         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13021         add generate-head-function and generate-article-function to the
13022         rfc822-forward entry.
13023         (nndoc-rfc822-forward-generate-article): New function.
13024         (nndoc-rfc822-forward-generate-head): New function.
13025
13026         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13027
13028 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13029
13030         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13031         respect display group parameter and gnus-summary-expunge-below.
13032         (gnus-articles-to-read): Remove unused reference to display group
13033         parameter.
13034
13035 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13036
13037         * nnheader.el (nnheader-uniquify-message-id): New experimental
13038         variable.
13039         (nnheader-nov-read-message-id): Use it.
13040
13041         * spam-report.el (spam-report-gmane): Add interactive.
13042
13043 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13044
13045         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13046         qp-or-base64 for the application/* types.
13047
13048 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13049
13050         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13051
13052 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13053
13054         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13055         trim value.
13056
13057 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13058
13059         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13060         New macro and function.
13061         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13062
13063 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13064
13065         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13066         after-load-alist.
13067
13068 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13069
13070         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13071         update info that isn't there.
13072
13073 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13074
13075         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13076         entry.
13077
13078 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * mm-view.el (mm-inline-render-with-function): Use multibyte
13081         buffer; decode html source by charset.
13082
13083         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13084
13085         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13086         Mule-UCS is loaded under XEmacs.
13087         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13088
13089 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13090
13091         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13092
13093 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13094
13095         * mm-util.el (mm-coding-system-p): Return a coding-system.
13096         (mm-mime-mule-charset-alist): Use shift_jis instead of
13097         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13098         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13099         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13100         instead of japanese-shift-jis and iso-latin-1 respectively in
13101         order to share the default value with both Emacs and XEmacs-mule.
13102         (mm-mule-charset-to-mime-charset): Make
13103         mm-coding-system-priorities effective.
13104         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13105         while predicating of candidates upon the priorities.
13106
13107 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13108
13109         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13110         gnus-uu-invert-processable.
13111
13112         * gnus.el: Autoload gnus-uu-invert-processable.
13113
13114 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13115
13116         * mm-util.el (mm-with-multibyte-buffer): New macro.
13117
13118         * rfc2047.el (rfc2047-encode-string): Use it.
13119         (rfc2047-encode-region): Move point to the end of the region after
13120         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13121
13122 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13123
13124         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13125         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13126
13127 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13128
13129         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13130         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13131         Karl Chen <quarl@nospam.quarl.org>.
13132
13133 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13134
13135         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13136         invalid addresses.
13137
13138 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13139
13140         * spam.el: Change section markers, revise TODO list.
13141         (spam-backends): Make new master list of all installed backends.
13142         (spam-summary-exit-behavior): Add new variable to determine how
13143         messages moves are done at summary exit.
13144         (spam-move-spam-nonspam-groups-only)
13145         (spam-process-ham-in-nonham-groups)
13146         (spam-process-ham-in-spam-groups): Remove variables, the
13147         spam-summary-exit-behavior variable should be used to manage this
13148         behavior.
13149         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13150         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13151         and spam-old-spam-articles.
13152         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13153         Add empty variables, placeholders for the backends they represent.
13154         (spam-set-difference): Move, unchanged.
13155         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13156         unless the user has a processor variable.
13157         (spam-classifications, spam-classification-valid-p)
13158         (spam-backend-properties, spam-backend-property-valid-p)
13159         (spam-backend-function-type-valid-p)
13160         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13161         (spam-report-articles-gmane, spam-report-articles-resend):
13162         Remove functions, they are not needed.
13163         (spam-install-backend-super, spam-backend-list)
13164         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13165         (spam-backend-function, spam-backend-ham-registration-function)
13166         (spam-backend-spam-registration-function)
13167         (spam-backend-ham-unregistration-function)
13168         (spam-backend-spam-unregistration-function)
13169         (spam-backend-statistical-p, spam-backend-mover-p)
13170         (spam-install-backend-alias, spam-install-checkonly-backend)
13171         (spam-install-mover-backend, spam-install-nocheck-backend)
13172         (spam-install-backend, spam-install-statistical-backend)
13173         (spam-install-statistical-checkonly-backend): Add backend installation
13174         support.
13175         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13176         (spam-group-processor-p): Use the new backend code and respect the
13177         summary exit behavior.
13178         (spam-mark-spam-as-expired-and-move-routine): Remove.
13179         (spam-summary-prepare): Change to use the new spam-old-articles
13180         variable.
13181         (spam-copy-or-move-routine, spam-copy-spam-routine)
13182         (spam-move-spam-routine, spam-copy-ham-routine)
13183         (spam-move-ham-routine): Add code to copy/move ham or spam.
13184         (spam-fetch-field-fast): Improve doc and code, plus allow the
13185         'number request.
13186         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13187         variables.
13188         (spam-split, spam-find-spam): Use the new backend code.
13189         (spam-registration-functions): Remove variable.
13190         (spam-unregister-routine): Add convenience wrapper.
13191         (spam-log-undo-registration, spam-register-routine)
13192         (spam-log-processing-to-registry)
13193         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13194         where possible.
13195         (spam-check-gmane-xref, spam-check-regex-headers)
13196         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13197         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13198         (spam-check-bogofilter-headers, spam-check-spamoracle)
13199         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13200         (spam-check-crm114-headers): Use the spam-split-group that
13201         spam-split prepares, no need to determine it every time.
13202
13203         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13204         to the nnheader-parse-naked-head call.
13205
13206         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13207
13208         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13209         the nnheader-nov-read-message-id call.
13210
13211 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13212
13213         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13214         gnus-activate-group twice.  Suggested by Markus Peter
13215         <warp@spin.de>.
13216
13217 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * gnus-art.el (gnus-article-time-format): Exchange the order of
13220         day and month in the default value; fix customization type.
13221         (article-date-ut): Use add-text-properties.
13222         (article-make-date-line): Use message-make-date instead of
13223         current-time-string.
13224
13225         * message.el (message-fetch-field): Don't use set-text-properties.
13226         (message-make-date): Simplify.
13227
13228         * messagexmas.el (message-xmas-make-date): New function.
13229         (message-xmas-redefine): Defalias message-make-date to it.
13230
13231 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13232
13233         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13234         (rfc2047-encode-region): Treat text within parentheses as special;
13235         show the original text when error has occurred.
13236
13237         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13238         already-computed method to gnus-activate-group.
13239
13240         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13241         same select-methods identical Lisp objects.
13242
13243         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13244         object when modifying the info.
13245
13246 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13247
13248         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13249         gnus-opened-servers since it has never been opened with the new
13250         configuration yet.
13251
13252 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13253
13254         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13255         arg to nnheader-generate-fake-message-id.
13256
13257 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13258
13259         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13260         number and build a fake message ID localized to a group and
13261         article number (so it's repeatable from that point on).
13262         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13263         ID format.
13264
13265         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13266         nnheader-generate-fake-message-id with the article number.
13267
13268 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13269
13270         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13271         end-of-buffer.
13272
13273 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13274
13275         * message.el (message-ignored-supersedes-headers): Add Approved.
13276
13277 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13278
13279         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13280         goto-char.
13281         (rfc2047-encode): Fold the line before encoding.
13282
13283 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13284
13285         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13286         folding -- not all headers can be folded, and this should be done
13287         by the message composition mode.  Probably.  I think.
13288
13289 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13290
13291         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13292         fast.
13293
13294         * gnus-ems.el (gnus-remove-image): Don't use
13295         message-text-with-property; remove only the image found first.
13296
13297         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13298         found first.
13299
13300 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13301
13302         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13303
13304 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13305
13306         * message.el (message-text-with-property): Make it fast and accept
13307         optional arguments.
13308         (message-strip-forbidden-properties): Use it.
13309         (message-fix-before-sending): Follow the m-t-w-p change.
13310
13311         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13312
13313 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13314
13315         * gnus-art.el (article-hide-headers): Don't change the buffer
13316         mistakenly when performing mml-preview even if
13317         gnus-single-article-buffer is nil.
13318
13319 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13320
13321         * message.el (message-expand-name-databases): New user option.
13322         (message-expand-name): Use it.
13323
13324 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13325
13326         * spam.el (spam-report-articles-resend)
13327         (spam-report-resend-register-routine): Allow ham reporting.
13328         (spam-report-resend-register-ham-routine): Add wrapper.
13329         (spam-registration-functions): Add ham resending functions.
13330         (spam-list-of-processors): Add ham resend processor.
13331
13332         * gnus.el (ham-resend-to): Add new group parameter.
13333         (spam-process): Add ham resend option.
13334
13335         * spam-report.el (spam-report-resend): Allow reporting ham.
13336         (spam-report-resend-ham): Add wrapper.
13337
13338 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13339
13340         * message.el (message-cite-articles-with-x-no-archive): New
13341         variable.
13342         (message-cite-original): Use it.
13343
13344 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13345
13346         * message.el (message-cite-original): Respect X-No-Archive.
13347
13348 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13349
13350         * gnus-art.el (article-hide-headers): Refer to the values for
13351         gnus-ignored-headers and gnus-visible-headers in the summary
13352         buffer since a user may have set them as group parameters.
13353
13354 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13355
13356         * assistant.el (assistant-node-name): Add convenience function.
13357         (assistant-render-text, assistant-render-node): Add error handling,
13358         plus handle multiple next nodes.
13359         (assistant-find-next-node): Comment out for now.
13360         (assistant-find-next-nodes): Add function, returns list of next
13361         nodes.
13362
13363 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13364
13365         * mail-source.el (mail-source-directory): Fix doc-string.
13366
13367 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13368
13369         * assistant.el (assistant-render-text, assistant-eval): Add :set
13370         widget type, which is different because it takes and returns a
13371         list.  Much hilarity ensues.
13372
13373 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13374
13375         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13376
13377         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13378         doc-string.
13379
13380         * gnus-start.el (gnus-activate-group): Added doc-string.
13381
13382 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13383
13384         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13385
13386 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13387
13388         * assistant.el (assistant-render-text): Try to add a :set
13389         widget, more to come.
13390
13391         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13392         strings.
13393         (spam-report-articles-resend)
13394         (spam-register-routine): Do registration iff any articles warrant
13395         it.
13396         (spam-summary-prepare-exit): Change log message for nil group
13397         destinations.
13398
13399 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13400
13401         * spam.el (spam-report-resend-register-routine): Allow
13402         spam-report-resend-to to be a group parameter or a global value.
13403
13404 2004-05-26  Simon Josefsson  <jas@extundo.com>
13405
13406         * starttls.el: Merge with my GNUTLS based starttls.el.
13407         (starttls-gnutls-program, starttls-use-gnutls)
13408         (starttls-extra-arguments, starttls-process-connection-type)
13409         (starttls-connect, starttls-failure, starttls-success): New
13410         variables.
13411         (starttls-program, starttls-extra-args): Doc fix.
13412         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13413         functions.
13414         (starttls-negotiate, starttls-open-stream): Check
13415         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13416         function if it is set.
13417
13418 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13419
13420         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13421         structured fields.
13422
13423 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13424
13425         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13426
13427 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13428
13429         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13430         variable.
13431         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13432         assigning the spam-mark to new messages.
13433
13434 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13435
13436         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13437
13438 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13439
13440         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13441
13442         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13443         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13444         default.
13445
13446 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13447
13448         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13449         correct data.
13450
13451 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13452
13453         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13454         (spam-group-processor-p): Fix function.
13455         (spam-group-processor-multiple-p)
13456         (spam-group-spam-processor-report-gmane-p)
13457         (spam-group-spam-processor-report-resend-p)
13458         (spam-group-spam-processor-bogofilter-p)
13459         (spam-group-spam-processor-blacklist-p)
13460         (spam-group-spam-processor-ifile-p)
13461         (spam-group-ham-processor-ifile-p)
13462         (spam-group-spam-processor-spamoracle-p)
13463         (spam-group-spam-processor-crm114-p)
13464         (spam-group-ham-processor-bogofilter-p)
13465         (spam-group-spam-processor-stat-p)
13466         (spam-group-ham-processor-stat-p)
13467         (spam-group-ham-processor-whitelist-p)
13468         (spam-group-ham-processor-BBDB-p)
13469         (spam-group-ham-processor-spamoracle-p)
13470         (spam-group-ham-processor-copy-p): Remove functions with some
13471         prejudice against unneeded code.
13472         (spam-report-articles-resend)
13473         (spam-report-resend-register-routine): Allow the group/topic
13474         spam-resend-to value to override spam-report-resend-to.
13475         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13476         properly now.
13477
13478         * gnus.el (spam-resend-to): Add group/topic parameter.
13479         (spam-process): Move the OBSOLETE processors to the end of the
13480         choices.
13481
13482 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13483
13484         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13485         with resend-to set to nil, and then ask the user if necessary.
13486         (spam-report-resend): spam-report-resend takes a list of articles, not
13487         separate article numbers.
13488
13489 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13492         addition to emacs-w3m.
13493
13494 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13495
13496         * assistant.el (assistant-authinfo-data): New function.
13497         (assistant-eval): Eval for entire assistant.
13498
13499         * netrc.el (netrc-services-file): New variable.
13500         (netrc-parse-services): New function.
13501         (netrc-find-service-name): New function.
13502         (netrc-find-service-number): New function.
13503         (netrc-port-equal): New function.
13504         (netrc-machine): Use it.
13505
13506         * nnimap.el (nnimap-open-connection): Use netrc.
13507
13508         * gnus-util.el (gnus-netrc-get): Remove aliases.
13509
13510         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13511
13512         * assistant.el (wid-edit): Fix compilation.
13513
13514         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13515
13516 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13517
13518         * gnus-util.el (gnus-set-file-modes): New function.  (small
13519         patch).
13520
13521 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13522
13523         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13524
13525         * assistant.el (assistant-render-node): Fix up rendering and
13526         read-only text.
13527         (assistant-render-node): Reset.
13528         (assistant-make-read-only): Not sticky.
13529
13530 2004-05-20  Danny Siu  <dsiu@adobe.com>
13531
13532         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13533         centered even when gnus-auto-center-summary is t.
13534
13535 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13536
13537         * dns.el (dns-get-txt-answer): New function.
13538         (dns-read-txt): Ditto.
13539         (query-dns): Use it.
13540
13541 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13544         active for foreign groups even if the group level is higher than
13545         the specified value.
13546
13547 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13548
13549         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13550         non-active groups.
13551
13552         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13553
13554 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13555
13556         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13557
13558 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13559
13560         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13561         (spam-crm114-header, spam-crm114-spam-switch)
13562         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13563         (spam-crm114-positive-spam-header)
13564         (spam-crm114-database-directory, spam-list-of-processors)
13565         (spam-group-spam-processor-crm114-p)
13566         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13567         (spam-generic-score, spam-list-of-checks)
13568         (spam-list-of-statistical-checks, spam-registration-functions)
13569         (spam-check-crm114-headers, spam-crm114-score)
13570         (spam-check-crm114, spam-crm114-register-with-crm114)
13571         (spam-crm114-register-spam-routine)
13572         (spam-crm114-unregister-spam-routine)
13573         (spam-crm114-register-ham-routine)
13574         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13575         asjo@koldfront.dk (Adam Sjøgren).
13576
13577         * gnus.el: Add spam-use-crm114.
13578
13579         * spam.el (spam-list-of-processors, spam-registration-functions):
13580         Add spam-use-resend.
13581         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13582         (spam-report-articles-gmane): Add doc fix.
13583         (spam-report-articles-resend, spam-report-resend-register-routine):
13584         Add wrappers around spam-report-resend-to.
13585
13586         * spam-report.el (spam-report-resend-to, spam-report-resend):
13587         Add support for resending spam.
13588         (spam-report-gmane): Fix line length >80.
13589
13590         * gnus.el (spam-process): Add spam-use-resend.
13591
13592 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13593
13594         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13595         number of processed spam messages.
13596         (spam-ham-copy-or-move-routine): Return the number of processed
13597         ham messages.
13598         (spam-summary-prepare-exit): Use the above values to decide
13599         whether status messages shouled be displayed.
13600
13601 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13602
13603         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13604         `rfc2047-encoding-function-alist' in order to avoid conflicting
13605         with the old version.
13606         (rfc2047-encode-region): Concatenate words containing non-ASCII
13607         characters in structured fields; don't encode space-delimited
13608         ASCII words even in unstructured fields; don't break words at
13609         char-category boundaries.
13610         (rfc2047-encode-1): New function.
13611         (rfc2047-encode): Use it; encode text so that it occupies the
13612         maximum width within 76-column; work correctly on Q encoding for
13613         iso-2022-* charsets.
13614         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13615         sure not to break a line just after the header name.
13616         (rfc2047-b-encode-region): Removed.
13617         (rfc2047-b-encode-string): New function.
13618         (rfc2047-q-encode-region): Removed.
13619         (rfc2047-q-encode-string): New function.
13620
13621         * mm-util.el (mm-replace-in-string): New function.
13622
13623 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13624
13625         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13626         get it right.
13627         (gnus-inews-make-draft): Really.
13628
13629 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13630
13631         * nnmh.el (nnmh-request-list-1): Don't check the link count
13632         before descending.  (small patch)
13633
13634 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13635
13636         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13637         stuff.
13638
13639         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13640         on real group name.
13641
13642         * gnus-art.el (gnus-signature-limit): Doc fix.
13643
13644         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13645
13646         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13647
13648 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13649
13650         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13651         isn't a string.
13652
13653 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13654
13655         * gnus-draft.el (gnus-draft-send): Bind
13656         rfc2047-encode-encoded-words.
13657
13658         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13659         (rfc2047-encodable-p): Say that =? needs encoding.
13660         (rfc2047-encode-encoded-words): New variable.
13661
13662         * gnus-group.el (gnus-group-select-group): Doc fix.
13663
13664         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13665
13666         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13667         to nil.
13668
13669         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13670
13671         * nnheader.el (nnheader-get-lines-and-char): New function.
13672
13673 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13674
13675         * gnus-msg.el (gnus-summary-followup-with-original): Document
13676         yanking of region when active.
13677
13678 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13679
13680         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13681         groups if the group level is higher than the specified value.
13682
13683 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13684
13685         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13686         (gnus-group-jump-to-group): Added prefix argument using
13687         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13688         non-active group.
13689
13690         * compface.el (uncompface): Be verbose when changing
13691         `uncompface-use-external'.
13692
13693         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13694         handle manual section.
13695
13696 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13697
13698         * gnus-art.el (gnus-button-alist): Revert previous change.
13699
13700 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13701
13702         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13703
13704 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13705
13706         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13707         whether backend can accept message.
13708
13709         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13710
13711 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13712
13713         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13714         Avoid creating directory when nntp-marks-is-evil is true.
13715         Reported by Reiner Steib.
13716
13717 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13718
13719         * gnus-picon.el (gnus-picon-style): New variable.
13720         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13721         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13722         Jesper Harder <harder@ifa.au.dk>.
13723
13724 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13725
13726         * message.el (message-fill-field): Return point.
13727         (message-generate-headers): Go to end of field.
13728
13729         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13730         stuff for non-living groups.
13731
13732 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13733
13734         * gnus-art.el (gnus-article-followup-with-original)
13735         (gnus-article-reply-with-original): gnus-mark-active-p ->
13736         gnus-region-active-p.
13737
13738 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13739
13740         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13741         only when there is spam or ham to be processed.
13742
13743 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13744
13745         * mail-source.el (mail-source-delete-crash-box): Refactor.
13746         (mail-source-fetch): Use it.
13747         (mail-source-fetch-file): Ditto.
13748         (mail-source-fetch-directory): Run postscript in loop.
13749         (mail-source-fetch-pop): Delete.
13750         (mail-source-fetch-maildir): Ditto.
13751         (mail-source-fetch-imap): Ditto.
13752
13753         * imap.el (imap-authenticators): Comment out sasl.
13754
13755         * message.el (message-skip-to-next-address): New function.
13756         (message-fill-header-address): Refactor.
13757         (message-fill-address): Use it.
13758         (message-delete-address): Use it.
13759         (message-fill-header-general): Refactor.
13760         (message-fill-field-address): Rename.
13761         (message-narrow-to-field): Find the start of the header.
13762         (message-header-format-alist): Don't pre-fill.
13763         (message-fill-header): Removed.
13764         (message-insert-header): New function.
13765         (message-shorten-references): Use it.
13766
13767         * rfc2047.el (rfc2047-field-value): Strip props.
13768
13769         * mail-parse.el (mail-header-make-address): New alias.
13770
13771         * ietf-drums.el (ietf-drums-make-address): New function.
13772
13773         * imap.el: Add compiler directives.
13774
13775         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13776
13777         * gnus-art.el (article-decode-idna-rhs): Don't use
13778         message-idna-inside-rhs-p.
13779
13780 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13781
13782         * message.el (message-idna-inside-rhs-p): Removed.
13783         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13784
13785         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13786         false positives.
13787
13788 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13789
13790         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13791
13792 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13793
13794         * nneething.el (nneething-file-name): Don't create spurious
13795         files.
13796
13797         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13798         (gnus-inews-do-gcc): Remove sleep.
13799
13800         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13801         part under point.
13802
13803         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13804         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13805
13806 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13807
13808         * spam.el (spam-summary-prepare-exit): Fixed (length).
13809
13810 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13811
13812         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13813         as expired without moving it" message when there are spam
13814         messages left.
13815
13816 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13817
13818         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13819         header is not nil.
13820
13821 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13822
13823         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13824         nntp-possibly-create-directory, not nntp-possibly-change-group.
13825         (nntp-marks-changed-p): New arg SERVER.
13826         (nntp-request-update-info): Adjust caller.
13827
13828 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13829
13830         * nntp.el (nntp-save-marks): Pass missing arg.
13831
13832 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13833
13834         * nntp.el: Support marks.
13835         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13836         (nntp-marks-modtime, nntp-marks-directory): New variables.
13837         (nntp-request-set-mark, nntp-request-update-info)
13838         (nntp-possibly-create-directory, nntp-marks-changed-p)
13839         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13840         functions.
13841
13842 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13843
13844         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13845         (gnus-xmas-redefine): Rename.
13846
13847         * gnus-score.el (gnus-score-insert-help): Use
13848         gnus-select-lowest-window.
13849
13850         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13851         appt-select-lowest-window and rename to gnus-select-lowest-window.
13852
13853         * gnus.el: do.
13854
13855 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13856
13857         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13858         encodings of MIME-encoded words, in order to improve
13859         interoperability with several broken MUAs.
13860
13861 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13862
13863         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13864         tags, only when charsets are not specified in headers.
13865         (mm-inline-text-html-render-with-w3m): Ditto.
13866
13867         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13868         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13869
13870 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13871
13872         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13873         instead of MIME-decoded from fields when checking
13874         `gnus-article-address-banner-alist'.
13875
13876 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13877
13878         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13879         description rather than subject.
13880
13881 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13882
13883         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13884
13885 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13886
13887         * gnus.el (gnus-version-number): Bump.
13888
13889 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13890
13891         * gnus.el: No Gnus v0.2 is released.
13892
13893 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13894
13895         * gnus-agent.el (gnus-agent-read-agentview): Inline
13896         gnus-uncompress-range.
13897
13898 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13899
13900         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13901         `exec-installed-p'.
13902
13903 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13904
13905         * gnus.el (spam-process, spam-autodetect-methods): Add
13906         bsfilter and bsfilter-headers.
13907
13908         * spam.el (spam-bsfilter): New customize group.
13909         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13910         (spam-bsfilter-header, spam-bsfilter-probability-header)
13911         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13912         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13913         (spam-bsfilter-database-directory): New options.
13914         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13915         (spam-list-of-statistical-checks, spam-registration-functions):
13916         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13917         (spam-bsfilter-score): New command.
13918         (spam-check-bsfilter-headers, spam-check-bsfilter)
13919         (spam-bsfilter-register-with-bsfilter)
13920         (spam-bsfilter-register-spam-routine)
13921         (spam-bsfilter-unregister-spam-routine)
13922         (spam-bsfilter-register-ham-routine)
13923         (spam-bsfilter-unregister-ham-routine): New functions.
13924         (spam-generic-score): Support bsfilter; Accept an optional argument
13925         to recalcurate spam score even if scoring header has already been
13926         added.
13927         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13928         optional argument to recalcurate spam score even if scoring header
13929         has already been added.
13930
13931 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13932
13933         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13934         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13935         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13936         link is missing.
13937
13938 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13939
13940         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13941         (html2text-get-attr): Rewrite.
13942
13943         * message.el (message-setup-1): Remove redundant put-text-property
13944         on mail-header-separator.
13945
13946 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13947
13948         * gnus-registry.el (gnus-registry-cache-whitespace)
13949         (gnus-registry-action, gnus-registry-spool-action)
13950         (gnus-registry-split-fancy-with-parent): Change message levels
13951         from 5 to 3 or 7, as needed.
13952
13953         * spam.el (spam-summary-prepare-exit)
13954         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13955         (spam-split, spam-find-spam, spam-log-undo-registration)
13956         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13957         level from 5 to 6.
13958
13959 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13960
13961         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13962         2004-03-04 change).
13963
13964 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13965
13966         * sieve-manage.el (sieve-manage-open):
13967         * nnweb.el (nnweb-insert-html):
13968         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13969         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13970         * nnspool.el (nnspool-request-group):
13971         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13972         * nnml.el (nnml-request-update-info):
13973         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13974         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13975         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13976         (nnimap-request-set-mark):
13977         * nnfolder.el (nnfolder-request-update-info):
13978         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13979         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13980         * gnus-uu.el (gnus-uu-find-articles-matching):
13981         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13982         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13983         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13984         * gnus-nocem.el (gnus-nocem-scan-groups):
13985         * gnus-int.el (gnus-start-news-server):
13986         * gnus-group.el (gnus-group-make-kiboze-group)
13987         (gnus-group-browse-foreign-server):
13988         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13989         Use mapc when appropriate.
13990
13991 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13992
13993         FIXME: Make separate entries for each person.
13994
13995         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13996         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13997         <shields@msrl.com>:
13998
13999         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14000         may need for spam sorting and scoring.
14001         (spam-user-format-function-S): Add user format function suitable for
14002         general use.
14003         (spam-article-sort-by-spam-status): Add sorting function for summary
14004         sorting.
14005         (spam-extra-header-to-number): Add function to get a score from a
14006         header.
14007         (spam-summary-score): Add function to get a numeric score from the
14008         headers.
14009         (spam-generic-score): Fix function doc, was in wrong place.
14010         (spam-initialize): Take symbols when it's run, and install the
14011         extra headers that spam-necessary-extra-headers thinks we need.
14012
14013 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14014
14015         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14016         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14017
14018 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14019
14020         * gnus-sum.el (gnus-set-global-variables)
14021         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14022         (gnus-article-get-xrefs, gnus-summary-best-group)
14023         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14024         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14025         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14026         Use with-current-buffer.
14027
14028 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14029
14030         * spam.el (spam-summary-prepare-exit): Simplify logic.
14031         (spam-fetch-article-header): Read the article header if it's not
14032         available.
14033         (spam-list-articles): Simplify logic.
14034         (spam-filelist-register-routine): Fix bug with unregister-list.
14035
14036         * gnus-registry.el: Fix comments at beginning.
14037
14038 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14039
14040         * message.el (message-cater-to-broken-inn): Remove.
14041         (message-shorten-references): Make sure the total folded length of
14042         References is shorter than 998 characters to cater to a bug in INN
14043         2.3.  Also, don't pretend that references aren't folded -- this
14044         hasn't worked for a while.
14045
14046 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14047
14048         * gnus-agent.el (gnus-agentize):
14049         gnus-agent-send-mail-real-function no longer set to current value
14050         of message-send-mail-function but rather a lambda that calls
14051         message-send-mail-function.  The change makes the agent real-time
14052         responsive to user changes to message-send-mail-function.
14053
14054 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14055
14056         * legacy-gnus-agent.el
14057         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14058         help from Florian Weimer <fw@deneb.enyo.de>
14059
14060 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14061
14062         * nnmail.el (nnmail-cache-insert): Revert last change.
14063
14064 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14065
14066         * nnmail.el (nnmail-cache-insert): Always check whether
14067         nnmail-cache-ignore-groups matches a group name.
14068
14069 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14070
14071         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14072         (spam-find-spam, spam-log-processing-to-registry)
14073         (spam-log-registered-p, spam-log-unregistration-needed-p)
14074         (spam-log-undo-registration): Use gnus-message instead of
14075         gnus-error, none of these errors are fatal.
14076
14077         * gnus-registry.el (gnus-registry-clean-empty-function)
14078         (gnus-registry-clean-empty): Remove only empty entries without
14079         extra data.
14080
14081 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14082
14083         * spam-stat.el (spam-stat-buffer-change-to-spam)
14084         (spam-stat-buffer-change-to-non-spam): Change (error) to
14085         (gnus-message 8) invocation.
14086
14087 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14088
14089         * nntp.el (nntp-via-netcat-command): New variable.
14090         (nntp-via-netcat-switches): New variable.
14091         (nntp-open-via-rlogin-and-netcat): New function.
14092         (nntp-open-connection-function): Doc fix.
14093         (nntp-telnet-command): Doc fix.
14094         (nntp-end-of-line): Doc fix.
14095         (nntp-via-rlogin-command): Doc fix.
14096         (nntp-via-user-name): Doc fix.
14097         (nntp-via-address): Doc fix.
14098
14099 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14100
14101         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14102         error in Emacs 21.1.
14103
14104 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14105
14106         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14107
14108 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14109
14110         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14111         (gnus-agent-with-refreshed-group): New macro.
14112         (gnus-agent-rename-group): New function.
14113         (gnus-agent-delete-group): New function.
14114         (gnus-agent-save-group-info): Use gnus-command-method when
14115         `method' parameter is nil.  Don't write nil entries into the
14116         active file.
14117         (gnus-agent-get-group-info): New function.
14118         (gnus-agent-fetch-articles): Use
14119         gnus-agent-update-files-total-fetched-for to increment disk space
14120         used.
14121         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14122         gnus-agent-update-view-total-fetched-for to increment disk space
14123         used.
14124         (gnus-agent-get-local): Added optional parameters to avoid calling
14125         gnus-group-real-name and gnus-find-method-for-group.
14126         (gnus-agent-set-local): Delete stored entry if either min, or max,
14127         are nil.
14128         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14129         quit, use gnus-agent-regenerate-group to record existance of any
14130         articles fetched to disk before the quit occurred.
14131         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14132         gnus-agent-update-view-total-fetched-for, and
14133         gnus-agent-update-files-total-fetched-for to decrement disk space
14134         used.
14135         (gnus-agent-retrieve-headers): Use
14136         gnus-agent-update-view-total-fetched-for to increment disk space
14137         used.
14138         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14139         with gnus-agent-update-files-total-fetched-for to decrement disk
14140         space and fresh group buffer.
14141         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14142         (gnus-agent-need-update-total-fetched-for): New variable.
14143         (gnus-agent-update-files-total-fetched-for): New function.
14144         (gnus-agent-update-view-total-fetched-for): New function.
14145         (gnus-agent-total-fetched-for): New function.
14146
14147         * gnus-cache.el (gnus-cache-save-buffers): Use
14148         gnus-cache-update-overview-total-fetched-for to change disk space
14149         used by this group.
14150         (gnus-cache-possibly-enter-article): Use
14151         gnus-cache-update-file-total-fetched-for to increment disk space
14152         used by this group.
14153         (gnus-cache-possibly-remove-article): Use
14154         gnus-cache-update-file-total-fetched-for to decrement disk space
14155         used by this group.
14156         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14157         (gnus-cache-rename-group): New function.
14158         (gnus-cache-delete-group): New function.
14159         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14160         (gnus-cache-need-update-total-fetched-for): New variable.
14161         (gnus-cache-with-refreshed-group): New macro.
14162         (gnus-cache-update-file-total-fetched-for): New function.
14163         (gnus-cache-update-overview-total-fetched-for): New function.
14164         (gnus-cache-rename-group-total-fetched-for): New function.
14165         (gnus-cache-delete-group-total-fetched-for): New function.
14166         (gnus-cache-total-fetched-for): New function.
14167
14168         * gnus-group.el: Require gnus-sum and autoload functions to
14169         resolve warnings when gnus-group.el compiled alone.
14170         (gnus-group-line-format): Documented new %F.
14171         (size of Fetched data) group line format; identifies disk space
14172         used by agent and cache.
14173         (gnus-group-line-format-alist): Defined new F format.
14174         (gnus-total-fetched-for): New function.
14175         (gnus-group-delete-group): No longer update
14176         gnus-cache-active-altered as gnus-request-delete-group now keeps
14177         the cache in sync.
14178         (gnus-group-list-active): Let the agent store a server's active
14179         list if currently plugged.
14180
14181         * gnus-int.el (gnus-request-delete-group):
14182         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14183         local disk in sync with the server.
14184         (gnus-request-rename-group):
14185         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14186         local disk in sync with the server.
14187
14188         * gnus-start.el (gnus-get-unread-articles):
14189         Cosmetic simplification to logic.
14190
14191         * gnus-util.el (gnus-rename-file): New function.
14192
14193 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14194
14195         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14196
14197 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14198
14199         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14200         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14201
14202 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14203
14204         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14205         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14206
14207 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14208
14209         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14210
14211 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14212
14213         * spam.el (spam-set-difference): Add function to replace
14214         gnus-set-difference in spam.el.
14215         (spam-summary-prepare-exit): Use spam-set-difference.
14216
14217 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14218
14219         * gnus-registry.el (gnus-registry-cache-file): Update to use
14220         gnus-dribble-directory OR gnus-home-directory OR ~.
14221         (gnus-registry-split-fancy-with-parent): Fix doc.
14222
14223 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14224
14225         * message.el (message-exchange-point-and-mark): Use
14226         message-mark-active-p.  Suggested by Jesper Harder
14227         <harder@ifa.au.dk>.
14228
14229 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14230
14231         * message.el (message-exchange-point-and-mark): Don't activate
14232         region if it was inactive.  Suggested by Hiroshi Fujishima
14233         <pooh@nature.tsukuba.ac.jp>.
14234
14235 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14236
14237         * gnus-art.el (article-display-face): Display Faces in the same
14238         order as X-Faces.
14239
14240 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14241
14242         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14243
14244 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14245
14246         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14247         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14248         (gnus-article-mime-hierarchy): Remove.
14249         (gnus-article-mime-hierarchy-next): Remove.
14250         (gnus-article-mode): Revert 2004-03-19 change.
14251         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14252         (gnus-insert-mime-button): Revert 2004-03-19 change.
14253         (gnus-mime-accumulate-hierarchy): Remove.
14254         (gnus-mime-enter-multipart): Remove.
14255         (gnus-mime-leave-multipart): Remove.
14256         (gnus-mime-display-part): Revert 2004-03-19 change.
14257         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14258
14259         * mml.el (mml-preview): Revert 2004-03-19 change.
14260
14261 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14262
14263         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14264
14265 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14266
14267         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14268         t while entering a file name using the mm-with-multibyte macro.
14269         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14270
14271         * mm-util.el (mm-with-multibyte): New macro.
14272
14273 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14274
14275         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14276         user option.
14277         (gnus-mime-multipart-functions): Doc and customization fix.
14278         (gnus-article-mime-hierarchy): New variable.
14279         (gnus-article-mime-hierarchy-next): New variable.
14280         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14281         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14282         gnus-article-mime-hierarchy-next to nil.
14283         (gnus-insert-mime-button): Show hierarchy numbers.
14284         (gnus-mime-accumulate-hierarchy): New function.
14285         (gnus-mime-enter-multipart): New function.
14286         (gnus-mime-leave-multipart): New function.
14287         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14288         (gnus-mime-display-alternative): Show hierarchy numbers.
14289
14290         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14291         gnus-article-mime-hierarchy-next to nil.
14292
14293 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14294
14295         * dns.el: Don't require gnus-xmas.
14296
14297 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14298
14299         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14300         inline PGP.
14301         (mml-menu): Disable mml-quote-region if mark is inactive.
14302
14303 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14304
14305         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14306         when the group's active is not available.
14307
14308 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14309
14310         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14311         error.
14312
14313 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14314
14315         * imap.el (imap-store-password): New variable.
14316         (imap-interactive-login): Use it.
14317         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14318
14319 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14320
14321         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14322         window-start and hscroll to summary window.
14323
14324 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14325
14326         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14327         conversion message to newsrc-dribble when an actual conversion is
14328         performed.
14329
14330 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14331
14332         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14333
14334 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14335
14336         * mm-decode.el (mm-complicated-handles): New function reviving
14337         former definition of mm-multiple-handles.
14338
14339         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14340         (gnus-mime-delete-part): Use it.
14341
14342 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14343
14344         * gnus-agent.el (gnus-agent-read-local): Bind
14345         nnheader-file-coding-system to gnus-agent-file-coding-system to
14346         avoid the implicit assumption that they will always be equal.
14347         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14348         coding-system-for-write, as the with-temp-file macro first prints
14349         to a buffer then saves the buffer.
14350
14351 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * gnus-art.el (gnus-article-edit-part): New function.
14354         (gnus-mime-save-part-and-strip): Use it; do query instead of
14355         signaling an error; don't use mm-multiple-handles.
14356         (gnus-mime-delete-part): Ditto.
14357
14358 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14359
14360         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14361         old file versions.
14362         (gnus-group-prepare-hook): Removed function that converted list
14363         form of gnus-agent-expire-days to group properties.
14364
14365         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14366         (gnus-request-accept-article): Re-indented.
14367
14368         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14369         converters to handle old agent file formats.  Added logic for a
14370         "backup before upgrading warning".
14371         (gnus-convert-mark-converter-prompt): Developers can mark
14372         functions as needing (default), or not needing,
14373         gnus-convert-old-newsrc's "backup before upgrading warning".
14374         (gnus-convert-converter-needs-prompt): Tests whether the user
14375         should be protected from potentially irreversable changes by the
14376         function.
14377
14378         * legacy-gnus-agent.el: New.  Provides converters that are only
14379         loaded when gnus-convert-old-newsrc needs to call them.
14380
14381 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14382
14383         * mail-source.el (mail-source-touch-pop): Doc fix.
14384
14385         * message.el (message-smtpmail-send-it): Doc fix.
14386
14387 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14388
14389         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14390
14391         * nnmail.el (nnmail-split-fancy): do.
14392
14393         * gnus-kill.el (gnus-kill, gnus-execute): do.
14394
14395 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14396
14397         * gnus-sum.el (gnus-widget-reversible-match)
14398         (gnus-widget-reversible-to-internal)
14399         (gnus-widget-reversible-to-external): New functions.
14400         (gnus-widget-reversible): New widget.
14401         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14402
14403 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14404
14405         * gnus-sum.el (gnus-thread-sort-functions)
14406         (gnus-article-sort-functions): Document `(not F)' items.
14407
14408 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14409
14410         * spam.el (spam-use-gmane-xref): Add new backend.
14411         (spam-gmane-xref-spam-group): Add variable to control the name of the
14412         Gmane spam group.
14413         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14414         (spam-regex-headers-spam, spam-regex-headers-ham)
14415         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14416         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14417         backends and checks.
14418         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14419
14420         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14421         an autodetect method.
14422
14423 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14424
14425         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14426         articles are being added to a group.
14427         (gnus-request-replace-article): Inform the agent that articles
14428         need to be uncached as the cached contents are no longer valid.
14429
14430 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14431
14432         * binhex.el: Don't autoload executable-find.
14433
14434         * canlock.el: Don't autoload mail-fetch-field.
14435
14436         * dgnushack.el: Autoload c-mode for XEmacs.
14437
14438         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14439
14440         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14441         rmail-dont-reply-to and rmail-output.
14442
14443         * gnus-score.el: Don't autoload ffap-string-at-point.
14444
14445         * gnus-setup.el: Don't autoload sc-cite-original.
14446
14447         * imap.el: Don't autoload base64-decode-string,
14448         base64-encode-string and md5.
14449
14450         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14451         and rmail-msg-restore-non-pruned-header.
14452
14453         * mm-decode.el: Don't autoload executable-find.
14454
14455         * mm-url.el: Don't autoload executable-find.
14456
14457         * mm-view.el: Don't autoload diff-mode.
14458
14459         * nndb.el: Don't autoload news-reply-mode, news-setup,
14460         cancel-timer and telnet.
14461
14462         * password.el: Don't autoload run-at-time for Emacs.
14463
14464         * sha1-el.el: Don't autoload executable-find.
14465
14466         * sieve-mode.el: Don't autoload c-mode.
14467
14468         * uudecode.el: Don't autoload executable-find.
14469
14470 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14471
14472         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14473         (gnus-agent-possibly-alter-active): Avoid null in numeric
14474         comparison.
14475         (gnus-agent-set-local): Refuse to save null in local object table.
14476         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14477         list of articles that will be marked as unread.
14478
14479 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14480
14481         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14482
14483 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14484
14485         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14486         language tags.
14487
14488 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14489
14490         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14491         Don't bind "obarray".
14492
14493         * gnus-sum.el (gnus-thread-sort-functions): Added
14494         `gnus-thread-sort-by-most-recent-number' and
14495         `gnus-thread-sort-by-most-recent-date'.
14496         Reported by Kai Grossjohann <kai@emptydomain.de>.
14497
14498 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14499
14500         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14501
14502 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14503
14504         * gnus-cus.el (gnus-agent-customize-category): Removed
14505         ignore-errors macro reference that required cl to be loaded at
14506         run-time.
14507
14508         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14509         single-interval range of the form (min . max).  Previously the
14510         range had to look like ((min . max)).  Likewise, return
14511         (min . max) rather than ((min . max)).
14512         (gnus-range-map): Use gnus-range-normalize to accept
14513         single-interval range.
14514
14515         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14516         the cache, but not the agent, now appear with their usual face.
14517
14518         * dgnushack.el (loaddir): New variable that is bound to the
14519         directory containing the dgnushack.el file. Use loaddir, rather
14520         than srcdir, to update load-path. Change lets dgnushack compile
14521         code in directories other than GNUS/lisp.
14522
14523 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14524
14525         * lpath.el: Don't bind w3m-safe-url-regexp.
14526
14527         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14528         w3m-safe-url-regexp variable buffer-local.
14529
14530         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14531
14532 2004-02-27  Simon Josefsson  <jas@extundo.com>
14533
14534         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14535         gnus-group-real-prefix.
14536         (gnus-summary-move-article): Use it, instead of
14537         gnus-group-real-prefix.
14538
14539 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14540
14541         * lpath.el: Bind w3m-safe-url-regexp.
14542
14543         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14544         w3m-safe-url-regexp variable buffer-local and set it as the value
14545         of mm-w3m-safe-url-regexp.
14546
14547         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14548
14549         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14550         parsing gnus-posting-styles when the message is not for replying.
14551
14552         * dgnushack.el: Autoload sgml-mode for XEmacs.
14553
14554         * nnrss.el (nnrss-opml-export): Use
14555         mm-set-buffer-file-coding-system instead of
14556         set-buffer-file-coding-system.
14557
14558 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14559
14560         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14561         of checkdoc.el).
14562         * nnrss.el: do.
14563         * gnus-mlspl.el: do.
14564         * gnus-ml.el: do.
14565         * gnus-srvr.el: do.
14566
14567         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14568
14569 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14570
14571         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14572         Corrections to custom-manual links.
14573
14574         * gnus-art.el (gnus-article): Ditto.
14575
14576         * mm-decode.el (mime-display, mime-security): Ditto.
14577
14578 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14579
14580         * flow-fill.el: Typo.
14581
14582 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14583
14584         * spam-wash.el: New file.
14585
14586 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14587
14588         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14589
14590 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14591
14592         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14593         to be run with new-articles as LIST1, not LIST2.
14594         (spam-registration-functions): Add spam-use-ham-copy as a nil
14595         registration backend.
14596
14597 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14598
14599         * spam-stat.el (spam-stat-washing-hook): New option.
14600         (spam-stat-buffer-words): Use it.
14601         (spam-stat-process-directory, spam-stat-test-directory): Use
14602         insert-file-contents-literally.
14603         (spam-stat-coding-system): New variable.
14604         (spam-stat-load, spam-stat-save): Use it.
14605
14606 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14607
14608         * spam-report.el (spam-report-plug-agent): Quote
14609         spam-report-url-to-file and spam-report-url-ping-plain.
14610
14611 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14612
14613         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14614         / in mailto URLs.
14615
14616 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14617
14618         * spam-report.el (spam-report-process-queue): Fix interactive use.
14619         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14620         (spam-report-unplug-agent): Doc fixes.
14621         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14622         (spam-report-agentize, spam-report-deagentize): Autoload.
14623
14624 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14625
14626         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14627
14628         * message.el (message-setup-fill-variables): Add mml tags to
14629         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14630         <ajk@iu.edu>.
14631         (message-mode): Don't modify paragraph-separate there.
14632
14633 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14634
14635         * compface.el (uncompface-use-external): Default to undecided.
14636         (uncompface-use-external-threshold): New variable.
14637         (uncompface-float-time): New macro.
14638         (uncompface): Determine whether to use the external decoder if
14639         uncompface-use-external is undecided.
14640
14641 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14642
14643         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14644         after images.
14645
14646         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14647
14648 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14649
14650         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14651
14652         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14653
14654         * gnus-sum.el (gnus-summary-limit-to-age)
14655         (gnus-summary-limit-children): do.
14656
14657         * gnus-int.el (gnus-request-scan): do.
14658
14659         * gnus-group.el (gnus-group-suspend): do.
14660
14661         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14662
14663         * gnus-cite.el (gnus-cite-parse-attributions): do.
14664
14665         * gnus-agent.el (gnus-summary-set-agent-mark)
14666         (gnus-agent-regenerate-group): do.
14667
14668         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14669
14670         * binhex.el (binhex-decode-region-internal): do.
14671
14672 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14673
14674         * gnus-fun.el (gnus-face-properties-alist): New user option.
14675         (gnus-display-x-face-in-from): Use it.
14676
14677         * gnus-art.el (article-display-face): Ditto.
14678
14679         * compface.el (uncompface-use-external): Default to nil.
14680
14681 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14682
14683         * nntp.el (nntp-erase-buffer): New function.
14684         (nntp-retrieve-data, nntp-send-command)
14685         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14686         (nntp-possibly-change-group): Use it.
14687
14688         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14689         with-current-buffer.
14690
14691 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14692
14693         * compface.el: Merge the ELisp-based uncompface program.
14694         (compface): New customization group.
14695         (uncompface-use-external): New user option.
14696         (uncompface): Call uncompface-internal if uncompface-use-external
14697         is nil.
14698         (uncompface-internal): New function.  Note that there are also
14699         some other functions and variables added for this function.
14700
14701 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14702
14703         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14704         if necessary.
14705
14706 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14707
14708         * spam-report.el (spam-report-unplug-agent)
14709         (spam-report-plug-agent, spam-report-deagentize)
14710         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14711         Add support for the Agent in spam-report: when unplugged, report to a
14712         file; when plugged, submit all the requests.
14713
14714         * spam.el (spam-register-routine): Fix message about
14715         registration.
14716
14717 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14718
14719         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14720         dependencies.
14721         (rfc2047-encode): Use it.
14722
14723         * gnus-art.el (gnus-button-marker-list): Move before first
14724         reference.
14725
14726         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14727         (imap-parse-body): Fix format string mismatch.
14728
14729         * gnus-score.el (gnus-summary-increase-score): do.
14730
14731         * nnrss.el (nnrss-close): New function.
14732
14733 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14734
14735         * nnrss.el (nnrss-make-filename): New function.
14736         (nnrss-request-delete-group, nnrss-read-server-data)
14737         (nnrss-save-server-data, nnrss-read-group-data)
14738         (nnrss-save-group-data): Use it.
14739         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14740         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14741         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14742
14743 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14744
14745         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14746
14747 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14748
14749         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14750         files.
14751
14752         * message.el (message-generate-headers-first): Don't quote nil
14753         and t in docstrings.
14754
14755         * imap.el (imap-id): do.
14756
14757         * gnus-agent.el (gnus-agent-consider-all-articles)
14758         (gnus-agent-queue-mail): do.
14759
14760 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14761
14762         * spam-report.el (spam-report-process-queue): New function.
14763         Process requests from `spam-report-requests-file'.
14764         (spam-report-process-queue): Doc fix.
14765
14766 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14767
14768         * spam.el (spam-register-routine)
14769         (spam-log-processing-to-registry, spam-log-registered-p)
14770         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14771         Change "check" to "spam-check" for semi-clarity.
14772
14773 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14774
14775         * pop3.el: Require nnheader.
14776
14777         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14778
14779         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14780
14781         * gnus-picon.el: Require cl.
14782
14783         * gnus-fun.el: Require gnus-ems and gnus-util.
14784
14785         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14786
14787         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14788
14789         * gnus-art.el (gnus-article-edit-mode): Define before first
14790         reference.
14791
14792 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14793
14794         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14795         (gnus-uu-post-encoded): Use point-at-bol.
14796
14797         * gnus-topic.el (gnus-group-active-topic-p): do.
14798
14799         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14800
14801         * gnus-group.el (gnus-group-kill-region): do.
14802
14803         * gnus-art.el (article-date-ut): do.
14804
14805         * message.el (message-fetch-field): Remove redundant
14806         case-fold-search binding.
14807         (message-narrow-to-field): Simplify.
14808
14809 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14810
14811         * spam.el (spam-directory): Derive from `gnus-directory'.
14812
14813         * spam-report.el (spam-report-url-to-file)
14814         (spam-report-requests-file): New function and variable for offline
14815         reporting.
14816         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14817         and user defined function.
14818         (spam-report-url-ping-mm-url): Remove doubled slash.
14819
14820 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14821
14822         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14823
14824 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14825
14826         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14827         format string mismatch.
14828
14829         * sieve.el (sieve-deactivate-all): do.
14830
14831         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14832
14833         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14834
14835         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14836
14837         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14838
14839 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14840
14841         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14842         the list of checks.
14843
14844 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14845
14846         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14847         padding.
14848
14849 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14850
14851         * mm-view.el (mm-fill-flowed): New variable.
14852         (mm-inline-text): Use it.
14853
14854 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14855
14856         * spam.el (spam-spamassassin-register-ham-routine)
14857         (spam-spamassassin-register-spam-routine): Fix function names.
14858
14859 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * gnus.el (gnus-tmp-grouplens): Remove.
14862         (gnus-summary-line-format): Remove grouplens.
14863
14864         * gnus-group.el (gnus-group-line-format): Ditto.
14865
14866         * gnus-spec.el (gnus-format-specs): Ditto.
14867         (gnus-update-format-specifications): Flush the group format spec
14868         cache if there's the grouplens stuff.
14869         (gnus-parse-simple-format): Replace %l with the empty string.
14870
14871 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14872
14873         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14874         omission.
14875
14876 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14877
14878         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14879         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14880
14881 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14882
14883         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14884         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14885         New macros and functions.
14886         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14887         Handle > NLINK_MAX messages.
14888         * nnmaildir.el (nnmaildir-request-set-mark): Use
14889         nnmaildir--emlink-p and nnmaildir--eexist-p.
14890
14891 2004-01-25  Alex Schroeder  <alex@gnu.org>
14892
14893         * spam-stat.el (spam-stat-process-directory-age): New option.
14894         (spam-stat-process-directory): Use it.
14895
14896 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14897
14898         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14899         (spam-stat-save): Accept prefix argument.
14900
14901 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14902
14903         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14904         links" error.
14905
14906 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14907
14908         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14909         the rest of the and/or forms.
14910
14911 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14912
14913         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14914         compatibility with old .newsrc.eld files.
14915
14916         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14917
14918         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14919
14920         * gnus-start.el (gnus-1): do.
14921
14922         * gnus-group.el (gnus-group-line-format-alist): do.
14923
14924         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14925
14926         * gnus-gl.el: Remove.
14927
14928 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14929
14930         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14931         marks consisting of a single range {for example, (3 . 5)} rather
14932         than a list of a single range { ((3 . 5)) }.
14933
14934 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14935
14936         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14937         with-current-buffer.
14938         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14939         avoid consing a string.
14940
14941         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14942         Remove obsolete entries for big5 and gb2312.
14943
14944 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14945
14946         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14947         uncompressed list.
14948
14949 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14950
14951         * spam-stat.el (spam-stat-strip-xref): New function.
14952         (spam-stat-process-directory): Use it.
14953
14954         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14955         here -- it's done in message-fetch-field.
14956
14957 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14958
14959         * gnus-agent.el (gnus-agent-queue-mail)
14960         (gnus-agent-prompt-send-queue): New variables.
14961         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14962         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14963         "nndraft:queue" along to gnus-draft-send.  Use
14964         gnus-agent-prompt-send-queue.
14965         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14966         is "nndraft:queue".  Suggested by Gaute Strokkenes
14967         <gs234@srcf.ucam.org>
14968
14969         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14970         (agent-enable-undownloaded-faces): Added.
14971         (gnus-agent-cat-groups): Use eval-and-compile, not
14972         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14973         method of gnus-agent-cat-groups even when the buffer has been
14974         evaled.
14975         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14976         delete gnus-agent-save-active-1.
14977         (gnus-agent-save-groups): Deleted.  Identical to
14978         gnus-agent-save-active.
14979         (gnus-agent-write-active): No longer adjust agent's copy of active
14980         file as agent's adjustments are now stored in their own
14981         file.  Removed optional parameter.
14982         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14983         servers.  Add use of min/max range limits from server's local
14984         file.
14985         (gnus-agent-save-alist): Removed unused optional argument.
14986         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14987         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14988         (gnus-agent-set-local): A per-server file that keeps min/max range
14989         limits for articles known to the agent.  Provides a fast mechanism
14990         for altering many active ranges.
14991         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14992         active file (local makes it unnecessary).
14993         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14994
14995         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14996         (agent-enable-undownloaded-faces): Added.
14997
14998         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14999         disable it when sending to "nndraft:queue".
15000         (gnus-group-send-queue): Add safety check to avoid sending queue
15001         when unplugged.
15002
15003         * gnus-group.el (gnus-group-catchup): Use new
15004         gnus-sequence-of-unread-articles, not
15005         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15006         numbers of articles.  Use gnus-range-map to avoid having to
15007         uncompress the unread list.
15008         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15009         Fixed invalid ange-ftp reference.
15010
15011         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15012         (gnus-sorted-range-intersection): Intersection of two ranges
15013         without requiring that they first be uncompressed.
15014
15015         * gnus-start.el (gnus-activate-group): Unless blocked by the
15016         caller, possibly expand the active range to include both cached
15017         and agentized articles.
15018         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15019         multiple version-dependent converters.
15020         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15021         gnus-agent-save-active.
15022         (gnus-save-newsrc-file): Save dirty agent range limits.
15023
15024         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15025         gnus-agent-possibly-alter-active.
15026         (gnus-adjust-marked-articles): Faster handling of simple lists.
15027
15028 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15029
15030         * spam-stat.el (spam-stat-test-directory): New optional argument
15031         displays a list of files detected.  Suggested by Andrew Cohen
15032         <cohen@andy.bu.edu>.
15033         (spam-stat-buffer-words-with-scores): Don't narrow and change
15034         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15035
15036 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15037
15038         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15039         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15040         (spam-spamassassin-arguments)
15041         (spam-spamassassin-spam-flag-header)
15042         (spam-spamassassin-positive-spam-flag-header)
15043         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15044         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15045         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15046         (spam-list-of-processors, spam-list-of-checks)
15047         (spam-list-of-statistical-checks, spam-registration-functions)
15048         (spam-check-spamassassin-headers, spam-check-spamassassin)
15049         (spam-spamassassin-score)
15050         (spam-spamassassin-register-with-sa-learn)
15051         (spam-spamassassin-register-spam-routine)
15052         (spam-spamassassin-register-ham-routine)
15053         (spam-assassin-register-spam-routine)
15054         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15055         (spam-bogofilter-score): Fix to show article before scoring.
15056
15057 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15058
15059         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15060         default scoring function.
15061         (spam-generic-score): Call spam-spamassassin-score if
15062         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15063         spam-bogofilter-score otherwise.
15064
15065         * gnus.el (spam-process, spam-autodetect-methods): Add
15066         spamassassin and spamassassin-headers.
15067
15068 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15069
15070         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15071         Suppress unnecessary messages.
15072
15073 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15074
15075         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15076         make-hash-table.
15077
15078 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15079
15080         * canlock.el (base64-encode-string): Don't autoload it.
15081
15082 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15083
15084         * run-at-time.el: Remove useless (require 'itimer),
15085         eval-and-compile and (featurep 'xemacs).
15086
15087 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15088
15089         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15090         GROUP is a virtual group.
15091
15092 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15093
15094         * gnus.el: Autoload `message-y-or-n-p'.
15095
15096 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15097
15098         * pgg-parse.el: Remove unnecessary (require 'custom).
15099
15100         * pgg-def.el: do.
15101
15102         * nnmail.el: do.
15103
15104         * gnus-undo.el: do.
15105
15106         * gnus-picon.el: do.
15107
15108         * gnus-util.el: do.
15109
15110 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15111
15112         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15113
15114 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15115
15116         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15117         handle, as well as a list.
15118
15119         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15120         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15121         (mm-w3m-cid-retrieve): Simplify.
15122
15123 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15124
15125         * message.el (message-kill-to-signature): Allow prefix arg to
15126         specify number of lines to keep before signature.
15127
15128 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15129
15130         * message.el (message-kill-to-signature): Change docstring.
15131
15132 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15133
15134         * canlock.el: Always require sha1-el.
15135         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15136
15137         * message.el: Autoload sha1 only when compiling.
15138
15139         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15140         eudc-expand-inline for XEmacs.
15141
15142 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15143
15144         * message.el (message-canlock-generate): Require sha1-el.
15145
15146 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15147
15148         * message.el (message-expand-name): Silence the byte compiler.
15149
15150         * lpath.el: Add detect-coding-system.
15151
15152         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15153         cus-edit.
15154
15155 2004-01-13  Simon Josefsson  <jas@extundo.com>
15156
15157         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15158         Invoke gnus-score-mode.  Reported by
15159         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15160
15161         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15162         Jim Blandy <jimb@redhat.com> (tiny change).
15163
15164 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15165
15166         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15167
15168 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15169
15170         * spam.el (spam-get-article-as-string): Update to use
15171         gnus-request-article-this-buffer, much simpler.
15172         (spam-get-article-as-buffer): Remove.
15173
15174 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15175
15176         * message.el (message-expand-name): Use EUDC if the user uses that.
15177
15178 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15179
15180         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15181         character for the encoding to avoid consing a string.
15182
15183         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15184         unnecessarily.
15185
15186         * mm-util.el (mm-replace-chars-in-string): Remove.
15187
15188         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15189         of mm-replace-chars-in-string.
15190
15191 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15192
15193         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15194
15195         * mm-util.el (mm-subst-char-in-string): Support inplace.
15196
15197         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15198         a new string in every iteration.  Use shy groups.
15199
15200 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15201
15202         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15203         * gnus-soup.el (gnus-soup-group-brew):
15204         * gnus-msg.el (gnus-put-message):
15205         * gnus-move.el (gnus-group-move-group-to-server):
15206         * gnus-kill.el (gnus-batch-score):
15207         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15208         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15209         (gnus-group-update-group, gnus-group-read-group)
15210         (gnus-group-make-group, gnus-group-make-help-group)
15211         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15212         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15213         (gnus-group-sort-by-unread, gnus-group-catchup)
15214         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15215         (gnus-group-yank-group, gnus-group-set-info)
15216         (gnus-group-list-groups):
15217         * gnus.el (gnus-generate-new-group-name):
15218         * gnus-delay.el (gnus-delay-send-queue):
15219         * nnvirtual.el (nnvirtual-catchup-group):
15220         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15221         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15222         (gnus-group-prepare-topics, gnus-topic-check-topology):
15223         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15224         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15225         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15226         (gnus-group-make-articles-read):
15227         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15228         (gnus-group-change-level, gnus-kill-newsgroup)
15229         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15230         (gnus-get-unread-articles, gnus-make-articles-unread)
15231         (gnus-make-ascending-articles-unread): Use accessor
15232         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15233         to get group information for improved readability.
15234
15235
15236 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15237
15238         * gnus-art.el (article-decode-mime-words, article-babel)
15239         (gnus-article-highlight-signature, gnus-article-add-buttons)
15240         (gnus-signature-toggle): Use gnus-with-article-buffer.
15241
15242         * gnus-art.el (gnus-article-highlight-headers)
15243         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15244
15245         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15246         (gnus-article-set-globals, gnus-request-article-this-buffer)
15247         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15248         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15249         (gnus-mime-display-alternative): Use with-current-buffer.
15250
15251 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15252
15253         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15254         also under 80 char limit, and call gnus-error if needed.
15255         (spam-fetch-article-header): Fix - it was a
15256         buffer-local variable (gnus-newsgroup-data).
15257         (spam-find-spam): Use spam-generate-fake-headers, forget about
15258         spam-insert-fake-headers.
15259         (spam-insert-fake-headers): Remove.
15260
15261 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15262
15263         * deuglify.el (gnus-article-outlook-unwrap-lines)
15264         (gnus-outlook-rearrange-article)
15265         (gnus-outlook-repair-attribution-outlook)
15266         (gnus-outlook-repair-attribution-block)
15267         (gnus-outlook-repair-attribution-other): Remove redundant
15268         save-excursion.
15269
15270 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15271
15272         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15273         (spam-fetch-field-subject-fast)
15274         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15275         (spam-fetch-article-header): Add functions to deal with Gnus
15276         internals for fast retrieval of article header data.
15277         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15278
15279 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15280
15281         * pop3.el (pop3-md5): Remove.
15282         (pop3-apop): Replace pop3-md5 with md5.
15283
15284         * mm-bodies.el: base64 is always built-in.
15285
15286         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15287         with-current-buffer.
15288
15289 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15290
15291         * canlock.el (canlock-insert-header): Remove excessive grouping in
15292         regexp.
15293
15294         * gnus-sum.el (gnus-summary-read-document): Ditto.
15295
15296         * gnus-uu.el (gnus-uu-part-number): Ditto.
15297
15298         * html2text.el (html2text-remove-tags): Ditto.
15299         (html2text-format-tags): Ditto.
15300         (html2text-format-single-elements): Ditto.
15301
15302         * mml.el (mml-parse-1): Ditto.
15303
15304 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15305
15306         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15307
15308         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15309
15310         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15311
15312         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15313
15314 2003-11-15  Simon Josefsson  <jas@extundo.com>
15315
15316         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15317         (pgg-gpg-lookup-key): Use regexp match instead of
15318         split-string (split-string is different between emacs 21.2 and
15319         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15320
15321 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15322
15323         * gnus-art.el (gnus-mime-view-all-parts)
15324         (gnus-article-part-wrapper, gnus-article-view-part): Use
15325         with-current-buffer.
15326
15327 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15328
15329         * spam.el (spam-disable-spam-split-during-ham-respool)
15330         (spam-spamoracle-database, spam-cache-lookups)
15331         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15332         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15333         (spam-group-ham-marks, spam-group-spam-marks)
15334         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15335         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15336         also add spam-use-blackholes to the statistical checks.
15337         (spam-fetch-field-fast): Add interface to fetching fields, may
15338         become a macro.
15339         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15340         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15341         (spam-insert-fake-headers): Fake an article when needed.
15342         (spam-find-spam): Fake article when possible.
15343         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15344         (spam-check-bogofilter-headers): Use message-fetch-field instead
15345         of nnmail-fetch-field.
15346
15347 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15348
15349         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15350
15351 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15352
15353         * spam.el (spam-split): Do not require spam-use-CHECK to be
15354         enabled if that check is passed to spam-split explicitly; also
15355         fix so 'spam doesn't get converted to spam-split-group when
15356         spam-split-symbolic-return is t.
15357         (spam-find-spam): Find registrations of the article and use those
15358         instead of re-running spam-split to find the spam/ham
15359         classification of the article.
15360         (spam-log-processing-to-registry, spam-log-registered-p)
15361         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15362         Use gnus-error instead of gnus-message.
15363         (spam-log-registration-type): Add function to determine the
15364         classification of a message based on registry entries; will
15365         return nil if both 'spam and 'ham are found.
15366         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15367         a reasonably fast local cache without the loading errors.
15368         (spam-cache-lookups): Set to t by default.
15369         (spam-find-spam): Don't try to guess spam-cache-lookups.
15370         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15371         spam-caches entry.
15372         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15373         caching of whitelist/blacklist entries.
15374         (spam-check-whitelist, spam-check-blacklist): Invoke
15375         spam-from-listed-p with a type, not a cache variable.
15376         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15377
15378 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15379
15380         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15381
15382         * nnmail.el (nnmail-split-fancy): do.
15383
15384         * mml.el (mml-parse): do.
15385
15386         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15387         (gnus-score-adaptive): do.
15388
15389 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15390
15391         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15392         (gnus-mime-button-map): Don't set keymap parent.
15393         (gnus-button-ctan-directory-regexp): Use shy grouping.
15394         (gnus-prev-page-map): Don't set keymap parent.
15395         (gnus-prev-page-map): Remove duplicated one.
15396         (gnus-next-page-map): Don't set keymap parent.
15397         (gnus-mime-security-button-map): Ditto.
15398
15399         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15400         version number.
15401
15402         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15403
15404 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15405
15406         * canlock.el (canlock-sha1-function): Remove.
15407         (canlock-sha1-function-for-verify): Remove.
15408         (canlock-openssl-program): Remove.
15409         (canlock-openssl-args): Remove.
15410         (canlock-ignore-errors): Remove.
15411         (canlock-sha1-with-openssl): Remove.
15412         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15413         (canlock-verify): Don't use canlock-ignore-errors.
15414
15415         * sha1-el.el (sha1-string-external): Make it can return a string
15416         in binary form.
15417         (sha1-region-external): Ditto.
15418         (sha1-string-internal): Ditto.
15419         (sha1-region-internal): Ditto.
15420         (sha1-region): Ditto.
15421         (sha1-string): Ditto.
15422         (sha1): Ditto.
15423
15424 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15425
15426         * spam.el (spam-report-articles-gmane): New command.
15427
15428 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15429
15430         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15431
15432         * run-at-time.el (run-at-time-saved): Remove.
15433         (run-at-time): Doc fix.
15434
15435 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15436
15437         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15438         (gnus-summary-limit-map): Add it.
15439         (gnus-summary-make-menu-bar): do.
15440
15441 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15442
15443         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15444         Make attempt at some caching support (done for BBDB only now).
15445         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15446         addresses to be checked.
15447         (spam-clear-cache-BBDB): Add function, to be invoked by
15448         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15449         (spam-check-BBDB): Check and use the caches, if
15450         spam-cache-lookups is on, remove superfluous (provide).
15451
15452 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15453
15454         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15455
15456 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15457
15458         * run-at-time.el (run-at-time-saved): Move to after the definition
15459         of `run-at-time'.
15460
15461         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15462
15463 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15464
15465         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15466         mm-w3m-local-map-property.
15467
15468         * mm-view.el (mm-w3m-mode-map): Remove.
15469         (mm-w3m-local-map-property): Remove.
15470         (mm-inline-text-html-render-with-w3m): Don't use
15471         mm-w3m-local-map-property.
15472
15473 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15474
15475         * run-at-time.el: New file.
15476
15477         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15478         under Emacs.
15479
15480         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15481         of gnus-set-text-properties.
15482
15483         * gnus-uu.el (gnus-uu-save-article): Ditto.
15484
15485         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15486
15487         * gnus-cite.el (gnus-cite-parse): Ditto.
15488
15489         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15490         of gnus-.
15491
15492         * gnus-xmas.el (run-at-time): Require run-at-time.
15493
15494         * gnus.el: Changed calls to nnheader-run-at-time and
15495         password-run-at-time throughout to use run-at-time directly.
15496
15497         * password.el: Removed definition of run-at-time.
15498
15499         * nnheaderxm.el: Remove definition of run-at-time.
15500
15501 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15502
15503         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15504         in prompt.
15505
15506 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15507
15508         * messagexmas.el (message-xmas-redefine): Alias
15509         `message-make-caesar-translation-table' to
15510         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15511         version.
15512
15513         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15514         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15515         `gnus-xmas-set-text-properties'.
15516         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15517         `gnus-xmas-completing-read'.
15518         (gnus-xmas-completing-read): Removed.
15519         (gnus-xmas-open-network-stream): Removed.
15520
15521         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15522         XEmacs version.
15523
15524         * dns.el (dns-make-network-process): Use `open-network-stream'
15525         instead of `gnus-xmas-open-network-stream'.
15526
15527         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15528
15529         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15530
15531 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15532
15533         * gnus-art.el (gnus-mime-display-alternative)
15534         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15535         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15536         Don't use gnus-local-map-property.
15537
15538         * gnus-util.el (gnus-local-map-property): Remove.
15539
15540         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15541         gnus-completing-read-maybe-default with completing-read.
15542
15543         * gnus-util.el (gnus-completing-read): do.
15544         (gnus-completing-read-maybe-default): Remove.
15545
15546 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15547
15548         * password.el: Only autoload `run-at-time' if not XEmacs.
15549         Only autoload the itimer functions if XEmacs.
15550
15551 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15552
15553         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15554         XEmacsen.
15555
15556         * dgnushack.el: Autoload executable-find for XEmacs.
15557
15558 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15559
15560         * gnus-art.el (gnus-read-string): Remove.
15561         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15562         read-string.
15563
15564 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15565
15566         * netrc.el: Autoload password-read.
15567         (netrc): Add configuration group.
15568         (netrc-encoding-method, netrc-openssl-path): Add
15569         variables for encoding and decoding of files with symmetric
15570         ciphers.
15571         (netrc-encode): Add assistant function to encode a file with
15572         netrc-encoding-method.
15573         (netrc-parse): Add interactive parameter, added optional
15574         decoding if netrc-encoding-method is non-nil but otherwise
15575         behavior is standard.
15576         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15577         Do s/encode/encrypt/ everywhere.
15578
15579         * spam.el: Remove executable-find autoload.
15580
15581 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15582
15583         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15584
15585         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15586
15587 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15588
15589         * gnus-art.el (gnus-treat-ansi-sequences)
15590         (article-treat-ansi-sequences): New variable and function.
15591         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15592
15593         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15594         Use it.
15595
15596 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15597
15598         * mm-util.el (mm-quote-arg): Remove.
15599
15600         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15601         shell-quote-argument.
15602
15603         * gnus-uu.el (gnus-uu-command): do.
15604
15605         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15606
15607         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15608         with make-char.
15609
15610         * mm-util.el (mm-make-char): Remove.
15611
15612         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15613         add-minor-mode.
15614
15615         * gnus-undo.el (gnus-undo-mode): do.
15616
15617         * gnus-topic.el (gnus-topic-mode): do.
15618
15619         * gnus-sum.el (gnus-dead-summary-mode): do.
15620
15621         * gnus-start.el (gnus-slave-mode): do.
15622
15623         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15624
15625         * gnus-ml.el (gnus-mailing-list-mode): do.
15626
15627         * gnus-gl.el (gnus-grouplens-mode): do.
15628
15629         * gnus-draft.el (gnus-draft-mode): do.
15630
15631         * gnus-dired.el (gnus-dired-mode): do.
15632
15633         * gnus-ems.el (gnus-add-minor-mode): Remove.
15634
15635         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15636         Replace gnus-char-width with char-width.
15637
15638         * gnus-ems.el (gnus-char-width): Remove.
15639
15640         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15641         Replace gnus-char-width with char-width.
15642
15643         * gnus-ems.el (gnus-char-width): Remove.
15644
15645         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15646         definition.
15647         Remove Emacs 20 hash table compatibility code.
15648
15649         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15650         20 compatibility code.
15651
15652         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15653
15654         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15655
15656         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15657         with point-at-{eol,bol}.
15658
15659         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15660
15661         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15662
15663         * flow-fill.el (fill-flowed-point-at-bol)
15664         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15665
15666         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15667         Replace with point-at-{eol,bol} throughout all files.
15668
15669 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15670
15671         * ntlm.el (ntlm-string-as-unibyte): New macro.
15672         (ntlm-build-auth-response): Use it.
15673
15674         Remove Emacs 20 stuff:
15675         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15676         (butlast, mapc, remove): Remove the compiler macros.
15677         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15678         of delq and copy-sequence.
15679         * gnus-art.el (popup-menu): Remove the compiler macro.
15680         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15681         Emacs 20.
15682
15683 2004-01-05  Simon Josefsson  <jas@extundo.com>
15684
15685         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15686         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15687         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15688         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15689         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15690         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15691         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15692         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15693         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15694         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15695         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15696         string-xor into ntlm-string-xor.  Suggested by
15697         Jesper Harder <harder@myrealbox.com>.
15698
15699         * ntlm.el: Don't include poem.
15700
15701         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15702         Jesper Harder <harder@myrealbox.com>.
15703
15704         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15705
15706         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15707         probably breaks emacs with DL patch, but do we care? Is anyone
15708         still using the DL stuff?)
15709
15710         * sieve-manage.el: Use the password package.
15711         (sieve-manage-read-passwd): Remove.
15712         (sieve-manage-interactive-login): Use password.  Re-add
15713         condition-case around loop.
15714
15715         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15716         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15717         the password package.
15718
15719 2003-02-19  Simon Josefsson  <jas@extundo.com>
15720
15721         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15722         token.
15723
15724 2002-08-07  Simon Josefsson  <jas@extundo.com>
15725
15726         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15727         (sieve-manage-authenticators):
15728         (sieve-manage-authenticator-alist): Add some SASL mechs.
15729         (sieve-sasl-auth): New function.
15730         (sieve-manage-cram-md5-auth):
15731         (sieve-manage-plain-auth): Rewrite using SASL library.
15732         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15733         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15734         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15735         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15736
15737 2004-01-05  Simon Josefsson  <jas@extundo.com>
15738
15739         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15740         New files.
15741
15742 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15743
15744         * gnus-group.el (gnus-no-groups-message): Update.
15745
15746         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15747
15748 2003-11-09  Simon Josefsson  <jas@extundo.com>
15749
15750         * imap.el: Support for ID IMAP extension (RFC 2971).
15751         (imap-local-variables): Add imap-id.
15752         (imap-id): New variable.
15753         (imap-id): New function.
15754         (imap-parse-response): Parse untagged ID response.
15755         * nnimap.el (nnimap-id): New variable.
15756         (nnimap-open-connection): Use it.
15757
15758 2003-12-28  Simon Josefsson  <jas@extundo.com>
15759
15760         * gnus-score.el (gnus-score-edit-all-score): New.
15761         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15762
15763 2004-01-04  Simon Josefsson  <jas@extundo.com>
15764
15765         * password.el: Add.
15766
15767 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15768
15769         * dns.el (dns-query-types): Fix typo.
15770         (dns-query-types): New function.
15771         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15772         PTR and SOA replies, see RFC 1035.
15773
15774 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15775
15776         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15777
15778         * Moved to Changelog.2.
15779
15780 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15781
15782         * gnus.el (gnus-version-number): Bump version.
15783
15784 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15785
15786         * gnus.el: No Gnus v0.1 is released.
15787
15788 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15789
15790         * gnus.el: No Gnus v0.0 is released.
15791
15792 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15793
15794         * gnus.el (gnus-version-number): Bump.
15795         (gnus-version): No.
15796
15797 See ChangeLog.2 for earlier changes.
15798
15799     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15800       Free Software Foundation, Inc.
15801
15802   This file is part of GNU Emacs.
15803
15804   GNU Emacs is free software: you can redistribute it and/or modify
15805   it under the terms of the GNU General Public License as published by
15806   the Free Software Foundation, either version 3 of the License, or
15807   (at your option) any later version.
15808
15809   GNU Emacs is distributed in the hope that it will be useful,
15810   but WITHOUT ANY WARRANTY; without even the implied warranty of
15811   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15812   GNU General Public License for more details.
15813
15814   You should have received a copy of the GNU General Public License
15815   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15816
15817 ;; Local Variables:
15818 ;; coding: utf-8
15819 ;; fill-column: 79
15820 ;; add-log-time-zone-rule: t
15821 ;; End: