Remove more white space before <pre_int> image spacers.
[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         (gnus-html-wash-tags): Remove more white space before <pre_int> image
9         spacers.
10
11         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12         so that nnimap methods aren't agentized by default.  There's apparently
13         many problems related to agent/imap behaviour.
14
15         * gnus-art.el (gnus-article-copy-string): New command and key binding.
16
17         * gnus-html.el: Doc fix.
18
19 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20
21         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
22         specifier-spec-list for Emacs 21.
23
24         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
25         glyph-width and glyph-height instead of display-graphic-p and
26         image-size; make avoidance of displaying small images work for XEmacs.
27
28         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
29         for XEmacs.
30
31         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
32         of symbol that holds plist data.
33         (gnus-process-plist): Remove plist of process after getting it.
34
35 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
36
37         * message.el (message-generate-hashcash): Change default to
38         'opportunistic if hashcash is installed.
39
40         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
41         (gnus-html-put-image): Only call image-size once, since it's somewhat
42         time-consuming on remote X servers.
43
44 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
45
46         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
47         type on data, not a file name.
48
49         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
50         window-pixel-edges for Emacs 21.
51
52         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
53         decoded contents.
54         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
55
56 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
57
58         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
59         group line format, since it isn't very interesting.
60
61         * gnus-agent.el (gnus-agent-short-article),
62         (gnus-agent-long-article): Increase values for these two variables,
63         since most people are likely to have more network connection and
64         storage than before.
65
66         * gnus.el (gnus-refer-article-method): Change default to 'current.
67         When referring an article, the common behaviour is to refer it from the
68         current select method, not the native select method.  The chances of
69         the native select method having the message in question is rather slim
70         these days.
71
72         * gnus-sum.el (gnus-auto-select-subject): Change default to
73         `unseen-or-unread'.  I think it's likely that most people want to
74         select an unseen article over a previously seen, but unread one.
75
76         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
77         means that in the article buffer none of the minor mode elements will
78         be shown, usually, and this is not desirable in most cases.
79
80         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
81         that commands like `d' (and the like) go to the next line in the
82         buffer, instead of the next unread article.  I think this is the
83         behaviour that is most natural for most users.
84         (gnus-single-article-buffer): Change default to nil, so that people can
85         have as many article buffers open as they have summary buffer.  I think
86         this is the most natural way for the groups to behave.
87
88         * message.el (message-generate-new-buffers): Change default to
89         `unsent', so that all new message buffers start their names with the
90         string "*unsent", and it's easier to find the buffers if you move from
91         them.
92
93 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
94
95         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
96         small. They're probably tracking images.
97         (gnus-html-wash-tags): Remove all <pre_int> place holders.
98         (gnus-html-rescale-image): Yet another try at getting the image sizing
99         right.
100
101         * nntp.el (nntp-request-set-mark): Refuse to do marks if
102         nntp-marks-file-name is nil.
103
104 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
105
106         * gnus-html.el (gnus-html-wash-tags)
107         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
108         Better logging.
109
110 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
111
112         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
113
114         * gnus-html.el (gnus-html-wash-tags): Check the value of
115         gnus-blocked-images in the summary buffer.
116
117 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
118
119         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
120
121 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
122
123         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
124         like "a", it seems like.
125         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
126         since it needs to be picked from the correct buffer.
127
128         * nnwfm.el: Removed.
129
130         * nnlistserv.el: Removed.
131
132 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
133
134         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
135         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
136
137 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
138
139         * nnkiboze.el: Removed.
140
141         * nndb.el: Removed.
142
143         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
144         alt text.
145         (gnus-html-rescale-image): Try to get the rescaling logic right for
146         images that are just wide and not tall.
147
148         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
149         overshadow variable bindings.
150
151 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
152
153         * gnus-html.el (gnus-html-wash-tags)
154         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
155         extra logging.
156
157 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
158
159         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
160         (gnus-max-image-proportion): New variable.
161         (gnus-html-rescale-image): New function.
162         (gnus-html-put-image): Rescale images.
163
164 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
165
166         Fix up some byte-compiler warnings.
167         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
168         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
169         (gnus-article-fill-cited-article, gnus-article-hide-citation)
170         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
171         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
172         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
173         (gnus-group-update-group): Use save-excursion and with-current-buffer.
174
175 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
176
177         * gnus-html.el (gnus-article-html): Decode contents by charset.
178
179 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
180
181         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
182         (gnus-html-frame-width, gnus-blocked-images)
183         * message.el (message-prune-recipient-rules): Add custom version.
184         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
185
186         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
187         functions.
188
189         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
190         gnus-process-get.
191
192 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
193
194         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
195         instead of lsub directly.
196
197 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
198
199         * nnwarchive.el: Removed.
200
201         * gnus-soup.el: Removed.
202
203         * nnsoup.el: Removed.
204
205         * nnultimate.el: Removed.
206
207         * gnus-html.el (gnus-blocked-images): New variable.
208
209         * message.el (message-prune-recipients): New function.
210         (message-prune-recipient-rules): New variable.
211
212         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
213         guess whether a long line is natural text or not.
214
215         * gnus-html.el (gnus-html-schedule-image-fetching): Use
216         gnus-process-plist and friends for compatibility.
217
218 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
219
220         * gnus-html.el: Require packages that define macros used in this file.
221         (gnus-article-mouse-face): Declare to silence byte-compiler.
222         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
223         process-get.
224         (gnus-html-put-image): Use plist-get to avoid getf.
225         (gnus-html-prefetch-images): Use with-current-buffer.
226
227 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
228
229         * gnus-ems.el: Provide compatibility functions for
230         gnus-set-process-plist.
231
232         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
233         header-line-format for XEmacs 21.4.
234
235         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
236         * gnus.el (gnus-valid-select-methods)
237         * message.el (message-send-mail-partially-limit)
238         * mm-decode.el (mm-text-html-renderer)
239         * mml.el (mml-insert-mime-headers-always)
240         * smiley.el (smiley-regexp-alist): Bump custom version.
241
242 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
243
244         * gnus-html.el: require mm-url.
245         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
246         with the url to `url'.
247         (gnus-html-wash-tags): Support cid: URLs/images.
248
249 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
250
251         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
252         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
253         bindings, as they aren't useful at all. `w' is moved to `W w'.
254
255         * gnus-move.el: Removed file, since it doesn't really work.
256
257         * gnus-html.el (gnus-article-html): Tell w3m that the input is
258         UTF-8. This seems to fix problems with some German web feeds.
259
260         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
261         at the top so that the proper colours are applied.
262
263         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
264         don't have dots in their names.
265
266         * gnus-art.el (gnus-article-view-part): Doc fix.
267
268         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
269         XEmacs-compatible.
270         (gnus-html-put-image): Don't do images on non-graphic displays.
271
272         * nnslashdot.el: Removed this unused backend.
273
274         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
275         actions.
276         (gnus-undo-register-1): Revert last change.
277
278         * gnus-group.el (gnus-group-completing-read): Protect against not
279         having completion-styles bound.
280
281         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
282         make broken recipients happier.
283
284         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
285
286         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
287         point parameter.
288
289         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
290
291         * gnus-group.el (gnus-group-completing-read): Add 'substring to
292         completion-styles for group selection.
293
294 2009-02-04  Andreas Schwab  <schwab@suse.de>
295
296         * gnus-score.el (gnus-score-string): Fix regex for matching extra
297         headers and regexp-quote the match if necessary.
298
299 2009-03-24  Miles Bader  <miles@gnu.org>
300
301         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
302         the blinking smiley.
303
304 2009-03-24  Simon Josefsson  <simon@josefsson.org>
305
306         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
307         blink smiley.
308
309 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
310
311         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
312         where the dribbel file lives exists.
313
314         * message.el (message-send-mail-partially-limit): Change the default to
315         nil, since most people don't want this.
316
317         * mm-url.el (mm-url-decode-entities): Also decode entities like
318         &#x3212.
319
320 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
321
322         * gnus-sum.el (gnus-summary-idna-message):
323         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
324         Hyperlink urls in docstrings with URL `...'.
325
326 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
327
328         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
329         functions.
330
331 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
332
333         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
334         say what the mouseover text should be.
335
336         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
337         version of the mm-w3m-safe-url-regexp variable to only download images
338         in the groups where we want that to happen.
339
340         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
341
342         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
343         easier debugging.
344         (gnus-article-beginning-of-window): Add kludge to allow spacing past
345         big pictures in the article buffer.
346
347         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
348         gnus-article-html.
349         (mm-text-html-renderer): gnus-article-html needs curl in addition to
350         w3m.
351
352         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
353
354 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
355
356         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
357         which doesn't exist.
358
359         * message.el (message-inhibit-ecomplete): New variable to allow some
360         function to inhibit ecomplete address storage.
361         (message-resend): Disable ecomplete message storage when resending
362         messages.
363
364         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
365
366 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
367
368         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
369         Save excursion while copying, moving, and deleting articles in order to
370         prevent the cursor from jumping to unforeseen place.
371
372 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
373
374         * lpath.el: No need to bind bookmark-current-buffer,
375         bookmark-yank-point and bookmark-make-record-function.
376
377 2010-08-17  Glenn Morris  <rgm@gnu.org>
378
379         * gnus-sync.el: Require gnus components whose functions are used.
380
381         * gnus-art.el (bookmark-make-record-function):
382         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
383         Declare for compiler.
384
385         * mm-url.el (mml-compute-boundary): Autoload.
386
387 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
388
389         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
390
391 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
392
393         Typo fix "hoo4a" -> "hook".
394
395         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
396
397 2010-08-14  Glenn Morris  <rgm@gnu.org>
398
399         * gnus-sync.el (gnus-sync): Fix defgroup version.
400
401 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
402
403         Doc fixes and keep unknown groups (ammended for nunion bug fix).
404
405         * gnus-sync.el: Fix docs.
406         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
407         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
408
409 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
410
411         Optimizations for gnus-sync.el.
412
413         * gnus-sync.el: Add docs about gnus-sync-backend
414         possibilities.
415         (gnus-sync-save): Remove unnecessary message.
416         (gnus-sync-read): Optimize and show what groups were skipped.
417
418 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
419
420         Minor bug fixes for gnus-sync.el.
421
422         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
423         read the sync on get-new-news.
424
425         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
426         quiet.
427
428         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
429
430 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
431
432         Make saving and restoring of hidden threads work with overlays.
433         Patch applied by Ted Zlatanov.
434
435         * gnus-sum.el (gnus-hidden-threads-configuration)
436         (gnus-restore-hidden-threads-configuration): Update to deal with text
437         properties, rather than searching for a magic character.
438
439 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
440
441         New gnus-sync.el library for synchronization of marks.
442
443         * gnus-sync.el: New library for synchronization of marks.
444
445         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
446         renamed from `gnus-registry-grep-in-list'.
447
448         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
449
450         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
451
452 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
453
454         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
455         determining charset of text fails.
456
457 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
458
459         * nnmail.el (nnmail-get-new-mail-1): Revert.
460
461         * nnml.el (nnml-active-number): Make sure names of newly created groups
462         in nnml-group-alist are encoded.
463
464 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
465
466         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
467         containing non-ASCII characters in active file for nnml back end.
468
469 2010-07-24  David Engster  <dengste@eml.cc>
470
471         * mml-smime.el (mml-smime-epg-verify): Also accept the older
472         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
473
474 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
475
476         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
477         tag (Bug#6654).
478
479 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
480
481         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
482         the article buffer, not the summary buffer.
483
484 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
485
486         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
487         Emacs 23 as well.
488
489 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
490
491         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
492         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
493
494 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
495
496         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
497         Patch applied by Karl Fogel.
498
499         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
500         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
501
502 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
503
504         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
505         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
506         C-w still not working correctly from Article buffers; Thierry's
507         patch to fix that will be applied after this.
508
509         * gnus-art.el (bookmark-make-record-function): New local variable.
510
511         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
512         article buffer.
513         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
514
515 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
516
517         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
518         on changes in bookmark.el.
519
520 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
521
522         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
523         `no-log' instead of message not to log prompt string.
524
525 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
526
527         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
528         the *other* type of HTML form submission.
529
530 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
531
532         * auth-source.el (auth-source-pick): If choice does not contain a
533         questioned keyword, set the check to t.
534
535 2010-06-12  Romain Francoise  <romain@orebokech.com>
536
537         * gnus-util.el (gnus-date-get-time): Move up before first use.
538
539 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
540
541         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
542         (gnus-article-edit-part): Bind it to make last part that is substituted
543         or deleted visible.
544         (gnus-mime-display-single): Buttonize part of which id equals to
545         gnus-mime-buttonized-part-id.
546
547 2010-06-10  Dan Christensen  <jdc@uwo.ca>
548
549         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
550         (gnus-dd-mmm): Use gnus-date-get-time.
551         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
552         simplify logic.
553         (gnus-summary-limit-to-age): Use gnus-date-get-time.
554         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
555
556 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
557
558         * auth-source.el (top): Autoload `secrets-list-collections',
559         `secrets-create-item', `secrets-delete-item'.
560         (auth-sources): Fix tag string.
561         (auth-get-source, auth-source-retrieve, auth-source-create)
562         (auth-source-delete): New defuns.
563         (auth-source-pick): Rewrite in order to avoid 2 passes.
564         (auth-source-forget-user-or-password): New parameter USERNAME.
565         (auth-source-user-or-password): New parameters CREATE-MISSING and
566         DELETE-EXISTING.  Retrieve password interactively, if needed.
567
568 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
569
570         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
571         deleting unused directories when gnus-expert-user is t.
572
573 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
574
575         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
576         for each temp file when gnus-article-browse-delete-temp is ask.
577
578 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
579
580         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
581         Lisp calls to delete-backward-char by calls to delete-char.
582
583 2010-05-20  Kevin Ryde  <user42@zip.com.au>
584
585         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
586
587 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
588
589         * password-cache.el (password-cache-remove): Fix docstring.
590
591 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
592
593         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
594         article unless decoding article to be saved.
595
596 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
597
598         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
599         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
600         generated within the mm-with-unibyte-current-buffer macro.
601
602 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
603
604         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
605         to nil when we're in a mml-preview buffer and no group is selected.
606
607 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
608
609         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
610         when catching the `C-g'.  Reported by "Leo".
611
612 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
613
614         * message.el (message-forward-make-body-plain)
615         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
616         multibyte-string-p.
617
618         * lpath.el: Revert.
619
620 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
621
622         * message.el (message-forward-make-body-mml): Assume original message
623         is multibyte string; error on unibyte.
624         (message-forward-make-body-plain): Ditto; don't add excessive newline
625         in body end.
626
627         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
628
629 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
630
631         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
632         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
633
634 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
635
636         * mm-extern.el (mm-extern-url): Don't use
637         mm-with-unibyte-current-buffer.
638         (mm-extern-cache-contents): Use with-current-buffer instead of
639         save-excursion + set-buffer.
640
641 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
642
643         * mm-util.el (mm-emacs-mule): Remove.
644
645 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
646
647         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
648         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
649         change.
650
651 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
652
653         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
654         bind the default value of enable-multibyte-characters to nil.
655
656 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
657
658         * message.el (message-forward-make-body-plain)
659         (message-forward-make-body-mml):
660         Don't use mm-with-unibyte-current-buffer.
661
662 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
663
664         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
665
666 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
667
668         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
669         (Bug#5592).
670
671 2010-05-07  Julien Danjou  <julien@danjou.info>
672
673         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
674         it to mm-pipe-part.
675
676         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
677         it is given.
678
679 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
680
681         * binhex.el (binhex-decode-region-internal)
682         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
683         (dns-query)
684         * nnweb.el (nnweb-gmane-search)
685         * pgg-parse.el (pgg-parse-armor)
686         * pgg.el (pgg-verify-region)
687         * sha1.el (sha1-string-external)
688         * uudecode.el (uudecode-decode-region-internal)
689         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
690         XEmacs.
691
692         * gnus-art.el (gnus-article-browse-html-parts)
693         * gnus-group.el (gnus-read-ephemeral-gmane-group)
694         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
695         make-temp-file.
696
697         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
698         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
699         compiling.
700
701         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
702         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
703         XEmacs when compiling.
704
705         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
706         gnus-pick-mode-off-hook for XEmacs when compiling.
707         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
708         gnus-binary-mode-off-hook for XEmacs when compiling.
709
710         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
711         nil if char-charset is not available.
712
713         * imap.el (imap-disable-multibyte)
714         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
715         macros.
716
717         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
718         instead of encode-coding-string.
719
720         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
721         'xemacs) instead of mm-emacs-mule to switch function definitions.
722         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
723
724         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
725         bind temporary-file-directory for XEmacs;
726         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
727         timer-set-function for XEmacs 21.4 and SXEmacs;
728         bind timer-list for XEmacs 21.4 and SXEmacs;
729         fbind char-charset and find-charset-region for non-Mule XEmacs;
730         fbind decode-coding-region, decode-coding-string, detect-coding-region,
731         encode-coding-region and encode-coding-string for XEmacs having no
732         file-coding feature.
733
734 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
735
736         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
737
738 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
739
740         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
741         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
742
743 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
744
745         * mm-util.el (mm-decompress-buffer): Use `delete-file';
746         alias `jka-compr-delete-temp-file' no longer exists.
747
748 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
749
750         Use define-minor-mode in Gnus where applicable.
751         * mml.el (mml-mode): Use define-minor-mode.
752         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
753         (gnus-undo-mode): Use define-minor-mode.
754         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
755         (gnus-dead-summary-mode): Use define-minor-mode.
756         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
757         Initialize in declaration.
758         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
759         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
760         (gnus-mailing-list-mode): Use define-minor-mode.
761         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
762         (gnus-draft-mode): Use define-minor-mode.
763         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
764         (gnus-dired-mode): Use define-minor-mode.
765
766 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
767
768         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
769         handles on recursive mml-to-mime translation and check them for
770         boundary delimiter collisions.  Reported by Greg Troxel.
771
772 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
773
774         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
775
776 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
777
778         * mm-util.el (mm-find-buffer-file-coding-system):
779         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
780
781 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
782
783         * message.el (message-generate-headers): Record insertion of optional
784         headers as well.  Otherwise the check to prevent repeated insertion of
785         optional headers is a no-op.
786
787 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
788
789         * smime.el: Don't mention CVS.
790
791         * nnrss.el (nnrss-fetch): Don't mention CVS.
792
793         * nnir.el: Don't mention CVS.
794
795 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
796
797         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
798
799 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
800
801         * lpath.el: Fbind bookmark-default-handler,
802         bookmark-get-bookmark-record, bookmark-make-record-default,
803         bookmark-prop-get for Emacs <23 and XEmacs.
804
805 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
806
807         * gnus-sum.el: Add bookmark declarations to silence the compiler.
808         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
809         Use with-current-buffer to silence the byte-compiler.
810         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
811         bother to require `gnus'.
812         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
813
814 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
815
816         * gnus-sum.el (gnus-summary-bookmark-make-record)
817         (gnus-summary-bookmark-jump): New functions.
818         (gnus-summary-mode): Setup bookmark support.
819
820 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
821
822         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
823         if set.
824
825 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
828         gnus-article-browse-html-save-cid-image; make it work recursively for
829         forwarded messages as well.
830         (gnus-article-browse-html-parts): Work when prefix arg is given.
831         (gnus-article-browse-html-article): Doc fix.
832
833 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
834
835         * message.el (message-default-mail-headers):
836         (message-default-headers): Carry the value mail-default-headers over
837         into message-default-mail-headers, rather than message-default-headers.
838
839 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
840
841         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
842         charset.
843
844         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
845         charset into the <meta> tag when the article is encoded to utf-8.
846
847 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
848
849         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
850         directories as well.
851         (gnus-article-browse-html-parts): Work for images that do not specify
852         file names; delete temp directory when quitting; insert header at the
853         right place; use file: scheme for image files.
854
855 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
856
857         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
858         (gnus-article-browse-html-parts): Use it to make temporary cid image
859         files in addition to html file so that browser may display them.
860
861 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
862
863         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
864
865 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
866
867         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
868
869 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
870
871         * auth-source.el (auth-sources): Change default to be simpler.  Explain
872         about Secret Service API sources.  Improve Customize options.
873         (auth-source-pick): Change to accept any number of search parameters.
874         Implement fallbacks iteratively, not recursively.  Add scoring on the
875         second pass and sort by score.  Call Secret Service API when needed.
876         (auth-source-user-or-password): Use it.  Call Secret Service API
877         directly when needed to get the user name and the password.
878
879 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
880
881         * message.el (message-interactive): Doc fix.
882         (message-qmail-inject-args): Reflow.
883         (message-kill-to-signature): Fix typo in docstring.
884
885         * smiley.el (smiley-buffer): Fix typo in docstring.
886
887 2010-03-24  Glenn Morris  <rgm@gnu.org>
888
889         * mail-source.el (gnus-message): Declare.
890         (mail-source-delete-old-incoming): Require gnus-util.
891
892 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
893
894         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
895
896         * message.el (ecomplete-setup): Autoload it for Emacs <23.
897
898         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
899         password-cache's default if it is not bound.
900         (mml-secure-passphrase-cache-expiry): Default to 16 that is
901         password-cache-expiry's default if it is not bound.
902
903         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
904         available in Emacs 21.
905
906         * lpath.el: Suppress compiler warnings for:
907         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
908         XEmacs;
909         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
910         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
911         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
912
913 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
914
915         * auth-source.el (auth-sources): Fix up definition so extra parameters
916         are always inline.
917
918 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
919
920         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
921         wasn't updated after mismatch.  Clear cached mailbox info correctly
922         when uidvalidity changes.
923         (nnimap-group-prefixed-name): New function to avoid some code
924         duplication.
925         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
926         (nnimap-request-group): Use it.
927         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
928         (nnimap-update-unseen): Significantly improved speed of Gnus startup
929         with many imap folders.  This is done by caching the group status from
930         the imap server persistently in a group parameter `imap-status'.  (This
931         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
932         but not persistently, so every Gnus startup was still very slow.)
933
934 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
935
936         * assistant.el (assistant-render-text): Run `widget-setup' and don't
937         delete the extra newline.  Otherwise editing of :string and :number
938         types don't work.
939
940 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
941
942         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
943         secrets.el dependency.
944         (auth-sources): Add optional user name.  Add secrets.el configuration
945         choice (unused right now).
946
947 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
948
949         * gnus-sum.el (gnus-summary-make-menu-bar): Let
950         `gnus-registry-install-shortcuts' fill in the functions.
951
952         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
953         warnings.
954         (gnus-registry-misc-menus): Variable to hold registry mark menus.
955         (gnus-registry-install-shortcuts): Populate and use it in a
956         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
957
958 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
959
960         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
961         In-place substitutions for the group name encoding/decoding.
962         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
963         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
964         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
965         (nnimap-update-unseen, nnimap-request-list)
966         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
967         (nnimap-request-set-mark, nnimap-split-to-groups)
968         (nnimap-split-articles, nnimap-request-newgroups)
969         (nnimap-request-create-group, nnimap-request-accept-article)
970         (nnimap-request-delete-group, nnimap-request-rename-group)
971         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
972         `encoded-mbx' for consistency.
973         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
974         variable `imap-current-mailbox'.
975
976         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
977         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
978
979 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
980
981         * pop3.el (pop3-display-message-size-flag): Display message size byte
982         counts during POP3 download.
983         (pop3-movemail): Use it.
984         (pop3-list): Implement listing of available messages.
985
986 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
987
988         * nnir.el (nnir-get-article-nov-override-function): New function to
989         override the normal NOV retrieval.
990         (nnir-retrieve-headers): Use it.
991
992 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
993
994         * auth-source.el (netrc-machine-user-or-password): Autoload.
995
996 2010-03-19  Glenn Morris  <rgm@gnu.org>
997
998         Stop message.el from loading about 40 libraries it doesn't always need.
999         The general approach is to autoload rather than require, and to
1000         require in the specific functions rather than the file.  (Bug#5642)
1001
1002         * gmm-utils.el: Don't require wid-edit.
1003         (widget-create-child-value, widget-convert, widget-default-get):
1004         Autoload.
1005
1006         * gnus-util.el: Don't require time-date, netrc.
1007         (message-fetch-field, gnus-group-name-decode): Declare rather than
1008         autoloading.
1009         (gnus-fetch-field): Require message.
1010         (gnus-decode-newsgroups): Require gnus-group.
1011
1012         * ietf-drums.el: Don't require time-date.
1013
1014         * message.el: Don't require hashcash, canlock, ecomplete.
1015         Do require mail-utils.  Require nnheader only when compiling.
1016         (smtpmail-default-smtp-server): Remove declaration.
1017         (message-send-mail-function): Check smtpmail-default-smtp-server
1018         is bound rather than requiring smtpmail.
1019         (message-auto-save-directory, message-insert-signature): Use
1020         expand-file-name rather than nnheader-concat.
1021         (nnheader-insert-file-contents): Autoload.
1022         (hashcash-wait-async): Declare.
1023         (message-send-mail): Only call gnus-setup-posting-charset if
1024         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1025         (message-send-mail-with-sendmail): Require sendmail.
1026         (canlock-password, canlock-password-for-verify): Declare.
1027         (message-canlock-password): Require canlock.
1028         (nnheader-get-report): Autoload.
1029         (gnus-setup-posting-charset): Declare.
1030         (message-send-news): Require gnus-msg.
1031         (message-make-references, message-make-in-reply-to): Use mail-header-id
1032         rather than the alias mail-header-message-id.
1033         (ecomplete-add-item, ecomplete-save): Declare.
1034         (message-put-addresses-in-ecomplete): Require ecomplete.
1035         (ecomplete-display-matches): Autoload.
1036
1037         * mm-decode.el: Don't require mailcap, gnus-util.
1038         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1039         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1040         Autoload.
1041         (mailcap-mime-extensions): Declare.
1042
1043         * mm-encode.el: Don't require mailcap.
1044         (mailcap-extension-to-mime): Autoload.
1045
1046         * mml-sec.el: Don't require password-cache.
1047
1048         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1049         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1050         (mml-minibuffer-read-type): Require mailcap.
1051         (mml-preview): Require gnus-msg.
1052
1053         * mml1991.el: Require password-cache.
1054         (password-cache-expiry): Remove declaration.
1055
1056         * mml2015.el: Require password-cache.
1057         (password-cache-expiry): Remove declaration.
1058
1059         * nneething.el (mailcap): Require mailcap.
1060
1061         * nnheader.el (declare-function): Add compatibility stub.
1062         (message-remove-header): Declare rather than autoload.
1063         (nnheader-replace-header): Require message.
1064
1065         * nnimap.el (declare-function): Add compatibility stub.
1066         (netrc-parse, netrc-machine-user-or-password): Declare.
1067         (nnimap-open-connection): Require netrc.
1068
1069         * nntp.el (declare-function): Add compatibility stub.
1070         (netrc-parse, netrc-machine, netrc-get): Declare.
1071         (nntp-send-authinfo): Require netrc.
1072
1073         * rfc2047.el: Don't require qp.
1074         (quoted-printable-encode-region, quoted-printable-decode-string):
1075         Autoload.
1076
1077         * sieve-mode.el: Don't require easymenu.
1078         (easy-menu-add-item): Autoload it.
1079
1080         * spam-stat.el (time-to-number-of-days): Autoload it.
1081
1082 2010-03-19  Glenn Morris  <rgm@gnu.org>
1083
1084         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1085
1086 2010-03-18  Glenn Morris  <rgm@gnu.org>
1087
1088         * hashcash.el (declare-function): Remove duplicate definition.
1089
1090 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1091
1092         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1093         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1094         value if any backslash escapes).
1095
1096 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1097
1098         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1099         if it is available.  (bug#5647)
1100
1101         * lpath.el: Suppress compiler warning for coding-system-from-name for
1102         Emacs 21 and XEmacs.
1103
1104 2010-03-14  Juri Linkov  <juri@jurta.org>
1105
1106         * hmac-def.el:
1107         * hmac-md5.el:
1108         * netrc.el: Fix keywords.
1109
1110 2010-02-26  Glenn Morris  <rgm@gnu.org>
1111
1112         * message.el (message-send-mail-function): Change the default, so that
1113         it inherits from a customized send-mail-function.  (Bug#5643)
1114
1115 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1116
1117         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1118         shell-command-to-string signals an error (bug#5299).
1119
1120 2010-02-24  Glenn Morris  <rgm@gnu.org>
1121
1122         * message.el (message-smtpmail-send-it)
1123         (message-send-mail-with-mailclient): Doc fixes.
1124
1125 2010-02-16  Glenn Morris  <rgm@gnu.org>
1126
1127         * message.el (message-default-mail-headers): Change the default value
1128         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1129
1130 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1131
1132         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1133         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1134
1135 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1136
1137         * time-date.el (date-to-time): Doc fix (Bug#5408).
1138
1139 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1140
1141         * message.el (message-mail): Just pass yank-action on to message-setup.
1142         (message-setup): Handle (FUN . ARGS) form of yank-action.
1143         (message-with-reply-buffer, message-widen-reply)
1144         (message-yank-original): Handle non-buffer values of
1145         message-reply-buffer (Bug#4080).
1146         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1147
1148 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1149
1150         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1151         Fix typo in docstring.
1152
1153 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1154
1155         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1156         response.
1157
1158 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1159
1160         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1161
1162         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1163
1164         * message.el (message-check-news-header-syntax): Protect against a
1165         string that `rfc822-addresses' returns when parsing fails.
1166
1167 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1168
1169         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1170         (gnus-previous-char-property-change): New functions.
1171
1172         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1173
1174 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1175
1176         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1177         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1178
1179 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1180
1181         * message.el (message-exchange-point-and-mark): Rework last change to
1182         avoid using optional arg of exchange-point-and-mark, for backward
1183         compatibility.
1184
1185 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1186
1187         * message.el (message-exchange-point-and-mark): Call
1188         exchange-point-and-mark with an argument rather than setting
1189         mark-active by hand (Bug#5175).
1190
1191 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1192
1193         * nntp.el (nntp-service-to-port): Work for service expressed with
1194         numeric string; replace [:digit:] with [0-9] for XEmacs.
1195
1196 2009-12-17  Glenn Morris  <rgm@gnu.org>
1197
1198         * gnus-group.el (gnus-bug-group-download-format-alist):
1199         Change emacs entry to debbugs.gnu.org.  Bump :version.
1200
1201 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1202
1203         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1204
1205 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1206
1207         * message.el (message-info): Explain why we use `Info-goto-node'.
1208
1209 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1210
1211         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1212
1213 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1214
1215         * message.el (message-completion-in-region): New compatibility function.
1216         (message-expand-group): Use it.
1217
1218 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1219
1220         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1221         with no unread article should be listed if the 2nd arg `predicate' is
1222         given.
1223
1224 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1225
1226         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1227
1228 2009-11-29  Juri Linkov  <juri@jurta.org>
1229
1230         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1231         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1232         on `gnus-recenter'. (Bug#4698, Bug#4981)
1233
1234 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1235
1236         * sha1.el (sha1-string-external): default-directory "/" in case
1237         otherwise non-existent.  process-connection-type pipe for touch of
1238         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1239
1240 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1241
1242         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1243         it's comms related and sgml-mode.el has "comm" on that basis too.
1244
1245 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1246
1247         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1248         containing tspecial characters if they have been already quoted.
1249
1250 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1251
1252         * dns-mode.el (auto-mode-alist): Purecopy string.
1253
1254 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1255
1256         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1257
1258 2009-10-24  Glenn Morris  <rgm@gnu.org>
1259
1260         * gnus-art.el (help-xref-stack-item): Define for compiler.
1261
1262 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1263
1264         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1265
1266 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1267
1268         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1269
1270 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1271
1272         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1273         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1274
1275 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1276
1277         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1278         (gnus-overlays-in): New alias to overlays-in.
1279
1280         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1281         gnus-overlay-get, and gnus-delete-overlay.
1282         (gnus-summary-show-thread): Make it work as well for systems in which
1283         next-single-char-property-change is not available.
1284         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1285
1286         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1287         (gnus-overlay-get): New alias to extent-property.
1288         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1289
1290         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1291         SXEmacs.
1292
1293         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1294         SXEmacs.
1295
1296 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1297
1298         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1299
1300 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1301
1302         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1303         and XEmacs that don't have `remove-overlays'.
1304
1305 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1306
1307         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1308         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1309         selective display.  Use overlays instead.
1310
1311 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1312
1313         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1314
1315 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1316
1317         * spam-stat.el (spam-stat-load): Fix typo in message.
1318
1319 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1320
1321         * dig.el (dig-invoke): Fix typo in docstring.
1322         (query-dig): Reflow docstring.
1323
1324 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1325
1326         * gnus-art.el (gnus-article-encrypt-body):
1327         * message.el (message-check-recipients):
1328         * mm-util.el (mm-codepage-setup):
1329         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1330         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1331
1332 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1333
1334         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1335         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1336         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1337         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1338         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1339
1340 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1341
1342         * dig.el: Add "Keywords: comm", as per net-utils.el.
1343
1344 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1345
1346         * dig.el (dig-mode): Use define-derived-mode.
1347
1348 2009-09-19  Glenn Morris  <rgm@gnu.org>
1349
1350         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1351
1352 2009-09-18  Glenn Morris  <rgm@gnu.org>
1353
1354         * gnus-diary.el (gnus-diary-check-message):
1355         * message.el (message-insert-formatted-citation-line):
1356         * nnbabyl.el (top-level):
1357         * nndiary.el (nndiary-schedule):
1358         Fix typos in condition-case handlers.
1359
1360 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1361
1362         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1363         configuration that provides the sole article window in a frame;
1364         position point correctly after deleting a part.
1365
1366 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1367
1368         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1369         (spam-resolve-registrations-routine): Use it to unregister articles
1370         that change status.
1371
1372 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1373
1374         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1375         with XEmacs.
1376         (parse-time-string-chars): Use it.
1377
1378 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1379
1380         * imap.el (imap-interactive-login): Better messages.
1381         (imap-open): Fix bug with renamed buffer on reconnect.
1382         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1383         for easier debugging and cleaner code.  On successful (guessed based on
1384         server capabilities) secondary authentication, set imap-state
1385         correctly.
1386         (imap-last-authenticator): Define imap-last-authenticator as a variable
1387         to avoid warnings.
1388
1389 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1390
1391         * nnrss.el (nnrss-request-article): Remove binding of
1392         default-enable-multibyte-characters that has gotten needless by
1393         the 2007-07-13 change in rfc2047-encode-message-header.
1394
1395         * mml.el (mml-insert-multipart): Error on the message header.
1396         (mml-insert-part): Error on the message header; position point at
1397         the end of a MIME tag.
1398
1399 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1400
1401         * time-date.el (autoload): Expand define-obsolete-function-alias into
1402         defalias and make-obsolete for old Emacsen that Gnus supports.
1403         (with-no-warnings): Define it for old Emacsen.
1404         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1405         is available.
1406         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1407         float-time is available; suppress compile warning for time-to-seconds.
1408
1409         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1410         (gnus-float-time): Alias to float-time if it exists.
1411
1412         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1413         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1414         float-time is available; suppress compile warning for time-to-seconds.
1415
1416         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1417         XEmacs.
1418
1419 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1420
1421         * imap.el (imap-message-map): Docstring fix.
1422
1423 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1424
1425         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1426         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1427         Add the optional argument `encoding' that overrides the default.
1428
1429         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1430         mm-encode-buffer.
1431
1432 2009-09-04  Glenn Morris  <rgm@gnu.org>
1433
1434         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1435         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1436         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1437         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1438         * mm-util.el (mm-with-unibyte-current-buffer)
1439         (mm-find-buffer-file-coding-system):
1440         * yenc.el (yenc-decode-region): Use default-value rather than
1441         default-enable-multibyte-characters.
1442
1443 2009-09-03  Glenn Morris  <rgm@gnu.org>
1444
1445         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1446         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1447         than default-enable-multibyte-characters.
1448
1449 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1450
1451         * gnus-art.el (gnus-article-read-summary-keys):
1452         Fix gnus-buffer-configuration's value temporarily used.
1453
1454 2009-09-02  Glenn Morris  <rgm@gnu.org>
1455
1456         * gnus-util.el (gnus-float-time): New function.
1457         * gnus-delay.el (gnus-delay-article):
1458         * gnus-sum.el (gnus-thread-latest-date):
1459         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1460         * nnspool.el (nnspool-request-newgroups):
1461         Use gnus-float-time rather than time-to-seconds.
1462         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1463
1464         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1465         (gnus-header-subject-face, gnus-header-newsgroups-face)
1466         (gnus-header-name-face, gnus-header-content-face):
1467         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1468         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1469         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1470         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1471         (gnus-cite-face-11):
1472         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1473         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1474         (gnus-server-closed-face, gnus-server-denied-face)
1475         (gnus-server-offline-face):
1476         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1477         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1478         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1479         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1480         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1481         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1482         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1483         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1484         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1485         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1486         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1487         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1488         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1489         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1490         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1491         (gnus-summary-high-undownloaded-face)
1492         (gnus-summary-low-undownloaded-face)
1493         (gnus-summary-normal-undownloaded-face)
1494         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1495         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1496         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1497         (gnus-splash-face):
1498         * message.el (message-header-to-face, message-header-cc-face)
1499         (message-header-subject-face, message-header-newsgroups-face)
1500         (message-header-other-face, message-header-name-face)
1501         (message-header-xheader-face, message-separator-face)
1502         (message-cited-text-face, message-mml-face):
1503         * sieve-mode.el (sieve-control-commands-face)
1504         (sieve-action-commands-face, sieve-test-commands-face)
1505         (sieve-tagged-arguments-face):
1506         * spam.el (spam-face):
1507         Mark face aliases with "-face" in the name as obsolete.
1508
1509 2009-09-01  Glenn Morris  <rgm@gnu.org>
1510
1511         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1512         than goto-line.
1513
1514 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1515
1516         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1517         Don't move point if the command is invoked inside the message header.
1518
1519 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1520
1521         * imap.el (imap-send-command): Simplify.
1522         (imap-wait-for-tag): point-max -> buffer-size.
1523
1524 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1525
1526         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1527         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1528         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1529         * nnir.el (nnir-swish-e-index-file):
1530         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1531         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1532         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1533         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1534         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1535         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1536
1537 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1538
1539         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1540         Don't save excursion.
1541
1542 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1543
1544         * nnheader.el (nnheader-find-file-noselect):
1545         * mm-util.el (mm-insert-file-contents):
1546         Use (default-value 'major-mode) instead of default-major-mode.
1547
1548 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1549
1550         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1551
1552 2009-08-26  Glenn Morris  <rgm@gnu.org>
1553
1554         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1555         than placing in files.el.
1556
1557 2009-08-25  Glenn Morris  <rgm@gnu.org>
1558
1559         * nnir.el (top-level): Don't require cl at run-time.
1560         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1561         Replace cl-function substitute with gnus-replace-in-string.
1562         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1563         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1564         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1565         simplified expansions.
1566
1567 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1568
1569         * dig.el (dig): Add autoload cookie.
1570
1571 2009-08-22  Glenn Morris  <rgm@gnu.org>
1572
1573         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1574         goto-line.
1575
1576 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1577
1578         * parse-time.el (parse-time-string-chars): Save match data.
1579
1580 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1581
1582         * parse-time.el (parse-time-string-chars): Compute using character
1583         classes, to handle non-ascii characters (Bug#3190).
1584
1585 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1586
1587         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1588
1589         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1590         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1591         (gnus-mm-display-part, gnus-mime-display-single)
1592         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1593         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1594
1595         * gnus-sum.el
1596         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1597         (gnus-summary-move-article): Add expirable mark to articles copied or
1598         moved to group that has auto-expire turned on if the option is non-nil.
1599
1600 2009-07-24  Glenn Morris  <rgm@gnu.org>
1601
1602         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1603         Fix typo.  (Bug#3903)
1604
1605 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1606
1607         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1608         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1609         that should not be used for draft articles.
1610         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1611         that has no concern in minor mode keys.
1612         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1613         Abolish.
1614
1615 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1616
1617         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1618         article without making inquiry to a user for unknown encoding.
1619
1620         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1621         (nnmaildir--scan): Assume i-node and device number that file-attributes
1622         returns might be cons-cell.
1623
1624         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1625
1626         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1627
1628 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1629
1630         * auth-source.el: Remove docs now in auth.texi.  Don't use
1631         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1632         `auth-source-hide-passwords' and use them.
1633
1634 2009-07-15  Glenn Morris  <rgm@gnu.org>
1635
1636         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1637
1638 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1639
1640         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1641         excessive whitespace from the default values of title and description.
1642
1643 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1644
1645         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1646         mail-fetch-field to fetch Content-Description header in order to
1647         exclude newlines.
1648
1649 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1650
1651         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1652         format used by GnuPG 2.0.11.
1653
1654 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1655
1656         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1657         to deleted part.
1658
1659 2009-05-30  David Engster  <dengste@eml.cc>
1660
1661         * nnmairix.el: Remove old documentation in the commentary block.
1662         (nnmairix-request-group): Do not update active file for nnml back ends.
1663         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1664         end so that overview files are ignored.
1665         (nnmairix-update-groups): Make updating the groups more robust by using
1666         marks.
1667         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1668         with dollar characters in message-id.
1669
1670 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1671
1672         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1673         2008-12-25 in dns.el.
1674
1675 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1676
1677         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1678         could happen if the text is only composed of spaces and/or tabs.
1679
1680 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1681
1682         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1683         when sending a queued message to avoid extra mml tags.
1684
1685 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1686
1687         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1688
1689 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1690
1691         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1692         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1693         rmail-toggle-header for XEmacs;
1694         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1695
1696 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1697
1698         * gnus-dired.el: Remove autoload for gnus-setup-message.
1699         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1700         displaying Gnus logo; always use compose-mail.
1701
1702 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1703
1704         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1705
1706 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1707
1708         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1709         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1710         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1711         available.
1712         (gnus-nocem-epg-verify): New function.
1713
1714 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1715
1716         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1717
1718 2009-02-15  Glenn Morris  <rgm@gnu.org>
1719
1720         * gnus-util.el (rmail-insert-rmail-file-header)
1721         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1722         autoloads.
1723         (rmail-default-rmail-file): Remove unnecessary declaration.
1724         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1725
1726 2009-02-14  Glenn Morris  <rgm@gnu.org>
1727
1728         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1729         variable (only used in gnus-util, which declares it anyway).
1730         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1731         which was only needed by gnus-art (changed to not use it any more).
1732         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1733         only used in gnus-util, which autoloads it itself.
1734         (rmail-update-summary): Fix autoload.
1735
1736         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1737         rather than rmail-output-to-rmail-file.
1738
1739 2009-02-07  Glenn Morris  <rgm@gnu.org>
1740
1741         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1742         autoload of function that no longer exists.
1743         (rmail-toggle-header): Declare.
1744         (message-forward-rmail-make-body): Handle mbox Rmail.
1745
1746 2009-01-31  Glenn Morris  <rgm@gnu.org>
1747
1748         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1749         2009-01-09 change.
1750
1751 2009-01-31  Dave Love  <fx@gnu.org>
1752
1753         * imap.el (imap-fetch-safe): Bind debug-on-error.
1754         (imap-debug): Add imap-fetch-safe.
1755
1756 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1757
1758         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1759         (auth-source-forget-all-cached): New convenience function.
1760         (auth-source-user-or-password): Accept list of modes or a single mode.
1761
1762         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1763         auth-source modes.
1764
1765         * netrc.el (netrc-machine-user-or-password): Use list of
1766         auth-source modes.
1767
1768         * nnimap.el (nnimap-open-connection): Use list of
1769         auth-source modes.
1770
1771         * nntp.el (nntp-send-authinfo): Use list of
1772         auth-source modes.
1773
1774 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1775
1776         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1777         now.
1778
1779 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1780
1781         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1782         coding system in XEmacs; add a workaround for XEmacs.
1783
1784         * lpath.el: Fbind coding-system-aliasee.
1785
1786 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1787
1788         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1789         of current-language-environment.
1790
1791 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1792
1793         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1794         available at runtime.
1795
1796 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1797
1798         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1799
1800 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1801
1802         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1803         the greatest positive fixnum value doesn't work under an XEmacs with
1804         bignum support; use the most-positive-fixnum constant instead,
1805         available since Emacs 21.1 with cl and XEmacs 21.1.
1806
1807 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1808
1809         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1810         XEmacs gets not to work.
1811
1812 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1813
1814         * mm-util.el (mm-coding-system-priorities): Allow the value like
1815         "Japanese (UTF-8)" of current-language-environment.
1816
1817 2009-01-09  Glenn Morris  <rgm@gnu.org>
1818
1819         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1820         with last-command-event.
1821
1822 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1823
1824         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1825         in the doc string.
1826
1827         * message.el (message-fix-before-sending): Amend comment.
1828
1829 2009-01-08  Dave Love  <fx@gnu.org>
1830
1831         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1832
1833 2009-01-07  David Engster  <dengste@eml.cc>
1834
1835         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1836         simplified server definitions by converting it via
1837         gnus-server-to-method.
1838
1839 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1840
1841         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1842         parameter's operands.
1843
1844 2009-01-06  David Engster  <dengste@eml.cc>
1845
1846         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1847         primary select method (for gnus-group-mark-article-as-read).
1848
1849 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1850
1851         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1852         `(gnus)Face', not `(gnus)X-Face'.
1853
1854 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1855
1856         * mm-util.el (mm-ucs-to-char): New function.
1857
1858         * mm-url.el (mm-url-decode-entities): Use it.
1859
1860         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1861         unicode-to-char.
1862
1863 2009-01-05  Dave Love  <fx@gnu.org>
1864
1865         * time-date.el: Require cl for `declare'.
1866
1867 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1868
1869         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1870         Dave Love.
1871
1872 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1873
1874         * message.el (message-fix-before-sending): Add `eight-bit' to
1875         illegible-text check.
1876
1877 2009-01-03  Michael Olson  <mwolson@gnu.org>
1878
1879         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1880         `headers' is nil.  This can occur if the IMAP server does not have
1881         permissions to read messages from a folder, but can write new messages
1882         to the folder.
1883         (nnimap-request-article-part): Do not insert `data' if it is nil.
1884
1885         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1886         characters which will confuse `read', so skip past them.
1887
1888 2009-01-01  Dave Love  <fx@gnu.org>
1889
1890         * imap.el (imap-string-to-integer): Fix typo.
1891         (imap-fetch-safe): New function.
1892         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1893
1894         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1895
1896         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1897         (imap-parse-greeting): Fix doc strings.
1898         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1899         (imap-parse-flag-list): Make messages unique.
1900         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1901
1902         * nnimap.el: Fix author email.
1903         (nnimap-split-rule): Add FIXME comment.
1904         (nnimap-debug): Fix doc string.
1905
1906 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1907
1908         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1909
1910 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1911
1912         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1913         nslookup if resolv.conf isn't available.
1914         (dns-query): Rename from query-dns.
1915         (dns-query-cached): Rename from query-dns-cached.
1916
1917 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1918
1919         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1920         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1921         to check if those variables exist (first appeared in Emacs 18.50).
1922
1923 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1924
1925         * mm-util.el (mm-line-number-at-pos): New function.
1926
1927         * spam-report.el (spam-report-process-queue): Use it.
1928
1929 2008-12-24  David Engster  <dengste@eml.cc>
1930
1931         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1932         parameters that haven't existed as variables as buffer-local variables.
1933
1934 2008-12-23  Dave Love  <fx@gnu.org>
1935
1936         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1937         cadar.
1938
1939         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1940         imap-starttls-p.
1941         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1942
1943 2008-12-22  Dave Love  <fx@gnu.org>
1944
1945         * imap.el: Fix author email.  Doc fixes.
1946         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1947         reply.
1948
1949 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1950
1951         * spam-report.el (spam-report-gmane-max-requests): New constant.
1952         (spam-report-gmane-wait): New variable.
1953         (spam-report-gmane-ham, spam-report-gmane-spam)
1954         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1955         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1956         the server.
1957
1958         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1959         Add explanations.
1960
1961         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1962         nnheader-accept-process-output and nnheader-read-timeout if available.
1963         (pop3-movemail): Use it.
1964
1965         * message.el (message-check-news-body-syntax): Fix signature check if
1966         there's an attachment.
1967
1968 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1969
1970         * mm-util.el: Add comments to the mm- emulating functions.
1971
1972 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1973
1974         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1975         by Stephen Berman <stephen.berman@gmx.net>.
1976
1977 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1978
1979         * mm-util.el (mm-substring-no-properties): New function.
1980         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1981         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1982         (mm-string-to-multibyte): Doc fix.
1983
1984         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1985
1986 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1987
1988         * mml.el (mml-attach-file): Strip text properties from file name.
1989         (Bug#1574)
1990
1991 2008-12-16  Glenn Morris  <rgm@gnu.org>
1992
1993         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1994
1995 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1996
1997         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1998         knows since the charset specified might be a bogus alias that
1999         mm-charset-synonym-alist provides.
2000
2001 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2002
2003         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2004         "ISO_8859-1".
2005
2006         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2007
2008 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2009
2010         * mm-util.el (mm-charset-eval-alist):
2011         Define it before mm-charset-to-coding-system.
2012         (mm-charset-to-coding-system): Add optional argument `silent';
2013         define it before mm-charset-override-alist.
2014         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2015         default value if it can be used in Emacs currently running;
2016         silence mm-charset-to-coding-system.
2017
2018 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2019
2020         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2021         `allow-override' which says whether to use `mm-charset-override-alist'.
2022         (rfc2047-decode-encoded-words): Use it.
2023
2024         * mm-util.el (mm-charset-override-alist): Fix custom type;
2025         add `(gb2312 . gbk)' to choices.
2026
2027 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2028
2029         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2030         fast.
2031
2032         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2033
2034         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2035
2036 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2037
2038         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2039         on links.
2040
2041         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2042
2043 2008-12-03  Lute Kamstra  <lute@gnu.org>
2044
2045         * sha1.el: Remove leading * from docstrings of defcustoms,
2046         deffaces, defconsts and defuns.
2047
2048 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2049
2050         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2051         users' addresses that don't have domain parts.
2052         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2053         rather than message-narrow-to-head since there will be the message
2054         header separator.
2055
2056 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2057
2058         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2059         since the result is inserted in a unibyte buffer anyway.
2060         (nnimap-demule-use-string-to-multibyte): Remove.
2061         (nnimap-demule): Alias it to mm-string-to-multibyte.
2062
2063 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2064
2065         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2066         variable for debugging bug#464 and bug#1174.
2067         (nnimap-demule): Use it.
2068
2069 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2070
2071         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2072         score calculation correctly.
2073
2074 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2075
2076         * message.el (message-send-mail): Just set the buffer to unibyte
2077         rather than use mm-with-unibyte-current-buffer which does a lot more.
2078         (message-send-mail-partially): Don't bother with
2079         mm-with-unibyte-current-buffer since it's already been made unibyte by
2080         message-send-mail.
2081
2082 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2083
2084         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2085
2086 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2087
2088         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2089
2090 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2091
2092         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2093         require itself and to remove `with-no-warnings'.
2094
2095 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2096
2097         * starttls.el (starttls-any-program-available): Get the name of the
2098         available TLS layer program.
2099         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2100         well as the host name in the "opening" message.
2101
2102         * auth-source.el (auth-source-cache, auth-source-do-cache)
2103         (auth-source-user-or-password): Cache passwords and logins by default,
2104         allow override with `auth-source-do-cache'.
2105         (auth-source-forget-user-or-password): Allow users to remove cache
2106         entries if needed.
2107
2108 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2109
2110         * md4.el (md4-buffer): Fix typo in docstring.
2111         (md4, md4-64): Doc fixes.
2112         (md4-pack-int32): Reflow docstring.
2113
2114 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2115
2116         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2117         condition-case to only the forward-sexp call.
2118
2119 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2120
2121         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2122         quotes contained.  Make it more robust regardless by an extra
2123         condition-case wrapper.
2124
2125 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2126
2127         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2128
2129 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * nnml.el (nnml-request-expire-articles): Check if the function set to
2132         `nnmail-expiry-target' returns the symbol `delete'.
2133
2134         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2135
2136         * nnmail.el (nnmail-expiry-target): Fix custom type.
2137
2138 2008-10-02  Glenn Morris  <rgm@gnu.org>
2139
2140         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2141         Silence compiler warning.
2142
2143 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2144
2145         * tls.el (open-tls-stream): Show the actual command being
2146         executed, instead of the format string.
2147
2148 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * lpath.el: Fbind codepage-setup for Emacs 23.
2151
2152 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2153
2154         * mml.el (mml-menu): Don't assume mml2015 is bound.
2155
2156 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2157
2158         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2159         exists.
2160
2161 2008-09-27  Glenn Morris  <rgm@gnu.org>
2162
2163         * gnus-util.el (mail-header-remove-comments): Autoload it.
2164
2165 2008-09-27  Andreas Schwab  <schwab@suse.de>
2166
2167         * gnus-util.el (gnus-split-references): Strip comments.
2168         (gnus-parent-id): Likewise.
2169
2170 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2171
2172         * message.el (message-confirm-send): Fix version.
2173
2174 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2175
2176         * message.el (message-idna-to-ascii-rhs-1): Use
2177         mail-extract-address-components rather than mail-header-parse-addresses
2178         that is an alias by default to ietf-drums-parse-addresses that does not
2179         support non-ASCII names in headers' contents.
2180
2181 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2182
2183         * message.el (message-confirm-send): Fixed variable documentation to
2184         avoid the "y/n" wording.
2185
2186 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2187
2188         * message.el (message-set-auto-save-file-name): Save to a different
2189         filename so multiple messages (especially drafts) can be recovered.
2190
2191 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2192
2193         * message.el (message-confirm-send): Add appropriate version.
2194
2195 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2196
2197         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2198         defvar.
2199
2200 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2201
2202         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2203         (mm-pkcs7-enveloped-magic): Ditto.
2204
2205 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2206
2207         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2208         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2209
2210 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2211
2212         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2213         default, it's better.
2214
2215 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2216
2217         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2218         summary line gnus-number property and ignore them (with a warning
2219         message).
2220
2221 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2222
2223         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2224         macro caddr in the interactive form since it won't be expanded.
2225
2226 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2227
2228         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2229         `charset'; fix name of function called recursively.
2230         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2231
2232 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2233
2234         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2235         (gnus-mime-set-charset-parameters): New function.
2236         (gnus-mime-view-part-as-charset): Use it to correctly display part
2237         specifying wrong charset.
2238
2239 2008-09-08  David Engster  <dengste@eml.cc>
2240
2241         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2242         in completing-read for back end server.
2243
2244 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2245
2246         * message.el (message-confirm-send): New variable to confirm sending a
2247         message.
2248         (message-send): Use it.
2249
2250 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2251
2252         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2253
2254 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2257
2258 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2259
2260         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2261         prevent tracking too many groups.
2262         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2263         Use it.
2264
2265 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2266
2267         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2268         moving point to the bottom of the window in order to avoid recentering.
2269
2270 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2271
2272         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2273
2274         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2275         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2276         (gnus-article-beginning-of-window): Fix calculation.
2277
2278 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2279
2280         * gnus-msg.el (gnus-summary-supersede-article)
2281         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2282         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2283         message header.
2284
2285 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2286
2287         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2288         pending output coming after the status change.
2289
2290 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2291
2292         * message.el:
2293         * gnus-start.el:
2294         * gnus-registry.el: Remove VMS support.
2295
2296 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2297
2298         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2299         macro.
2300         (rfc2104-hash): Use it.
2301
2302 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2303
2304         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2305         (gnus-summary-sort-by-most-recent-date): New commands.
2306         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2307         and menu entries.
2308
2309 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2310
2311         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2312         don't redisplay article for raw contents; remove plural articles stuff.
2313
2314         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2315         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2316         on gnus-summary-save-article; display results properly.
2317
2318 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2319
2320         * lpath.el: No need to fbind ns-focus-frame.
2321
2322 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2323
2324         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2325
2326 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2327
2328         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2329         gnus-save-all-headers.
2330
2331 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2332
2333         * gnus-util.el (ns-focus-frame): Remove declaration.
2334         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2335         like x.
2336
2337 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2338
2339         * rfc2104.el (rfc2104-zero): Delete defconst.
2340         (rfc2104-hex-alist): Likewise.
2341         (rfc2104-hex-to-int): Delete func.
2342         (rfc2104-hexstring-to-bitstring): Likewise.
2343         (rfc2104-nybbles): New defconst.
2344         (rfc2104-hash): Rewrite for speed.
2345
2346 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2347
2348         * tls.el (open-tls-stream): Make it work with the 2nd argument
2349         BUFFER that is a string but does not exist as a buffer object, as
2350         mentioned in the doc-string.
2351
2352 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2353
2354         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2355         SXEmacs.
2356
2357 2008-07-16  Glenn Morris  <rgm@gnu.org>
2358
2359         * gnus-util.el (ns-focus-frame): Declare for compiler.
2360
2361 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2362
2363         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2364         set as a group parameter.
2365         (gnus-summary-save-in-pipe): Work when it is called independently.
2366         (gnus-summary-pipe-to-muttprint): Don't modify
2367         gnus-summary-pipe-output-default-command.
2368
2369 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2370
2371         * message.el (message-send-mail-with-sendmail):
2372         Display the error message.
2373
2374 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2375
2376         * gnus-art.el (gnus-default-article-saver):
2377         Add gnus-summary-save-in-pipe to choices.
2378         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2379         gnus-summary-pipe-output-default-command as the default command.
2380         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2381         instead of gnus-last-shell-command.
2382
2383         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2384         New user option.
2385         (gnus-summary-muttprint-program): Mention the value will be changed.
2386         (gnus-summary-save-article): Force showing of all headers.
2387         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2388
2389 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2390
2391         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2392
2393 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2394
2395         * nnimap.el (nnimap-id):
2396         * sieve-manage.el (sieve-manage-open): Doc fixes.
2397
2398 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2399
2400         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2401         if available.
2402
2403 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2404
2405         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2406
2407         * nnkiboze.el (nnkiboze-generate-group):
2408         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2409
2410         * nnmairix.el: Require CL.
2411
2412 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2413
2414         * dgnushack.el: Autoload get-display-table and put-display-table for
2415         XEmacs 21.5.
2416
2417         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2418         21.4 and SXEmacs.
2419
2420 2008-06-15  David Engster  <dengste@eml.cc>
2421
2422         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2423
2424 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2425
2426         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2427         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2428         runtime choice under XEmacs.
2429
2430         * gnus-sum.el (gnus-summary-set-display-table):
2431         Use `gnus-put-display-table', `gnus-get-display-table',
2432         `gnus-set-display-table' for the display table, instead of `aset'.
2433
2434         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2435         Use `gnus-put-display-table', `gnus-get-display-table',
2436         `gnus-set-display-table' for the display table.
2437
2438 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2439
2440         * nnmairix.el: Add autoloads.
2441
2442 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2443
2444         * nnmairix.el (nnmairix-delete-recreate-group)
2445         (nnmairix-update-and-clear-marks): Fix error messages.
2446
2447 2008-06-14  David Engster  <dengste@eml.cc>
2448
2449         * nnmairix.el: Upgrade to version 0.6.
2450         (nnmairix-group-toggle-propmarks-this-group)
2451         (nnmairix-group-toggle-readmarks-this-group)
2452         (nnmairix-group-delete-recreate-this-group)
2453         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2454         (nnmairix-remove-tick-mark-original-article): New commands.
2455         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2456         (nnmairix-propagate-marks-to-nnmairix-groups)
2457         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2458         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2459         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2460         functions needed for marks propagation and manipulation of read marks.
2461         (nnmairix-update-groups): New function.
2462         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2463         (nnmairix-determine-original-group-from-registry)
2464         (nnmairix-determine-original-group-from-path)
2465         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2466         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2467         New helper functions.
2468         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2469         keystrokes for new commands.
2470         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2471         (nnmairix-request-group): Check allow-fast group parameter.
2472         (nnmairix-request-create-group): Set allow-fast group parameter if
2473         nnmairix-allowfast-default is set.
2474         (nnmairix-close-group): Propagate marks upon closing if needed.
2475         (nnmairix-group-toggle-threads-this-group): Use new.
2476         nnmairix-group-toggle-parameter helper function.
2477         (nnmairix-search): Better check for empty search result.
2478         (nnmairix-goto-original-article): Use new helper functions for
2479         determining original article.
2480         (nnmairix-show-original-article): Make sure message-id is in brackets.
2481         (nnmairix-call-mairix-binary): Change variable name.
2482         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2483         helper function.
2484         (nnmairix-widget-toggle-activate): Fix doc string.
2485
2486 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2487
2488         * nnir.el: Require edmacro when compiling with XEmacs.
2489         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2490         available in Emacs 21.
2491
2492 2008-06-11  Glenn Morris  <rgm@gnu.org>
2493
2494         * gnus-util.el (x-focus-frame):
2495         * gnus.el (image-size):
2496         * mm-decode.el (image-size): Declare.
2497
2498         * gnus-picon.el (declare-function): Add compat definition.
2499         (image-size): Declare.
2500
2501         * gnus-group.el (tool-bar-map):
2502         * gnus-sum.el (tool-bar-map): Define for compiler.
2503
2504         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2505
2506         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2507
2508         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2509         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2510         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2511         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2512         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2513         * sieve-manage.el, spam-report.el, spam.el:
2514         Remove unnecessary eval-and-compile of autoloads.
2515
2516 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2517
2518         * auth-source.el: Precise Tramp doc.
2519
2520 2008-06-07  Glenn Morris  <rgm@gnu.org>
2521
2522         * nnmairix.el: Remove unnecessary eval-when-compile.
2523
2524 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2525
2526         * lpath.el: Fbind propertize for XEmacs 21.4.
2527
2528 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2529
2530         * nnir.el: Move here from ../contrib.
2531
2532 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2533
2534         * gnus-util.el (gnus-read-shell-command): New function.
2535         * mm-decode.el (mm-pipe-part):
2536         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2537
2538 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2539
2540         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2541
2542 2008-06-03  Glenn Morris  <rgm@gnu.org>
2543
2544         * pop3.el (nnheader-accept-process-output): Autoload it.
2545
2546 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2547
2548         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2549         are not 2-digit hexadecimal characters that follow `%'s.
2550
2551 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2552
2553         * message.el (message-bogus-recipient-p): Fix type in doc string.
2554         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2555         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2556         Improve custom options.
2557         (message-bogus-recipient-p): Adjust accordingly.
2558
2559 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2560
2561         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2562         long-form month and day names.
2563
2564 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2565
2566         * dgnushack.el: Autoload debug, eudc-expand-inline and
2567         pgg-snarf-keys-region for XEmacs.
2568
2569         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2570
2571         * nnmairix.el: Require edmacro when compiling with XEmacs.
2572
2573 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2574
2575         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2576         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2577
2578 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2579
2580         * auth-source.el: Add more docs.
2581
2582         * netrc.el (netrc-machine): Always match if the port is not given.
2583
2584 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2585
2586         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2587         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2588         retrieval faster in some cases, but might make CPU usage larger.  If
2589         this has any bad side effects, we might revert this change.
2590
2591         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2592         seems to make mail retrieval much, much faster.
2593         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2594         unconditionally.
2595
2596         * gnus-draft.el (gnus-group-send-queue): Bind
2597         message-send-mail-partially-limit to nil to avoid being prompted.
2598
2599 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2600
2601         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2602
2603         * message.el (message-bogus-address-regexp): Fix and improve custom
2604         type.
2605         (message-setup-hook): Add message-check-recipients as custom option.
2606
2607 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2608
2609         * message.el (message-cite-function): Remove bogus autoload which crept
2610         in during merge from v5-10.
2611
2612 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2613
2614         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2615
2616         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2617
2618         * auth-source.el: Preliminary Tramp docs.
2619         (auth-sources): Change the default auth-sources to use
2620         EPA .gpg files.
2621
2622 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2623
2624         * nntp.el: Autoload `auth-source-user-or-password'.
2625         (nntp-send-authinfo): Use it.
2626
2627         * nnimap.el: Autoload `auth-source-user-or-password'.
2628         (nnimap-open-connection): Use it.
2629
2630         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2631         for the gnus-message function.
2632         (auth-source-user-or-password): Use it.
2633
2634 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2635
2636         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2637         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2638         (rfc2104-hash): Use it.
2639
2640 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2641
2642         * gnus-art.el (gnus-article-toggle-truncate-lines):
2643         Don't use `iff' in docstring.
2644
2645 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2646
2647         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2648
2649         * gnus-util.el (gnus-extract-address-component-name)
2650         (gnus-extract-address-component-email): Convenience functions around
2651         `gnus-extract-address-components'.
2652
2653         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2654         Use `gnus-extract-address-component-email' to fix bug of comparing full
2655         sender name to `user-mail-address'.
2656
2657 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2658
2659         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2660         catch/throw to optimize.
2661         (gnus-registry-find-keywords): Just use member to find a keyword.
2662
2663 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2664
2665         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2666         is current before calling gnus-server-prepare.
2667         (gnus-server-setup-buffer, gnus-server-update-server)
2668         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2669
2670 2008-05-04  Juri Linkov  <juri@jurta.org>
2671
2672         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2673         (mailcap-file-default-commands): Use mailcap-replace-in-string
2674         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2675         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2676
2677 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2678
2679         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2680
2681 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2682
2683         * gnus.el: Bump version to 0.11.
2684
2685 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2686
2687         * gnus.el: No Gnus v0.10 is released.
2688
2689 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2690
2691         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2692         hooks.
2693         (gnus-update-read-articles): Speed up non-marks-using users.
2694         (gnus-use-marks): Define gnus-use-marks.
2695         (gnus-propagate-marks): Rename variable to something more sensible.
2696
2697 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2698
2699         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2700         (gmm-image-load-path-for-library): Fix typos in docstrings.
2701         (gmm-message): Reflow docstring.
2702
2703 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2704
2705         * mail-source.el (mail-source-set-1, mail-source-bind):
2706         Move auth-source code out of the macro to clean it up and fix bugs.
2707
2708 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2709
2710         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2711         by sender if it's equal to user-mail-address, it's likely to be
2712         useless.
2713
2714         * mail-source.el (mail-source-bind): Don't use user or password if they
2715         are not bound.  Unintern them if they are nil.  Don't use server unless
2716         it's bound, and default it to empty string otherwise.
2717
2718 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2719
2720         * mail-source.el: Load auth-source.el.
2721         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2722         get user name or password, if auth-sources is set up.
2723
2724         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2725         strategy of splitting with parent.
2726         (gnus-registry-split-fancy-with-parent)
2727         (gnus-registry-post-process-groups): Use it and fix prior
2728         bug (returning a list as the split result).
2729
2730         * auth-source.el (auth-sources): Remove server parameter.
2731         (auth-source-pick, auth-source-user-or-password)
2732         (auth-source-user-or-password-imap)
2733         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2734         (auth-source-user-or-password-sftp)
2735         (auth-source-user-or-password-smtp): Remove server parameter.
2736
2737 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2738
2739         * smime.el (smime-sign-region, smime-encrypt-region)
2740         (smime-decrypt-region):
2741         Remove redundant calls to `generate-new-buffer-name'.
2742
2743 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2744
2745         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2746         Don't use QP for message/rfc822.
2747         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2748
2749 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2750
2751         * sieve-manage.el (sieve-string-bytes): Remove.
2752         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2753         correct byte-length only if the process's coding-system is the same as
2754         the one used internally by Emacs to represent strings.
2755
2756 2008-04-22  Juri Linkov  <juri@jurta.org>
2757
2758         * mailcap.el (mailcap-file-default-commands): New function.
2759
2760 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2761
2762         * message.el (message-signature-separator, message-cite-function):
2763         Change custom version.
2764
2765 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2766
2767         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2768         commands.
2769         (tls-checktrust): Ditto.
2770
2771 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2772
2773         * mm-decode.el (mm-display-external): Make temp file read-only.
2774
2775 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2776
2777         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2778         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2779         `C-c C-f d'.
2780
2781 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2782
2783         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2784
2785 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2786
2787         * gnus.el: Bump version to 0.9.
2788
2789 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2790
2791         * gnus.el: No Gnus v0.8 is released.
2792
2793 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2794
2795         * mail-source.el (mail-source-value):
2796         Prefer fboundp to functionp so it works with macros as well.
2797
2798 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2799
2800         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2801         Fix last change in case the element is not even a symbol.
2802
2803 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2804
2805         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2806         Prefer fboundp to functionp so it works with macros as well.
2807
2808 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2809
2810         * auth-source.el: Added docs.
2811         (auth-sources): Modify format to support server.
2812         (auth-source-pick, auth-source-user-or-password)
2813         (auth-source-user-or-password-imap)
2814         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2815         (auth-source-user-or-password-sftp)
2816         (auth-source-user-or-password-smtp): Add server parameter.
2817
2818 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2819
2820         * gnus-registry.el: Initialize the registry when gnus-registry-install
2821         is t.
2822
2823 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2824
2825         * compface.el (uncompface): Make buffer unibyte.
2826
2827 2008-04-05  Glenn Morris  <rgm@gnu.org>
2828
2829         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2830
2831 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2832
2833         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2834         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2835
2836         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2837         multibyteness after rather than before erasing it.
2838
2839         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2840         mm-with-multibyte.
2841         (gnus-request-article-this-buffer): Make sure the proper decoding is
2842         used if gnus-original-article-buffer happens to be unibyte.
2843
2844         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2845         default-enable-multibyte-characters.
2846
2847         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2848         default-enable-multibyte-characters.
2849
2850         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2851
2852         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2853
2854 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2855
2856         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2857         (imap-message-copyuid-1): Use it.
2858         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2859         J. Williams in
2860         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2861
2862         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2863         imap-enable-exchange-bug-workaround.
2864         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2865
2866 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2867
2868         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2869         a 100 byte status-checks into a 2-3MB transfer for each group.
2870         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2871         to enable bug workaround or not.
2872         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2873
2874 2008-03-31  Glenn Morris  <rgm@gnu.org>
2875
2876         * message.el (mml2015-use): Declare for compiler.
2877         (message-info): Require mml2015 when appropriate.
2878
2879 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2880
2881         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2882         whitespace.
2883
2884 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2885
2886         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2887         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2888         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2889         (nntp-service-to-port): New function.
2890         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2891         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2892         (nntp-open-netcat-stream): New function.
2893         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2894
2895 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2896
2897         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2898
2899 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2900
2901         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2902
2903 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2904
2905         * dns.el (dns-write): Use set-buffer-multibyte.
2906
2907 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2908
2909         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2910
2911 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2912
2913         * message.el (message-signature-separator): Change default.
2914         Improve custom type.
2915         (message-cite-function): Change default to
2916         message-cite-original-without-signature.
2917
2918         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2919         toggle.
2920
2921         * message.el (message-check-news-body-syntax): Fix signature check.
2922         (message-setup-1): Mark buffer as unmodified _after_ running
2923         message-setup-hook and handling message-alternative-emails.
2924         (message-shorten-references): Be more strict when building list of
2925         valid references to comply with GNKSA.
2926
2927         * gnus-group.el (gnus-read-ephemeral-bug-group)
2928         (gnus-read-ephemeral-debian-bug-group)
2929         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2930
2931         * message.el (message-info): Don't use booleanp which isn't supported
2932         in Emacs 21 and XEmacs.
2933
2934 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2935
2936         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2937         gnus-group-gmane-group-download-format.
2938         (gnus-group-read-ephemeral-gmane-group): Rename from
2939         gnus-group-read-ephemeral-gmane-group.
2940         (gnus-read-ephemeral-gmane-group-url): Rename from
2941         gnus-group-read-ephemeral-gmane-group-url.
2942         (gnus-bug-group-download-format-alist): New variable.
2943         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2944         (gnus-read-ephemeral-emacs-bug-group): New commands.
2945
2946 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2947
2948         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2949         (gnus-visible-headers): Improve custom type.
2950
2951 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2952
2953         * mml.el (mml-menu): Add workarounds for XEmacs.
2954
2955         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2956         X-Boundary header.
2957
2958         * message.el (message-simplify-recipients): Fix previous commit.
2959
2960 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2961
2962         * mm-util.el (mm-set-buffer-multibyte): New function.
2963         * mm-decode.el (mm-copy-to-buffer): Use it.
2964
2965 2008-03-19  Glenn Morris  <rgm@gnu.org>
2966
2967         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2968         Accidentally removed in the sync process with Emacs.
2969
2970 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2971
2972         * message.el (message-alter-recipients-discard-bogus-full-name):
2973         New function.
2974         (message-alter-recipients-function): New variable.
2975         (message-get-reply-headers): Use it.
2976         (message-replace-header): New helper function.
2977         (message-recipients-without-full-name): New variable.
2978         (message-simplify-recipients): New command.
2979
2980         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2981
2982         * message.el (message-info): Handle EasyPG manual.
2983
2984         * mml.el (mml-menu): Add entry for EasyPG.
2985
2986 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2987
2988         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2989         parameter.
2990
2991         * message.el (message-disassociate-draft): Specify drafts group name
2992         fully.
2993
2994 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2995
2996         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2997         unnecessary duplicates from the match list.
2998
2999 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3000
3001         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3002
3003         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3004
3005         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3006         args of `how-many' of which the XEmacs version doesn't take; declare
3007         Info-index-next as function.
3008
3009 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3010
3011         * gnus-score.el (gnus-score-headers): Fix handling of
3012         gnus-inhibit-slow-scoring.
3013
3014         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3015         string.
3016         (gnus-button-url-regexp): Improve handling of parenthesis.
3017         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3018         (gnus-button-handle-info-keystrokes): Handle index entries.
3019
3020 2008-03-15  Glenn Morris  <rgm@gnu.org>
3021
3022         * parse-time.el (parse-time-string): Simplify.
3023
3024 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3025
3026         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3027         Incoming* files.
3028
3029 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3030
3031         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3032         (auth-source-pick): Use it.
3033
3034 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3035
3036         * binhex.el (binhex-decode-region-internal):
3037         * uudecode.el (uudecode-decode-region-internal):
3038         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3039         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3040         setting default-enable-multibyte-characters.
3041
3042 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3043
3044         * auth-source.el (auth-source-protocols)
3045         (auth-source-protocols-customize, auth-source-choices): Added and
3046         modified variable customizations and defaults.
3047         (auth-source-pick, auth-source-user-or-password)
3048         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3049         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3050         (auth-source-user-or-password-sftp)
3051         (auth-source-user-or-password-smtp): Use new variables and provide an
3052         interface to netrc.el.
3053
3054 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3055
3056         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3057         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3058         Make sure the nntp port to specify is a string.
3059
3060 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3061
3062         * nntp.el: Use with-current-buffer.
3063         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3064         dubious mm-with-unibyte-current-buffer.
3065         (nntp-with-open-group-function): New function extracted from
3066         nntp-with-open-group macro.
3067         (nntp-with-open-group): Use the function, so it's easier to debug.
3068         Add indentation and debugging info.
3069         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3070         the use of the netcat alternatives.
3071
3072         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3073         Avoid mm-string-as-multibyte as well.
3074
3075         * nnweb.el (nnweb-insert-html):
3076         Remove use of nnheader-string-as-multibyte.
3077
3078         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3079         (nnheader-string-as-multibyte): Remove.
3080
3081         * mm-view.el: Use inhibit-read-only.
3082         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3083         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3084         or unibyte-string.
3085
3086         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3087         (mm-uu-yenc-extract): Use with-current-buffer.
3088
3089         * gnus-soup.el (gnus-soup-send-packet): Don't use
3090         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3091
3092         * nnmh.el: Use with-current-buffer.
3093         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3094         mm-string-as-multibyte on the output of mm-encode-coding-string.
3095
3096         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3097         (nnimap-request-move-article): Use with-current-buffer.
3098
3099         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3100         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3101         conversion uses string-make-unibyte rather than string-as-unibyte.
3102
3103         * gnus-msg.el: Use with-current-buffer.
3104
3105         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3106
3107 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3108
3109         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3110         string for caching if it is 'PIN.
3111
3112 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * lpath.el: Consider the case without Emacs/W3.
3115
3116 2008-03-08  Glenn Morris  <rgm@gnu.org>
3117
3118         * time-date.el (date-to-time, time-subtract, time-add)
3119         (safe-date-to-time): Doc fixes.
3120
3121 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3122
3123         * mail-source.el (mail-source-delete-old-incoming-confirm):
3124         Change default to nil.
3125         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3126
3127 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3128
3129         * lpath.el: Rearrange.
3130
3131         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3132         (gnus-article-goto-prev-page): Work for articles having ^L's.
3133
3134         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3135
3136         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3137
3138 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3139
3140         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3141         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3142         (gnus-bookmark-jump): Adjust some variable names.
3143
3144 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3145
3146         * auth-source.el: New package.
3147         (auth-source-choices): Add customization entry point variable.
3148
3149         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3150         bug.
3151
3152 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3153
3154         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3155         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3156         (gnus-registry-install-shortcuts): Rename from
3157         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3158         the `gnus-registry-mark-map' keymap dynamically from
3159         `gnus-registry-marks'.  The generated functions update the summary line
3160         when a registry mark is added or deleted, and will call
3161         `gnus-registry-install-p' (see the comments in the code).
3162         (gnus-registry-user-format-function-M): Use concat intelligently.
3163
3164         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3165         the registry mark functions.
3166
3167 2008-03-05  Glenn Morris  <rgm@gnu.org>
3168
3169         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3170         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3171         gnus-art.
3172         (top-level): No need to load own source when compiling.
3173
3174 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3175
3176         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3177         Suggested by <chris.anderton@zetnet.co.uk>.
3178
3179 2008-03-04  Glenn Morris  <rgm@gnu.org>
3180
3181         * gnus-sum.el (top-level): No need to require gnus when compiling,
3182         since unconditionally required near start of file.
3183         (gnus-summary-display-while-building): Move definition before use.
3184
3185 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3186
3187         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3188         formatting function.
3189
3190 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3191
3192         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3193         with plists.
3194         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3195         Use new format.
3196
3197 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3198
3199         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3200         `where-is-internal' that returns a range of key sequences.
3201
3202 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3203
3204         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3205
3206         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3207         (gnus-summary-jump-to-group): Consider windows on other displayed
3208         frames as well.  Similar changes might be needed elsewhere, but that's
3209         the one I've bumped into during my use.
3210
3211         * nndoc.el (nndoc-oe-dbx-type-p):
3212         * gnus-msg.el (gnus-debug):
3213         * gnus-group.el (gnus-update-group-mark-positions):
3214         Use mm-string-to-multibyte.
3215
3216 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3217
3218         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3219         doesn't handle NotDashEscaped.
3220
3221         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3222         (mml-dnd-attach-options): Fix typo in custom choice.
3223
3224         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3225         nndoc-article-type to mbox.
3226         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3227
3228         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3229         to nil, instead of html2text.
3230
3231         * imap.el (imap-debug): Add `imap-ping-server'.
3232
3233         * gnus-bookmark.el: Add FIXMEs.
3234
3235         * message.el (message-form-letter-separator)
3236         (message-send-form-letter-delay): New variables.
3237         (message-send-form-letter): Use them.  New command to send form
3238         letters.  Requested by Uwe Siart.
3239         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3240
3241 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3242
3243         * Update copyright years.
3244
3245 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3246
3247         Sync from EMACS_22_BASE.
3248
3249         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3250
3251 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3252
3253         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3254         empty author.
3255
3256 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3257
3258         * gnus-registry.el (gnus-registry-marks): Add variable for
3259         customization of marks and their appearance.
3260         (gnus-registry-read-mark): Use it.
3261         (gnus-registry-do-marks): Add utility function to loop through
3262         `gnus-registry-marks'.
3263         (gnus-registry-install-shortcuts-and-menus): Add function to install
3264         shortcuts and menus.
3265         (gnus-registry-initialize): Use it.
3266         (gnus-registry-default-mark): Clarify documentation.
3267
3268 2008-02-29  Glenn Morris  <rgm@gnu.org>
3269
3270         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3271         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3272         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3273         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3274         Change defcustom :version from 23.0 to 23.1.
3275
3276 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3277
3278         * gnus-registry.el (gnus-registry-follow-group-p)
3279         (gnus-registry-post-process-groups): Add functions to aid registry
3280         splitting and improve logging.  Clarify behavior in function
3281         documentation.
3282         (gnus-registry-split-fancy-with-parent): Use them.
3283
3284 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3285
3286         * gnus-art.el: Use with-current-buffer.
3287
3288 2008-02-27  David Engster  <dengste@eml.cc>
3289
3290         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3291         Express real group name in the response.
3292
3293 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3294
3295         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3296         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3297         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3298         autoload gnus-registry-fetch-group when compiling.
3299         (nnmairix-request-group-with-article-number-correction): Remove
3300         unreferenced argument passed to nnmairix-call-backend.
3301
3302 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3303
3304         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3305         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3306         Wilde.
3307
3308 2008-02-27  Glenn Morris  <rgm@gnu.org>
3309
3310         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3311         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3312         variables to defconsts.  Convert comments to doc-strings.
3313         (nnmairix-last-server, nnmairix-current-server): Convert from free
3314         variables to defvars.  Convert comments to doc-strings.
3315         (gnus-registry-fetch-group): Autoload.
3316         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3317         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3318         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3319         caddr.
3320         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3321         nnmairix-request-group-with-article-number-correction call.
3322         (nnmairix-fast, nnmairix-group): New, less general names, for free
3323         variables passed from nnmairix-request-group to
3324         nnmairix-request-group-with-article-number-correction.  Declare.
3325         (nnmairix-request-group-with-article-number-correction):
3326         Use nnmairix-fast, nnmairix-group rather than fast, group.
3327
3328 2008-02-26  David Engster  <dengste@eml.cc>
3329
3330         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3331         version 0.5.
3332
3333 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3334
3335         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3336         instead of making an extra function call.  Don't add the current group
3337         to articles only when they have the group.  Use
3338         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3339         Reported by David <de_bb@arcor.de>.
3340
3341 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3342
3343         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3344         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3345
3346 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3347
3348         * mail-source.el (mail-source-delete-incoming): Change default.
3349         Supplement doc string.
3350
3351         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3352
3353 2008-02-14  Glenn Morris  <rgm@gnu.org>
3354
3355         * time-date.el (format-seconds): New function.
3356
3357 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3358
3359         * nnmail.el (nnmail-message-id-cache-file): Derive from
3360         `gnus-home-directory'.
3361
3362 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3363
3364         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3365         Document negative prefix.
3366
3367         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3368
3369 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3370
3371         * message.el (message-unsent-separator): Add the Exim bounce
3372         separator.
3373
3374 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3375
3376         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3377         list.
3378         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3379         recipient/signer list.
3380
3381 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3382
3383         * Makefile.in (datarootdir): Define.
3384         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3385         name that might contain whitespace.
3386
3387 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3388
3389         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3390         fbound (Emacs 23 unicode), signal an error.
3391
3392 2008-02-08  Glenn Morris  <rgm@gnu.org>
3393
3394         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3395
3396 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3397
3398         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3399         ports to the calls to `netrc-machine-user-or-password' in addition to
3400         "imap" and "imaps".
3401
3402 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3403
3404         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3405
3406         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3407
3408 2008-02-01  Kenichi Handa  <handa@m17n.org>
3409
3410         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3411         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3412         (rfc2104-hash): Convert the result of concat to unibyte string.
3413
3414 2008-02-01  Dave Love  <fx@gnu.org>
3415
3416         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3417         coding-system-for-read.
3418         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3419
3420 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3421
3422         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3423         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3424         <hanche@math.ntnu.no>.
3425
3426 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3427
3428         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3429
3430         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3431
3432 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3433
3434         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3435         * message.el (message-beginning-of-line): Use featurep instead of bound
3436         tests in order to resolve conditionals at compile time.
3437
3438 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3439
3440         * mail-source.el (mail-sources): Add `group' choice.
3441
3442         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3443         parameter `in-group' to control into which group the articles go.
3444         Add treatment of `group' mail-source.
3445
3446 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3447
3448         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3449
3450         * mm-decode.el (mm-dissect-buffer): Decode description.
3451
3452         * mml.el (mml-to-mime): Encode message header first.
3453
3454 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3455
3456         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3457         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3458
3459         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3460         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3461
3462 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3463
3464         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3465
3466 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3467
3468         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3469         prefix keys.
3470         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3471         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3472         gnus-xmas.el.
3473
3474         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3475         (gnus-xmas-article-describe-bindings): New function.
3476         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3477         gnus-xmas-article-describe-bindings.
3478
3479         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3480
3481 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3482
3483         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3484         Add new variables for article mark management.
3485         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3486         list of extra data entries which, when present, will indicate that the
3487         article ID should not be trimmed from the registry.
3488         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3489         functions.
3490         (gnus-registry-read-mark): New function to read a mark name from the
3491         user.
3492         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3493         (gnus-registry-set-article-mark-internal): New functions to add and
3494         remove marks.
3495         (gnus-registry-get-article-marks): New function to show the marks for
3496         an article, or retrieve them for further use.
3497
3498 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3499
3500         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3501         keys when no argument is given.
3502
3503 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3504
3505         * imap.el (imap-ping-server): New variable.
3506         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3507         (imap-ping-server): Minor doc string fixes.
3508
3509 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3510
3511         * imap.el (imap-ping-server): New function.
3512         (imap-opened): Call imap-ping-server.
3513
3514 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3515
3516         * gnus-sum.el (gnus-article-sort-by-random)
3517         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3518         jidanni@jidanni.org.
3519
3520 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3521
3522         * gnus-art.el (gnus-article-describe-bindings): New function.
3523         (gnus-article-read-summary-keys): Use it.
3524         (gnus-article-mode-map): Bind `C-h b' to it.
3525
3526 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3527
3528         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3529         XEmacs.
3530         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3531         against non-character events.
3532
3533         * lpath.el: Fbind map-keymap for Emacs 21.
3534
3535 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3536
3537         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3538         command.
3539         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3540         instead of END.  Change name of the temp file.
3541         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3542         customizable.
3543
3544 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3545
3546         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3547         bind `S W' to gnus-article-wide-reply-with-original; set default
3548         binding to gnus-article-read-summary-send-keys.
3549         (gnus-article-read-summary-keys): Fix the order of keys; display
3550         continuation keys correctly in the echo area; describe bindings
3551         correctly when keys end with `C-h'.
3552         (gnus-article-read-summary-send-keys): New function.
3553         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3554         for gnus-article-read-summary-send-keys; display continuation keys
3555         correctly in the echo area.
3556         (gnus-article-reply-with-original): Ignore prefix argument.
3557         (gnus-article-wide-reply-with-original): New function.
3558
3559         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3560         Emacs 21.
3561
3562 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3563
3564         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3565         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3566
3567 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3568
3569         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3570         (gnus-group-read-ephemeral-gmane-group): New command.
3571
3572 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3573
3574         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3575
3576 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3577
3578         * message.el (message-send-mail-function): Increase custom version.
3579
3580         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3581         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3582
3583 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3584
3585         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3586         for the cases where imap-authenticate is called with a nil buffer
3587         parameter.
3588
3589 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3590
3591         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3592         html parts correctly; support forwarded messages.
3593         (gnus-article-browse-html-article): Remove work buffers.
3594
3595         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3596         compiling.
3597         (netrc-bound-and-true-p): New macro.
3598         (netrc-parse): Use it instead of bound-and-true-p that is not available
3599         in XEmacs 21.4.
3600
3601 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3602
3603         * gnus-registry.el (gnus-registry-mark-article)
3604         (gnus-registry-article-marks): Add functionality to mark articles
3605         through the Gnus registry.
3606
3607         * encrypt.el: Clarify documentation for the new pgg method.
3608         (encrypt-file-alist): Add PGG option.
3609         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3610         functionality.  Abstract password key and messaging to external
3611         functions.
3612         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3613         (encrypt-message-method-and-cipher): Add new convenience external
3614         functions.
3615         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3616         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3617
3618         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3619         (netrc-parse): Use encrypt-file-alist to determine if
3620         encrypt-find-model or encrypt-insert-file-contents should be used.
3621
3622         * encrypt.el: Clarify documentation.  Load password-cache or
3623         password, whichever one is found first, instead of autoloading.
3624
3625 2007-12-19  Glenn Morris  <rgm@gnu.org>
3626
3627         * mml.el (message-options-set, message-narrow-to-head)
3628         (message-in-body-p, message-mail-p, message-encode-message-body):
3629         Autoload.
3630         (message-remove-header, message-narrow-to-headers-or-head)
3631         (message-subscribed-p, message-make-mail-followup-to)
3632         (message-position-on-field, message-news-p)
3633         (message-options-set-recipient, message-generate-headers)
3634         (message-sort-headers): Declare as functions.
3635
3636 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3637
3638         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3639         convention in doc string.
3640
3641 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3642
3643         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3644         title to html parts.
3645         (gnus-article-browse-html-article): Pass message header to it.
3646
3647         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3648
3649 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3650
3651         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3652         or password compatible with XEmacs.
3653
3654 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3655
3656         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3657         format document.
3658         (gnus-mime-delete-part): Don't write description line if empty.
3659         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3660
3661 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3662
3663         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3664         (gnus-summary-mark-read-and-unread-as-read)
3665         (gnus-summary-mark-current-read-and-unread-as-read)
3666         (gnus-summary-mark-unread-as-ticked): Doc fix.
3667         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3668
3669 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3670
3671         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3672         Christoph Conrad <christoph.conrad@gmx.de>.
3673
3674 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3675
3676         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3677         yes-or-no-p.
3678
3679 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3680
3681         * mm-decode.el (mm-add-meta-html-tag): New function.
3682         (mm-save-part-to-file, mm-pipe-part): Use it.
3683
3684         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3685         gnus-y-or-n-p instead of y-or-n-p.
3686         (gnus-article-browse-html-parts): Work with message/external-body; use
3687         mm-add-meta-html-tag.
3688
3689 2007-12-11  Glenn Morris  <rgm@gnu.org>
3690
3691         * gnus-cache.el: Require gnus-sum not just when compiling.
3692
3693         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3694
3695         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3696         definitions before use.
3697
3698         * mm-decode.el: Require gnus-util.
3699         (mm-remove-part): Only call delete-annotation on XEmacs.
3700
3701         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3702
3703         * nnmail.el: Require gnus-int.
3704
3705         * spam.el: Move `require's before `eval-when-compile's.
3706
3707         * gnus-ems.el (gnus-alive-p):
3708         * gnus-fun.el (message-goto-eoh):
3709         * gnus-util.el (gnus-group-name-decode):
3710         * mail-source.el (gnus-compress-sequence):
3711         * message.el (Info-goto-node, format-spec):
3712         * mm-bodies.el (message-options-get):
3713         * mm-decode.el (mm-view-pkcs7):
3714         * mm-util.el (gmm-write-region):
3715         * mml-smime.el (mml-compute-boundary)
3716         (gnus-completing-read-with-default):
3717         * mml.el (widget-button-press, gnus-make-hashtable):
3718         * mml1991.el (mm-decode-content-transfer-encoding)
3719         (mm-encode-content-transfer-encoding)
3720         (message-options-get, message-options-set):
3721         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3722         * nnfolder.el (gnus-request-group):
3723         * nnheader.el (ietf-drums-unfold-fws):
3724         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3725         * smime.el (gnus-run-mode-hooks):
3726         * spam-stat.el (gnus-message): Autoload.
3727
3728         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3729         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3730         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3731         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3732         Add declare-function compatibility definition.
3733
3734         * gnus-cache.el (nnvirtual-find-group-art):
3735         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3736         (gnus-add-image, gnus-add-wash-type):
3737         * gnus-group.el (nnkiboze-score-file):
3738         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3739         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3740         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3741         (message-tokenize-header, gnus-get-buffer-create)
3742         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3743         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3744         * gnus.el (gnus-group-decoded-name):
3745         * mail-source.el (imap-capability):
3746         * mm-bodies.el (message-options-set):
3747         * mm-decode.el (gnus-configure-windows):
3748         * mm-extern.el (message-goto-body):
3749         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3750         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3751         (epg-sub-key-validity, message-options-set):
3752         * mml.el (widget-event-point, gnus-configure-windows):
3753         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3754         * mml2015.el (epg-check-configuration, epg-configuration)
3755         (message-options-set):
3756         * nndb.el (nndb-request-article):
3757         * nnfolder.el (gnus-request-create-group):
3758         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3759         * nnmaildir.el (gnus-group-mark-article-read):
3760         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3761         * rfc1843.el (message-fetch-field):
3762         * spam.el (gnus-extract-address-components):
3763         Declare as functions.
3764
3765 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3766
3767         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3768
3769         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3770
3771         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3772         bind show-trailing-whitespace for XEmacs.
3773
3774 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3775
3776         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3777         new no-op macro for backward compatibility.
3778
3779         * imap.el (imap-string-to-integer): New function.
3780
3781 2007-12-09  Glenn Morris  <rgm@gnu.org>
3782
3783         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3784
3785         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3786         * message.el, mm-view.el, sieve-manage.el, smime.el:
3787         Add declare-function compatibility definition.
3788
3789         * gnus-art.el (w3-region, w3m-region, Info-menu):
3790         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3791         * gnus-sum.el (gnus-get-predicate):
3792         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3793         * message.el (mail-abbrev-in-expansion-header-p):
3794         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3795         (w3m-detect-meta-charset, w3m-region):
3796         * sieve-manage.el (password-read, password-cache-add)
3797         (password-cache-remove):
3798         * smime.el (password-read-and-add): Declare as functions.
3799
3800 2007-12-08  David Kastrup  <dak@gnu.org>
3801
3802         * gnus-sum.el (gnus-summary-simplify-subject-query):
3803         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3804         `message'.
3805
3806 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3807
3808         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3809         it to bind idna-program, installation-directory, defined-colors, and
3810         face-attribute for XEmacs of the version that compiles defcustom forms.
3811
3812 2007-12-07  Glenn Morris  <rgm@gnu.org>
3813
3814         * gnus-art.el (article-make-date-line): Revert previous change.
3815
3816 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3817
3818         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3819
3820 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3821
3822         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3823         Call gnus-add-to-range ranges only once with a prepared article-list.
3824
3825 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3826
3827         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3828         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3829         group names with backslashes.  Reported by Tassilo Horn
3830         <tassilo@member.fsf.org>.
3831
3832 2007-12-06  Deepak Goel  <deego3@gmail.com>
3833
3834         * gnus-art.el (article-make-date-line):
3835         * gnus-start.el (gnus-load):
3836         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3837
3838 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3839
3840         * gnus-art.el (gnus-use-idna)
3841         * gnus-start.el (gnus-site-init-file)
3842         * message.el (message-use-idna)
3843         * mm-uu.el (mm-uu-hide-markers)
3844         * smiley.el (smiley-style): Revert changes that suppress warnings.
3845
3846 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3847
3848         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3849         specify charset to html source.  Reported by Christoph Conrad
3850         <christoph.conrad@gmx.de>.
3851
3852 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3853
3854         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3855         idna-program in order to suppress byte compile warning issued by XEmacs
3856         that came to byte compile the default value section of defcustom forms
3857         recently.
3858
3859         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3860         value of installation-directory.
3861
3862         * message.el (message-use-idna): Don't directly refer to the value of
3863         idna-program.
3864
3865         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3866
3867         * smiley.el (smiley-style): Don't directly call face-attribute.
3868
3869 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3870
3871         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3872
3873         * gnus-dired.el: Reduce Gnus dependencies.
3874         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3875         require.  Use autoloads instead.
3876         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3877         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3878         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3879         (gnus-dired-mode): Adjust doc string.
3880         (gnus-dired-mail-mode): New variable.
3881         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3882         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3883         (gnus-dired-mail-buffers): New function.  Return mail or message
3884         composition buffers.
3885         (gnus-dired-attach): Use it.
3886         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3887         NO-DECODE.
3888         (gnus-dired-print): Use `gnus-print-buffer' depending on
3889         `gnus-dired-mail-mode'.
3890
3891 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3892
3893         * rfc2047.el (rfc2047-encoded-word-regexp)
3894         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3895         explaining what regexp patterns are for.
3896
3897 2007-12-04  Glenn Morris  <rgm@gnu.org>
3898
3899         * password.el: Move to password-cache.el.
3900
3901         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3902         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3903         * mml-smime.el (password-read, password-cache-add)
3904         (password-cache-remove):
3905         No need to autoload, since mml-sec requires password.
3906
3907         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3908         * message.el (gnus-extract-address-components):
3909         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3910
3911         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3912         password.
3913
3914 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3915
3916         * mailcap.el: Reduce dependencies.
3917         (mail-header-parse-content-type): Autoload.
3918         (mailcap-delete-duplicates): New alias.
3919         (mailcap-mime-info): Add optional argument NO-DECODE.
3920         (mailcap-mime-types): Use mailcap-delete-duplicates.
3921
3922         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3923
3924 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3925
3926         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3927         (imap-parse-status): Upcase status-att for servers that sends them
3928         lower-case (e.g., MS Exchange 2007).
3929
3930 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3931
3932         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3933         function.
3934
3935         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3936         (gnus-uu-yenc-article): New function.
3937
3938         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3939
3940         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3941         buffer.
3942
3943 2007-12-02  Glenn Morris  <rgm@gnu.org>
3944
3945         * binhex.el (binhex): New custom group.
3946         (binhex-decoder-program, binhex-decoder-switches)
3947         (binhex-use-external): Move to the binhex custom group.
3948
3949         * uudecode.el (uudecode): New custom group.
3950         (uudecode-decoder-program, uudecode-decoder-switches)
3951         (uudecode-use-external): Move to the uudecode custom group.
3952
3953         * netrc.el (top-level): Don't load `encrypt' features.
3954         (netrc-parse): Don't use encrypt.
3955         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3956
3957         * encrypt.el: Remove file.
3958
3959 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3960
3961         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3962         matches on patches.
3963
3964         * gnus-art.el (gnus-article-browse-html-article): Mention
3965         `mm-text-html-renderer' in the doc string.
3966
3967         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3968         string.  Add comments.
3969
3970         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3971         if rhs is ASCII.
3972
3973 2007-12-01  Glenn Morris  <rgm@gnu.org>
3974
3975         * mail-source.el (top-level): Require format-spec before
3976         eval-when-compile.
3977
3978 2007-11-30  Glenn Morris  <rgm@gnu.org>
3979
3980         * encrypt.el: Require password, rather than autoloading password-read.
3981
3982 2007-11-29  Glenn Morris  <rgm@gnu.org>
3983
3984         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3985         (sasl-make-client, sasl-next-step, sasl-step-data)
3986         (sasl-step-set-data): Declare as functions.
3987
3988 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3989
3990         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3991
3992 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3993
3994         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3995         certs should be verified and what is to be done in the event of a
3996         verification failure.
3997
3998         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3999         caller can indicate whether the cache should be disregarded for this
4000         call.  This way the result of the call is reproducible at all times and
4001         can be considered a canonical server name for the supplied method.
4002         (gnus-agent-method-p): Canonicalize server names by pushing their
4003         method through `gnus-method-to-server' using the no-cache argument.
4004
4005         * gnus-srvr.el (gnus-server-insert-server-line): Call
4006         `gnus-method-to-server' with `no-cache' argument.
4007
4008         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4009         gnus-agent-possibly-synchronize-flags as this should be called when the
4010         server is actually being opened.
4011         (gnus-agent-possibly-synchronize-flags)
4012         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4013         flags file of an agentized server to the latter function.
4014
4015         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4016         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4017         after a connection has been established successfully.
4018
4019 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4020
4021         * gnus-art.el (article-display-face): Force to display face if called
4022         interactively; check if gnus-article-x-face-too-ugly matches author.
4023         (article-display-x-face): Display face even if From header is missing
4024         as article-display-face does.
4025
4026 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4027
4028         * hashcash.el (message-narrow-to-headers-or-head)
4029         (message-fetch-field, message-goto-eoh)
4030         (message-narrow-to-headers): Declare as functions.
4031
4032 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4033
4034         * mail-source.el (mail-sources): Default to fetch from file for
4035         compatibility with default of nnmail-spool-file.
4036
4037 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4038
4039         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4040         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4041         to look for encoded word that should be encoded again.
4042         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4043         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4044         encoding pattern.
4045         (rfc2047-decode-region): Switch strict regexp and loose one according
4046         to rfc2047-allow-irregular-q-encoded-words.
4047
4048 2007-11-25  Romain Francoise  <romain@orebokech.com>
4049
4050         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4051
4052 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4053
4054         * tls.el (tls-program): Provide more custom choices from
4055         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4056         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4057
4058 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4059
4060         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4061         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4062
4063         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4064         `nnmail-spool-file'.
4065
4066         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4067         `nnmail-spool-file'.
4068
4069         * gnus-move.el (gnus-change-server): Ditto.
4070
4071         * gnus-kill.el (gnus-batch-score): Ditto.
4072
4073         * gnus-cache.el (gnus-jog-cache): Ditto.
4074
4075         * gnus-msg.el (gnus-summary-reply):
4076         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4077
4078 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4079
4080         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4081         version.  Minor improvement to doc strings.
4082         (tls-program): Add comment.
4083
4084 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4085
4086         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4087         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4088         mismatch between the hostname provided in the certificate and the name
4089         of the host connnecting to.
4090         (open-tls-stream): Use them.  Check certificates against trusted root
4091         certificates.
4092
4093 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4094
4095         * gnus-cache.el (gnus-cache-generate-nov-databases):
4096         Use nnml-generate-nov-databases-directory instead of
4097         nnml-generate-nov-databases-1.
4098
4099 2007-11-24  Glenn Morris  <rgm@gnu.org>
4100
4101         * message.el (message-tool-bar-retro): Update for rename
4102         mail_send.xpm->mail-send.xpm.
4103
4104 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4105
4106         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4107         `smime-ldap-search' for Emacs 22 and up.
4108
4109 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4110
4111         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4112
4113         * message.el (message-send-mail-function): Fix error convention.
4114         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4115         (message-widen-reply, message-send-mail, message-talkative-question)
4116         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4117         (message-clone-locals, message-send-news): Use with-current-buffer.
4118         (message-insert-or-toggle-importance): Remove unused var `valid'.
4119         (message-make-references): Remove unused var `new-references'.
4120         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4121
4122 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4123
4124         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4125         (spam-split-symbolic-return-positive): Reflow docstring.
4126         (spam-backends, spam-summary-exit-behavior)
4127         (spam-mark-ham-unread-before-move-from-spam-group)
4128         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4129         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4130         (spam-clear-cache, spam-backend-check, spam-install-backend)
4131         (spam-install-statistical-backend, spam-list-of-processors)
4132         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4133         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4134         (spam-check-crm114, spam-initialize, spam-unload-hook):
4135         Fix typos in docstrings.
4136
4137 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4138
4139         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4140         been checked if they have never been read and those group levels are
4141         higher than the one that a user specified.
4142
4143 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4144
4145         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4146         foreign groups unless a group level is specified by a user.
4147         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4148
4149 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4150
4151         * message.el (message-send-mail-function): Require sendmail.
4152
4153 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4154
4155         * message.el (message-send-mail-function): Check for smtpmail too.
4156
4157         * utf7.el (utf7-encode, utf7-decode): Use coding system
4158         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4159
4160         * message.el (message-send-mail-function): New function.
4161         (message-send-mail-function): Set default using
4162         message-send-mail-function.  Adjust doc string.
4163         (message-send-mail-with-mailclient): New function.
4164
4165 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4166
4167         * smime.el (from):
4168         * rfc2047.el (message-posting-charset):
4169         * qp.el (mm-use-ultra-safe-encoding):
4170         * pop3.el (parse-time-months):
4171         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4172         * nnml.el (files):
4173         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4174         (jka-compr-compression-info-list, ange-ftp-path-format)
4175         (efs-path-regexp):
4176         * nndiary.el (files):
4177         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4178         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4179         (epg-digest-algorithm-alist, inhibit-redisplay)
4180         (password-cache-expiry):
4181         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4182         (pgg-output-buffer, password-cache-expiry):
4183         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4184         (efs-path-regexp):
4185         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4186         (inhibit-redisplay):
4187         * mm-uu.el (file-name, start-point, end-point, entry)
4188         (gnus-newsgroup-name, gnus-newsgroup-charset):
4189         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4190         (latin-unity-ucs-list):
4191         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4192         (mm-uu-binhex-decode-function):
4193         * message.el (gnus-message-group-art, gnus-list-identifiers)
4194         (rmail-enable-mime-composing, gnus-local-organization)
4195         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4196         (gnus-read-active-file, facemenu-add-face-function)
4197         (facemenu-remove-face-function, gnus-article-decoded-p)
4198         (tool-bar-mode):
4199         * mail-source.el (display-time-mail-function):
4200         * gnus-util.el (nnmail-pathname-coding-system)
4201         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4202         (gnus-original-article-buffer, gnus-user-agent)
4203         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4204         (xemacs-codename, sxemacs-codename, emacs-program-version):
4205         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4206         * gnus-start.el (gnus-agent-covered-methods)
4207         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4208         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4209         (gnus-newsgroup-headers, gnus-group-list-mode)
4210         (gnus-group-mark-positions, gnus-newsgroup-data)
4211         (gnus-newsgroup-unreads, nnoo-state-alist)
4212         (gnus-current-select-method, mail-sources)
4213         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4214         (nnmail-spool-file, gnus-cache-active-hashtb):
4215         * gnus-mh.el (mh-lib-progs):
4216         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4217         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4218         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4219         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4220         (gnus-group-buffer):
4221         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4222         (font-lock-set-defaults):
4223         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4224         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4225         (gnus-summary-post-menu, total-parts, type, condition, length):
4226         * gnus-agent.el (gnus-agent-read-agentview):
4227         * flow-fill.el (show-trailing-whitespace):
4228         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4229         eval-and-compile wrappers for byte compiler pacifiers.
4230
4231         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4232         (mm-display-inline-fontify): Check for featurep 'xemacs not
4233         extent-list.
4234
4235         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4236         itimer-list.
4237         (mm-create-image-xemacs): Only do something for XEmacs.
4238         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4239
4240         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4241
4242         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4243         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4244
4245 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4246
4247         * nnimap.el (nnimap-split-download-body):
4248         * gnus-demon.el (gnus-demon):
4249         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4250
4251 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4252
4253         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4254         macros.
4255         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4256         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4257         copy data from unibyte buffer to multibyte current buffer.
4258         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4259         to copy data from unibyte current buffer to multibyte buffer.
4260         (nntp-make-process-buffer): Make process buffer unibyte.
4261
4262         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4263
4264 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4265
4266         * pop3.el (pop3-open-server): Accept and process data more robustly at
4267         connexion start to avoid spurious "POP SSL connexion failed" errors.
4268
4269 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4272         read group names.
4273
4274 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4275
4276         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4277
4278 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4279
4280         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4281         (nnmail-save-active): Use a unibyte buffer when saving active file,
4282         which may contain non-ASCII group names.
4283
4284         * nnml.el (nnml-request-group): Decode group names in messages.
4285
4286 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4287
4288         * message.el (message-citation-line-function)
4289         (message-insert-formatted-citation-line): Fix spelling of
4290         `message-insert-formated-citation-line'.
4291
4292 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4293
4294         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4295
4296 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4297
4298         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4299         nnmail-pathname-coding-system.
4300
4301         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4302         that a user enters; decode group names in messages.
4303
4304         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4305
4306 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4307
4308         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4309
4310         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4311
4312         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4313         risky local variable.
4314
4315         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4316
4317 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4318
4319         * encrypt.el: Improve documentation to fix function name typo.
4320         Reported by Daiki Ueno <ueno@unixuser.org>.
4321
4322 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4323
4324         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4325         even if the point is not in the last page of an article.
4326         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4327         back to the previous page.
4328
4329 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4330
4331         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4332
4333 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4334
4335         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4336
4337 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4338
4339         * message.el (message-check-news-body-syntax): Avoid
4340         mm-string-as-multibyte.
4341         (message-hide-headers): Don't assume (point-min)==1.
4342
4343 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4344
4345         * message.el (message-remove-blank-cited-lines): Fix if remove is
4346         given.
4347         (message-bogus-address-regexp): New variable.
4348         (message-bogus-recipient-p): New function.
4349         (message-check-recipients): New command.
4350         (message-syntax-checks): Add `bogus-recipient'.
4351         (message-fix-before-sending): Add `bogus-recipient'.
4352
4353         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4354         (gnus-treat-body-boundary): Don't test window-system.
4355
4356 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4357
4358         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4359
4360 2007-10-28  Miles Bader  <miles@gnu.org>
4361
4362         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4363         at compile-time too.
4364
4365 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4366
4367         * gnus-msg.el (gnus-message-setup-hook): Add
4368         `message-remove-blank-cited-lines' to options.
4369
4370 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4371
4372         * message.el (message-remove-blank-cited-lines): New function.
4373         Suggested by Karl Plästerer.
4374
4375 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4376
4377         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4378         mapc.
4379
4380         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4381         (top-level): Use mapc to set functions to be traced for debugging.
4382
4383         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4384         called for effect with while loop.
4385
4386         * message.el (message-talkative-question): Replace mapcar called for
4387         effect with mapc.
4388
4389         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4390         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4391         called for effect with dolist.
4392
4393         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4394
4395         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4396         gnus-extra-headers and nnmail-extra-headers.
4397
4398         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4399         called for effect with dolist.
4400         (top-level): Use mapc to set functions to be traced for debugging.
4401
4402         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4403         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4404         dolist.
4405
4406         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4407         Replace mapcar called for effect with mapc.
4408         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4409         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4410         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4411         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4412
4413         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4414         remove-if that's a cl function.
4415
4416         * webmail.el (webmail-debug): Replace mapcar called for effect with
4417         dolist.
4418
4419         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4420         with mapc.
4421
4422 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4423
4424         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4425         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4426         with while loop.
4427
4428         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4429         functions from article-* functions.
4430         (gnus-multi-decode-header): Replace mapcar called for effect with
4431         dolist.
4432
4433         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4434         (gnus-bookmark-show-details): Replace mapcar called for effect with
4435         while loop.
4436
4437         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4438         called for effect with while loop.
4439
4440         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4441         with dolist.
4442
4443         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4444         mapcar called for effect with dolist.
4445
4446         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4447
4448         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4449         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4450         Replace mapcar called for effect with dolist.
4451         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4452         mapc.
4453
4454         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4455         Replace mapcar called for effect with dolist.
4456         (gnus-topic-list): Replace mapcar called for effect with mapc.
4457
4458         * gnus.el: Use mapc instead of mapcar to add autoloads.
4459
4460 2007-10-23  Richard Stallman  <rms@gnu.org>
4461
4462         * gnus-group.el (gnus-group-highlight): Mark as risky.
4463
4464 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * gnus.el (gnus-server-to-method): Return method found first in
4467         gnus-newsrc-alist.
4468
4469         * gnus-art.el (gnus-article-highlight-signature)
4470         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4471         button overlay without the front stickiness.
4472
4473 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4474
4475         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4476         overview buffer needed a catch to receive its throw.
4477         (gnus-agent-flush-cache): Declared as interactive to make this function
4478         easier to use.
4479
4480 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4481
4482         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4483         `next-line'.
4484
4485 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4488         exclude address matching message-dont-reply-to-names.
4489
4490 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4491
4492         * gnus-util.el (gnus-string<): New function.
4493
4494         * gnus-sum.el (gnus-article-sort-by-author)
4495         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4496
4497 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4498
4499         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4500         the frame-focus tag is set in gnus-buffer-configuration.
4501
4502 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4503
4504         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4505         the front stickiness.
4506
4507 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4508
4509         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4510         url pattern; remove duplicate one.
4511         (gnus-article-extend-url-button): New function.
4512         (gnus-article-add-buttons): Use it.
4513         (gnus-button-push): Use concatenated url that it makes.
4514
4515 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4516
4517         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4518
4519 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4520
4521         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4522         Don't hardcode point-min==1.
4523
4524 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4525
4526         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4527         Fix comment about "iso8859-1".
4528
4529 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4530
4531         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4532         ones returned from the verify-function.
4533
4534         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4535         mml2015-extract-cleartext-signature if extraction failed.
4536
4537 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4538
4539         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4540         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4541         failed.
4542
4543 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4544
4545         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4546
4547 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4548
4549         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4550         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4551         recommends to use EasyPG instead of PGG.
4552
4553         * pgg.el: Revert to revision 6.23.2.16.
4554
4555         * pgg-def.el: Revert to revision 6.6.2.14.
4556
4557         * pgg-gpg.el: Revert to revision 6.23.2.34.
4558
4559 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4560
4561         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4562         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4563         thread for both the null and zero (kill/expire thread) universal prefix
4564         cases.
4565         (gnus-summary-expire-thread): Add new function to expire a thread,
4566         using gnus-summary-kill-thread.
4567         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4568         shortcuts for gnus-summary-expire-thread.
4569         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4570         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4571
4572 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4573
4574         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4575         extras value, so an extras entry can be deleted.
4576         (gnus-registry-delete-extra-entry): Use it.
4577         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4578         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4579         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4580         storage through the gnus-registry, and provide an appropriate API for
4581         it.
4582
4583 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4584
4585         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4586         Suggested by Leo <sdl.web@gmail.com>.
4587
4588         * gnus.el: Do.
4589
4590 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4593         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4594
4595         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4596
4597         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4598         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4599
4600 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4601
4602         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4603         newline.
4604         (nnmbox-request-accept-article): Don't change article in source buffer;
4605         narrow to header to use message-fetch-field rather than
4606         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4607         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4608         as delimiters; make sure article ends with newline.
4609         (nnmbox-delete-mail): Correct last position of article to be deleted;
4610         ignore X-Gnus-Newsgroup header in article body.
4611         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4612         positions; make sure article ends with newline.
4613
4614         * message.el (message-display-abbrev): Don't infloop when a user
4615         inserts SPC in the beginning of header.
4616
4617         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4618         coding-system-for-read and coding-system-for-write for XEmacs having no
4619         file-coding feature.
4620
4621         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4622
4623 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4624
4625         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4626         list of groups not followed by default.  Fix type to be regexp.
4627         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4628
4629 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4630
4631         * hmac-def.el (define-hmac-function): Switch from old-style to
4632         new-style backquotes.
4633
4634         * md4.el (md4-make-step): Likewise.
4635
4636 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4637
4638         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4639         raw-text coding system when saving .newsrc file, which may contain
4640         non-ASCII group names.
4641
4642 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4643
4644         * gnus-cus.el (gnus-score-extra): New widget.
4645         (gnus-score-extra-convert): New function.
4646         (gnus-score-customize): Use it for Extra.
4647
4648 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4649
4650         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4651         (mml2015-mailcrypt-clear-verify): Use it.
4652         (mml2015-gpg-clear-verify): Use it.
4653         (mml2015-pgg-clear-verify): Use it.
4654         (mml2015-epg-clear-verify): Replace the current part with the output
4655         from GnuPG; don't extract the plaintext by itself.
4656
4657         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4658         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4659         mml2015-clear-verify-function; don't touch the armor headers or
4660         dash-escaped text here.
4661
4662 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4663
4664         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4665         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4666         parts, or application/octet-stream as a last resort.
4667         (gnus-mime-view-part-as-type): Don't toggle display.
4668         (gnus-mime-view-part-as-charset): Don't turn off display before
4669         querying charset.
4670
4671         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4672         stuff to undisplayer function in Emacs.
4673         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4674
4675         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4676         text/calendar parts.
4677
4678 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4679
4680         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4681         decoding text/calendar parts.
4682
4683         * message.el (message-forward-make-body-mime): Always mark body as
4684         having no illegible text; remove signed-or-encrypted argument.
4685         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4686
4687         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4688         (mml-generate-mime-1): Don't encode body if it is specified to be in
4689         raw form; don't make buffer be unibyte when inserting multibyte string.
4690
4691 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4692
4693         * sha1.el: Fix up comment style.
4694         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4695         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4696
4697         * hex-util.el: Fix up comment style.
4698         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4699
4700         * gnus-salt.el: Use with-current-buffer.
4701         (gnus-pick-setup-message): Fix long-standing typo.
4702
4703 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * imap.el (imap-logout-timeout): New variable.
4706         (imap-logout, imap-logout-wait): New functions.
4707         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4708
4709         * nnimap.el (nnimap-logout-timeout): New server variable.
4710         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4711         nnimap-logout-timeout.
4712
4713         * gnus-art.el (gnus-article-summary-command-nosave)
4714         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4715
4716 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4717
4718         * gnus.el (gnus-maximum-newsgroup): New variable.
4719
4720         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4721         according to gnus-maximum-newsgroup.
4722
4723         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4724         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4725         Limit the range of articles according to gnus-maximum-newsgroup.
4726
4727 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4728
4729         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4730         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4731         Don't perform gnus-configure-windows here; reuse existing sticky
4732         article buffer.
4733
4734         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4735         it doesn't exist in gnus-article-mode.
4736
4737 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4738
4739         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4740         (gnus-agent-decoded-group-name): New function.
4741         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4742         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4743
4744 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4745
4746         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4747         Add binding for gnus-sticky-article.
4748         (gnus-summary-exit): Don't kill sticky article buffers.
4749
4750         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4751         article buffer.
4752         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4753         (gnus-kill-sticky-article-buffers): New commands.
4754
4755 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4756
4757         * nntp.el (nntp-xref-number-is-evil): New server variable.
4758         (nntp-find-group-and-number): If it is non-nil, don't trust article
4759         numbers in the Xref header.
4760
4761 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4762
4763         * gnus-agent.el (gnus-agent-read-group): New function.
4764         (gnus-agent-flush-group, gnus-agent-expire-group)
4765         (gnus-agent-regenerate-group): Use it.
4766         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4767         nnmail-pathname-coding-system.
4768
4769 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4770
4771         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4772
4773         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4774         that are unread as unread, and also as selected so that information of
4775         marks having been changed by a user may be updated when exiting group.
4776
4777 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4778
4779         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4780         calculated ignoring signature parts to gnus-treat-article.
4781
4782 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4785         a point here in order to keep the window start.
4786         (gnus-insert-mime-security-button): Make a button overlay without the
4787         front stickiness.
4788         (gnus-mime-display-security): Goto the end of a button.
4789
4790         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4791
4792 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4795         group-name-at-point.
4796         (gnus-group-completing-read): New function that offers decoded
4797         non-ASCII group names for completion.
4798         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4799         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4800         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4801         (gnus-group-fetch-control): Use it.
4802         (gnus-fetch-group): Use group-name-at-point for the initial value
4803         rather than the default value; use gnus-alive-p.
4804
4805         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4806         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4807         (gnus-summary-post-news): Use gnus-group-completing-read.
4808
4809         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4810         (gnus-read-move-group-name): Decode group name for completion.
4811
4812 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4813
4814         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4815         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4816         Yamaoka slightly modified the code).
4817
4818 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4819
4820         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4821         (nnmail-split-incoming): Bind it.
4822
4823         * nnml.el (nnml-group-name-charset): New function.
4824         (nnml-decoded-group-name): Use it; don't decode group name if
4825         nnmail-group-names-not-encoded-p is non-nil.
4826         (nnml-encoded-group-name): New function.
4827         (nnml-group-pathname): Inline nnml-decoded-group-name.
4828         (nnml-request-expire-articles): Decode group name in message.
4829         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4830         nnmail-pathname-coding-system.
4831         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4832         not decoded ones according to nnmail-group-names-not-encoded-p.
4833         (nnml-generate-active-info): Use nnml-encoded-group-name.
4834
4835 2007-08-08  Glenn Morris  <rgm@gnu.org>
4836
4837         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4838         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4839         doc-strings and comments.
4840
4841 2007-07-25  Glenn Morris  <rgm@gnu.org>
4842
4843         * Relicense all FSF files to GPLv3 or later.
4844
4845 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4846
4847         * gnus-sum.el (gnus-summary-move-article): Make
4848         gnus-summary-respool-article work.
4849
4850 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4851
4852         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4853         string.
4854
4855 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4856
4857         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4858         that should be ignored when comparing distant RSS articles with local
4859         ones.
4860         (nnrss-make-hash-index): New function.  Create a hash index according
4861         to the ignored fields.
4862         (nnrss-check-group): Use it.
4863
4864 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4865
4866         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4867
4868         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4869
4870         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4871         the new optional argument ENCODED is non-nil.
4872         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4873         coding system for encoding group name.
4874         (gnus-group-make-rss-group): Pass un-encoded group name to
4875         gnus-group-make-group.
4876         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4877         encoded.
4878
4879         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4880         Encode group name to which articles are moved or copied.
4881         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4882         coding system for encoding Newsgroup, Followup-To and Xref headers.
4883
4884         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4885         marks; use nnheader-file-coding-system to write a file.
4886         (nnagent-retrieve-headers): Bind file-name-coding-system to
4887         nnmail-pathname-coding-system.
4888
4889         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4890
4891         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4892         (nnml-request-article, nnml-request-create-group)
4893         (nnml-request-rename-group, nnml-find-id)
4894         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4895         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4896         (nnml-save-marks): Use nnml-group-pathname instead of
4897         nnmail-group-pathname.
4898
4899         (nnml-request-create-group, nnml-request-expire-articles)
4900         (nnml-request-move-article, nnml-request-delete-group)
4901         (nnml-deletable-article-p, nnml-possibly-create-directory)
4902         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4903         (nnml-open-marks): Bind file-name-coding-system to
4904         nnmail-pathname-coding-system.
4905
4906         (nnml-request-article): Pass server argument to nnml-find-group-number.
4907         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4908         server argument to nnml-possibly-create-directory.
4909         (nnml-request-accept-article): Pass server argument to
4910         nnml-active-number and nnml-save-mail.
4911         (nnml-find-group-number): Pass server argument to nnml-find-id.
4912         (nnml-request-update-info): Pass server argument to
4913         nnml-marks-changed-p.
4914
4915         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4916         (nnml-save-mail, nnml-active-number): Add server argument.
4917
4918         (nnml-request-delete-group): Warn if group is missing.
4919         (nnml-get-nov-buffer): Decode group name.
4920         (nnml-generate-active-info): Encode group name.
4921         (nnml-open-marks): Decode group name in messages.
4922
4923 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4924
4925         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4926         if it is not specified.
4927         (gnus-article-pipe-part, gnus-article-save-part)
4928         (gnus-article-interactively-view-part, gnus-article-copy-part)
4929         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4930         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4931         (gnus-article-replace-part, gnus-article-delete-part)
4932         (gnus-article-view-part-as-type): Pass raw prefix argument to
4933         gnus-article-part-wrapper.
4934
4935 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4936
4937         * gnus-agent.el (gnus-agent-save-active): Bind
4938         nnheader-file-coding-system to gnus-agent-file-coding-system.
4939
4940         * gnus-cache.el (gnus-cache-save-buffers)
4941         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4942         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4943         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4944         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4945         (gnus-cache-generate-active, gnus-cache-rename-group)
4946         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4947         (gnus-cache-update-overview-total-fetched-for): Bind
4948         file-name-coding-system to nnmail-pathname-coding-system.
4949         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4950         variables.
4951         (gnus-cache-decoded-group-name): New function.
4952         (gnus-cache-file-name): Use it.
4953         (gnus-cache-generate-active): Use non-decoded group name for active.
4954
4955         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4956         right place.
4957         (gnus-write-active-file): Don't break non-ASCII group names.
4958
4959         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4960         nnmail-pathname-coding-system.
4961
4962         * lpath.el: Bind default-file-name-coding-system,
4963         file-name-coding-system and language-info-alist for XEmacs.
4964
4965         * gnus-uu.el (gnus-uu-decode-save): Typo.
4966
4967 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4968
4969         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4970
4971 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4972
4973         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4974         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4975         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4976         (gnus-agent-flush-group, gnus-agent-flush-cache)
4977         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4978         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4979         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4980         (gnus-agent-regenerate-group)
4981         (gnus-agent-update-files-total-fetched-for)
4982         (gnus-agent-update-view-total-fetched-for): Bind
4983         file-name-coding-system to nnmail-pathname-coding-system.
4984         (gnus-agent-group-pathname): Don't encode file names by
4985         nnmail-pathname-coding-system.
4986         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4987         coding-system-for-write instead of buffer-file-coding-system to
4988         gnus-agent-file-coding-system.
4989
4990         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4991         Decode group name.
4992
4993         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4994
4995         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4996         (gnus-read-newsrc-el-file): Make group names unibyte.
4997
4998         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4999         nnmail-pathname-coding-system.
5000
5001         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5002         (nnrss-request-delete-group): Bind file-name-coding-system to
5003         nnmail-pathname-coding-system.
5004         (nnrss-read-server-data, nnrss-read-group-data): Bind
5005         file-name-coding-system correctly.
5006         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5007
5008         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5009         (nntp-server-to-method-cache): New variable.
5010         (nntp-group-pathname): New function that decodes non-ASCII group names.
5011         (nntp-possibly-create-directory, nntp-marks-changed-p)
5012         (nntp-save-marks, nntp-open-marks): Use it.
5013         (nntp-possibly-create-directory, nntp-open-marks):
5014         Bind file-name-coding-system to nnmail-pathname-coding-system.
5015         (nntp-open-marks): Decode group names when bootstrapping marks.
5016
5017         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5018         Newsgroups and Folowup-To headers.
5019
5020 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5021
5022         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5023         (gnus-server-closed-face, gnus-server-denied-face)
5024         (gnus-server-offline-face): Remove variable.
5025         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5026
5027         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5028         of modifying message-stack directly for XEmacs.
5029
5030         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5031         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5032         if the coding-system argument is nil for XEmacs.
5033
5034         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5035         mm-charset-override-alist.
5036
5037         * rfc2047.el: Don't require base64; require rfc2045 for the function
5038         rfc2045-encode-string.
5039         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5040         to quote the parameter value.
5041
5042 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5043
5044         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5045         form in gnus-group-name-charset-method-alist.
5046
5047         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5048         overrides the default layout edit-form.
5049
5050         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5051
5052         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5053
5054 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5055
5056         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5057         as unfetched articles.
5058
5059 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5060
5061         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5062
5063 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5064
5065         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5066         original back end that keeps marks in the local system.
5067
5068 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5069
5070         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5071         arg of pop-to-buffer for XEmacs.
5072         (gnus-article-read-summary-keys): Ditto; don't restore window
5073         configuration if summary command ends up with neither article buffer
5074         nor summary buffer; describe bindings if summary keys end with C-h.
5075
5076 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5077
5078         * message.el (message-fix-before-sending): Skip raw message part to be
5079         forwarded while checking illegible text.
5080         (message-forward-make-body-mime, message-forward-make-body): Mark
5081         signed or encrypted raw message as having no illegible text.
5082
5083 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5084
5085         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5086         (gnus-message-with-timestamp-1): New macro.
5087         (gnus-message-with-timestamp): New function.
5088         (gnus-message): Use them.
5089
5090         * nnheader.el (nnheader-message): Use them.
5091
5092 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5093
5094         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5095         .newsrc.eld file.
5096
5097 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5098
5099         * gnus-agent.el (gnus-agent-fetch-headers)
5100         (gnus-agent-retrieve-headers): Bind
5101         gnus-decode-encoded-address-function to identity.
5102
5103         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5104         available also when the server returns simply a dot.
5105
5106         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5107
5108 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5111
5112 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5113
5114         * gnus-ems.el (gnus-x-splash): Make it work.
5115
5116         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5117         from being used.
5118
5119         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5120
5121 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5124         4th and the 5th arguments.
5125
5126         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5127         the front stickiness.
5128         (gnus-article-summary-command-nosave): Correct the order of the
5129         arguments passed to pop-to-buffer.
5130         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5131         summary command ends up with the article buffer.
5132
5133         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5134         the same faces.
5135
5136 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5137
5138         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5139
5140 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5141
5142         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5143         * gnus-sum.el (gnus-summary-highlight):
5144         * pgg.el (pgg-sign-region, pgg-sign):
5145         * mail-source.el (mail-source-delete-old-incoming-confirm):
5146         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5147
5148 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5149
5150         * gnus-art.el (gnus-mime-view-part-externally)
5151         (gnus-mime-view-part-internally): Fix predicate function passed to
5152         completing-read.
5153
5154         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5155
5156         * gnus.el (gnus-update-message-archive-method): Add :version.
5157
5158 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5159
5160         * gnus.el (gnus-update-message-archive-method): New variable.
5161
5162         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5163         according to gnus-message-archive-method if
5164         gnus-update-message-archive-method is non-nil.
5165
5166 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5167
5168         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5169         by Loic Dachary <loic@dachary.org>.
5170         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5171
5172 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5173
5174         * message.el (message-pop-to-buffer): Add switch-function argument.
5175         (message-mail): Pass switch-function argument to it.
5176
5177 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5178
5179         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5180         Improve doc string.
5181
5182 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5183
5184         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5185         (gnus-header-content)
5186         * gnus-cite.el (gnus-cite-10)
5187         * gnus-srvr.el (gnus-server-closed)
5188         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5189         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5190         (gnus-group-mail-3-empty, gnus-group-mail-low)
5191         (gnus-group-mail-low-empty, gnus-splash)
5192         * message.el (message-header-to, message-header-cc)
5193         (message-header-subject, message-header-other, message-header-name)
5194         (message-header-xheader, message-separator, message-cited-text)
5195         (message-mml): Lighten colors of faces used for dark background.
5196
5197 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5198
5199         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5200         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5201
5202 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5203
5204         * message.el (message-narrow-to-headers-or-head):
5205         Ignore mail-header-separator in the body.
5206
5207 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5208
5209         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5210         same as window size.
5211
5212 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5213
5214         * message.el (message-font-lock-keywords): Use message-header-xheader
5215         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5216         ahead of the anything pattern, to get it recognised.
5217
5218 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5219
5220         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5221         spam.el loads uses it in the compiled defadvice form.
5222
5223 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5224
5225         * gnus-sum.el (gnus-articles-to-read)
5226         (gnus-summary-insert-old-articles): Don't truncate group name for
5227         `read-string'.
5228
5229         * gnus-util.el (gnus-limit-string): Delete this function.
5230
5231         * gnus-sum.el (gnus-simplify-subject-fully): Use
5232         `truncate-string-to-width' instead.
5233
5234 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5235
5236         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5237         if, on summary exit, the next group has to be selected.
5238         (gnus-summary-exit): Use it.
5239
5240 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5241
5242         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5243         non-break space.
5244
5245 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5246
5247         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5248         Check if group is not a directory.
5249         (nnfolder-request-expire-articles): Don't delete articles if the target
5250         group is not available.
5251
5252         * nnml.el (nnml-request-create-group): Properly check if group is not a
5253         file.
5254         (nnml-request-expire-articles): Don't delete articles if the target
5255         group is not available.
5256
5257         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5258         Don't quote characters that are within parentheses.
5259
5260 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5263         (gnus-handle-ephemeral-exit): Select article according to it.
5264
5265 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5266
5267         * message.el (message-insert-formated-citation-line): Remove newline.
5268         (message-citation-line-format): Add final \n here so that the user can
5269         avoid a blank line.
5270
5271 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5272
5273         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5274         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5275         Update lanl/arXiv support.
5276
5277 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5278
5279         * gnus.el: Bump version number.
5280
5281 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5282
5283         * gnus.el (gnus-version-number): Bump version.
5284
5285 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5286
5287         * gnus.el: No Gnus v0.6 is released.
5288
5289 2007-04-27  Didier Verna  <didier@xemacs.org>
5290
5291         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5292         * gmm-utils.el (gmm-regexp-concat): here.
5293         * message.el: Don't require 'gnus-util.
5294         (message-dont-reply-to-names): Handle name change above.
5295         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5296
5297 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5298
5299         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5300         since the initial value varies according to the system.
5301
5302 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5305
5306 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5307
5308         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5309
5310 2007-04-24  Didier Verna  <didier@xemacs.org>
5311
5312         Improve the type of gnus-ignored-from-addresses.
5313         * gnus-util.el (gnus-orify-regexp): New function.
5314         * message.el (gnus-util): Require it.
5315         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5316         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5317         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5318
5319 2007-04-24  Didier Verna  <didier@xemacs.org>
5320
5321         * gnus-sum.el:
5322         * gnus-utils.el: Fix some trailing whitespaces.
5323
5324 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5327         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5328         article's Message-ID; refer parent article in summary buffer.
5329
5330         * message.el (message-bounce): Call mime-to-mml.
5331
5332         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5333         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5334         optimize and/or forms properly.
5335
5336 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5337
5338         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5339         URL.
5340
5341 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5342
5343         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5344
5345 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5346
5347         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5348         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5349         displayed of multipart/alternative part if it is invoked from summary
5350         buffer.
5351
5352         * mm-view.el (mm-inline-text-html-render-with-w3m)
5353         (mm-inline-text-html-render-with-w3m-standalone)
5354         (mm-inline-render-with-function): Use mail-parse-charset by default.
5355
5356 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5357
5358         * parse-time.el (parse-time-string-chars): Check if CHAR
5359         is less than the length of parse-time-syntax.
5360
5361 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5362
5363         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5364         from gnus-newsgroup-processable.
5365
5366 2007-04-16  Didier Verna  <didier@xemacs.org>
5367
5368         * gnus-msg.el (gnus-configure-posting-styles): Handle
5369         message-signature-directory properly with :file syntax.  Reported by
5370         "Leo".
5371
5372 2007-04-11  Didier Verna  <didier@xemacs.org>
5373
5374         New user option: message-signature-directory.
5375         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5376         * message.el (message-insert-signature): Ditto.
5377         * message.el (message-signature-file): Doc update.
5378         * message.el (message-signature-directory): New.
5379
5380 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5381
5382         * gnus-msg.el (gnus-inews-yank-articles): Use
5383         message-exchange-point-and-mark instead of exchange-point-and-mark.
5384
5385 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5386
5387         * message.el (message-yank-original): Make sure cited text ends with
5388         newline; don't exchange point and mark.
5389
5390 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5391
5392         * tls.el (open-tls-stream): Properly handle case where there
5393         is no associated buffer.
5394
5395 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5396
5397         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5398         message-yank-original, make sure (< mark TEXT point).
5399
5400 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5401
5402         * message.el (message-fill-column): New variable.
5403         (message-mode): Use it.  Add comment on a possible new hook.
5404
5405         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5406         (nnmail-get-new-mail): Reformat.
5407
5408         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5409
5410         * gmm-utils.el: Fix Commentary.
5411         (gmm-tool-bar-from-list): Fix typo in doc string.
5412
5413 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5414
5415         * message.el (message-yank-original): Don't switch point and mark
5416         unnecessarily to put point and mark as documented.
5417
5418 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5419
5420         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5421         from the message heads.
5422
5423 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5424
5425         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5426         article buffer does not have a window.  This may not be the best
5427         solution but is certainly better than setting the start of the null,
5428         that is the current, window.
5429
5430 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5431
5432         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5433         (gnus-draft-setup): Run it.
5434
5435         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5436         gnus-score-fast-scoring.  Allow regexp.
5437         (gnus-score-headers): Use it.
5438
5439         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5440         XEmacs.
5441
5442         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5443         string.
5444         (gnus-button-alist): Also catch `<f1> k ...'.
5445         (gnus-treat-display-x-face): Fix doc string.
5446
5447 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5448
5449         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5450         evaluation of gnus-extended-version to ensure correct generation of the
5451         User-Agent header when message-generate-headers-first is used.
5452
5453 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5454
5455         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5456         hashcash-path is nil.  Don't call callback with incorrect number of
5457         parameters if val is 0.
5458
5459 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5460
5461         * message.el (message-required-news-headers):
5462         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5463
5464 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5465
5466         * tls.el (open-tls-stream): In handshake-waiting loop,
5467         don't wait more if there is output available to process.
5468
5469 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5470
5471         * tls.el (tls-program): Doc fix.
5472
5473 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5474
5475         * message.el (message-generate-new-buffers): Change the meaning of the
5476         nil value; add `standard' to the choices; treat t as `unique'; improve
5477         doc string.
5478         (gnus-select-frame-set-input-focus): Autoload.
5479         (message-buffer-name): Search for the existing message buffer if
5480         message-generate-new-buffers is nil or `standard'; treat the value t of
5481         message-generate-new-buffers as `unique'.
5482         (message-pop-to-buffer): Raise the frame already displaying the message
5483         buffer; clear the echo area after querying.
5484         (message-setup): Pass the `continue' argument to compose-mail.
5485         (message-mail): Prefer `switch-function' if it is given; search for the
5486         existing message buffer if the `continue' argument is non-nil; pass
5487         continue and switch-function arguments to compose-mail by way of
5488         message-setup.
5489         (message-mail-other-window): Adjust argument of message-setup.
5490         (message-mail-other-frame): Ditto.
5491
5492 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5493
5494         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5495         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5496         to turn font-lock on when turning gnus-message-citation-mode on.
5497
5498 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5499
5500         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5501         (mml-smime-function-alist): New variable; add epg as the backend.
5502         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5503         mml-smime- functions instead.
5504         * mm-view.el: Require smime.
5505
5506 2007-03-05  Didier Verna  <didier@xemacs.org>
5507
5508         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5509         instead of just inheritance for posting styles.
5510         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5511
5512 2007-02-24  Chris Moore  <dooglus@gmail.com>
5513
5514         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5515         * pgg-pgp.el (pgg-pgp-encrypt-region):
5516         * pgg-gpg.el (pgg-gpg-encrypt-region):
5517         Check pgg-encrypt-for-me if no other recipients.
5518
5519 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5520
5521         * tls.el (tls-certtool-program): Fix custom type.
5522
5523 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5524
5525         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5526         and point-at-eol instead of line-(beginning|end)-position.
5527
5528         * assistant.el (assistant-parse-buffer): Ditto.
5529
5530         * netrc.el (netrc-parse-services): Ditto.
5531
5532 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5533
5534         * mml2015.el (mml2015-epg-find-usable-key): New function.
5535         (mml2015-epg-sign): Use it.
5536         (mml2015-epg-encrypt): Use it.
5537
5538 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5539
5540         * message.el (message-make-in-reply-to): Quote name containing
5541         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5542         if there are special characters.  Reported by NAKAJI Hiroyuki
5543         <nakaji@jp.freebsd.org>.
5544
5545 2007-02-27  Didier Verna  <didier@xemacs.org>
5546
5547         Include the group parameters as well as the topic ones in the
5548         inheritance filter process.
5549         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5550         argument GROUP-PARAMS-LIST.
5551         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5552
5553 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5554
5555         * nntp.el (nntp-never-echoes-commands)
5556         (nntp-open-connection-functions-never-echo-commands): New variables.
5557         (nntp-send-command): Use them.
5558
5559 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5560
5561         * mml2015.el (mml2015-epg-verify): Simplified.
5562
5563 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5564
5565         * mml.el (mml-content-disposition-alist): New user option.
5566         (mml-content-disposition): New function.
5567         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5568         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5569
5570 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5571
5572         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5573         verification.
5574
5575 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5576
5577         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5578         articles posted in the last 24 hours.
5579
5580 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5581
5582         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5583
5584 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5585
5586         * nntp.el (nntp-send-command): Don't wait for echoes when
5587         nntp-open-ssl-stream is used.
5588
5589 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5592         (gnus-message-add-citation-keywords)
5593         (gnus-message-remove-citation-keywords): Remove.
5594         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5595         directly, make the variables in font-lock-defaults buffer-local, add
5596         gnus-message-citation-keywords to them and then update the value of
5597         font-lock-keywords.
5598
5599 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5600
5601         * message.el (message-cite-original-1): Don't call
5602         gnus-article-highlight-citation.
5603
5604         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5605         citations; fix line count.
5606
5607 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5610         (gnus-message-add-citation-keywords)
5611         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5612         versions of font-lock-add-keywords and font-lock-remove-keywords to
5613         work with XEmacs correctly.
5614
5615 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5616
5617         * gnus-cite.el (gnus-cite-face-list): Set the values of
5618         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5619         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5620         (gnus-message-cite-prefix-regexp): New variable.
5621         (gnus-message-search-citation-line): Use it; protect against long
5622         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5623         the 0th match data for Emacs.
5624         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5625         (gnus-message-add-citation-keywords): Append keywords rather than
5626         prepending; emulate font-lock-add-keywords if it is not available.
5627         (gnus-message-remove-citation-keywords): Emulate
5628         font-lock-remove-keywords if it is not available.
5629
5630         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5631
5632         * message.el (message-cite-prefix-regexp): Set the value of
5633         gnus-message-cite-prefix-regexp.
5634
5635 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5636
5637         * nnweb.el (nnweb-google-parse-1): Update parser.
5638
5639 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5640
5641         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5642
5643 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5644
5645         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5646         regexp.
5647
5648 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5651         string-to-multibyte.
5652         (uudecode-decode-region-internal): Use it.
5653
5654         * lpath.el: Fbind string-as-multibyte for XEmacs.
5655
5656 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5657
5658         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5659         custom choice.
5660
5661         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5662
5663 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5664
5665         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5666
5667         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5668         `write-region' to respect `mm-inhibit-file-name-handlers'.
5669
5670 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5671
5672         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5673         Use gnus-home-directory instead of "~/" or "$HOME".
5674
5675 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5676
5677         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5678         to mention filename.
5679         Add comments at beginning regarding usage.
5680         (encrypt-write-file-contents): Change interactive so a string is
5681         acceptable.  If the file has no associated model, show an error instead
5682         of a nonsense prompt.
5683
5684 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5685
5686         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5687         Thanks to Yoshihiko Yamada for kind notification of this typo.
5688
5689 2007-01-12  Kenichi Handa  <handa@m17n.org>
5690
5691         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5692         multibyte buffer.
5693
5694 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5695
5696         * gnus-score.el (gnus-score-fast-scoring): New variable.
5697         (gnus-score-headers): Use it.
5698
5699         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5700
5701         * message.el (message-cite-original-1): Call
5702         gnus-article-highlight-citation if requested.
5703         (message-make-from): Allow name and address as optional arguments.
5704
5705         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5706
5707         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5708         bugs to doc string.
5709         (gnus-button-alist): Add mid\\|message-id.
5710         (gnus-button-fetch-group): Extend for use in
5711         `browse-url-browser-function'.
5712         (gnus-button-url-regexp): Try to catch paired parentheses like in
5713         Wikipedia URLs.
5714
5715         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5716         Suggested by Simon Krahnke <overlord@gmx.li>.
5717
5718 2007-01-13  Romain Francoise  <romain@orebokech.com>
5719
5720         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5721         Update copyright.
5722
5723 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5724
5725         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5726
5727 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5728
5729         * gnus-registry.el (gnus-registry-unfollowed-groups)
5730         (gnus-registry-split-fancy-with-parent): Fix documentation.
5731
5732 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5733
5734         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5735         from nnweb groups.
5736
5737 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5738
5739         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5740         Xref urls.  Erase buffer before requesting head.
5741
5742 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5743
5744         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5745         customizable.
5746
5747 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5748
5749         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5750         no signing key is found.
5751         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5752         no encrypting and/or signing key is found.
5753
5754 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5755
5756         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5757
5758 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5759
5760         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5761         headers read from disk with the ones newly found in the current search.
5762         This should no longer cause problems, because the article numbers in
5763         Gmane's `nov.php' output are ignored since the previous change.
5764
5765 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5766
5767         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5768
5769 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5772         replace-regexp-in-string; bind url-version; fbind display-images-p and
5773         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5774         find-face and set-itimer-function for Emacs; bind itimer-list for
5775         Emacs.
5776
5777         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5778
5779 2007-01-01  Romain Francoise  <romain@orebokech.com>
5780
5781         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5782
5783 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5784
5785         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5786         `define-minor-mode' macro definition expanded properly.
5787         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5788         exclude it there.
5789
5790         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5791         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5792         `fboundp' test.
5793         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5794         This is OK to autoload in (S)XEmacs now.
5795
5796 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5797
5798         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5799         keystroke.
5800         (gnus-summary-limit-to-singletons): Fix typo.
5801
5802         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5803         else fails.
5804
5805 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5806
5807         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5808         docstring.
5809
5810         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5811         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5812         (gnus-summary-insert-dormant-articles): Fix typo in message.
5813
5814 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5815
5816         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5817         nil for XEmacs.
5818         (gnus-message-citation-mode): Don't autoload in XEmacs.
5819
5820         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5821
5822 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5823
5824         * nnimap.el (nnimap-expunge-search-string): Mention
5825         nnimap-search-uids-not-since-is-evil in docstring.
5826
5827 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5828
5829         * spam.el: Revert to make-obsolete-variable because
5830         define-obsolete-variable-alias is not supported in Emacs 21.
5831
5832         * spam.el (spam-ifile-path, spam-ifile-database-path)
5833         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5834         make-obsolete-variable.
5835         (spam-bsfilter-path, spam-bsfilter-program)
5836         (spam-spamassassin-path, spam-spamassassin-program)
5837         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5838         use "path" inappropriately.
5839         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5840         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5841         variable names.
5842
5843 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5844
5845         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5846         summary buffer.
5847
5848         * password.el (password-cache-remove): Use clear-string to burn
5849         password, if available.
5850
5851 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5852
5853         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5854
5855         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5856
5857         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5858         (gnus-message-highlight-citation): Move defcustom here from
5859         gnus-cite.el.
5860         (gnus-message-citation-mode): Autoload.
5861
5862         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5863         checks to make it compile with XEmacs.
5864         (gnus-message-citation-mode): New minor mode.
5865         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5866         (gnus-message-highlight-citation): New variables.
5867         (gnus-message-search-citation-line)
5868         (gnus-message-add-citation-keywords)
5869         (gnus-message-remove-citation-keywords)
5870         (turn-on-gnus-message-citation-mode)
5871         (turn-off-gnus-message-citation-mode): New functions.
5872
5873 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5874
5875         * gnus-cite.el: Enable highlighting of different citation levels in
5876         message-mode.
5877
5878 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5879
5880         * message.el (message-make-fqdn): Fix comment.
5881         (message-bogus-system-names): Add ".local".
5882
5883         * spam.el (spam-ifile-path, spam-ifile-program)
5884         (spam-ifile-database-path, spam-ifile-database)
5885         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5886         Don't use "path" inappropriately.
5887         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5888         strings.
5889         (spam-check-ifile, spam-ifile-register-with-ifile)
5890         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5891         new variable names.
5892
5893         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5894         (gnus-treat-display-smileys): Simplify using
5895         gnus-image-type-available-p.
5896
5897         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5898         available.
5899
5900         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5901         `display-images-p' if available.
5902
5903 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5904
5905         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5906         one after turning on the buffer's multibyteness instead of decoding
5907         them directly in the unibyte buffer that causes unexpected conversion
5908         in Emacs 23 (unicode).
5909
5910 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5911
5912         * message.el (message-generate-hashcash): Fix custom type.
5913
5914 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5915
5916         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5917
5918 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5919
5920         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5921         disconnect icons.  Add help text.
5922
5923 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5924
5925         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5926         negated to be consistent with the others we handle.
5927
5928 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5929
5930         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5931         version of gnus-summary-buffer to something, so that we can use two
5932         article buffers at the same time.
5933
5934 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5935
5936         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5937         trigger all the extra headers.
5938         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5939         sorting.
5940
5941 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5942
5943         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5944         solid groups.
5945
5946 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5947
5948         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5949
5950 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5951
5952         * legacy-gnus-agent.el: Add Copyright notice.
5953
5954 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5955
5956         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5957
5958 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5959
5960         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5961
5962         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5963         to make it work reliably in CVS Emacs.
5964         (gnus-summary-limit-strange-charsets-predicate)
5965         (gnus-summary-limit-to-predicate): New functions.
5966
5967 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5968
5969         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5970         specifying array size.
5971         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5972         array if it is too small.
5973         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5974         (gnus-sort-threads-loop): New function.
5975
5976 2006-12-06  Chris Moore  <dooglus@gmail.com>
5977
5978         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5979         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5980
5981 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5982
5983         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5984         options.
5985
5986 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5987
5988         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5989         DOS-ing the recipient.
5990
5991         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5992         the headers when creating the mapping to avoid mismappings.
5993         (nnweb-gmane-create-mapping): Always nix out old mapping.
5994
5995 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5996
5997         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5998         and mm-verify-option to never.
5999
6000 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6001
6002         * message.el (message-signed-or-encrypted-p): New function.
6003         (message-forward-make-body): Use it.
6004
6005         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6006         Replace encode-coding-string with mm-encode-coding-string.
6007
6008 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * nneething.el (nneething-decode-file-name): Replace
6011         decode-coding-string with mm-decode-coding-string.
6012
6013         * gnus-int.el (gnus-open-server): Say failed server's name.
6014
6015 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6016
6017         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6018         strings to a single string.  Quote `errors-file-name'.
6019         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6020         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6021         Adjust calls.  Use `shell-quote-argument'.
6022
6023 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6024
6025         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6026         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6027
6028         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6029         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6030         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6031         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6032         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6033         (gnus-subscribe-newsgroup, gnus-1):
6034         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6035         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6036         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6037         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6038
6039 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6040
6041         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6042         keystroke.
6043         (gnus-summary-limit-to-bodies): Implement headersp.
6044
6045 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6046
6047         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6048
6049 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6050
6051         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6052
6053 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6054
6055         * message.el (message-generate-hashcash): Expand range of values to
6056         include `opportunistic'.
6057         (message-send-mail): Use it.
6058
6059 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6060
6061         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6062         and comment it.
6063
6064         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6065
6066 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6067
6068         * gnus-util.el (gnus-extract-address-components): Improve comment.
6069
6070 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6071
6072         * gnus-util.el (gnus-extract-address-components): Work with address in
6073         which the name portion contains @.
6074
6075         * lpath.el: Fbind custom-autoload.
6076
6077 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6078
6079         * gnus.el (gnus-start): Move custom group up.
6080         (gnus-select-method): Don't autoload, but make it available for
6081         `customize-variable'.
6082         (gnus-getenv-nntpserver): Don't autoload.
6083
6084 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6085
6086         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6087
6088 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6089
6090         * message.el (message-sendmail-extra-arguments): New variable.
6091         (message-send-mail-with-sendmail): Use it.
6092
6093 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6094
6095         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6096         mm-with-unibyte-current-buffer to make string unibyte.
6097
6098         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6099         mm-string-as-multibyte.
6100
6101 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6102
6103         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6104         Reported by Werner Koch <wk@gnupg.org>.
6105
6106 2006-11-14  Daiki Ueno  <ueno@p360>
6107
6108         * mml2015.el: Autoload epa-select-keys when compiling.
6109
6110 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6111
6112         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6113         message-options.
6114         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6115
6116 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6117
6118         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6119         EasyPG (< 0.0.6).
6120         (mml2015-always-trust): New user option.
6121         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6122         prompt.
6123
6124 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6125
6126         * nntp.el (nntp-authinfo-force): New variable.
6127         (nntp-send-authinfo): Use it.
6128
6129 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6130
6131         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6132         decode encoded words.  Improve prompt.  Add comment about forwarding.
6133         (message-replacement-char): Move up.
6134
6135 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6136
6137         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6138         instead of gnus-intersection because arguments of gnus-sorted-nunion
6139         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6140
6141 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6142
6143         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6144         (message-simplify-subject-functions): Enable
6145         message-strip-subject-encoded-words by default.
6146
6147 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6148
6149         * message.el (message-strip-subject-encoded-words): New function.
6150         (message-simplify-subject-functions): New variable.
6151         (message-simplify-subject): Use it.  Fix typo in doc string.
6152         Support message-strip-subject-encoded-words.
6153
6154 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6155
6156         * gnus-diary.el (gnus-diary-delay-format-function):
6157         * nndiary.el (nndiary-reminders):
6158         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6159
6160 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6161
6162         * gnus-art.el (article-hide-boring-headers): Fetch date from
6163         gnus-original-article-buffer to avoid problems with localized date
6164         strings.
6165
6166 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6167
6168         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6169
6170 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6171
6172         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6173         New variables.
6174         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6175         (mm-charset-synonym-alist): Move some entries to
6176         mm-codepage-iso-8859-list.
6177         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6178         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6179
6180 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6181
6182         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6183
6184 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6185
6186         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6187         with Emacs 21 and XEmacs.
6188
6189 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6190
6191         * spam.el (spam-parse-address): New function for better parsing,
6192         catching errors, etc.
6193         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6194
6195 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6196
6197         * mm-view.el: Add interactive arg to html2text autoload.
6198
6199 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6200
6201         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6202
6203 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6204
6205         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6206         variables.
6207         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6208         (mm-charset-synonym-alist): Move some entries to
6209         mm-codepage-iso-8859-list.
6210
6211         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6212
6213 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6214
6215         * message.el (message-citation-line-format)
6216         (message-insert-formated-citation-line): Fix implementation of %E, %N
6217         and %n according to the doc string.
6218
6219 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6220
6221         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6222         car-safe to avoid bad parses.
6223
6224 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6225
6226         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6227         names.
6228
6229         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6230
6231 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6232
6233         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6234         header.
6235
6236         * message.el (message-draft-headers): Add Date.
6237         (message-headers-to-generate): Fix typo in docstring.
6238
6239         * nndraft.el (nndraft-required-headers): New variable.
6240         (nndraft-generate-headers): Use it.
6241
6242         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6243
6244 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6245
6246         * gnus-registry.el (gnus-registry-wash-for-keywords)
6247         (gnus-registry-find-keywords): New functions to allow easy searching of
6248         articles that are in the registry.
6249
6250 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6251
6252         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6253         ietf-drums-parse-address instead of gnus-extract-address-components.
6254         Reported by Damien Elmes <damien@repose.cx>.
6255
6256 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6257
6258         * gnus.el (gnus-mime): Remove unused custom group.
6259
6260 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6261
6262         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6263         "blank line" when searching for end of armor headers.
6264
6265 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6266
6267         * gmm-utils.el (gmm-write-region): Fix variable name.
6268
6269 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6270
6271         * gmm-utils.el (gmm-write-region): New function based on compatibility
6272         code from `mm-make-temp-file'.
6273
6274         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6275
6276         * nnmaildir.el (nnmaildir--update-nov)
6277         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6278         Use `gmm-write-region'.
6279
6280 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6281
6282         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6283         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6284
6285         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6286
6287         * message.el (message-replacement-char): New variable.
6288         (message-fix-before-sending): Use it.
6289         (message-simplify-subject): New function to remove duplicate code.
6290         (message-reply, message-followup): Use it.
6291
6292         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6293         gnus-summary-limit-to-articles.
6294
6295 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6296
6297         * gnus-util.el (gnus-with-local-quit): New macro.
6298
6299         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6300
6301 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6302
6303         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6304         ignore non-string data.
6305
6306 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6307
6308         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6309         non-string data (needs to be done in the registry too).
6310
6311 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6312
6313         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6314         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6315         (gnus-registry-split-fancy-with-parent)
6316         (gnus-registry-fetch-simplified-message-subject-fast)
6317         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6318         Remove text properties on ingress into the registry and when it's saved.
6319         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6320         registry from entries with no groups.
6321
6322 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6323
6324         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6325         function to remove string properties.
6326
6327 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6328
6329         * gmm-utils.el (gmm): Adjust custom version.
6330
6331         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6332         custom version.
6333
6334         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6335
6336 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6337
6338         * gnus-art.el (gnus-insert-prev-page-button)
6339         (gnus-insert-next-page-button): Simplify.  Reformat.
6340
6341 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6342
6343         * gnus-art.el (gnus-insert-prev-page-button)
6344         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6345
6346 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6347
6348         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6349
6350 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6351
6352         * gnus-art.el (gnus-insert-mime-button)
6353         (gnus-insert-mime-security-button):
6354         Apply gnus-article-button-face to MIME and security buttons.
6355
6356 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6357
6358         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6359         readable.
6360
6361 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6362
6363         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6364
6365 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6366
6367         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6368         `browse-url-of-file' instead of `browse-url'.
6369
6370 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6371
6372         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6373         regexp.  Articles containing quotation were cut prematurely.
6374
6375 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6376
6377         * message.el (message-cite-original-1): Use nobody by default for the
6378         value of From header.
6379         (message-reply): Ditto.
6380
6381 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6382
6383         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6384         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6385         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6386
6387 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6388
6389         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6390         mails in the doc string.  Add some URLs in comment.
6391         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6392
6393 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6394
6395         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6396         backslashes handling and the way to find boundaries of quoted strings.
6397
6398 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6399
6400         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6401         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6402         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6403         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6404
6405 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6406
6407         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6408         doc string.
6409         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6410
6411 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6412
6413         * lpath.el: Fbind epg-check-configuration.
6414
6415 2006-09-06  Simon Josefsson  <jas@extundo.com>
6416
6417         * mml2015.el (mml2015-use): Doc fix, mention epg.
6418
6419 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6420
6421         * mml2015.el (mml2015-use): Default to epg, if available.
6422
6423 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6424
6425         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6426         message-sender.
6427         (mml1991-epg-encrypt): Ditto.
6428         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6429         message-sender.
6430         (mml2015-epg-encrypt): Ditto.
6431
6432 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6433
6434         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6435         several common directories.
6436
6437 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6438
6439         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6440         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6441
6442 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6443
6444         * gnus-art.el (article-decode-encoded-words): Make it fast.
6445
6446 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6447
6448         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6449
6450         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6451         in quoted string into `\'.
6452
6453 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6454
6455         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6456         Use standard-syntax-table.
6457
6458 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6459
6460         * gnus-art.el (gnus-decode-address-function): New variable.
6461         (article-decode-encoded-words): Use it to decode headers which are
6462         assumed to contain addresses.
6463         (gnus-mime-delete-part): Remove useless `or'.
6464
6465         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6466         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6467         (gnus-nov-parse-line): Use it to decode From header.
6468         (gnus-get-newsgroup-headers): Ditto.
6469         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6470
6471         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6472         (mail-decode-encoded-address-string): New alias.
6473
6474         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6475         New function.
6476         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6477         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6478         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6479         (rfc2047-decode-string): Ditto.
6480         (rfc2047-decode-address-region): New function.
6481         (rfc2047-decode-address-string): New function.
6482
6483 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6484
6485         * message.el (message-caesar-buffer-body): Allow rotating headers.
6486
6487         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6488
6489         * message.el (message-insert-formated-citation-line): Fix %f.
6490         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6491
6492 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6493
6494         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6495         (gnus-bookmark-mouse-available-p): New macro.
6496         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6497         (gnus-bookmark-bmenu-show-infos): Use it.
6498         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6499         (gnus-bookmark-bmenu-hide-infos): Ditto.
6500         (gnus-bookmark-remove-properties): New function.
6501         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6502         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6503         (gnus-bookmark-write-file): Bind coding-system-for-write.
6504         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6505         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6506         group before selecting it.
6507         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6508         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6509         quit-window if it is not available; use gnus-mouse-2 and bind it to
6510         gnus-bookmark-bmenu-select-by-mouse.
6511         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6512         (gnus-bookmark-bmenu-select-by-mouse): New function.
6513
6514 2006-08-13  Romain Francoise  <romain@orebokech.com>
6515
6516         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6517         space.
6518
6519 2006-08-10  Romain Francoise  <romain@orebokech.com>
6520
6521         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6522         (dns-mode-soa-auto-increment-serial): New user option.
6523         (dns-mode-soa-maybe-increment-serial): New function.
6524         (dns-mode): Add the latter to `write-contents-functions'.
6525
6526 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6527
6528         * compface.el (uncompface): Use binary rather than raw-text-unix.
6529
6530 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * compface.el (uncompface): Make sure the eol conversion doesn't take
6533         place when communicating with the external programs.  Reported by
6534         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6535
6536 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6537
6538         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6539
6540 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6541
6542         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6543         Make it more robust by parsing author and date independently.
6544
6545 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6546
6547         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6548
6549 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6550
6551         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6552         first matching secret key.
6553         (mml2015-epg-encrypt): Ditto.
6554
6555         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6556         first matching secret key.
6557         (mml1991-epg-encrypt): Ditto.
6558
6559         * mml2015.el (mml2015-encrypt-to-self): New user option.
6560         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6561         mml2015-epg-encrypt-to-self is set.
6562
6563         * mml1991.el (mml1991-encrypt-to-self): New variable.
6564         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6565         mml1991-epg-encrypt-to-self is set.
6566
6567         * mml2015.el (mml2015-signers): New user option.
6568         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6569         (mml2015-epg-encrypt): Allow to select signing keys.
6570
6571         * mml1991.el (mml1991-signers): New variable.
6572         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6573         (mml1991-epg-encrypt): Allow to select signing keys.
6574
6575 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * nnheader.el (nnheader-insert-head): Make it work even if the file
6578         uses CRLF for the line-break code.
6579
6580 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6581
6582         * mml2015.el: Require mml-sec instead of password.
6583         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6584         (mml2015-cache-passphrase): Inherit the default value from
6585         mml-secure-cache-passphrase.
6586         (mml2015-passphrase-cache-expiry): Inherit the default value from
6587         mml-secure-passphrase-cache-expiry.
6588
6589         * mml1991.el: Require mml-sec instead of password.
6590         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6591         (mml1991-cache-passphrase): Inherit the default value from
6592         mml-secure-cache-passphrase.
6593         (mml1991-passphrase-cache-expiry): Inherit the default value from
6594         mml-secure-passphrase-cache-expiry.
6595
6596         * mml-sec.el: Require password.
6597         (mml-secure-verbose): New user option.
6598         (mml-secure-cache-passphrase): New user option.
6599         (mml-secure-passphrase-cache-expiry): New user option.
6600
6601 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6602
6603         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6604         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6605         andreas@altroot.de (Andreas Vögele).
6606
6607         FIXME: Use `tiny change'?
6608
6609 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6610
6611         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6612         workaround for the url package included with Emacs.
6613
6614         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6615
6616 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6617
6618         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6619         correctly.  This fixes a bug caused by the 2006-05-12 change.
6620
6621 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6622
6623         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6624         some information about the error when saying that the `bogus' mail
6625         group will be used.
6626
6627 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6628
6629         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6630         string.
6631
6632 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6633
6634         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6635
6636 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6637
6638         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6639
6640 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6641
6642         * mml1991.el (mml1991-function-alist): Add epg.
6643         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6644         (mml1991-epg-encrypt): New functions.
6645
6646 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6647
6648         * mml2015.el (mml2015-verbose): New variable.
6649         (mml2015-cache-passphrase): Ditto.
6650         (mml2015-passphrase-cache-expiry): Ditto.
6651         (mml2015-function-alist): Add epg.
6652         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6653         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6654         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6655         functions.
6656
6657 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6658
6659         * message.el (message-cite-original-1): Preserve region when removing
6660         quoted text due to X-No-Archive in order to avoid bogus attribution
6661         when citing multiple messages.
6662
6663 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6664
6665         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6666         Kenneth Jacker <khj@be.cs.appstate.edu>.
6667
6668 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6669
6670         * gnus-diary.el (gnus-user-format-function-d)
6671         (gnus-user-format-function-D): Autoload.
6672
6673         * imap.el (Commentary): Fix typo.
6674
6675         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6676         2006-04-22 contribution.
6677
6678 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6679
6680         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6681         It didn't really fix the bogosity I'm seeing with solid web groups.
6682
6683 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6684
6685         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6686         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6687         created using server names.  If we use the feature without declaring
6688         it, Gnus does not properly manage server and group state.
6689
6690         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6691         bound.
6692
6693 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6694
6695         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6696         looking up the method using GROUP's prefix before inventing a new one.
6697         It is used on killed/unknown groups in various places where returning
6698         an all-new method isn't expected by the caller.
6699
6700         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6701         and match semantics of gnus-group-real-prefix.
6702
6703 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6704
6705         * nnmail.el (nnmail-broken-references-mailers): New variable.
6706         (nnmail-ignore-broken-references): New function generalizing
6707         nnmail-fix-eudora-headers.
6708         (nnmail-fix-eudora-headers): Now obsolete.
6709
6710         * gnus-art.el (gnus-button-handle-custom): Support
6711         `customize-apropos*'.
6712
6713 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6714
6715         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6716
6717         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6718         articles.
6719
6720 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6721
6722         * message.el (message-cite-reply-above): New variable.
6723         (message-yank-original): Use it.
6724
6725 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6728
6729 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6730
6731         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6732         as read.
6733
6734         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6735
6736 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6737
6738         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6739         (gnus-bookmark-default-file): Use gnus-directory.
6740         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6741         Remove "*" in doc string.
6742         (gnus-bookmark-write-file): Simplify.
6743         (gnus-bookmark-maybe-sort-alist): Use `when'.
6744         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6745         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6746         FIXME about Emacs 21 and XEmacs compatibility.
6747         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6748         compatibility.
6749         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6750         compatibility.
6751         (gnus-bookmark-menu-heading): Fix version.
6752
6753 2006-06-19  Bastien Guerry  <bzg@altern.org>
6754
6755         * gnus-bookmark.el: New file.
6756
6757 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * message.el (message-syntax-checks): Doc fix.
6760
6761 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6762
6763         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6764         unsubscribed groups as if they were killed ones.  It causes duplicate
6765         entries in gnus-newsrc-alist.
6766
6767 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6768
6769         * message.el (message-syntax-checks): Doc fix.
6770         (message-send-mail): Add check for continuation headers.
6771         (message-check-news-header-syntax): Fix regexp used to check for
6772         continuation headers.
6773
6774 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6775
6776         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6777
6778 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6779
6780         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6781
6782 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6783
6784         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6785         default-truncate-lines.
6786
6787 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6788
6789         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6790         to fill the utf-8 entry.
6791
6792         * lpath.el: Fbind unicode-precedence-list.
6793
6794 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6795
6796         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6797
6798 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6799
6800         * gnus-agent.el (directory-files-and-attributes): Move all the way
6801         forward (the third and final move).
6802         (gnus-agent-read-agentview): Trap reconstruction errors due to
6803         nonexistant directory.  Handle by returning nil.
6804
6805 2006-05-30  Didier Verna  <didier@xemacs.org>
6806
6807         * message.el (message-dont-reply-to-names): Update the custom type.
6808         * message.el (message-dont-reply-to-names): New defsubst: potentially
6809         convert a list of regexps into a single one.
6810         * message.el (message-get-reply-headers): Use it.
6811         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6812
6813 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6814
6815         * gnus-agent.el (directory-files-and-attributes): Move forward.
6816
6817 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6818
6819         * gnus-ml.el (gnus-mailing-list-subscribe)
6820         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6821         (gnus-mailing-list-message): Fix doc strings.
6822
6823 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6824
6825         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6826         of doing it manually.
6827
6828 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6829
6830         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6831         comment.
6832
6833 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6834
6835         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6836         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6837         (gnus-agent-read-local): All symbols allocated in my-obarray.
6838         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6839         (gnus-agent-regenerate-group): Check numeric names to see if they are
6840         messages or groups.
6841         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6842         better way of do this...)
6843
6844         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6845         'dummy.group' (there should be a better way of do this...)
6846
6847 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6848
6849         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6850         (gnus-saved-headers): Ditto.
6851         (gnus-default-article-saver): Mention functions may have properties.
6852         (gnus-article-save): Override gnus-save-all-headers and
6853         gnus-saved-headers by :headers property which saver function may have.
6854         (gnus-summary-save-in-file): Add :headers property.
6855         (gnus-summary-write-to-file): Ditto.
6856
6857         * gnus-sum.el (gnus-summary-save-article): Bind
6858         gnus-prompt-before-saving to t when saving many articles in a file;
6859         always show all headers.
6860
6861         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6862
6863 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6864
6865         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6866         marks.
6867
6868         * message.el (message-indent-citation): Add optional arguments to allow
6869         using it outside of message buffers.
6870
6871         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6872         (gnus-article-treat-unfold-headers): Use it.
6873         (gnus-article-truncate-lines): New variable.
6874         (gnus-article-mode): Use it.
6875         (gnus-article-toggle-truncate-lines): New function.
6876
6877         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6878         gnus-article-toggle-truncate-lines.
6879
6880         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6881         coding system in XEmacs, use binary.
6882
6883 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6884
6885         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6886         after-load-alist.
6887
6888         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6889         this function should save decoded articles.
6890         (gnus-summary-write-to-file): Use property to specify this function
6891         should save decoded articles and specify gnus-summary-save-in-file
6892         should be used to save articles other than the first one when saving
6893         many articles.
6894         (gnus-summary-save-body-in-file): Use property to specify this
6895         function should save decoded articles.
6896         (gnus-summary-write-body-to-file): Use property to specify this
6897         function should save decoded articles and specify
6898         gnus-summary-save-body-in-file should be used to save articles other
6899         than the first one when saving many articles.
6900
6901         * gnus-sum.el (gnus-summary-save-article): Simplify.
6902
6903 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6904
6905         * gnus-art.el (gnus-default-article-saver): Add
6906         gnus-summary-write-body-to-file.
6907         (gnus-article-save-coding-system): Don't use coding system object
6908         in XEmacs.
6909         (gnus-read-save-file-name): Add optional `dir-var' argument which
6910         specifies directory in which files are saved; work even if optional
6911         `variable' argument is not specified.
6912         (gnus-summary-write-to-file): Read file name.
6913         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6914         (gnus-summary-write-body-to-file): New function.
6915
6916         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6917         (gnus-summary-local-variables): Add it.
6918         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6919         (gnus-summary-save-article): Remove optional `decode' argument;
6920         determine whether to decode articles by the value of
6921         gnus-default-article-saver; when saving many files using
6922         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6923         it first and use gnus-summary-save-in-file or
6924         gnus-summary-save-body-in-file thereafter unless
6925         gnus-prompt-before-saving is always; move point to article which
6926         will be saved.
6927         (gnus-summary-save-article-file): Revert.
6928         (gnus-summary-write-article-file): Revert.
6929         (gnus-summary-save-article-body-file): Revert.
6930         (gnus-summary-write-article-body-file): New function.
6931
6932 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * gnus-art.el (gnus-default-article-saver): Doc fix.
6935         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6936         from gnus-summary-save-article-coding-system, and default to a
6937         certain coding system.
6938         (gnus-output-to-file): Add coding cookie and encode text according
6939         to gnus-article-save-coding-system; don't use mm-append-to-file.
6940
6941         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6942         gnus-art.el and rename to gnus-article-save-coding-system.
6943         (gnus-summary-save-article): Require gnus-art; don't show all
6944         headers if it decodes articles; don't add coding cookie here;
6945         don't bind mm-text-coding-system-for-write.
6946         (gnus-summary-save-article-file): Save decoded articles.
6947         (gnus-summary-write-article-file): When saving many files, use
6948         gnus-summary-write-to-file first and gnus-summary-save-in-file
6949         thereafter unless gnus-prompt-before-saving is always.
6950         (gnus-summary-save-article-body-file): Save decoded articles.
6951
6952         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6953
6954 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6955
6956         * nnrss.el (nnrss-check-group): Bind hash-index.
6957
6958 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6959
6960         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6961         its hash index.  Store this hash in `nnrss-group-data'.
6962         (nnrss-read-group-data): Update accordingly.
6963
6964 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6965
6966         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6967         entry.
6968
6969         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6970         gnus-article-browse-html-article.
6971
6972 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6973
6974         * gnus-sum.el (gnus-summary-mime-map): Add
6975         gnus-article-browse-html-article.
6976
6977         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6978
6979 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6980
6981         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6982         suitable coding systems in customize.
6983
6984 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6985
6986         * mail-source.el (mail-sources): Fix custom type.
6987
6988 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6989
6990         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6991         (gnus-summary-expire-articles-now): Shorten prompt.
6992
6993         * gmm-utils.el (wid-edit): Require.
6994         (defun-gmm): Renamed from `gmm-defun-compat'.
6995         (gmm-image-search-load-path): Use it.
6996         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6997
6998 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6999
7000         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7001         variable.
7002         (gnus-summary-save-article): Add optional `decode' argument.  If
7003         it is set and gnus-summary-save-article-coding-system is non-nil,
7004         save decoded article.
7005         (gnus-summary-write-article-file): Save decoded article if
7006         gnus-summary-save-article-coding-system is non-nil.
7007
7008         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7009         type.
7010
7011 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7012
7013         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7014
7015 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7016
7017         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7018         first to test gnus-single-article-buffer which may be buffer-local.
7019
7020         * gnus-sum.el (gnus-summary-setup-buffer): Make
7021         gnus-single-article-buffer buffer-local and nil in ephemeral
7022         group; make gnus-article-buffer, gnus-article-current, and
7023         gnus-original-article-buffer always buffer-local.
7024         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7025         group.
7026         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7027
7028 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7029
7030         * nnml.el (nnml-request-compact-group): Compressed files might not
7031         have .gz extension.
7032
7033 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7034
7035         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7036         (mm-copy-to-buffer): Use with-current-buffer.
7037         (mm-display-part): Simplify.
7038         (mm-inlinable-p): Add optional arg `type'.
7039
7040 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7041
7042         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7043         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7044         Try harder to show the attachment internally or externally using
7045         gnus-mime-view-part-as-type.
7046
7047 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7048
7049         * message.el (message-from-style, message-signature-separator)
7050         (message-user-organization-file, message-send-mail-function)
7051         (message-citation-line-function, message-yank-prefix)
7052         (message-indent-citation-function, message-signature)
7053         (message-signature-file, message-signature-insert-empty-line):
7054         Remove autoloads.
7055
7056         * gnus-art.el (gnus-buttonized-mime-types): Remove
7057         "multipart/signed".  Revert 2006-04-26 change.
7058
7059 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7060
7061         * gnus.el (gnus-version-number): Bump version.
7062
7063 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7064
7065         * gnus.el: No Gnus v0.5 is released.
7066
7067 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7068
7069         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7070         fetching articles by message-id.
7071
7072 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7073
7074         * message.el (hashcash): Require hashcash as normal.
7075
7076         * ecomplete.el (ecomplete-highlight-match-line): Use
7077         point-at-eol.
7078         (ecomplete-highlight-match-line): Use `highlight', because that
7079         face exists in both Emacs and XEmacs.
7080
7081         * message.el (message-display-abbrev): Use point-at-bol.
7082
7083         * mail-source.el: Don't require timer/timer-funcs.
7084
7085         * gnus-async.el: Ditto.
7086
7087         * password.el: Ditto.
7088
7089         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7090
7091         * mm-url.el: Ditto.
7092
7093         * gnus-xmas.el: Don't require timer-funcs.
7094
7095         * mm-util.el: Require timer/timer-funcs.
7096
7097 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7098
7099         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7100         Close.
7101
7102 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7103
7104         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7105         unibyte after clear-decrypt function runs.
7106
7107         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7108         returns as a unibyte string.
7109
7110 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * lpath.el: Revert.
7113
7114         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7115         (pgg-gpg-process-sentinel): Revert.
7116
7117         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7118         (pgg-pgp-lookup-key): Revert.
7119
7120         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7121         (pgg-pgp5-lookup-key): Revert.
7122
7123         * pgg.el (pgg-fetch-key): Revert.
7124
7125 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * lpath.el: Fbind string-as-multibyte for XEmacs.
7128
7129         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7130         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7131         (mml1991-pgg-encrypt): Ditto.
7132
7133         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7134         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7135         a multibyte buffer.
7136
7137         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7138         (pgg-pgp-lookup-key): Ditto.
7139
7140         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7141         (pgg-pgp5-lookup-key): Ditto.
7142
7143         * pgg.el (pgg-fetch-key): Ditto.
7144
7145 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7146
7147         * message.el (message-user-organization-file): Check several
7148         locations of the organization file.
7149
7150         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7151         Add gnus-article-view-part-as-type.
7152
7153         * gnus-art.el (gnus-article-view-part-as-type): New function.
7154
7155         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7156         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7157
7158         * mml.el: Simplify autoload.
7159         (mml-mode): defvar dnd-protocol-alist instead of using
7160         symbol-value.
7161         (mml-default-directory): New variable.
7162         (mml-minibuffer-read-file): Use it.
7163         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7164
7165         * message.el (message-citation-line-format): New variable.
7166         (message-insert-formated-citation-line): New function.
7167         (message-citation-line-function): Add
7168         `message-insert-formated-citation-line' to custom type.
7169
7170         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7171         to doc string.
7172
7173         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7174         depending on mm-verify-option.
7175
7176 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7179         binding pgg-* variables; reimplement the section which prevents
7180         MIME header from being signed.
7181         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7182         pgg-text-mode; remove a blank line at the top of body.
7183
7184         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7185         lines at the top of body; use gnus-newsgroup-charset if there's no
7186         Charset header.
7187
7188 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * message.el (message-self-insert-commands): Doc fix.
7191
7192         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7193         (mm-uu-pgp-encrypted-test): Ditto.
7194         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7195         between header and body; return application/pgp-encrypted handle
7196         if decryption failed; decode decrypted body by charset.
7197
7198         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7199         element match to application/pgp-*.
7200
7201 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7202
7203         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7204         HTML.
7205
7206 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7207
7208         * mail-source.el (mail-source-call-script): Message the error
7209         string.
7210
7211 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7212
7213         * gnus-util.el (gnus-byte-compile): Use it.
7214
7215 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7216
7217         * gnus-util.el (kill-empty-logs): New function.
7218
7219 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7220
7221         * message.el (message-mail-alias-type): Doc fix.
7222         (message-mail-alias-type-p): New function.
7223         (message-send): Use it.
7224         (message-mode): Ditto.
7225         (message-strip-forbidden-properties): Ditto.
7226
7227         * ecomplete.el (ecomplete-database-file-coding-system): New
7228         variable.
7229         (ecomplete-save): Use it.
7230         (ecomplete-setup): Use it.
7231
7232 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7233
7234         * message.el (message-self-insert-commands): New variable.
7235         (message-strip-forbidden-properties): Use it.
7236
7237 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7238
7239         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7240         that doesn't make XEmacs choke.
7241
7242 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7243
7244         * gnus-util.el (gnus-replace-in-string):
7245         Prefer replace-regexp-in-string over of replace-in-string.
7246
7247 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7248
7249         * gnus-util.el (gnus-select-frame-set-input-focus):
7250         Use select-frame-set-input-focus if it is available in XEmacs; use
7251         definition defined in Emacs 22 for old Emacsen.
7252
7253         * dgnushack.el: Autoload unmorse-region for XEmacs.
7254
7255         * lpath.el: Bind cursor-in-non-selected-windows and
7256         select-frame-set-input-focus for XEmacs.
7257
7258 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7259
7260         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7261
7262 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7263
7264         * gnus-registry.el (gnus-registry-cache-save): Remove text
7265         properties when saving via the temp buffer.
7266
7267 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7268
7269         * message.el (message-generate-hashcash): Honor custom type.
7270
7271 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7272
7273         * message.el (message-generate-hashcash): Default to non-nil when
7274         hashcash is found.
7275
7276         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7277         (gnus-refer-thread-limit): Increase default to 500.
7278
7279         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7280
7281         * flow-fill.el (fill-flowed): Allow delete-space.
7282
7283 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7284
7285         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7286         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7287         Remove autoloads.
7288
7289 2006-04-18  Simon Josefsson  <jas@extundo.com>
7290
7291         * message.el (message-generate-hashcash): Default to.
7292
7293 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7296         concatenating segments rather than before concatenating them.
7297
7298 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7299
7300         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7301
7302 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7303
7304         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7305
7306         * message.el (message-forward-make-body-plain): Allow
7307         message-forward-ignored-headers to be a list.
7308         (message-remove-ignored-headers): Factor out into function.
7309         (message-forward-make-body-mml): Use it.
7310
7311         * imap.el (imap-quote-specials): New function.
7312         (imap-login-auth): Quote specials.
7313
7314         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7315         (rfc2231-parse-string): Allow concatanation of parameters that
7316         aren't contiguous.  The test case is
7317           (mail-header-parse-content-type "message/external-body;
7318             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7319             access-type=LOCAL-FILE;
7320             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7321
7322 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7323
7324         * nntp.el (nntp-accept-process-output): Return the value of
7325         `nnheader-accept-process-output'.
7326
7327 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7328
7329         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7330         (gnus-button-alist): Recognize more diff formats.
7331         (gnus-button-patch): Strip directory.
7332
7333 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7334
7335         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7336         Emacs 22 when setting focus.
7337
7338 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7339
7340         * gnus-art.el (gnus-article-treat-types): Do treatment of
7341         text/x-verbatim parts.
7342         (gnus-button-patch): New command.
7343
7344         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7345         addresses that contain invalid characters.
7346
7347 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7348
7349         * message.el (message-put-addresses-in-ecomplete): Use
7350         gnus-replace-in-string.
7351         (message-is-yours-p): Use the more correct
7352         mail-header-parse-address instead of
7353         mail-extract-address-components.
7354         (message-put-addresses-in-ecomplete): Fix typo.
7355
7356         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7357         keystroke.
7358
7359         * gnus-art.el (gnus-treatment-function-alist): Change order of
7360         newsgroups/generic header folding to avoid double-folding.
7361
7362         * message.el (message-hidden-headers): Add X-Draft-From.
7363
7364         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7365         command.
7366         (gnus-summary-repeat-search-article-backward): New command.
7367
7368         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7369         groups in the parent topic.
7370
7371 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7372
7373         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7374         (spam-extra-header-to-number): Return the CRM114 number as a
7375         number instead of a string.
7376
7377 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7378
7379         * gnus-art.el (gnus-face-properties-alist): Moved here from
7380         gnus-fun.
7381
7382         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7383
7384 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7385
7386         * message.el (message-strip-forbidden-properties): Only display on
7387         self-insert-command.
7388
7389         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7390         reindent.
7391         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7392
7393 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7394
7395         * smiley.el (smiley-style): Fix typo.
7396
7397 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7398
7399         * hashcash.el (hashcash-insert-payment-async-2): Use
7400         message-goto-eoh instead of doing it manually.
7401         (mail-add-payment): Use message-narrow-to-header instead of trying
7402         to do the same itself.
7403
7404         * message.el (message-hidden-headers): Add Face.
7405
7406         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7407         reparenting code.
7408         (gnus-summary-reparent-children): Refactored out code.
7409         (gnus-summary-thread-map): New keystroke.
7410         (gnus-summary-reparent-children): Make into command.
7411
7412         * smiley.el (smiley-style): Default to `medium' if using a large
7413         font.
7414
7415         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7416         does it itself.
7417
7418         * message.el (message-point-in-header-p): Simplify definition.
7419
7420 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7421
7422         * nnagent.el (nnagent-request-set-mark): Silence log file
7423         writing.
7424         (nnagent-request-set-mark): Use write-region instead of
7425         append-to-file.
7426
7427         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7428         strange select method.
7429
7430         * ecomplete.el (ecomplete-display-matches): Get highlightling
7431         right.
7432         (ecomplete-display-matches): Use literals.
7433         (ecomplete-display-matches): Disable message logging.
7434
7435         * message.el (message-display-abbrev): Small optimization.
7436
7437         * ecomplete.el (ecomplete-display-matches): Allow automatic
7438         display.
7439
7440         * message.el (message-strip-forbidden-properties): Display
7441         abbrevs.
7442         (message-display-abbrev): Get automatic display right.
7443
7444         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7445         keystrokes.
7446
7447 2006-04-13  Romain Francoise  <romain@orebokech.com>
7448
7449         TODO: Backport to v5-10!
7450
7451         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7452         Moved here (and renamed) from gnus-registry.el.
7453
7454         * gnus-registry.el: Require gnus-util.
7455         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7456
7457 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7458
7459         * gnus-group.el (gnus-group-catchup-current): Change
7460         if-then-else-if-then-else into cond.
7461         (gnus-group-catchup): Indent.
7462         (group-name-at-point): New function.
7463         (gnus-fetch-group): Provide default from thing at point.
7464
7465 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7466
7467         * message.el (message-display-abbrev): Fix regexp.
7468
7469         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7470         choosing.
7471         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7472         dead variables.
7473
7474         * message.el (message-newline-and-indent): Remove debugging.
7475         (message-display-abbrev): Use new implementation.
7476
7477 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7478
7479         * gnus-art.el (gnus-article-mode): Set
7480         cursor-in-non-selected-windows to nil.
7481
7482         * smiley.el: Revert previous change.
7483         (smiley-data-directory): defvar it before using it in the
7484         defcustom of `smiley-style'.
7485
7486 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7487
7488         * message.el (message-newline-and-indent): New function.
7489
7490         * ecomplete.el: Implement more bits.
7491
7492         * message.el (message-put-addresses-in-ecomplete): Clean up the
7493         string.
7494
7495         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7496
7497         * gnus-sum.el (gnus-summary-save-parts): Bind
7498         gnus-summary-save-parts-counter and use it to make unique file
7499         names.
7500
7501         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7502
7503         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7504         parameter to say whether to actually parse the individual
7505         addresses.
7506
7507         * message.el (message-put-addresses-in-ecomplete): New function.
7508         (ecomplete): Require.
7509         (message-mail-alias-type): Add ecomplete as an option.
7510
7511 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7512
7513         * flow-fill.el (fill-flowed): Remove trailing space from blank
7514         quoted lines.
7515
7516 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7517
7518         * smiley.el (smiley-style): Move definition later to avoid a
7519         compilation warning.
7520
7521 2006-04-12  Kenichi Handa  <handa@m17n.org>
7522
7523         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7524         buffer and then decode the buffer text if necessary.
7525         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7526         first, and after mm-encode-body, change the buffer to unibyte.
7527         Use mm-disable-multibyte instead of set-buffer-multibyte.
7528
7529 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7532         Content-Type header instead of Content-Disposition header.
7533         (gnus-mime-inline-part): Ditto.
7534         (gnus-mime-view-part-as-charset): Ignore charset that the part
7535         specifies.
7536
7537         * mm-decode.el (mm-display-part): Work with external parts and
7538         usual parts similarly.
7539
7540         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7541         instead of gnus-display-mime.
7542
7543         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7544         instead of with-temp-buffer.
7545
7546         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7547         tag to summarized topics part in order to encode non-ASCII text.
7548
7549 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7550
7551         * smiley.el (smiley-style): New variable.
7552         (smiley-directory): New function.
7553         (smiley-data-directory): Derive from `smiley-style' using
7554         `smiley-directory'.
7555         (smiley-regexp-alist): Add new entries.
7556
7557         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7558         (gnus-article-browse-delete-temp): Add :version.
7559
7560 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7561
7562         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7563         the sieve region.
7564
7565 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7566
7567         * gnus.el (gnus-version-number): Bump version.
7568
7569 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7570
7571         * gnus.el: No Gnus v0.4 is released.
7572
7573 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7574
7575         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7576         layout.
7577
7578         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7579         unknown charset.
7580
7581         * message.el (message-header-synonyms): Add Original-To to the
7582         default.
7583
7584         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7585         optional parameter.
7586
7587 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7588
7589         * gnus-fun.el (gnus): Require it for gnus-directory.
7590
7591 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7592
7593         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7594
7595 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7596
7597         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7598
7599 2006-04-05  Simon Josefsson  <jas@extundo.com>
7600
7601         * password.el (password-reset): New function.
7602
7603 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7604
7605         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7606         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7607
7608 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7609
7610         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7611         Some whitespace was matched into the url, which broke browsing hits
7612         > 100 when mm-url-use-external was nil.
7613
7614 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7615
7616         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7617         gnus-extra-headers for 'Newsgroups.
7618
7619         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7620         bound.
7621
7622 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7623
7624         * pgg-gpg.el: Clean up process buffers every time gpg processes
7625         complete.
7626
7627 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7628
7629         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7630         doc string.
7631
7632 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7633
7634         * pgg-gpg.el (pgg-gpg-process-filter)
7635         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7636
7637         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7638         lines, temporary fix.
7639
7640 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7641
7642         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7643
7644 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7645
7646         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7647         default-enable-multibyte-characters.  This reverts the change from
7648         revision 6.17 which is no longer necessary because the passphrase
7649         is sent separately now.  GnuPG messages are unreadable under
7650         multibyte locales with default-enable-multibyte-characters set to
7651         nil.
7652
7653 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7654
7655         * message.el (message-tool-bar-gnome): Move "spell".
7656
7657 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7658
7659         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7660         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7661         instead.
7662
7663 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7664
7665         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7666         newsgroups handling for NNTP overviews which don't include
7667         Newsgroups.
7668
7669 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7670
7671         * message.el (message-resend): Bind message-generate-hashcash to nil.
7672
7673 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7674
7675         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7676         when searching for already-paid recipients.
7677
7678 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7679
7680         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7681         passphrases when it is not needed.
7682         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7683         passphrase stuff from gpg, should only be necessary when you use
7684         gpg with a smartcard.
7685
7686 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7687
7688         * mml.el (mml-insert-mime): Ignore cached contents of
7689         message/external-body part.
7690
7691         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7692         (mm-insert-part): Ditto.
7693
7694 2006-03-23  Simon Josefsson  <jas@extundo.com>
7695
7696         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7697         Reiner.
7698         (pgg-gpg-use-agent-p): Use it again.
7699
7700 2006-03-23  Simon Josefsson  <jas@extundo.com>
7701
7702         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7703         older emacsen.
7704         (pgg-gpg-use-agent-p): Don't use it.
7705
7706 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7707
7708         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7709         if we can.
7710
7711 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7712
7713         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7714         (pgg-gpg-update-agent): New function.
7715         (pgg-gpg-use-agent-p): New function.
7716         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7717         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7718         (pgg-gpg-sign-region): Use it.
7719
7720 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7721
7722         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7723         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7724
7725 2006-03-21  Simon Josefsson  <jas@extundo.com>
7726
7727         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7728         <wilde@sha-bang.de>.
7729         (pgg-gpg-use-agent): New variable.
7730         (pgg-gpg-process-region): Use it.
7731         (pgg-gpg-encrypt-region): Likewise.
7732         (pgg-gpg-encrypt-symmetric-region): Likewise.
7733         (pgg-gpg-decrypt-region): Likewise.
7734         (pgg-gpg-sign-region): Likewise.
7735         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7736
7737 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7738
7739         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7740
7741         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7742         Add comment on version.
7743
7744 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7745
7746         * smiley.el: Add missing test smiley.
7747
7748 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * mm-decode.el (mm-with-part): New macro.
7751         (mm-get-part): Use it; work with message/external-body as well.
7752         (mm-save-part): Treat name and filename equally.
7753
7754         * mm-extern.el (mm-extern-cache-contents): New function.
7755         (mm-inline-external-body): Use it; force the part to be displayed;
7756         move undisplayer added to the cached handle to the parent.
7757
7758         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7759         (gnus-mime-view-part-as-type): Work with message/external-body.
7760
7761         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7762
7763 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7764
7765         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7766         images in image-load-path.  [Sync with image.el, revision 1.60, in
7767         Emacs.]
7768
7769 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7770
7771         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7772         path rather than symbol.  Always return list of directories.
7773         Guarantee that image directory comes first.  [Sync with image.el,
7774         revision 1.59, in Emacs.]
7775
7776         * message.el (message-make-tool-bar): Adjust to new API of
7777         `gmm-image-load-path-for-library'.
7778
7779         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7780
7781         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7782
7783 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7784
7785         * gnus-art.el (gnus-article-only-boring-p):
7786         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7787         intangible text.
7788         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7789
7790 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7791
7792         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7793         `defun' instead of `gmm-defun-compat'.
7794
7795 2006-03-14  Simon Josefsson  <jas@extundo.com>
7796
7797         * message.el (message-unique-id): Don't use message-number-base36
7798         if (user-uid) is a float.
7799         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7800
7801 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7802
7803         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7804
7805         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7806         empty line between a part and a message part.
7807
7808 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7809
7810         * smiley.el: Add more test smileys.
7811         (smiley-data-directory, smiley-regexp-alist)
7812         (gnus-smiley-file-types): Fix doc strings.
7813         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7814         adding new elements.
7815         (smiley-mouse-map): Unused code.  Make it a comment.
7816
7817 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7818
7819         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7820         scan latest NoCeM messages instead of old ones.
7821         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7822         delimiters that are recently used.
7823         (gnus-nocem-load-cache): Add autoload cookie.
7824
7825         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7826
7827         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7828         level which is larger than gnus-use-nocem is specified.
7829
7830         * gnus-group.el (gnus-group-get-new-news): Ditto.
7831
7832 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7833
7834         * gnus-util.el (gnus-tool-bar-update): New function.
7835
7836         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7837         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7838
7839         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7840
7841         * gnus-group.el (gnus-group-redraw-when-idle)
7842         (gnus-group-redraw-check): Remove.
7843         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7844
7845 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7846
7847         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7848         if optional last element is specified in splits (FIELD VALUE...).
7849
7850 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7851
7852         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7853         to gmm-image-load-path-for-library.  Call with no-error argument.
7854         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7855
7856         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7857
7858         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7859
7860         * gmm-utils.el (gmm-image-load-path): Remove alias.
7861
7862 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7863
7864         * gmm-utils.el (gmm-image-load-path): Add alias.
7865
7866         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7867         nnml-generate-nov-databases-1.
7868         (nnml-generate-nov-databases): Use it.
7869         (nnml-generate-nov-databases-directory): Document no-active
7870         argument.
7871
7872         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7873         directory if path is t.  Add no-error.
7874
7875         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7876         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7877
7878         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7879         resetting gnus-article-browse-html-temp-list.
7880
7881         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7882         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7883         Add example to docstring.  Rename local variables.  Move error
7884         checks to default case in cond and simplify.
7885
7886 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7889         handle is multipart when calling it recursively.
7890         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7891
7892 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7893
7894         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7895         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7896
7897 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7898
7899         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7900         is loaded.
7901
7902         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7903         loaded.
7904
7905 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7906
7907         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7908         to "Emacs 23 (unicode)" in doc string.
7909
7910         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7911         "Emacs 23 (unicode)" in comment.
7912
7913 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7914
7915         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7916
7917         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7918         characters 160 through 255 in Emacs 23.
7919
7920 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7921
7922         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7923         gnus-article-browse-html-temp.
7924         (gnus-article-browse-delete-temp): Make it customizable.  Add
7925         `file'.  Adjust doc string.
7926         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7927         query for each file.  Adjust doc string.
7928         (gnus-article-browse-html-parts): Add
7929         `gnus-article-browse-delete-temp-files' to
7930         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7931
7932 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7933
7934         * gnus-art.el (gnus-article-browse-html-temp)
7935         (gnus-article-browse-delete-temp): New variables.
7936         (gnus-article-browse-delete-temp-files): New function.
7937         (gnus-article-browse-html-parts): Use it.
7938
7939 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7940
7941         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7942
7943         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7944         string.
7945
7946         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7947         gnus-summary-insert-new-articles when unplugged.  Remove
7948         gnus-summary-search-article-forward.
7949
7950         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7951         display-visual-class instead of display-color-cells.
7952
7953 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7954
7955         * dgnushack.el: Autoload customize-group for XEmacs.
7956
7957         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7958         message/* containing non-ASCII text properly.
7959
7960 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7961
7962         * message.el: Require gmm-utils, remove autoloads.
7963         (message-tool-bar): Set default based on
7964         gmm-tool-bar-style.
7965         (message-tool-bar-gnome): Add gmm-customize-mode.
7966
7967         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7968         gmm-tool-bar-style.
7969         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7970
7971         * gnus-group.el (gnus-group-tool-bar): Set default based on
7972         gmm-tool-bar-style.
7973         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7974
7975         * gmm-utils.el (gmm-image-directory): Rename variable from
7976         gmm-image-load-path.
7977         (gmm-image-load-path): Use gmm-image-directory.
7978         (gmm-customize-mode): New function.
7979         (gmm-tool-bar-style): New variable.
7980
7981         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7982         gnus-group-redraw-line-number.
7983         (gnus-group-redraw-check): Simplify.
7984         (gnus-group-tool-bar-update): Remove redraw check.
7985         (gnus-group-make-tool-bar): Add redraw check.
7986
7987 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7988
7989         * gnus-art.el (gnus-button): Add missing parentheses.
7990
7991 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * lpath.el: Fbind line-number-at-pos.
7994
7995 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7996
7997         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7998
7999 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8000
8001         * gnus-art.el (gnus-button): New face.
8002         (gnus-article-button-face): Use it.
8003
8004         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8005         gnus-summary-next-page.  Re-order.
8006
8007         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8008         next-node are now included.
8009         (gnus-group-redraw-line-number): New internal variable.
8010         (gnus-group-redraw-check): Helper function for updating the tool
8011         bar.
8012         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8013
8014         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8015
8016         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8017         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8018         Use it to match format of Spamassassin 3.0 and later.  Reported by
8019         IRIE Tetsuya <irie@t.email.ne.jp>.
8020         (spam-check-bogofilter)
8021         (spam-bogofilter-register-with-bogofilter): Fix args of
8022         `gnus-error' calls.
8023
8024 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8025
8026         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8027         unnecessary interaction when sending queued mails.  Reported by
8028         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8029
8030 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8031
8032         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8033         first or last are nil.
8034
8035 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8036
8037         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8038
8039 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8040
8041         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8042
8043 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8044
8045         * dns.el (query-dns): Protect more against buggy tcp output.
8046
8047 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8048
8049         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8050         nov.php.
8051
8052 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8053
8054         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8055         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8056         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8057         output on the server side.
8058         (nnweb-google-create-mapping): Update regexps and add some
8059         progress indication.
8060
8061 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8062
8063         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8064         gnus-agent-toggle-plugged.  Re-order icons.
8065         (gnus-group-tool-bar-gnome): Add
8066         gnus-group-{prev,next}-unread-group.
8067         (gnus-group-tool-bar-gnome): Re-order icons.
8068
8069         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8070         gnus-summary-insert-new-articles.
8071
8072         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8073         comments.
8074
8075         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8076         also available in Emacs 21.3.
8077
8078         * message.el (message-fix-before-sending): Change "Emacs 22" to
8079         "Emacs 23 (unicode)" in comment.
8080
8081         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8082         "Emacs 23 (unicode)" in comment.
8083
8084         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8085         comment.
8086         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8087
8088         * mm-view.el (mm-fill-flowed): Add :version.
8089
8090 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8091
8092         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8093         and load-path.
8094
8095 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8096
8097         * message.el: Autoload gmm-image-load-path.
8098         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8099         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8100         consitency.
8101
8102         * gmm-utils.el (gmm-image-load-path): Also search in
8103         "../etc/images".  Don't set gmm-image-load-path if we don't find
8104         the image.
8105
8106 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8107
8108         * gmm-utils.el (gmm-image-load-path): Don't make
8109         `gmm-image-load-path' include subdirectories which the second arg
8110         `image' might specify.
8111
8112         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8113         subdirectory to icon file names.
8114
8115         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8116
8117 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8118
8119         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8120         gmm-image-load-path calls.
8121
8122         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8123
8124         * message.el (message-make-tool-bar): Ditto.
8125
8126         * mml.el (mml-preview): Added comment concerning tool bar icons.
8127
8128         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8129         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8130
8131         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8132         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8133
8134         * message.el (message-tool-bar-gnome): Use new icon names.
8135         (message-make-tool-bar): Use `gmm-image-load-path'.
8136
8137         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8138         functions from MH-E.
8139         (gmm-image-load-path): New variable from MH-E.
8140         (gmm-image-load-path): New function from MH-E.  Added arguments
8141         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8142         *-image-load-path-called-flag.
8143
8144 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8145
8146         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8147
8148 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8149
8150         * nnimap.el (nnimap-request-move-article): Change folder back to
8151         source group before deleting.
8152
8153 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8154
8155         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8156
8157         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8158         mm-url.
8159
8160         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8161
8162 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8165         coding system which mm-charset-to-coding-system returns for a
8166         given charset is valid.
8167
8168 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8169
8170         * html2text.el (html2text-remove-tag-list):
8171         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8172
8173 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8174
8175         * gnus-cus.el: Revert 2005-10-17 change.
8176
8177 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8178
8179         * gnus-art.el (article-strip-banner): Call
8180         article-really-strip-banner only when the regexp match is made.
8181
8182 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8183
8184         * gnus-art.el (article-strip-banner): Use
8185         gnus-extract-address-components instead of
8186         mail-header-parse-addresses to make it work with non-ASCII text;
8187         remove mail-encode-encoded-word-string.
8188
8189         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8190         values which are surrounded with \"...\"; make it never cause a
8191         Lisp error; give up parsing of parameters if it failed in
8192         extracting type.
8193
8194 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8195
8196         * smime.el (smime-cert-by-ldap-1): Fix bug where
8197         `smime-ldap-search' returns results without userCertificates.
8198
8199 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8200
8201         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8202
8203 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8204
8205         * spam.el (spam-check-spamassassin-headers): Adapt format for
8206         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8207         <ari@mbf.ocn.ne.jp>.
8208         (spam-list-of-processors): Add spam-use-gmane.
8209
8210 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8211
8212         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8213         make-temp-file; make it work with XEmacs as well.
8214
8215         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8216         mm-make-temp-file.
8217
8218         * mm-decode.el (mm-display-external): Use the 3rd arg of
8219         mm-make-temp-file.
8220         (mm-create-image-xemacs): Ditto.
8221
8222 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8223
8224         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8225         with message-narrow-to-headers.
8226         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8227         (gnus-draft-check-draft-articles): New function.
8228         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8229
8230 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8231
8232         * gnus-art.el (gnus-article-browse-html-parts):
8233         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8234         Don't use suffix argument for mm-make-temp-file for Emacs 21
8235         compatibility.  Remove useless `format'.
8236
8237 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8238
8239         * nnweb.el (nnweb-google-wash-article): Update regexps.
8240         (nnweb-group-alist): Use defvoo instead of defvar.
8241
8242 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8243
8244         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8245         re-loading nn* modules.
8246
8247 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8248
8249         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8250         for `tool-bar-mode' and don't check it's default-value.
8251
8252         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8253
8254         * message.el (message-make-tool-bar): Ditto.
8255
8256         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8257         `substring'.  Shorten tmp-file name.
8258
8259         * gnus.el: Remove bogus comment.
8260
8261 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8262
8263         * gnus-art.el (gnus-article-browse-html-parts): New function.
8264         (gnus-article-browse-html-article): New function for viewing html
8265         articles with a browser.
8266
8267 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8268
8269         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8270         in elisp.
8271         (pgg-gpg-encrypt-symmetric-region): Ditto.
8272         (pgg-gpg-sign-region): Ditto.
8273
8274         * pgg-def.el (pgg-text-mode): New variable.
8275
8276         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8277         (mml2015-pgg-encrypt): Ditto.
8278
8279         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8280         (mml1991-pgg-encrypt): Ditto.
8281
8282 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8283
8284         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8285         message-make-date instead of current-time-string.
8286
8287         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8288         to gnus-decoded which mm-uu might set.
8289
8290 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8293         don't decode quoted parameters; remove misimported Emacs code.
8294         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8295         (rfc2231-decode-encoded-string): Don't use split-string which
8296         behaves differently according to Emacs version; use
8297         mm-decode-coding-region to convert charset to coding-system.
8298         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8299         (rfc2231-encode-string): Remove misimported Emacs code.
8300
8301 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8302
8303         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8304         when calling mail-header-parse-content-type.
8305         (article-de-quoted-unreadable): Ditto.
8306         (article-de-base64-unreadable): Ditto.
8307         (article-wash-html): Ditto.
8308
8309         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8310         calling mail-header-parse-content-type and
8311         mail-header-parse-content-disposition.
8312         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8313         mail-header-parse-content-type.
8314
8315         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8316         insert charset and format parameters; encode description after
8317         inserting it to buffer.
8318         (mml-insert-parameter): Fold lines properly even if a parameter is
8319         segmented into two or more lines; change the max column to 76.
8320
8321         * rfc1843.el (rfc1843-decode-article-body): Don't use
8322         ignore-errors when calling mail-header-parse-content-type.
8323
8324         * rfc2231.el (rfc2231-parse-string): Return at least type if
8325         possible; don't cause an error even if it fails in parsing of
8326         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8327         (rfc2231-encode-string): Don't break lines at the beginning, leave
8328         it to mml-insert-parameter.
8329
8330         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8331         calling mail-header-parse-content-type.
8332
8333 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8334
8335         * spam-report.el (spam-report-gmane-use-article-number):
8336         Improve doc string.
8337         (spam-report-gmane-internal): Check if a suitable header was found
8338         in the article.
8339
8340 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8341
8342         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8343         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8344
8345 2006-02-05  Romain Francoise  <romain@orebokech.com>
8346
8347         Update copyright notices of all files in the gnus directory.
8348
8349 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8350
8351         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8352
8353 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8354
8355         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8356         segmented lines of parameter value to cope with Thunderbird 1.5
8357         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8358         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8359         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8360
8361 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8362
8363         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8364         parts.
8365
8366 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8367
8368         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8369         there's only one active file for all servers.
8370         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8371         solid groups.  Gnus might have used a FAST request to select the group.
8372         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8373         and nnweb-search redundantly in the active file.
8374         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8375         (nnweb-request-create-group): Don't use ARGS.
8376         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8377         initialisations.  Let nnoo do the work.
8378
8379 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8380
8381         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8382         Say the part has been decoded.
8383
8384         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8385
8386 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8387
8388         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8389         mailcap-viewer-test-cache when there's no 'test clause, since that
8390         will invert the meaning of a "nil" test previously determined by
8391         mailcap-mailcap-entry-passes-test.
8392
8393 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8394
8395         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8396         compiling.
8397
8398         * gnus-sum.el: Ditto.
8399
8400         * message.el: Don't bind tool-bar-map when compiling.
8401
8402 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8403
8404         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8405
8406 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8407
8408         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8409         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8410         current Google Groups.
8411
8412 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8413
8414         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8415         and tool-bar-mode.
8416
8417         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8418         and tool-bar-mode.
8419
8420         * message.el (message-tool-bar-update): Simplify.
8421         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8422
8423         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8424         gnus-summary-buffer.
8425         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8426         gnus-summary-reply.
8427
8428         * gmm-utils.el (gmm): Add :version.
8429
8430 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8431
8432         * Makefile.in (clean): New rule.
8433         (distclean): Use it.
8434
8435 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8436
8437         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8438         autoload.
8439
8440 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8441
8442         * gmm-utils.el (gmm-verbose): Add :group.
8443
8444 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8445
8446         * message.el: Change some comments WRT tool-bars.
8447
8448         * gnus-sum.el (gnus-summary-tool-bar)
8449         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8450         (gnus-summary-tool-bar-zap-list): New variables.
8451         (gnus-summary-make-tool-bar): Complete rewrite using
8452         `gmm-tool-bar-from-list'.
8453
8454         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8455         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8456         variables.
8457         (gnus-group-make-tool-bar): Complete rewrite using
8458         `gmm-tool-bar-from-list'.
8459         (gnus-group-tool-bar-update): New function.
8460
8461         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8462
8463 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8464
8465         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8466         is dissected into a single part of which the type is the same as
8467         the given one; decode charset.
8468
8469 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8470
8471         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8472         into alists as symbol not string, since that's what
8473         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8474         look for.
8475
8476 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8477
8478         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8479         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8480
8481         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8482
8483 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8484
8485         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8486         (gnus-xmas-mime-security-button-menu): New function.
8487
8488         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8489         (gnus-mime-security-button-menu): New definition.
8490         (gnus-mime-security-button-map): Use them.
8491         (gnus-mime-security-button-menu): New function.
8492         (gnus-insert-mime-security-button): Addition to help echo.
8493         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8494         (gnus-mime-security-pipe-part): New functions.
8495
8496         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8497         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8498
8499         * mm-decode.el (mm-handle-set-disposition): Remove.
8500         (mm-handle-set-description): Remove.
8501
8502 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8503
8504         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8505         (mm-w3m-standalone-supports-m17n-p): New function.
8506         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8507         w3m usage.
8508
8509         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8510         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8511
8512 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8513
8514         * message.el (message-tool-bar-zap-list): Use
8515         gmm-tool-bar-zap-list as custom type.
8516         (message-tool-bar-update): New function.
8517         (message-tool-bar, message-tool-bar-gnome)
8518         (message-tool-bar-retro): Add message-tool-bar-update.
8519         (message-tool-bar-gnome): Add flyspell-buffer.
8520
8521         * gnus-util.el (gnus-error): Describe `args'.
8522
8523         * gmm-utils.el (gmm-error): Describe `args'.
8524         (gmm-tool-bar-zap-list): New widget.
8525         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8526
8527 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8528
8529         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8530         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8531         the number of recursive calls.
8532
8533         * mm-decode.el (mm-handle-set-disposition): New macro.
8534         (mm-handle-set-description): New macro.
8535
8536 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8537
8538         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8539         encoding.
8540
8541 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8542
8543         * message.el (message-tool-bar-zap-list, message-tool-bar)
8544         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8545         (message-tool-bar-local-item-from-menu): Remove.
8546         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8547         (message-make-tool-bar): New function.
8548         (message-mode): Use `message-make-tool-bar'.
8549
8550         * gmm-utils.el: New file.
8551         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8552         (gmm-lazy): New widget copied from `nnmail.el'.
8553         (gmm-tool-bar-from-list): New function for creating customizable
8554         tool bars.
8555         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8556         output.
8557         (gmm): Add :prefix to defgroup.
8558
8559 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8560
8561         * gmm-utils.el (gmm-widget-p): New function.
8562
8563 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8564
8565         * mml.el (mml-attach-file): Describe `description' in doc string.
8566         (mml-menu): Add Emacs MIME manual and PGG manual.
8567
8568 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8569
8570         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8571
8572 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8573
8574         * nntp.el (nntp-end-of-line): Doc fix.
8575
8576 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8577
8578         * imap.el (imap-open): Handle case where buffer is a buffer
8579         object.
8580
8581 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8582
8583         * gnus-delay.el (gnus-delay): Don't autoload.
8584         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8585         to be re-loaded when customizing the `gnus-delay' group.
8586
8587 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8588
8589         * message.el (message-insert-citation-line): Use newlines.
8590
8591 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8592
8593         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8594         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8595         these routines, so the passphrase can be managed externally and
8596         passed in to the system.
8597         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8598         pgg-add-passphrase-to-cache function.
8599
8600         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8601         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8602         these routines, so the passphrase can be managed externally and
8603         passed in to the system.
8604         (pgg-pgp5-sign-region): Use new name of
8605         pgg-add-passphrase-to-cache function.
8606
8607 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8608
8609         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8610         part of the decoded armor to find the key-identifier.
8611         (pgg-gpg-lookup-key-owner): New function to return the
8612         human-readable identifier of a key owner.
8613         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8614         itself.
8615         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8616         the key value) if we have a key and can match it against a secret
8617         key.  Also, added a note pointing out fact that the prompt only
8618         indicates the first matching key.
8619
8620         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8621         pgg-decrypt-region.
8622         (pgg-add-passphrase-to-cache): Rename from
8623         `pgg-add-passphrase-cache' to reduce confusion (all callers
8624         changed).
8625         (pgg-remove-passphrase-from-cache): Rename from
8626         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8627         changed).
8628         (pgg-read-passphrase, pgg-add-passphrase-cache)
8629         (pgg-remove-passphrase-cache): Add informative docstrings.
8630         (pgg-decrypt): Convey provided passphrase in subordinate call to
8631         pgg-decrypt-region.
8632
8633 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8634
8635         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8636         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8637         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8638         'passphrase' argument, so the passphrase can be managed externally
8639         and then passed in to the system.
8640
8641         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8642         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8643         so the passphrase cache can be used reliably with identifiers
8644         besides a pgp packet's key id.
8645
8646         * pgg-gpg.el (pgg-gpg-encrypt-region)
8647         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8648         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8649         these routines, so the passphrase can be managed externally and
8650         passed in to the system.
8651
8652         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8653         'notruncate' argument, so the passphrase cache can be used
8654         reliably with identifiers besides a pgp packet's key id.
8655
8656 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8657
8658         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8659         symmetric encryption.
8660         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8661         encrypted session key.
8662         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8663         message ask for the passphrase in a proper way.
8664
8665         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8666         New user commands for symmetric encryption.
8667
8668 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8671
8672         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8673
8674 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8675
8676         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8677
8678 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8679
8680         * mm-decode.el (mm-inlined-types): Add application/pgp.
8681         (mm-automatic-display): Ditto.
8682
8683         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8684         part as text.
8685
8686 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * nnrss.el: Update copyright.
8689         (nnrss-opml-import): Query whether to subscribe to each entry.
8690
8691         * gnus-art.el:
8692         * gnus-sum.el:
8693         * gnus-xmas.el:
8694         * messagexmas.el:
8695         * mm-uu.el:
8696         * mm-view.el: Update copyright.
8697
8698 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8699
8700         * message.el (message-info): New function.
8701         (message-mode-menu): Add it.
8702         Update copyright.
8703
8704         * ChangeLog: Fix and update copyright.
8705
8706 2006-01-13  Romain Francoise  <romain@orebokech.com>
8707
8708         * message.el (message-forward-subject-name-subject): Prefer the
8709         address to 'nowhere' if the sender has no name.
8710         Fix typo.  Update copyright year.
8711
8712 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8713
8714         * gnus-art.el (article-wash-html): Use
8715         gnus-summary-show-article-charset-alist if a numeric arg is given.
8716         (gnus-article-wash-html-with-w3m-standalone): New function.
8717
8718         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8719         mm-inline-text-html-render-with-w3m-standalone.
8720         (mm-text-html-washer-alist): Map w3m-standalone to
8721         gnus-article-wash-html-with-w3m-standalone.
8722         (mm-inline-text-html-render-with-w3m-standalone): New function.
8723
8724 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8725
8726         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8727         Improve LaTeX.
8728
8729 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8730
8731         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8732         (nnrss-request-article): Render text/plain parts as HTML.
8733
8734         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8735         the buffer.
8736
8737 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8738
8739         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8740         custom definition of `gnus-posting-styles'.
8741
8742         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8743         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8744
8745 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8746
8747         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8748         Use nntp for bug archive.
8749
8750 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8753         parts.
8754         (nnrss-normalize-date): New function converts ISO 8601 date into
8755         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8756         (nnrss-check-group): Use it.
8757
8758 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8759
8760         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8761
8762         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8763         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8764         (nnrss-insert-w3): Ditto.
8765
8766 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8767
8768         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8769         the articles to be forwarded including the case where neither a
8770         number of articles nor a region is specified.
8771
8772 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8773
8774         * nnrss.el (nnrss-request-article): Fix last change; fill
8775         text/plain parts.
8776
8777 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8778
8779         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8780         in text/plain part.
8781         (nnrss-check-group): Don't add excessive newline to dc:subject.
8782
8783 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8784
8785         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8786         article.
8787
8788 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8789
8790         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8791         (nnml-use-compressed-files, nnml-save-mail): Support other
8792         comression programs such as bzip2.
8793
8794 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8795
8796         * dns.el (query-dns): Make sure we check the buffer size before
8797         removing tcp headers.
8798
8799 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8800
8801         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8802         remove MIME buttons associated with multipart/alternative parts.
8803         (gnus-mime-display-alternative): Tag buttons using `article-type'
8804         text property.
8805
8806         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8807         associated with multipart/alternative parts.
8808
8809         * gnus-art.el (gnus-signature-separator): Fix custom type.
8810
8811         * mm-decode.el (mm-inlined-types): Fix custom type.
8812         (mm-keep-viewer-alive-types): Ditto.
8813         (mm-automatic-display): Ditto.
8814         (mm-attachment-override-types): Ditto.
8815         (mm-inline-override-types): Ditto.
8816         (mm-automatic-external-display): Ditto.
8817
8818 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8819
8820         * spam-report.el (spam-report-user-mail-address)
8821         (spam-report-user-agent): New variables.
8822         (spam-report-url-ping-plain): Use spam-report-user-agent.
8823
8824 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8825
8826         * gnus-art.el (gnus-button-handle-custom): Do not just use
8827         `customize-apropos' for any "M-x customize-*" button but the
8828         function called for.  Accept both the function name and its
8829         argument in order to achieve this.
8830         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8831         function name to `gnus-button-handle-custom' in case of "M-x
8832         customize-*" buttons.
8833
8834 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8835
8836         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8837         multipart/alternative and add xref to mm-discouraged-alternatives
8838         in doc string.
8839
8840         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8841         gnus-buttonized-mime-types in doc string.
8842
8843 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8844
8845         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8846         Suggest image/.* in the doc string.
8847
8848 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8849
8850         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8851         message-marks (Debian bug #342521).
8852
8853 2005-12-12  Simon Josefsson  <jas@extundo.com>
8854
8855         * password.el (password-read-from-cache): Add.
8856         (password-read): Use it.
8857
8858 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8859
8860         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8861         us-ascii as a MIME charset.
8862
8863         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8864         against the case where the 2nd arg TYPE is nil.
8865
8866 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8867
8868         * pop3.el (pop3-stream-type): Fix custom version.
8869
8870         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8871
8872 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8873
8874         * mm-decode.el (mm-display-external): Add missing cdr.
8875
8876 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8879         RFC1524) if it is in mailcap or add a suffix according to
8880         mailcap-mime-extensions when generating a temp filename; postpone
8881         deleting a temp file for 2 seconds for some wrappers, shell
8882         scripts, and so on, which might exit right after having started a
8883         viewer command as a background job.
8884
8885 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8886
8887         * nntp.el (nntp-marks-directory): Fix custom group.
8888
8889         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8890         steps when < 10.
8891
8892         * gnus-start.el (gnus-no-server-1): Mention
8893         `gnus-level-default-subscribed' in doc string.
8894
8895 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8896
8897         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8898         parens.
8899
8900 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8901
8902         * gnus-xmas.el (gnus-use-toolbar): Revert.
8903         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8904         gnus-use-toolbar is default.
8905
8906         * messagexmas.el (message-use-toolbar): Revert.
8907         (message-setup-toolbar): Use global default-toolbar if
8908         message-use-toolbar is default.
8909
8910 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8911
8912         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8913         according to default-toolbar-visible-p.
8914
8915         * messagexmas.el (message-use-toolbar): Ditto.
8916
8917 2005-11-26  Dave Love  <fx@gnu.org>
8918
8919         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8920         (tls-program, tls-success): Provide openssl alternative.
8921
8922         * starttls.el: Doc fixes.
8923         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8924         SERVICE to PORT.
8925
8926         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8927         port null or service name.
8928         (starttls-negotiate): Autoload.
8929
8930 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * message.el (message-kill-to-signature): Fix interactive spec.
8933
8934 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * pop3.el (pop3-open-server): Recognize a string as a service name.
8937
8938 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8939
8940         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8941
8942 2005-11-23  Dave Love  <fx@gnu.org>
8943
8944         Add pop3s, pop3/starttls.
8945
8946         * pop3.el (pop3-authentication-scheme): Clarify doc.
8947         (open-tls-stream, starttls-open-stream): Autoload.
8948         (pop3-stream-type): New.
8949         (pop3-open-server): Use it.
8950
8951         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8952         for POP.
8953         (mail-source-keyword-map): Add :stream for POP.
8954         (mail-source-fetch-pop): Use pop3-stream-type.
8955
8956 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8957
8958         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8959         of current-time-string.
8960
8961 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8962
8963         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8964         date header.
8965
8966 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8967
8968         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8969         it can seriously impact performance as it bypasses the agent's
8970         local caches.
8971
8972 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8973
8974         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8975         must be explicitly online rather than "not explicitly offline" for
8976         its flags to be synchronized.
8977
8978         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8979         that gnus-uu-unmark-thread will function correctly.
8980
8981         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8982         1024K is instead displayed as 1M.
8983
8984 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8985
8986         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8987
8988 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8989
8990         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8991
8992 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8993
8994         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8995         error message to display actual error condition.
8996         (gnus-agent-save-local): Avoid saving symbols that are bound to
8997         nil as they simply result in a warning message in
8998         gnus-agent-read-local.
8999
9000 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9003         rather than make-variable-buffer-local for file-precious-flag.
9004
9005 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9006
9007         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9008         for duplicates which are removed.  The invalid sort check then
9009         triggers a rescan after the sort as sorting may have moved
9010         duplicate entries such that they can be cheaply detected.
9011
9012 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9013
9014         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9015
9016 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9017
9018         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9019         internal variable to a custom variable.  Changed default value
9020         from compressed(2) to uncompressed(1).
9021         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9022         support for uncompressed agentview files.  Taken together, reading
9023         the agentview file should now be 6-7 times faster.
9024
9025 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9026
9027         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9028         as a buffer-local variable.  This avoids creating truncated
9029         dribble files as a result of a hang up, eg.
9030
9031 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9032
9033         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9034         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9035         XEmacs.
9036
9037 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9038
9039         * gnus-start.el (gnus-start-draft-setup): Enforce
9040         `gnus-draft-mode' for nndraft:drafts at startup.
9041
9042         * gnus.el (gnus-splash): Change custom group.
9043         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9044         allow-list argument.
9045
9046         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9047         string.
9048
9049 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9050
9051         * gnus-art.el (gnus-default-article-saver): Add user-defined
9052         `function' to custom type.
9053
9054 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9055
9056         * imap.el (imap-open): Handle case where buffer is a buffer
9057         object.
9058
9059 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9060
9061         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9062         long lines.
9063         (gnus-cache-delete-group): Wrap doc strings.
9064
9065         * gnus-agent.el (gnus-agent-rename-group)
9066         (gnus-agent-delete-group): Wrap doc strings.
9067
9068 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9069
9070         * messagexmas.el (message-use-toolbar): Change the valid values
9071         into default, top, bottom, left, and right.
9072         (message-toolbar-thickness): New variable.
9073         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9074         well.
9075         (message-setup-toolbar): Make it work.
9076
9077         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9078         (gnus-use-toolbar): Change the valid values into default, top,
9079         bottom, left, and right.
9080         (gnus-toolbar-thickness): New variable.
9081         (gnus-xmas-setup-toolbar): New function.
9082         (gnus-xmas-setup-group-toolbar): Use it.
9083         (gnus-xmas-setup-summary-toolbar): Use it.
9084
9085 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9086
9087         * gnus-start.el (gnus-1): Add "native" to
9088         gnus-predefined-server-alist.
9089
9090         * gnus.el (gnus-method-to-server): Don't add "native" to the
9091         lists here, because that leads to problems when
9092         gnus-select-method is bound.
9093
9094 2005-11-09  Simon Josefsson  <jas@extundo.com>
9095
9096         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9097         use (not sort-by-date) instead.
9098
9099 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9100
9101         * gnus-delay.el (gnus-delay-group): Don't autoload.
9102         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9103         to be re-loaded when customizing the `gnus-delay' group.
9104
9105 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9106
9107         * message.el: Revert last changes.
9108         (message-insert-citation-line): Use newlines.
9109
9110 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9111
9112         * message.el (message-courtesy-message)
9113         (message-mark-insert-begin, message-mark-insert-end)
9114         (message-elide-ellipsis, message-cancel-message)
9115         (message-add-header, message-change-subject)
9116         (message-cross-post-followup-to-header)
9117         (message-cross-post-insert-note, message-reduce-to-to-cc)
9118         (message-widen-reply, message-delete-not-region)
9119         (message-kill-to-signature, message-insert-signature)
9120         (message-insert-importance-high, message-insert-importance-low)
9121         (message-insert-or-toggle-importance)
9122         (message-insert-disposition-notification-to)
9123         (message-indent-citation, message-yank-original)
9124         (message-cite-original-without-signature, message-cite-original)
9125         (message-insert-citation-line, message-position-on-field)
9126         (message-fix-before-sending, message-send-mail-partially)
9127         (message-send-mail, message-send-mail-with-sendmail)
9128         (message-send-mail-with-qmail, message-send-news)
9129         (message-check-news-header-syntax, message-generate-headers)
9130         (message-insert-courtesy-copy, message-fill-address)
9131         (message-fill-header, message-shorten-references)
9132         (message-setup-1, message-cancel-news)
9133         (message-forward-make-body-plain, message-forward-make-body-mime)
9134         (message-forward-make-body-mml, message-encode-message-body)
9135         (message-forward-make-body-digest-plain)
9136         (message-forward-make-body-digest-mime)
9137         (message-use-alternative-email-as-from): Insert `hard-newline'
9138         instead of ordinary newlines.
9139
9140 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * message.el (message-generate-headers): Downcase the argument
9143         given to message-check-element.
9144
9145 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9146
9147         * nntp.el (nntp-authinfo-rejected): New error condition.
9148         (nntp-wait-for): Use new error condition to signal authentication
9149         error.
9150         (nntp-retrieve-data): Rethrow new error condition to break out of
9151         recursive call to nntp-send-authinfo.
9152
9153 2005-11-08  Romain Francoise  <romain@orebokech.com>
9154
9155         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9156         (gnus-summary-exit-map): Bind to `Z p'.
9157         (gnus-summary-make-menu-bar): Add menu item.
9158
9159 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9160
9161         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9162         (gnus-treat-*): Add `first' in all doc strings.
9163
9164         * gnus-group.el (gnus-group-compact-group): Fix typo.
9165
9166 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9167
9168         * gnus.el (gnus-parameters-case-fold-search): New variable.
9169         (gnus-parameters-get-parameter): Use it.
9170
9171         * gnus-score.el (gnus-home-score-file): Doc fix.
9172
9173 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9174
9175         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9176
9177 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9178
9179         * mm-util.el (mm-special-display-p): New function.
9180
9181         * mml.el (mml-preview): Use it; doc fix.
9182
9183 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9184
9185         * imap.el (imap-open): Handle case where buffer is a buffer object.
9186
9187 2005-10-29  Romain Francoise  <romain@orebokech.com>
9188
9189         * message.el (message-fix-before-sending): Fix comment.
9190
9191 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9192
9193         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9194
9195 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9196
9197         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9198         Used in gnus-score.el.
9199
9200 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9201
9202         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9203
9204 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9205
9206         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9207         whitespace removed in revision 7.8.  Use concatenated string to
9208         protect trailing whitespace.
9209
9210 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9211
9212         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9213         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9214         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9215         Courier IMAP ("some version from 2004").  Mostly based on similar
9216         code in the same function.
9217
9218 2005-10-26  Didier Verna  <didier@xemacs.org>
9219
9220         * gnus-group.el (gnus-group-compact-group): Invalidate original
9221         article buffer.
9222         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9223         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9224         NOV database and in article itself.
9225         Invalidate article backlog.
9226
9227 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9228
9229         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9230
9231 2005-10-26  Simon Josefsson  <jas@extundo.com>
9232
9233         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9234         part of 2004-07-25 change.
9235
9236 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9237
9238         * message.el (message-display-completion-list): New function.
9239         (message-expand-group): Use it; make sure the Completions buffer
9240         is modifiable.
9241 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9242
9243         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9244         user-mail-name is an empty string.
9245
9246 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9247
9248         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9249         depending on gnus-score-decay-constant.
9250
9251         * encrypt.el (encrypt-insert-file-contents)
9252         (encrypt-write-file-contents): Don't use `gnus-message'.
9253
9254         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9255         arguments.
9256         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9257         arguments to mm-uu-verbatim-marks-extract.
9258         (mm-uu-hide-markers): New variable.
9259         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9260
9261         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9262         (gnus-convert-image-to-face-command): Use "convert" by default to
9263         allow other input image formats.
9264         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9265         accordingly.
9266
9267 2005-10-23  Simon Josefsson  <jas@extundo.com>
9268
9269         * imap.el (imap-gssapi-program): Align command line parameters
9270         with latest GNU SASL.
9271         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9272
9273 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9274
9275         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9276         HTML.
9277         (nnslashdot-request-article): Ditto.
9278
9279         * lpath.el (featurep): Add nobreak-char-display.
9280
9281 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9282
9283         * mail-source.el (mail-source-fetch-pop): Require pop3.
9284         (mail-source-check-pop): Ditto.
9285
9286 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9287
9288         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9289         errors.
9290
9291 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9292
9293         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9294         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9295
9296         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9297
9298         * mm-bodies.el (mm-decode-string): Call
9299         `mm-charset-to-coding-system' with allow-override argument.
9300
9301 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9302
9303         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9304         (rfc2047-charset-to-coding-system): New function.
9305         (rfc2047-decode-encoded-words): New function.
9306         (rfc2047-decode-region): Use them.
9307         (rfc2047-decode-cte): Remove.
9308         (rfc2047-parse-and-decode): Remove.
9309         (rfc2047-decode): Remove.
9310
9311 2005-10-15  Kenichi Handa  <handa@m17n.org>
9312
9313         * rfc2047.el (rfc2047-decode-cte): New function.
9314         (rfc2047-decode-region): Change the way to decode successive
9315         encoded-words: decode B- or Q-encoding in each encoded-word,
9316         concatenate them, and decode it as charset.
9317
9318 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * lpath.el: Fbind codepage-setup for XEmacs.
9321
9322 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9323
9324         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9325         widget-move-and-invoke.
9326         (gnus-custom-mode): Use gnus-custom-map.
9327
9328 2005-10-15  Bill Wohler  <wohler@newt.com>
9329
9330         * message.el (message-tool-bar-map): Renamed image file from
9331         mail_send to mail/send.
9332
9333 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9334
9335         * message.el (message-expand-group): Pass the common
9336         prefix substring of completion to `display-completion-list'.
9337
9338 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9339
9340         * mml-sec.el (mml-secure-method): New internal variable.
9341         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9342         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9343         functions using mml-secure-method.
9344
9345         * mml.el (mml-mode-map): Add key bindings for those functions.
9346         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9347         Harder <harder@myrealbox.com>.
9348         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9349         end of message if point is the headers of the message.
9350
9351         * message.el (message-in-body-p): New function.
9352
9353         * assistant.el: Autoload gnus-util and netrc.
9354
9355         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9356         Use `mm-charset-override-alist' only when decoding.
9357
9358         * mm-bodies.el (mm-decode-body): Call
9359         `mm-charset-to-coding-system' with allow-override argument.
9360
9361         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9362         `filename' from Content-Disposition if Content-Type doesn't
9363         provide `name'.
9364         (gnus-mime-view-part-as-type): Set default instead of
9365         initial-input.
9366
9367 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9368
9369         * format-spec.el (format-spec): Propagate text properties of % spec.
9370
9371 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9372
9373         * gnus-art.el (gnus-treat-predicate): Add `first'.
9374
9375 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9376
9377         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9378         (mm-charset-override-alist): New variable.
9379         (mm-charset-to-coding-system): Use it.
9380         (mm-codepage-setup): New helper function.
9381         (mm-charset-eval-alist): New variable.
9382         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9383         about unknown charsets.
9384
9385         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9386
9387 2005-10-04  David Hansen  <david.hansen@gmx.net>
9388
9389         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9390         (nnrss-check-group): Ditto.
9391
9392 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9393
9394         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9395         Rename x-gnus-verbatim to x-verbatim.
9396         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9397
9398         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9399         x-verbatim.
9400
9401         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9402
9403         * gnus-util.el (gnus-remove-duplicates): Remove.
9404
9405         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9406         instead of gnus-remove-duplicates.
9407
9408         * message.el (message-remove-duplicates): Remove.
9409         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9410         message-remove-duplicates.
9411
9412         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9413         available, else use implementation from `delete-dups'.
9414
9415         * message.el (message-insert-expires): New function.
9416         (message-mode-map): Add key binding.
9417         (message-mode-field-menu): Add menu entry.
9418         (message-mode): Document it.
9419         (message-make-expires-date): Use `message-make-date'.
9420
9421 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9422
9423         * message.el (message-make-expires-date): New function.
9424
9425 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9426
9427         * Makefile.in (list-installed-shadows): New entry.
9428         (install): Use it.
9429         (remove-installed-shadows): New entry.
9430
9431         * dgnushack.el (dgnushack-default-load-path): New variable.
9432         (dgnushack-find-lisp-shadows): New function.
9433         (dgnushack-remove-lisp-shadows): New function.
9434
9435 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9436
9437         * Makefile.in (install-el-elc): New entry.
9438         (install): Use it so that .el files are necessarily installed.
9439
9440 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9443
9444 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9445
9446         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9447         function rather than the diff-mode.el package.
9448         (mm-display-external): Use with-current-buffer.
9449         (mm-viewer-completion-map, mm-viewer-completion-map):
9450         Move initialization inside declaration.
9451
9452 2005-09-29  Simon Josefsson  <jas@extundo.com>
9453
9454         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9455         autoload mail-check-payment.
9456         (spam-check-hashcash): Define unconditionally, since hashcash.el
9457         is part of Gnus now.  Ignore errors from payment checking.
9458
9459 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9460
9461         * message.el (message-bold-region, message-unbold-region): Rename
9462         from `bold-region' and `unbold-region'.
9463
9464         * message.el: Remove useless autoloads.
9465
9466 2005-09-28  Simon Josefsson  <jas@extundo.com>
9467
9468         * message.el (message-use-idna): Default to t.
9469         (message-use-idna): Test whether encoding works too.  Doc fix.
9470
9471 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9472
9473         * nntp.el (nntp-warn-about-losing-connection): Remove.
9474
9475 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9476
9477         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9478         customizable.  Change default value.
9479         (mm-uu-diff-groups-regexp): Change default value.
9480         (mm-uu-type-alist): Add doc string.
9481         (mm-uu-configure): Add doc string.  Make it interactive.
9482         (mm-uu-tex-groups-regexp): New variable.
9483         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9484         (mm-uu-type-alist): Add LaTeX documents.
9485         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9486         of "text/verbatim".
9487         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9488
9489         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9490         instead of "text/verbatim".
9491
9492         * message.el (message-mark-inserted-region)
9493         (message-mark-insert-file): Use slrn style marks when called with
9494         prefix argument.
9495
9496 2005-09-27  Simon Josefsson  <jas@extundo.com>
9497
9498         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9499
9500 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9501
9502         * message.el (message-remove-duplicates): New function.
9503         Implementation borrowed from `gnus-remove-duplicates'.
9504         (message-idna-to-ascii-rhs): Also encode idna addresses in
9505         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9506         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9507         only ask about the same idna domain once per header and also tell
9508         in what header to replace the idna domain.
9509
9510         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9511         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9512         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9513         a header is decoded and not just the last one.
9514
9515 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9516
9517         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9518         has been decoded.
9519
9520         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9521         (mm-insert-part): Don't modify text if it has been decoded.
9522
9523         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9524         decoded.
9525
9526         * mm-view.el (mm-inline-text): Don't strip text props unless
9527         decoding enriched or richtext parts.
9528
9529 2005-09-25  Romain Francoise  <romain@orebokech.com>
9530
9531         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9532         * gnus-start.el (gnus-subscribe-interactively):
9533         * gnus-uu.el (gnus-uu-grab-articles):
9534         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9535         space.
9536
9537 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9538
9539         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9540         * mm-view.el (mm-view-pkcs7-decrypt):
9541         * gnus-sum.el (gnus-summary-limit-to-extra)
9542         (gnus-summary-respool-article, gnus-read-move-group-name):
9543         * gnus-score.el (gnus-summary-increase-score):
9544         * gnus-util.el (gnus-completing-read-with-default):
9545         * gnus-art.el (gnus-read-save-file-name)
9546         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9547         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9548         * message.el (message-check-news-header-syntax):
9549         Follow convention for reading with the minibuffer.
9550
9551 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9552
9553         * spam-report.el (spam-report-url-ping-plain):
9554         Use gnus-extended-version as User-Agent.
9555
9556         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9557         default value is nil.
9558
9559         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9560         (mm-uu-verbatim-marks-extract): New function.
9561         (mm-uu-extract): New face.
9562         (mm-uu-copy-to-buffer): Use it.
9563
9564         * spam-report.el (spam-report-gmane-ham): Renamed from
9565         `spam-report-gmane-unspam'.
9566         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9567         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9568
9569         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9570         Autoload.
9571         (spam-report-gmane-unregister-routine): Renamed
9572         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9573
9574 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9575
9576         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9577         (spam-report-gmane-unregister-routine): Add support for gmane
9578         unregistration.
9579
9580         * spam-report.el (spam-report-gmane-unspam)
9581         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9582         (spam-report-gmane): Change to take a single article and do unspam
9583         registration.
9584
9585 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9586
9587         * mm-url.el (mm-url-decode-entities): Fix regexp.
9588
9589 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9590
9591         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9592         default to nil, to be able to use Gnus at all.  If the default
9593         switches to something else, then the function should be fixed not
9594         be exceedingly slow.
9595
9596 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9597
9598         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9599         fail hard.
9600
9601         * spam-report.el: Add better Keywords line.
9602
9603         * spam.el: Add Maintainer and better Keywords line.
9604
9605 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9606
9607         * gnus-art.el (gnus-article-replace-part)
9608         (gnus-mime-replace-part): New functions.
9609         (gnus-mime-action-alist, gnus-mime-button-commands)
9610         (gnus-mime-save-part-and-strip): Added file argument.
9611         (gnus-article-part-wrapper): Added interactive argument.
9612
9613         * gnus-sum.el (gnus-summary-mime-map): Add
9614         `gnus-article-replace-part'.
9615
9616 2005-09-19  Didier Verna  <didier@xemacs.org>
9617
9618         The nnml compaction feature:
9619         * nnml.el (nnml-request-compact-group): New function.
9620         * nnml.el (nnml-request-compact): New function.
9621         * gnus-int.el (gnus-request-compact-group): New function.
9622         * gnus-int.el (gnus-request-compact): New function.
9623         * gnus-group.el (gnus-group-compact-group): New function.
9624         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9625         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9626         * gnus-srvr.el (gnus-server-compact-server): New function.
9627         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9628         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9629
9630 2005-09-18  Deepak Goel  <deego@gnufans.org>
9631
9632         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9633         format spec.
9634
9635 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9636
9637         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9638
9639 2005-09-15  Romain Francoise  <romain@orebokech.com>
9640
9641         * message.el (message-fill-paragraph): Clarify docstring.
9642
9643 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9644
9645         * gnus-art.el (gnus-mime-display-part): Protect against broken
9646         MIME messages.
9647
9648 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9649
9650         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9651         before parsing header.
9652
9653 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9654
9655         * html2text.el (html2text-replace-list): Add new entities.
9656
9657 2005-09-11  Romain Francoise  <romain@orebokech.com>
9658
9659         * message.el (message-alternative-emails): Improve docstring.
9660         (message-setup-1): Call `message-use-alternative-email-as-from'
9661         after `message-setup-hook' to give it precedence over posting
9662         styles, etc.
9663         (message-use-alternative-email-as-from): Add docstring.  Remove
9664         the original From header if present.
9665
9666         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9667         (nnml-save-mail): Use it.
9668
9669         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9670         articles.  Add new argument `silent'.
9671         (gnus-uu-mark-all): Report the total number of marked articles.
9672
9673 2005-09-10  Romain Francoise  <romain@orebokech.com>
9674
9675         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9676         (gnus-uu-mark-series): Likewise.
9677
9678 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9679
9680         * spam-report.el (spam-report-gmane): Fix generation of spam
9681         report URL.
9682
9683 2005-09-10  Simon Josefsson  <jas@extundo.com>
9684
9685         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9686         t, based on discussion on the ding list with Robert Epprecht
9687         <epprecht@solnet.ch>.
9688
9689 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9690
9691         * spam-report.el (spam-report-gmane): Make it work without
9692         X-Report-Spam header.  Gmane now only provides Archived-At.
9693         This is only used if `spam-report-gmane-use-article-number' is nil.
9694         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9695
9696         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9697         make `gnus-summary-sort-by-recipient' work with threading.
9698
9699         * nnweb.el (nnweb-google-wash-article): Print a message if article
9700         is not available.
9701
9702 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9703
9704         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9705         change.  Decode text/* parts content before displaying.
9706
9707 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9708
9709         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9710
9711 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9712
9713         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9714
9715         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9716         url-package-name, url-package-version,
9717         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9718         w3m-display-inline-images, and w3m-minor-mode-map.
9719
9720 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9721
9722         * message.el (message-tab-body-function): Fix mismatched custom type.
9723
9724         * gnus.el (gnus-group-change-level-function): Ditto.
9725
9726         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9727
9728         * gnus-art.el (gnus-signature-limit)
9729         (gnus-article-mime-part-function): Ditto.
9730
9731 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * mml.el (mml-mode): Silence the byte compiler.
9734
9735         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9736         using `(sit-for 0)' before moving the point to the specified part;
9737         skip unbuttonized parts.
9738         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9739         return to the summary window if gnus-auto-select-part is non-nil.
9740
9741 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9742
9743         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9744         variables.
9745         (mml-dnd-attach-file, mml-mode): Use them.
9746
9747         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9748         Make fetching article by MID work again for Google Groups.  Added
9749         FIXME concerning gnus-group-make-web-group.
9750
9751         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9752         Don't depend on Gnus by using mail-extract-address-components if
9753         gnus-extract-address-components is not bound.
9754
9755 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9756
9757         * gnus-art.el (gnus-mime-display-security): Don't display the
9758         signature, but only the signed part.
9759
9760 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9761
9762         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9763
9764         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9765         list, not listp.
9766
9767 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9768
9769         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9770         when encoding.
9771
9772         * mm-bodies.el (mm-decode-content-transfer-encoding):
9773         De-canonicalize CRLF for all text content types, not just
9774         text/plain.
9775
9776 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9779         valid article; point arrow and cursor at the MIME button.
9780
9781 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9784         Suggested by Dan Christensen <jdc@uwo.ca>.
9785
9786         * mm-decode.el (mm-save-part): Enable change of prompt.
9787
9788 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9789
9790         * gnus-msg.el (gnus-inews-add-send-actions): Made
9791         `message-post-method' lambda parameter ARG `&optional'.
9792
9793 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9794
9795         * gnus-sum.el (gnus-summary-mime-map): Added
9796         gnus-article-save-part-and-strip, gnus-article-delete-part and
9797         gnus-article-jump-to-part.
9798
9799         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9800         (gnus-article-edit-part): Use it.
9801         (gnus-article-part-wrapper): Added no-handle argument.
9802         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9803         functions.
9804
9805 2005-08-29  Romain Francoise  <romain@orebokech.com>
9806
9807         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9808         docstring.
9809         (gnus-face-from-file): Likewise.
9810
9811 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9812
9813         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9814         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9815         non-nil.
9816         (gnus-auto-select-part): New variable.
9817         (gnus-article-jump-to-part): New function.
9818         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9819         (gnus-mime-delete-part): Allow selecting specified part after
9820         deleting or stripping parts.
9821         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9822         part if argument is bogus.
9823
9824 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9825
9826         * gnus-art.el (w3m-minor-mode-map):
9827         * gnus-spec.el (gnus-newsrc-file-version):
9828         * gnus-util.el (nnmail-active-file-coding-system)
9829         (gnus-original-article-buffer, gnus-user-agent):
9830         * gnus.el (gnus-ham-process-destinations)
9831         (gnus-parameter-ham-marks-alist)
9832         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9833         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9834         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9835         * mm-decode.el (gnus-current-window-configuration):
9836         * mm-extern.el (gnus-article-mime-handles):
9837         * mm-url.el (url-current-object, url-package-name)
9838         (url-package-version):
9839         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9840         (smime-keys, w3m-cid-retrieve-function-alist)
9841         (w3m-current-buffer, w3m-display-inline-images)
9842         (w3m-minor-mode-map):
9843         * mml-smime.el (gnus-extract-address-components):
9844         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9845         (gnus-newsrc-hashtb, message-default-charset)
9846         (message-deletable-headers, message-options)
9847         (message-posting-charset, message-required-mail-headers)
9848         (message-required-news-headers):
9849         * mml1991.el (mc-pgp-always-sign):
9850         * mml2015.el (mc-pgp-always-sign):
9851         * nnheader.el (nnmail-extra-headers):
9852         * rfc1843.el (gnus-decode-encoded-word-function)
9853         (gnus-decode-header-function, gnus-newsgroup-name):
9854         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9855
9856 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9857
9858         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9859         the end of the date treatments.
9860
9861 2005-08-15  Simon Josefsson  <jas@extundo.com>
9862
9863         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9864         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9865         Capello and Romain Francoise.
9866         (pgg-fetch-key-function): Removed, not used?
9867         (pgg-insert-url-with-w3): Require url, to get
9868         url-insert-file-contents regardless of where it is defined.
9869
9870 2005-08-13  Romain Francoise  <romain@orebokech.com>
9871
9872         * message.el (message-cite-original-1): New function.
9873         (message-cite-original): Use it.
9874         (message-cite-original-without-signature): Ditto.
9875
9876 2005-08-08  Romain Francoise  <romain@orebokech.com>
9877
9878         * message.el (message-yank-empty-prefix): New variable.
9879         (message-indent-citation): Use it.
9880         (message-cite-original-without-signature): Respect X-No-Archive.
9881
9882 2005-08-08  Simon Josefsson  <jas@extundo.com>
9883
9884         * pgg.el: Autoload url-insert-file-contents instead of loading
9885         w3/url.
9886         (pgg-insert-url-with-w3): Don't load url here.
9887
9888 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9889
9890         * message.el (message-kill-to-signature): Don't insert newline at
9891         bol.
9892         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9893
9894 2005-08-06  Romain Francoise  <romain@orebokech.com>
9895
9896         * message.el (message-user-fqdn): Fix typo in docstring.
9897
9898 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9899
9900         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9901
9902         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9903
9904 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9905
9906         * mm-bodies.el (mm-encode-body): Use coding system rather than
9907         charset to encode text.
9908
9909         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9910         number of charsets if utf-8 is available (XEmacs).
9911
9912 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9913
9914         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9915         taken from `gnus-button-mid-or-mail-regexp'.
9916         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9917         (gnus-button-alist): Improve regexp for domain part of the MIDs
9918         for news:localpart@domain buttons.
9919         (gnus-button-ctan-directory-regexp): Update.
9920
9921 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9922
9923         * sieve-manage.el (sieve-manage-interactive-login): Use
9924         make-local-variable rather than make-variable-buffer-local.
9925         (sieve-manage-open): Ditto.
9926         (sieve-manage-authenticate): Ditto.
9927
9928         * mml.el (mml-generate-mime-1): Make the content type default to
9929         text/plain if the filename is not specified.
9930
9931 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9932
9933         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9934         instead of insert-buffer.
9935
9936         * message.el (message-yank-original): Ditto; set the mark at the
9937         end of the yanked message.
9938
9939 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9940
9941         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9942         lines to scroll rather than to stop it.
9943
9944         * mml.el (mml-generate-default-type): Add doc string.
9945         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9946         default to application/octet-stream when determining the content
9947         type if it is not specified for the part or the mml contents; add
9948         a comment about mml-generate-default-type.
9949
9950 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9951
9952         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9953         make it default to application/octet-stream when determining the
9954         content type if it is not specified for the external contents.
9955
9956 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9957
9958         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9959         segmented parameter but also other parameters might be there.
9960
9961 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9962
9963         * mm-decode.el (mm-display-external): Delete temp file, directory
9964         and buffer immediately if the external process is exited.
9965
9966 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9967
9968         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9969         fewer lines than that of scroll-margin.
9970         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9971
9972 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9973
9974         * gnus-art.el (gnus-article-next-page): Revert.
9975         (gnus-article-beginning-of-window): New macro.
9976         (gnus-article-next-page-1): Use it.
9977         (gnus-article-prev-page): Ditto.
9978         (gnus-article-edit-part): Use insert-buffer-substring instead of
9979         insert-buffer.
9980         (gnus-article-edit-exit): Ditto.
9981
9982         * gnus-util.el (gnus-beginning-of-window): Remove.
9983         (gnus-end-of-window): Remove.
9984
9985         * lpath.el: Don't bind header-line-format and scroll-margin.
9986
9987 2005-07-25  Simon Josefsson  <jas@extundo.com>
9988
9989         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9990         to have the url package without w3.  Reported by Daiki Ueno
9991         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9992
9993 2005-07-20  Didier Verna  <didier@xemacs.org>
9994
9995         * gnus-diary.el: Remove the description comment (nndiary is now
9996         properly documented in the Gnus manual).
9997         Fix the spelling of "Back End".
9998         * nndiary.el: Ditto.
9999         Fix the copyright notice.
10000
10001 2005-07-18  Romain Francoise  <romain@orebokech.com>
10002
10003         * gnus-sum.el (gnus-summary-to-prefix)
10004         (gnus-summary-newsgroup-prefix): New variables.
10005         (gnus-summary-from-or-to-or-newsgroups): Use them.
10006
10007 2005-07-17  Romain Francoise  <romain@orebokech.com>
10008
10009         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10010         space as it's generally not especially interesting to the user.
10011
10012 2005-07-16  Romain Francoise  <romain@orebokech.com>
10013
10014         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10015         nil to avoid prompting and file modification if one of the
10016         messages at the top of the nnfolder file contains a copyright
10017         notice.
10018         Update copyright notice.
10019
10020         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10021         instead of `current-time-string' as the latter creates a time
10022         string that is not RFC 2822 compliant (it lacks the zone).
10023         Update copyright notice.
10024
10025 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10026
10027         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10028         for text/rtf.  Display default in prompt.  Pass default for M-n.
10029
10030         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10031
10032 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10033
10034         * gnus-msg.el (gnus-button-mailto): Remove
10035         save-selected-window-window hackery because it relies on
10036         save-selected-window internals.
10037
10038 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10039
10040         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10041         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10042         (gnus-article-prev-page): Ditto.
10043
10044         * gnus-util.el (gnus-beginning-of-window): New function.
10045         (gnus-end-of-window): New function.
10046
10047         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10048
10049 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10050
10051         * gnus-score.el (gnus-score-edit-all-score): Set
10052         gnus-score-edit-exit-function to gnus-score-edit-done and call
10053         gnus-message.
10054
10055 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10056
10057         * gnus-msg.el (gnus-button-mailto): Remove
10058         save-selected-window-window hackery because it relies on
10059         save-selected-window internals.
10060
10061 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10062
10063         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10064         add-minor-mode.
10065         (gnus-binary-mode): Ditto.
10066
10067         * gnus-topic.el (gnus-topic-mode): Ditto.
10068
10069 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10070
10071         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10072         (gnus-article-prev-page): Take scroll-margin into consideration.
10073
10074 2005-07-04  Lute Kamstra  <lute@gnu.org>
10075
10076         Update FSF's address in GPL notices.
10077
10078 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10079
10080         * gnus.el (gnus-exit):
10081         * gnus-group.el (gnus-group-icons):
10082         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10083
10084         * gnus-nocem.el (gnus-nocem):
10085         * message.el (message-various, message-buffers, message-sending)
10086         (message-interface, message-forwarding, message-insertion)
10087         (message-headers, message-news, message-mail):
10088         * pgg-gpg.el (pgg-gpg):
10089         * pgg-parse.el (pgg-parse):
10090         * pgg-pgp.el (pgg-pgp):
10091         * pgg-pgp5.el (pgg-pgp5):
10092         * pop3.el (pop3): Finish `defgroup' description with period.
10093
10094 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10095
10096         * gnus-art.el (article-display-face): Improve the efficiency.
10097         (article-display-x-face): Ditto; remove grey x-face stuff.
10098
10099 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10100
10101         * gnus-art.el (article-display-face): Correct the position in
10102         which Faces are inserted.
10103
10104 2005-06-29  Didier Verna  <didier@xemacs.org>
10105
10106         * gnus-art.el (article-display-face): Display faces in correct
10107         order.
10108
10109 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10110
10111         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10112         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10113         (gnus-nocem-check-article): Fetch the Type header.
10114         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10115         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10116         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10117         make sure gnus-nocem-hashtb is initialized.
10118         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10119         (gnus-nocem-unwanted-article-p): Ditto.
10120
10121         * pgg.el (pgg-verify): Return the verification result.
10122
10123 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10124
10125         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10126         is ascii.
10127
10128 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10129
10130         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10131         `show-nonbreak-escape'.
10132
10133 2005-06-23  Lute Kamstra  <lute@gnu.org>
10134
10135         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10136
10137         * dig.el (dig-mode):
10138         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10139
10140 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10141
10142         * nnimap.el (nnimap-split-download-body): Fix spellings.
10143
10144 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10145
10146         * gnus-art.el (gnus-article-encrypt-body):
10147         * gnus-cus.el (gnus-score-customize):
10148         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10149         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10150
10151 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10152
10153         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10154         header by looking for magic "MII" at the beginnig.
10155
10156 2005-06-16  Miles Bader  <miles@gnu.org>
10157
10158         * gnus-xmas.el (gnus-xmas-group-startup-message):
10159         Use renamed gnus-splash face.
10160
10161         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10162         (assistant-field-face): New backward-compatibility alias for renamed
10163         face.
10164         (assistant-render-text): Use renamed assistant-field face.
10165
10166         * spam.el (spam): Remove "-face" suffix from face name.
10167         (spam-face): New backward-compatibility alias for renamed face.
10168         (spam-face, spam-initialize): Use renamed spam face.
10169
10170         * message.el (message-header-to, message-header-cc)
10171         (message-header-subject, message-header-newsgroups)
10172         (message-header-other, message-header-name)
10173         (message-header-xheader, message-separator, message-cited-text)
10174         (message-mml): Remove "-face" suffix from face names.
10175         (message-header-to-face, message-header-cc-face)
10176         (message-header-subject-face, message-header-newsgroups-face)
10177         (message-header-other-face, message-header-name-face)
10178         (message-header-xheader-face, message-separator-face)
10179         (message-cited-text-face, message-mml-face):
10180         New backward-compatibility aliases for renamed faces.
10181         (message-font-lock-keywords): Use renamed message faces.
10182
10183         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10184         (sieve-test-commands, sieve-tagged-arguments):
10185         Remove "-face" suffix from face names.
10186         (sieve-control-commands-face, sieve-action-commands-face)
10187         (sieve-test-commands-face, sieve-tagged-arguments-face):
10188         New backward-compatibility aliases for renamed faces.
10189         (sieve-control-commands-face, sieve-action-commands-face)
10190         (sieve-test-commands-face, sieve-tagged-arguments-face):
10191         Use renamed sieve faces.
10192
10193         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10194         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10195         (gnus-group-news-3-empty, gnus-group-news-4)
10196         (gnus-group-news-4-empty, gnus-group-news-5)
10197         (gnus-group-news-5-empty, gnus-group-news-6)
10198         (gnus-group-news-6-empty, gnus-group-news-low)
10199         (gnus-group-news-low-empty, gnus-group-mail-1)
10200         (gnus-group-mail-1-empty, gnus-group-mail-2)
10201         (gnus-group-mail-2-empty, gnus-group-mail-3)
10202         (gnus-group-mail-3-empty, gnus-group-mail-low)
10203         (gnus-group-mail-low-empty, gnus-summary-selected)
10204         (gnus-summary-cancelled, gnus-summary-high-ticked)
10205         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10206         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10207         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10208         (gnus-summary-low-undownloaded)
10209         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10210         (gnus-summary-low-unread, gnus-summary-normal-unread)
10211         (gnus-summary-high-read, gnus-summary-low-read)
10212         (gnus-summary-normal-read, gnus-splash):
10213         Remove "-face" suffix from face names.
10214         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10215         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10216         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10217         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10218         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10219         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10220         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10221         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10222         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10223         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10224         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10225         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10226         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10227         (gnus-summary-normal-ticked-face)
10228         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10229         (gnus-summary-normal-ancient-face)
10230         (gnus-summary-high-undownloaded-face)
10231         (gnus-summary-low-undownloaded-face)
10232         (gnus-summary-normal-undownloaded-face)
10233         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10234         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10235         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10236         (gnus-splash-face):
10237         New backward-compatibility aliases for renamed faces.
10238         (gnus-group-startup-message): Use renamed gnus faces.
10239
10240         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10241         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10242         (gnus-server-agent): Remove "-face" suffix from face names.
10243         (gnus-server-agent-face, gnus-server-opened-face)
10244         (gnus-server-closed-face, gnus-server-denied-face)
10245         (gnus-server-offline-face):
10246         New backward-compatibility aliases for renamed faces.
10247         (gnus-server-agent-face, gnus-server-opened-face)
10248         (gnus-server-closed-face, gnus-server-denied-face)
10249         (gnus-server-offline-face): Use renamed gnus faces.
10250
10251         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10252         Remove "-face" suffix from face names.
10253         (gnus-picon-xbm-face, gnus-picon-face):
10254         New backward-compatibility aliases for renamed faces.
10255
10256         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10257         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10258         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10259         (gnus-cite-11): Remove "-face" suffix from face names.
10260         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10261         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10262         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10263         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10264         New backward-compatibility aliases for renamed faces.
10265         (gnus-cite-attribution-face, gnus-cite-face-list)
10266         (gnus-article-boring-faces): Use renamed gnus faces.
10267
10268         * gnus-art.el (gnus-signature, gnus-header-from)
10269         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10270         (gnus-header-content): Remove "-face" suffix from face names.
10271         (gnus-signature-face, gnus-header-from-face)
10272         (gnus-header-subject-face, gnus-header-newsgroups-face)
10273         (gnus-header-name-face, gnus-header-content-face):
10274         New backward-compatibility aliases for renamed faces.
10275         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10276
10277         * gnus-sum.el (gnus-summary-selected-face)
10278         (gnus-summary-highlight): Use renamed gnus faces.
10279         * gnus-group.el (gnus-group-highlight): Likewise.
10280
10281 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10282
10283         * gnus-sieve.el (gnus-sieve-article-add-rule):
10284         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10285         * spam-stat.el (spam-stat-buffer-change-to-spam)
10286         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10287
10288         * message.el (message-is-yours-p):
10289         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10290
10291 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10292
10293         * mm-view.el (mm-inline-text): Withdraw the last change.
10294
10295 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10298         executing enriched-decode.
10299
10300 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10301
10302         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10303         charset of tar files.
10304
10305 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10306
10307         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10308
10309 2005-06-04  Lute Kamstra  <lute@gnu.org>
10310
10311         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10312         information is never recorded.
10313
10314 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10315
10316         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10317
10318 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10319
10320         * pop3.el (pop3-apop): Run md5 in the binary mode.
10321
10322         * starttls.el (starttls-set-process-query-on-exit-flag):
10323         Use eval-and-compile.
10324
10325 2005-05-31  Simon Josefsson  <jas@extundo.com>
10326
10327         * smime.el (smime-replace-in-string): Define.
10328         (smime-cert-by-ldap-1): Use it.
10329
10330 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10331
10332         * gnus-art.el (article-display-x-face): Replace
10333         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10334
10335         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10336         set-process-query-on-exit-flag or process-kill-without-query.
10337
10338         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10339         loop instead of replace-regexp.
10340
10341         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10342         instead of process-kill-without-query if it is available.
10343
10344         * lpath.el: Fbind ldap-search-entries.
10345
10346         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10347         instead of find-file-hooks if it is available.
10348
10349         * mml1991.el: Bind pgg-default-user-id when compiling.
10350
10351         * mml2015.el: Bind pgg-default-user-id when compiling.
10352
10353         * nndraft.el (nndraft-request-associate-buffer):
10354         Use write-contents-functions instead of write-contents-hooks if it is
10355         available.
10356
10357         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10358         instead of find-file-hooks if it is available.
10359
10360         * nntp.el (nntp-open-connection): Replace
10361         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10362         (nntp-open-ssl-stream): Ditto.
10363         (nntp-open-tls-stream): Ditto.
10364
10365         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10366         set-process-query-on-exit-flag or process-kill-without-query.
10367         (starttls-open-stream-gnutls): Use it instead of
10368         process-kill-without-query.
10369         (starttls-open-stream): Ditto.
10370
10371 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10372
10373         * smime.el (smime-cert-by-ldap-1): Don't use
10374         replace-regexp-in-string.
10375
10376 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10377
10378         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10379
10380         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10381         in PEM format.  Adjust to the XEmacs compability.
10382
10383 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10384
10385         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10386         by `string-to-number'.
10387         * gnus-agent.el (gnus-agent-regenerate-group)
10388         (gnus-agent-fetch-articles): Ditto.
10389         * gnus-art.el (gnus-button-fetch-group): Ditto.
10390         * gnus-cache.el (gnus-cache-generate-active)
10391         (gnus-cache-articles-in-group): Ditto.
10392         * gnus-group.el (gnus-group-set-current-level)
10393         (gnus-group-insert-group-line): Ditto.
10394         * gnus-score.el (gnus-score-set-expunge-below)
10395         (gnus-score-set-mark-below, gnus-summary-score-effect)
10396         (gnus-summary-score-entry): Ditto.
10397         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10398         (gnus-soup-pack): Ditto.
10399         * gnus-spec.el (gnus-xmas-format): Ditto.
10400         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10401         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10402         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10403         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10404         * nndb.el (nndb-get-remote-expire-response): Ditto.
10405         * nndiary.el (nndiary-parse-schedule-value)
10406         (nndiary-string-to-number, nndiary-request-replace-article)
10407         (nndiary-request-article): Ditto.
10408         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10409         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10410         * nneething.el (nneething-make-head): Ditto.
10411         * nnfolder.el (nnfolder-request-article)
10412         (nnfolder-retrieve-headers): Ditto.
10413         * nnheader.el (nnheader-file-to-number): Ditto.
10414         * nnkiboze.el (nnkiboze-request-article): Ditto.
10415         * nnmail.el (nnmail-process-unix-mail-format)
10416         (nnmail-process-babyl-mail-format): Ditto.
10417         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10418         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10419         (nnmh-request-create-group, nnmh-request-list-1)
10420         (nnmh-request-group, nnmh-request-article): Ditto.
10421         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10422         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10423         * nnsoup.el (nnsoup-make-active): Ditto.
10424         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10425         * nntp.el (nntp-find-group-and-number)
10426         (nntp-retrieve-headers-with-xover): Ditto.
10427         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10428         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10429         (pgg-format-key-identifier): Ditto.
10430         * pop3.el (pop3-last, pop3-stat): Ditto.
10431         * qp.el (quoted-printable-decode-region): Ditto.
10432
10433         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10434         of concat.
10435
10436 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10437
10438         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10439
10440         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10441
10442         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10443
10444         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10445
10446         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10447
10448         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10449
10450         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10451         (gnus-carpal-mode): Ditto.
10452
10453         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10454         (gnus-browse-mode): Ditto.
10455
10456         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10457
10458         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10459
10460 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10461
10462         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10463
10464 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * gnus-util.el (gnus-run-mode-hooks): New function.
10467
10468         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10469
10470         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10471         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10472
10473 2005-05-27  Lute Kamstra  <lute@gnu.org>
10474
10475         * dns-mode.el (dns-mode): Specify customization group.
10476
10477 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10478
10479         * gnus-agent.el (gnus-agent-make-mode-line-string):
10480         Use mode-line-highlight as mouse-face.
10481
10482 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10483
10484         * canlock.el (canlock): Change the parent group to news.
10485
10486         * deuglify.el (gnus-outlook-deuglify): Add :group.
10487
10488         * dig.el (dig): Add :group.
10489
10490         * dns-mode.el (dns-mode): Add :group.
10491
10492         * encrypt.el (encrypt): Add :group.
10493
10494         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10495         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10496         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10497         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10498         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10499
10500         * gnus-diary.el (gnus-diary): Add :group.
10501
10502         * gnus.el (gnus-group-news-1-face): Add :group.
10503         (gnus-group-news-1-empty-face): Ditto.
10504         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10505         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10506         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10507         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10508         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10509         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10510         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10511         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10512         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10513         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10514         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10515         (gnus-summary-high-ticked-face): Ditto.
10516         (gnus-summary-low-ticked-face): Ditto.
10517         (gnus-summary-normal-ticked-face): Ditto.
10518         (gnus-summary-high-ancient-face): Ditto.
10519         (gnus-summary-low-ancient-face): Ditto.
10520         (gnus-summary-normal-ancient-face): Ditto.
10521         (gnus-summary-high-undownloaded-face): Ditto.
10522         (gnus-summary-low-undownloaded-face): Ditto.
10523         (gnus-summary-normal-undownloaded-face): Ditto.
10524         (gnus-summary-high-unread-face): Ditto.
10525         (gnus-summary-low-unread-face): Ditto.
10526         (gnus-summary-normal-unread-face): Ditto.
10527         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10528         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10529
10530         * hashcash.el (hashcash): New custom group.
10531         (hashcash-default-payment): Add :group.
10532         (hashcash-payment-alist): Ditto.
10533         (hashcash-default-accept-payment): Ditto.
10534         (hashcash-accept-resources): Ditto.
10535         (hashcash-path): Ditto.
10536         (hashcash-extra-generate-parameters): Ditto.
10537         (hashcash-double-spend-database): Ditto.
10538         (hashcash-in-news): Ditto.
10539
10540         * message.el (message-minibuffer-local-map): Add :group.
10541
10542         * netrc.el (netrc): Add :group.
10543
10544         * sieve-manage.el (sieve-manage-log): Add :group.
10545         (sieve-manage-default-user): Diito.
10546         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10547         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10548         (sieve-manage-authenticators): Ditto.
10549         (sieve-manage-authenticator-alist): Ditto.
10550         (sieve-manage-default-port): Ditto.
10551
10552         * sieve-mode.el (sieve-control-commands-face): Add :group.
10553         (sieve-action-commands-face): Ditto.
10554         (sieve-test-commands-face): Ditto.
10555         (sieve-tagged-arguments-face): Ditto.
10556
10557         * smime.el (smime): Add :group.
10558
10559         * spam-report.el (spam-report): Add :group.
10560
10561         * spam.el (spam, spam-face): Add :group.
10562
10563 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10564
10565         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10566         return \n.\n.\n at the end of articles.  Protect against that.
10567         (nntp-with-open-group): Allow debugging.
10568
10569         * nnheader.el (mail-header-set-extra): Make into a function
10570         because I just could't understand how to quote the list properly.
10571
10572         * dns.el (query-dns-cached): New function.
10573
10574 2005-05-26  Lute Kamstra  <lute@gnu.org>
10575
10576         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10577
10578 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10579
10580         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10581
10582         * gnus-art.el: Don't autoload mail-extract-address-components.
10583
10584         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10585         eval-and-compile to evaluate it.
10586
10587         * hashcash.el: Don't autoload executable-find.
10588
10589         * nndb.el: Don't declare the nndb back end two or more times; don't
10590         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10591
10592         * nntp.el: Autoload format-spec instead of format; use
10593         eval-and-compile to evaluate autoload forms.
10594
10595 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10596
10597         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10598
10599 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10600
10601         * gnus.el (gnus-version-number): Bump version.
10602
10603 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10604
10605         * gnus.el: No Gnus v0.3 is released.
10606
10607 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10608
10609         * lpath.el (featurep): Bind show-nonbreak-escape.
10610
10611 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10612
10613         * gnus-art.el (gnus-article-edit-part): Disable undo.
10614
10615 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10616
10617         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10618         gnus-article-date-lapsed-new-header is t if date timer is active;
10619         skip headers in which the original date value is empty.
10620         (gnus-article-save-original-date): Redefine it as a macro.
10621         (gnus-display-mime): Use it.
10622
10623 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10624
10625         * gnus-art.el (article-date-ut): Support converting date in
10626         forwarded parts as well.
10627         (gnus-article-save-original-date): New function.
10628         (gnus-display-mime): Use it.
10629
10630 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10631
10632         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10633         enclosure element of <item>.
10634
10635 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10636
10637         * message.el (message-kill-buffer-query): Renamed from
10638         `message-kill-buffer-query-if-modified'.  Added :version.
10639
10640 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10641
10642         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10643         window layout.
10644
10645 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10646
10647         * mml.el: Autoload dnd when compiling.
10648
10649 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10650
10651         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10652         x-dnd-*.
10653
10654 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10655
10656         * qp.el (quoted-printable-encode-region): Save excursion.
10657
10658 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10659
10660         * message.el (message-kill-buffer-query-if-modified): Add new variable
10661         so the user can kill a modified message buffer quickly.
10662         (message-kill-buffer): Use it.
10663
10664 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10665
10666         * lpath.el: Fbind display-time-event-handler; don't fbind
10667         string-to-multibyte.
10668
10669         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10670
10671 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10672
10673         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10674         contained in text because xml.el decodes entities) with LFs.
10675
10676 2005-04-11  Lute Kamstra  <lute@gnu.org>
10677
10678         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10679         differently.
10680
10681 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10682
10683         * mm-util.el (mm-detect-coding-region): Typo.
10684
10685 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10686
10687         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10688
10689 2005-04-06  Deepak Goel  <deego@gnufans.org>
10690
10691         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10692         user-function allow user modifications of the scores.
10693         (spam-stat-score-buffer-user): New function, to allow
10694         user-computed modifications to the score.
10695         (spam-stat-score-buffer-user-functions): List of additional
10696         scoring functions.
10697         (spam-stat-error-holder): Global temporary error holder.
10698         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10699         variable.
10700
10701 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10702
10703         * gnus-registry.el (gnus-registry-clean-empty-function)
10704         (gnus-registry-trim, gnus-registry-fetch-groups)
10705         (gnus-registry-delete-group): Groups that match
10706         `gnus-registry-ignored-groups' are removed from the registry
10707         entries, not just ignored for splitting.  This helps clean up the
10708         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10709         to get all the groups a message ID is in.
10710
10711         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10712         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10713         (spam-stat-score-buffer-user-functions): Add :number custom type.
10714
10715 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10716
10717         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10718         argument in XEmacs.
10719
10720         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10721         (nnrss-request-group): Decode group name first.
10722         (nnrss-request-article): Make a text/plain article if mml-to-mime
10723         failed.
10724         (nnrss-get-encoding): Return a compatible encoding according to
10725         nnrss-compatible-encoding-alist.
10726         (nnrss-find-el): Use consp instead of listp.
10727         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10728
10729 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10730
10731         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10732         which Emacs 20 doesn't support.
10733         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10734
10735 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10736
10737         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10738         silence the byte compiler inside the defun.
10739
10740         * gnus-demon.el (parse-time-string): Add autoload.
10741
10742         * gnus-delay.el (parse-time-string): Add autoload.
10743
10744         * gnus-art.el (parse-time-string): Add autoload.
10745
10746         * nnultimate.el (parse-time): Require for `parse-time-string'.
10747
10748 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10749
10750         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10751
10752         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10753
10754         * smime.el (smime-ldap-host-list): Add :version.
10755
10756 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10757
10758         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10759         pass it to `gnus-browse-read-group'.
10760         (gnus-browse-read-group): Add NUMBER argument and pass it to
10761         `gnus-group-read-ephemeral-group'.
10762
10763         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10764         argument and pass it to `gnus-group-read-group'.
10765
10766 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10767
10768         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10769         mm-xemacs-find-mime-charset-1 if we have the mule feature
10770         available at runtime.
10771
10772 2005-03-25  Werner Lemberg  <wl@gnu.org>
10773
10774         * nnmaildir.el: Replace `illegal' with `invalid'.
10775
10776 2005-03-23  Lute Kamstra  <lute@gnu.org>
10777
10778         * time-date.el: Add comment on time value formats.
10779         Don't require parse-time.
10780         (with-decoded-time-value): New macro.
10781         (encode-time-value): New function.
10782         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10783         (days-to-time): Return a valid time value when arg is huge.
10784         (time-since): Use time-subtract.
10785         (time-to-number-of-days): Use time-to-seconds.
10786
10787 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10788
10789         * gnus-start.el (gnus-display-time-event-handler):
10790         Check display-time-timer at runtime rather than only at load time
10791         in case display-time-mode is turned off in the mean time.
10792
10793 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10794
10795         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10796         used.
10797
10798         * nneething.el (nneething-map-file-directory): Derive from
10799         `gnus-directory'.
10800
10801         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10802         the To/Cc button.
10803
10804 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10805
10806         * nnmaildir.el (nnmaildir-request-accept-article):
10807         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10808
10809 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10810
10811         * gnus-async.el: Require timer-funcs at compile time when in
10812         XEmacs for `run-with-idle-timer'.
10813
10814 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10815
10816         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10817         autoloaded function.
10818
10819 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10820
10821         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10822
10823 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10824
10825         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10826
10827 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10828
10829         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10830         gnus-expert-user to default.
10831
10832 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10833
10834         * nnimap.el (nnimap-open-server): Ditto.
10835
10836         * imap.el (imap-authenticate): Fix typo.
10837
10838 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10839
10840         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10841         buffer (since IMAP server might return FETCH response out of
10842         order, and the nntp buffer must be sorted).
10843
10844 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10845
10846         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10847         comparison on string.
10848
10849         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10850         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10851         (gnus-agent-summary-fetch-series): Modified to protect against
10852         gnus-agent-summary-fetch-group clearing processable flags.
10853         (gnus-agent-synchronize-group-flags): Update live group buffer as
10854         synchronization may occur due to the user toggle the plugged
10855         status.
10856         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10857         successfully downloaded.
10858         (gnus-agent-expire-group-1): Avoid using markers when the overview
10859         is in ascending order; greatly improves performance.
10860         (gnus-agent-regenerate-group): Use
10861         gnus-agent-synchronize-group-flags to reset read status in both
10862         gnus and server.
10863         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10864
10865 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10866
10867         * message.el: Don't autoload former message-utils variables.
10868         (message-strip-subject-trailing-was): Change doc string.
10869
10870         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10871         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10872         (nnweb-google-search): Add "hl=en" here.
10873         (nnweb-google-parse-1, nnweb-google-create-mapping):
10874         Don't hardcode URL.
10875
10876 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10877
10878         * message.el (message-get-reply-headers, message-followup):
10879         Mention related variables `message-use-followup-to' and
10880         `message-use-mail-followup-to', in the information buffer.
10881
10882         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10883         of broken groups(-beta).google.com.
10884
10885 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10886
10887         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10888         parameter to invoked gnus-request-move-article; remove the
10889         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10890         all at once instead of once per article.
10891         (gnus-summary-remove-process-mark): Accept a list of articles as
10892         well as a single article for processing.
10893
10894         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10895         parameter.
10896
10897         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10898
10899         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10900
10901         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10902         parameter.
10903
10904         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10905         parameter.
10906
10907         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10908         parameter and remove the gnus-sum-hint-move-is-internal variable.
10909
10910         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10911         parameter.
10912
10913         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10914         parameter.
10915
10916         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10917         parameter.
10918
10919         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10920
10921         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10922         parameter.
10923
10924         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10925         parameter.
10926
10927 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10928
10929         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10930         a more conservative way.
10931
10932 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10933
10934         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10935         buffer, so it moves the window's cursor.
10936
10937 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10938
10939         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10940         `mm-dissect-multipart' and receive the from field as an (optional)
10941         argument from `mm-dissect-multipart'.
10942         (mm-dissect-multipart): Receive the from field as an argument and
10943         pass it on when we call `mm-dissect-buffer' on MIME parts.
10944         Fixes verification/decryption of signed/encrypted MIME parts.
10945
10946 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10947
10948         * gnus-sum.el (gnus-summary-move-article): Set
10949         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10950         whatever it calls (right now, only nnimap-request-move article
10951         respects it).
10952
10953         * nnimap.el (nnimap-request-move-article): When
10954         gnus-sum-hint-move-is-internal is set, don't do the extra
10955         nnimap-request-article.
10956
10957 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10958
10959         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10960
10961         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10962         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10963
10964         * gnus-sum.el (gnus-summary-caesar-message):
10965         Apply `gnus-treat-article' after rotation.
10966
10967         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10968         doc string.
10969
10970 2005-02-22  Simon Josefsson  <jas@extundo.com>
10971
10972         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10973         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10974         <arne@arnested.dk>.
10975         (encrypt): Add password-cache and password-cache-expiry as group
10976         members.
10977
10978 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10979
10980         * smime.el (smime-ldap-host-list): Doc fix.
10981         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10982         cache) password.
10983         (smime-sign-region): Use it.
10984         (smime-decrypt-region): Use it.
10985         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10986         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10987         fails.
10988         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10989         certificate from DER to PEM format rather than calling openssl.
10990
10991         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10992
10993         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10994         for signing/encryption.
10995
10996         * mml.el (mml-parse-1): Use them.
10997
10998 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10999
11000         * nnrss.el (nnrss-verbose): Removed.
11001         (nnrss-request-group): Use `nnheader-message' instead.
11002
11003 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11004
11005         * nnrss.el (nnrss-verbose): New variable.
11006         (nnrss-request-group): Make it say nnrss is requesting a group.
11007
11008 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11009
11010         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11011         Handle news URL with given port correctly.
11012
11013 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11014
11015         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11016         containing special characters.
11017
11018         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11019
11020         * mml.el (mime-to-mml): Ditto.
11021
11022         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11023         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11024         (rfc2047-decode-region): Quote decoded words containing special
11025         characters when rfc2047-quote-decoded-words-containing-tspecials
11026         is non-nil.
11027
11028 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11029
11030         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11031
11032         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11033
11034 2005-02-15  Simon Josefsson  <jas@extundo.com>
11035
11036         * nnimap.el (nnimap-debug): Doc fix.
11037
11038         * imap.el (imap-debug): Doc fix.
11039
11040 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11041
11042         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11043
11044 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11045
11046         * gnus.el (spam-contents): Improve docs for spam-contents
11047         parameter in its variable incarnation.
11048
11049 2005-02-14  Simon Josefsson  <jas@extundo.com>
11050
11051         * smime-ldap.el: Use require instead of load-library for ldap.
11052         (smime-ldap-search): Indent.
11053         (smime-ldap-search-internal): Shorten line.
11054
11055         * smime.el (smime-cert-by-dns): Add doc-string.
11056         (smime-cert-by-ldap-1): Indent.
11057
11058         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11059         mml-smime-get-dns-ldap.
11060         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11061
11062 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11063
11064         * smime.el: Require smime-ldap.
11065         (smime-ldap-host-list): New variable.
11066         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11067
11068         * mml-smime.el (mml-smime-encrypt-query): New function.
11069         (mml-smime-encrypt-query): Use it.
11070
11071         * smime-ldap.el: New file.
11072
11073 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11076
11077 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11078
11079         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11080         argument in doc string.  Make query for type more clear.
11081
11082 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11083
11084         * gnus.el (gnus-group-startup-message): Search for gnus images in
11085         etc/images/gnus.
11086         * mm-util.el (mm-image-load-path): Likewise.
11087         * smiley.el (smiley-data-directory): Search for smilies in
11088         etc/images/smilies.
11089
11090 2005-02-09  Kim F. Storm  <storm@cua.dk>
11091
11092         Change Emacs release version from 21.4 to 22.1 throughout.
11093         Change Emacs development version from 21.3.50 to 22.0.50.
11094
11095 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11096
11097         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11098
11099         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11100         non-Mule XEmacs as well.
11101         (mm-decompress-buffer): Signal an error intentionally if it does
11102         not decompress compressed data because auto-compression-mode is
11103         disabled.
11104
11105 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11106
11107         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11108         an ID in the registry even if it has no groups.
11109
11110 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11111
11112         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11113         merge it into mm-decompress-buffer.
11114         (gnus-mime-copy-part): Use the MIME part charset, the value which
11115         a user specified or gnus-newsgroup-charset for decoding, like
11116         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11117         save-buffer what was used.  Suggested by Kevin Ryde
11118         <user42@zip.com.au>.
11119         (gnus-mime-inline-part): Allow the name parameter as well as the
11120         filename parameter; force decompressing of compressed data; always
11121         display contents being not decoded as unibyte.
11122
11123         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11124         as well as the filename parameter.
11125
11126         * mm-util.el (mm-decompress-buffer): Merge
11127         gnus-mime-jka-compr-maybe-uncompress.
11128         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11129         of compressed data.
11130
11131 2005-02-08  Simon Josefsson  <jas@extundo.com>
11132
11133         * imap.el (imap-log): Doc fix.
11134
11135 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11138         the coding cookies; decompress compressed parts.
11139
11140         * mml.el (mml-generate-mime-1): Add the charset parameter according
11141         to the value which a user specified manually or the coding cookie.
11142
11143         * mm-util.el (mm-string-to-multibyte): New function.
11144         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11145         (mm-coding-system-to-mime-charset): New function.
11146         (mm-decompress-buffer): New function.
11147         (mm-find-buffer-file-coding-system): New function.
11148
11149         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11150         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11151         parts.
11152
11153 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11154
11155         * mm-view.el (mm-display-inline-fontify): Decode a part according
11156         to the charset parameter.
11157
11158 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11159
11160         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11161         prefix arg is neither nil nor a number, as info specifies.
11162
11163 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11166         timestamps.
11167
11168 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11169
11170         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11171         groups error checking and notify user.
11172
11173 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11174
11175         * message.el (message-send-mail-function): Check existence of
11176         sendmail-program first before using default value
11177         `message-send-mail-with-sendmail'.  Otherwise use more generic
11178         `smtpmail-send-it'.
11179
11180 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * nntp.el (nntp-request-update-info): Always return nil.
11183
11184 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11185
11186         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11187
11188 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11189
11190         * message.el (message-beginning-of-line): Change the behavior when
11191         invoked between BOL and : so that it first moves backward.
11192
11193 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11194
11195         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11196         article buffer when editing of the article is discarded.
11197         (gnus-article-prepare): Revert.
11198
11199 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11200
11201         * gnus-art.el (gnus-article-prepare):
11202         Remove message-strip-forbidden-properties from the local hook.
11203
11204 2005-01-27  Simon Josefsson  <jas@extundo.com>
11205
11206         * password.el (password-cache-add): Only start one timer per key.
11207         Reported by Derek Atkins <warlord@MIT.EDU>.
11208
11209 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11210
11211         * run-at-time.el: Removed.  It is no longer needed as
11212         timer-funcs.el in the xemacs-base package has a working version of
11213         `run-at-time'.
11214
11215         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11216
11217         * password.el: Require timer-funcs instead of run-at-time in
11218         XEmacs.
11219         Remove `password-run-at-time' macro.
11220         (password-cache-add): Use `run-at-time' instead of
11221         `password-run-at-time'.
11222
11223         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11224         Remove `nnheader-cancel-function-timers' alias,
11225         `cancel-function-timers' exists in XEmacs in timer-funcs.
11226
11227         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11228         for `run-with-idle-timer'.
11229
11230         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11231         for `run-at-time'.
11232
11233         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11234         for `with-timeout'.
11235
11236         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11237         the same as for XEmacs 21.4.
11238         No need to ignore `run-with-idle-timer', this function exists in
11239         XEmacs now in timer-funcs.el in the xemacs-base package.
11240         (dgnushack-compile): No need to delete
11241         run-at-time.el from the list of files to compile because it
11242         doesn't exist anymore.
11243
11244 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11245
11246         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11247         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11248
11249 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11250
11251         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11252         sensitively.
11253
11254 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11255
11256         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11257
11258 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11259
11260         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11261         which will be inserted according to the multibyteness of a buffer
11262         rather than the type of contents.  Suggested by ARISAWA Akihiro
11263         <ari@mbf.ocn.ne.jp>.
11264
11265         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11266         of string which old xml.el may return rather than a string.
11267
11268 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11269
11270         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11271
11272 2005-01-16  Simon Josefsson  <jas@extundo.com>
11273
11274         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11275         idn/idna.el isn't available.
11276         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11277         <michael@waxrat.com>.
11278
11279         * hashcash.el: Remove non-FSF copyright header.
11280
11281         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11282         (hashcash-generate-payment): Use it.
11283         (hashcash-generate-payment-async): Use it.
11284
11285 2005-01-15  Simon Josefsson  <jas@extundo.com>
11286
11287         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11288         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11289
11290         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11291         gnus-summary-idna-message.
11292         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11293         (gnus-summary-idna-message): New function.
11294
11295 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11296
11297         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11298         gnus-novice-user.
11299
11300 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11301
11302         * nnrss.el (nnrss-request-delete-group): Delete entries in
11303         nnrss-group-alist as well.
11304         (nnrss-save-server-data): Insert newline.
11305
11306 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11307
11308         * gnus.el (gnus-user-agent): Use list of symbols instead of
11309         symbols.  Display full version number for (S)XEmacs.  Optionally
11310         display (S)XEmacs codename.
11311
11312         * gnus-util.el (gnus-emacs-version): Update for new
11313         `gnus-user-agent'.
11314
11315         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11316         Gnus version.
11317
11318 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11319
11320         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11321         which is unreadable in some setups.
11322
11323 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11324
11325         * gnus-spec.el (gnus-update-format-specifications): Flush the
11326         group format spec cache if it doesn't support decoded group names.
11327
11328 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11329
11330         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11331         Allow to apply decay on score files matching a regexp.
11332
11333 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11334
11335         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11336         compatibility in %g and %c.
11337
11338 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11339
11340         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11341         name for only %g and %c.
11342         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11343         of gnus-tmp-group to decoded group name.
11344         (gnus-group-make-rss-group): Exclude `/'s from group names.
11345
11346 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11347
11348         * nnrss.el (nnrss-get-encoding): Fix regexp.
11349
11350 2004-12-27  Simon Josefsson  <jas@extundo.com>
11351
11352         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11353         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11354         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11355
11356 2004-12-17  Kim F. Storm  <storm@cua.dk>
11357
11358         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11359
11360         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11361
11362 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11363
11364         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11365
11366 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11367
11368         * nnrss.el: Require rfc2047 and mml.
11369         (nnrss-file-coding-system): New variable.
11370         (nnrss-format-string): Redefine it as an inline function.
11371         (nnrss-decode-group-name): New function.
11372         (nnrss-string-as-multibyte): Remove.
11373         (nnrss-retrieve-headers): Decode group name; don't use
11374         nnrss-format-string.
11375         (nnrss-request-group): Decode group name.
11376         (nnrss-request-article): Decode group name; allow a Message-ID as
11377         well as an article number; don't use nnrss-format-string; encode a
11378         Message-ID string which may contain non-ASCII characters; use
11379         mml-to-mime to compose a MIME article.
11380         (nnrss-request-expire-articles): Decode group name.
11381         (nnrss-request-delete-group): Decode group name.
11382         (nnrss-fetch): Clarify error message.
11383         (nnrss-read-server-data): Use insert-file-contents instead of load;
11384         bind file-name-coding-system; use multibyte buffer.
11385         (nnrss-save-server-data): Bind coding-system-for-write to the
11386         value of nnrss-file-coding-system; bind file-name-coding-system;
11387         add coding cookie.
11388         (nnrss-read-group-data): Use insert-file-contents instead of load;
11389         bind file-name-coding-system; use multibyte buffer.
11390         (nnrss-save-group-data): Bind coding-system-for-write to the
11391         value of nnrss-file-coding-system; bind file-name-coding-system.
11392         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11393         make it work with non-ASCII text.
11394         (nnrss-find-el): Make it work with old xml.el as well.
11395
11396 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11397
11398         * nnrss.el (nnrss-get-encoding): New function.
11399         (nnrss-fetch): Use unibyte buffer initially; bind
11400         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11401         decode contents according to the encoding attribute.
11402         (nnrss-save-group-data): Add coding cookie.
11403         (nnrss-mime-encode-string): New function.
11404         (nnrss-check-group): Use it to encode subject and author.
11405
11406 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11407
11408         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11409         imaginary variable.
11410
11411 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11414         correctly even if there are wide characters.
11415
11416 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11417
11418         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11419         downcased symbol names; make a new cache instead of reusing
11420         bbdb-hashtable.
11421
11422 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11423
11424         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11425         concatenating segments rather than before concatenating them.
11426         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11427
11428         * message.el (message-get-reply-headers): Bind `extra'.
11429
11430 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11431
11432         * message.el (message-extra-wide-headers): New variable.
11433         (message-get-reply-headers): Use it.
11434
11435 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11436
11437         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11438         (gnus-agent-group-pathname): Ditto.
11439
11440         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11441
11442         * gnus-group.el (gnus-group-make-group): Decode group name.
11443         (gnus-group-make-rss-group): Register the group data after opening
11444         the nnrss group.
11445
11446 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11447
11448         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11449         by expiry now get marked as read.
11450
11451 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11452
11453         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11454
11455 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11456
11457         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11458         unify Latin characters in XEmacs.
11459         (mm-find-mime-charset-region): Use it.
11460
11461 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11462
11463         * gnus-util.el (gnus-delete-directory): New function.
11464
11465         * gnus-agent.el (gnus-agent-delete-group): Use it.
11466
11467         * gnus-cache.el (gnus-cache-delete-group): Use it.
11468
11469 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11470
11471         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11472         names.
11473
11474 2004-12-16  Simon Josefsson  <jas@extundo.com>
11475
11476         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11477
11478 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11479
11480         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11481
11482         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11483         (gnus-group-set-current-level): Decode group name.
11484
11485 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11486
11487         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11488         failed.
11489
11490 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11491
11492         * gnus-group.el (gnus-group-delete-group): Decode group name.
11493         (gnus-group-make-rss-group): Encode group name.
11494         (gnus-group-catchup-current): Decode group name.
11495         (gnus-group-kill-group): Decode group name.
11496
11497 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11498
11499         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11500
11501 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11502
11503         * gnus-group.el (gnus-group-make-rss-group):
11504         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11505
11506         * gnus-start.el (gnus-setup-news): Honor user's setting to
11507         gnus-message-archive-method.  Suggested by Lute Kamstra
11508         <lute@gnu.org>.
11509
11510 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11511
11512         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11513         global counterparts of the buffer-local variables.
11514
11515 2004-11-16  Romain Francoise  <romain@orebokech.com>
11516
11517         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11518         counterparts of the buffer-local variables.
11519
11520 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11521
11522         * message.el (message-forbidden-properties): Fixed typo in doc
11523         string.
11524
11525 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11526
11527         * gnus-util.el (gnus-replace-in-string): Added doc string.
11528
11529         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11530         to avoid problems when splitting mails with many recipients.
11531
11532 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11533
11534         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11535         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11536
11537 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11538
11539         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11540         if there is no hashtable in memory or file modification time is
11541         newer than cached timestamp.
11542
11543 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11544
11545         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11546         not-matching option.
11547
11548 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11549
11550         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11551         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11552         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11553         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11554         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11555         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11556
11557 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11558
11559         * message.el (message-forward-make-body-mml): Remove headers
11560         according to message-forward-ignored-headers if a message is decoded.
11561
11562 2004-12-02  Romain Francoise  <romain@orebokech.com>
11563
11564         * message.el (message-forward-make-body-plain): Always remove
11565         headers according to message-forward-ignored-headers.
11566
11567 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11568
11569         * spam.el (spam-summary-prepare-exit): Remove the
11570         gnus-summary-limit pop for now, it has problems with ham marks for
11571         me.
11572
11573 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11574
11575         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11576         correctly.
11577
11578 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11579
11580         * format-spec.el (format-spec): Message the char.
11581
11582 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11583
11584         * gnus-art.el (gnus-split-methods): Reformat comments.
11585
11586         * spam.el (spam-summary-prepare-exit): Remove article limits
11587         before exiting the summary buffer.
11588
11589 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11590
11591         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11592         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11593
11594         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11595         order to silence the byte compiler.
11596
11597         * spam.el: Fix the way to silence the byte compiler, which
11598         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11599         bbdb-search-simple, spam-BBDB-register-routine,
11600         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11601         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11602         spam-stat-buffer-is-spam, spam-stat-load,
11603         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11604         spam-stat-save and spam-stat-split-fancy.
11605
11606 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11607
11608         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11609         which may confuse users.
11610         (canlock-password-for-verify): Ditto.
11611
11612         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11613
11614         * gnus-art.el (gnus-emphasis-alist): Ditto.
11615
11616         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11617
11618         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11619
11620         * gnus-start.el (gnus-save-killed-list): Ditto.
11621
11622         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11623         (gnus-sum-thread-tree-root): Ditto.
11624         (gnus-sum-thread-tree-false-root): Ditto.
11625         (gnus-sum-thread-tree-single-indent): Ditto.
11626
11627         * message.el (message-courtesy-message): Ditto.
11628         (message-archive-note): Ditto.
11629         (message-subscribed-address-file): Ditto.
11630         (message-user-fqdn): Ditto.
11631
11632         * spam-report.el (spam-report-gmane-regex): Ditto.
11633
11634         * spam.el (spam-blackhole-good-server-regex): Ditto.
11635
11636 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11637
11638         * mml.el (mml-preview): Widen the message buffer before copying
11639         the contents to the preview buffer; sort headers before previewing.
11640
11641         * message.el (message-hidden-headers): Fix the way to avoid a bug
11642         in the `repeat' widget in Emacs 21.3 or earlier.
11643
11644 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11645
11646         * message.el (message-hidden-headers): Default to "^References:".
11647         Improve customization type.  Suggested by Reiner Steib
11648         <Reiner.Steib@gmx.de>.
11649
11650 2004-11-25  Romain Francoise  <romain@orebokech.com>
11651
11652         * message.el (message-strip-forbidden-properties): Remove check for
11653         obsolete `message-hidden' text property, hidden headers are not
11654         accessible in the buffer anymore.
11655
11656 2004-11-22  Romain Francoise  <romain@orebokech.com>
11657
11658         * message.el (message-header-format-alist): Add `From' in list
11659         so that it can be sorted.
11660         (message-fix-before-sending): Widen and sort headers before
11661         sending.
11662         (message-hide-headers): Use narrowing to hide headers by moving
11663         them to the top of the buffer and narrowing to the region
11664         underneath.
11665
11666 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11667
11668         * message.el (message-strip-forbidden-properties): Bind
11669         buffer-read-only (etc) to nil.
11670
11671 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11672
11673         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11674         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11675
11676 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11677
11678         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11679
11680 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11681
11682         * dns.el (query-dns): Use sit-for to time instead of
11683         accept-process-output, since that doesn't seem to work on udp
11684         sockets.
11685
11686 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11689
11690 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11691
11692         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11693         doc string.  Improve doc string.
11694
11695 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * nntp.el (nntp-request-update-info): Return nil if
11698         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11699         may not call gnus-activate-group which uselessly issues the GROUP
11700         commands for all nntp groups and wastes time.  Reported by Romain
11701         Francoise <romain@orebokech.com>.
11702
11703         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11704
11705 2004-11-15  Simon Josefsson  <jas@extundo.com>
11706
11707         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11708         headers separately.
11709         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11710         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11711
11712 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11713
11714         * gnus-start.el (gnus-convert-old-newsrc):
11715         Assign legacy-gnus-agent to 5.10.7.
11716
11717 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11718
11719         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11720         start of the lines.
11721
11722 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11723
11724         * hashcash.el (hashcash-default-payment): Change default to 20.
11725         (hashcash-default-accept-payment): Change default to 20.
11726         (hashcash-process-alist): New variable.
11727         (hashcash-generate-payment-async): Add.
11728         (hashcash-already-paid-p): Add.
11729         (hashcash-insert-payment): Don't generate payments twice.
11730         (hashcash-insert-payment-async): Add.
11731         (hashcash-insert-payment-async-2): Add.
11732         (hashcash-cancel-async): Add.
11733         (hashcash-wait-async): Add.
11734         (hashcash-processes-running-p): Add.
11735         (hashcash-wait-or-cancel): Add.
11736         (mail-add-payment): New optional argument.  Conditionally start
11737         asynchronous calculation.
11738         (mail-add-payment-async): Add.
11739
11740         * message.el (message-send-mail): Wait for asynchronous hashcash
11741         results.  Don't clobber existing X-Hashcash headers.
11742         (message-setup-1): Call mail-add-payment-async when
11743         message-generate-hashcash is non-nil.
11744
11745 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11746
11747         * message.el (message-use-alternative-email-as-from): Examine the
11748         From header as well; use message-make-from in order to include a
11749         user's full name.
11750
11751 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11752
11753         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11754         default; improve customization type.
11755         (gnus-emphasis-custom-with-format): New macro.
11756         (gnus-emphasis-custom-value-to-external): New function.
11757         (gnus-emphasis-custom-value-to-internal): New function.
11758
11759 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11760
11761         * dns.el (query-dns): Resolve reverse addresses.
11762
11763 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11764
11765         * gnus-group.el (gnus-group-get-new-news): Use it.
11766
11767         * gnus-start.el (gnus-check-reasonable-setup): New function.
11768
11769 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11770
11771         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11772         "Args out of range" error.  Reported by Arnaud Giersch
11773         <arnaud.giersch@free.fr>.
11774
11775 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11776
11777         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11778
11779 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11780
11781         * spam.el (spam group): Add :version.
11782
11783         * pgg-def.el (pgg group): Add :version.
11784
11785 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11786
11787         * gnus-art.el (gnus-article-edit-article): Don't associate the
11788         article buffer with a draft file.  This is a temporary measure
11789         against the 2004-08-22 change to gnus-article-edit-mode.
11790
11791 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11792
11793         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11794         (html2text-format-tags): Remove unused variable `attr'.
11795
11796 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11797
11798         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11799
11800         * tls.el (tls-process-connection-type, tls-success)
11801         (tls-certtool-program): Add :version.
11802
11803         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11804         (starttls-extra-arguments, starttls-process-connection-type)
11805         (starttls-connect, starttls-failure, starttls-success): Add :version.
11806
11807         * spam-stat.el (spam-stat): Add :version.
11808
11809         * sieve.el (sieve): Add :version.
11810
11811         * sha1.el (sha1): Add :version.
11812         (sha1-use-external): Remove redundant version.
11813
11814         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11815         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11816         (nnmail-split-fancy-match-partial-words)
11817         (nnmail-split-lowercase-expanded): Add :version.
11818
11819         * nndiary.el (nndiary): Add :version.
11820
11821         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11822
11823         * mml-sec.el (mml-default-sign-method)
11824         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11825         Add :version.
11826
11827         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11828
11829         * mm-url.el (mm-url-use-external, mm-url-program)
11830         (mm-url-arguments): Add :version.
11831
11832         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11833         (mm-attachment-file-modes, mm-decrypt-option)
11834         (mm-w3m-safe-url-regexp): Add :version.
11835
11836         * message.el (message-cite-prefix-regexp)
11837         (message-sendmail-envelope-from, message-minibuffer-local-map)
11838         (message-user-fqdn, message-completion-alist): Add :version.
11839
11840         * gnus-win.el (gnus-configure-windows-hook)
11841         (gnus-use-frames-on-any-display): Add :version.
11842
11843         * gnus-art.el (gnus-article-address-banner-alist)
11844         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11845         (gnus-treat-from-picon, gnus-treat-mail-picon)
11846         (gnus-treat-x-pgp-sig): Add :version.
11847
11848         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11849         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11850         (gnus-summary-article-delete-hook)
11851         (gnus-summary-display-while-building): Add :version.
11852
11853         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11854         (gnus-get-top-new-news-hook): Add :version.
11855
11856         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11857         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11858
11859         * gnus-registry.el (gnus-registry): Add :version.
11860
11861         * gnus-spec.el (gnus-use-correct-string-widths)
11862         (gnus-make-format-preserve-properties): Add :version.
11863
11864         * gnus.el (gnus-group-charter-alist)
11865         (gnus-group-fetch-control-use-browse-url)
11866         (gnus-install-group-spam-parameters): Add :version.
11867
11868         * gnus-diary.el (gnus-diary): Add :version.
11869
11870         * gnus-delay.el (gnus-delay): Add :version.
11871
11872         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11873         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11874         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11875         Add :version.
11876
11877         * gnus-agent.el (gnus-agent-max-fetch-size)
11878         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11879         (gnus-agent-prompt-send-queue): Add :version.
11880
11881         * deuglify.el (gnus-outlook-deuglify): Add :version.
11882
11883         * html2text.el: Beautify code.  Improve doc strings.  Some
11884         checkdoc cleanup.
11885         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11886
11887 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11888
11889         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11890
11891 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11892
11893         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11894         when package is loaded.
11895
11896         * spam.el (spam-summary-score-preferred-header): Add global preference
11897         for people who want to override the default SpamAssassin over
11898         Bogofilter preference (when both are set).
11899         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11900         (spam-user-format-function-S): Check
11901         spam-summary-score-preferred-header.
11902         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11903         (spam-user-format-function-S): Format the score correctly.
11904
11905 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11908         signature file.  Suggested by Manoj Srivastava
11909         <srivasta@golden-gryphon.com>.
11910
11911         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11912         iso-2022-jp even in the Japanese language environment.
11913         Suggested by Jason Rumney <jasonr@gnu.org>.
11914
11915 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11916
11917         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11918         use the same characters as the dummy marks; make it free from
11919         getting affected by the language environment.
11920         (gnus-summary-read-group-1): Update mark positions only when the
11921         format spec is updated.
11922
11923         * gnus-spec.el (gnus-update-format-specifications): Return a list
11924         of updated types.
11925
11926 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11927
11928         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11929         of boundp to check if display-warning is available.
11930
11931 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11932
11933         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11934
11935 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11936
11937         * nnspool.el (nnspool-spool-directory): Use news-path if the
11938         news-directory variable is not bound.
11939
11940         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11941         function instead of display-warning if it is not available.
11942
11943 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11944
11945         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11946         v5-10: Use `point-at-bol'.
11947
11948 2004-10-26  Simon Josefsson  <jas@extundo.com>
11949
11950         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11951         <chenggao@gmail.com>.
11952
11953 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11954
11955         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11956         instead.
11957
11958 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11959
11960         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11961         to remove a server from the nnimap-server-buffer-alist.
11962         (nnimap-open-connection, nnimap-close-server): Use it.
11963
11964         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11965
11966 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11969         running the major-mode function.
11970
11971 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11972
11973         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11974         dummy marks in the right way.
11975
11976 2004-10-18  David Edmondson  <dme@dme.org>
11977
11978         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11979         excessively.
11980
11981 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11982
11983         * gnus-util.el (gnus-split-references): Accept a nil references
11984         string and go on blissfully.
11985
11986         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11987         cases where the references string is non-nil but has no references.
11988
11989         * encrypt.el: Add autoload tags.
11990
11991         * spam.el (spam-resolve-registrations-routine): Remove article
11992         from unregistration list too.  Reported by David Hanak
11993         <dhanak@isis.vanderbilt.edu>
11994
11995 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11996
11997         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11998         nil.  Changed custom type.
11999
12000 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12001
12002         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12003
12004         * gnus-sum.el (gnus-summary-move-article): Use it.
12005
12006 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12007
12008         * encrypt.el: Add autoload cookies.
12009
12010         * spam.el (spam-backend-article-list-property)
12011         (spam-backend-get-article-todo-list)
12012         (spam-backend-put-article-todo-list)
12013         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12014         Resolve registrations separately.
12015         (spam-register-routine): Format comments.
12016         (spam-unregister-routine, spam-register-routine): Always call with
12017         specific-articles, no default list.
12018         (spam-summary-prepare-exit): Use the spam-classifications function.
12019
12020         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12021         gnus-encrypt.el.
12022
12023         * encrypt.el: Copied from gnus-encrypt.el.
12024
12025         * gnus-encrypt.el: Commented that it's obsolete.
12026
12027 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12028
12029         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12030         (gnus-score-save): Use it.
12031
12032         * message.el (message-bury): Use `window-dedicated-p'.
12033
12034 2004-10-15  Simon Josefsson  <jas@extundo.com>
12035
12036         * pop3.el (top-level): Don't require nnheader.
12037         (pop3-read-timeout): Add.
12038         (pop3-accept-process-output): Add.
12039         (pop3-read-response, pop3-retr): Use it.
12040
12041 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12042
12043         * spam.el (spam-register-routine): Move comment.
12044         (spam-verify-bogofilter): Use 'unknown for the initial
12045         spam-bogofilter-valid state, not 'never.
12046
12047         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12048         for netrc-machine.
12049
12050         * nnimap.el (nnimap-open-connection): Use
12051         netrc-machine-user-or-password.
12052
12053 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12054
12055         * gnus-registry.el (gnus-registry-unload-hook):
12056         Set as a variable with add-hook.
12057
12058         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12059         of news-path.
12060
12061         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12062
12063         * spam.el: Delete duplicate `provide'.
12064         (spam-unload-hook): Set as a variable with add-hook.
12065
12066 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12067
12068         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12069         in the doc string.
12070
12071         * message.el (message-ignored-news-headers)
12072         (message-ignored-supersedes-headers)
12073         (message-ignored-resent-headers)
12074         (message-forward-ignored-headers): Improve custom type.
12075
12076 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12077
12078         * message.el (message-tokenize-header): Fix 2004-09-06 change
12079         which used point-min in the wrong place.
12080
12081 2004-10-12  Simon Josefsson  <jas@extundo.com>
12082
12083         * tls.el (tls-certtool-program): New variable.
12084         (tls-certificate-information): New function, based on
12085         ssl-certificate-information.
12086
12087 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12088
12089         * compface.el: Move the version of ELisp-based uncompface program
12090         to the contrib directory because of the copyright problem.
12091
12092 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12093
12094         * message.el (message-kill-buffer): Raise the current frame.
12095
12096 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12097
12098         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12099
12100         * gnus.el (message-y-or-n-p): Autoload.
12101
12102         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12103         (pop3-password-required, pop3-authentication-scheme)
12104         (pop3-leave-mail-on-server): Made customizable.
12105         (pop3): New custom group.
12106         (pop3-retr): Remove `sleep-for' statements.
12107         Suggested by Dave Love <fx@gnu.org>.
12108
12109         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12110         Windows/DOS.
12111
12112         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12113         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12114         Dave Love <fx@gnu.org>.
12115
12116         * mml.el (mml-minibuffer-read-disposition): Require match.
12117         Suggested by Dave Love <fx@gnu.org>.
12118
12119 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12120
12121         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12122         doc string.
12123
12124 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12125
12126         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12127
12128 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12129
12130         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12131         instead of calling `mm-insert-inline', to decode text/* parts
12132         before displaying them.
12133
12134 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * mm-uu.el (mm-uu-text-plain-type): New variable.
12137         (mm-uu-pgp-signed-extract-1): Use it.
12138         (mm-uu-pgp-encrypted-extract-1): Use it.
12139         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12140         bind mm-uu-text-plain-type with that value.
12141         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12142         mm-uu-dissect.
12143
12144 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * gnus-group.el (gnus-update-group-mark-positions):
12147         * gnus-sum.el (gnus-update-summary-mark-positions):
12148         * message.el (message-check-news-body-syntax):
12149         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12150         of string-as-multibyte.
12151
12152 2004-10-05  Juri Linkov  <juri@jurta.org>
12153
12154         * gnus-group.el (gnus-update-group-mark-positions):
12155         * gnus-sum.el (gnus-update-summary-mark-positions):
12156         * message.el (message-check-news-body-syntax):
12157         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12158         8-bit unibyte values to a multibyte string for search functions.
12159
12160 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12161
12162         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12163         (mm-uu-dissect-text-parts): New function.
12164
12165         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12166         dissect text parts.
12167
12168         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12169         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12170
12171         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12172
12173         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12174         gnus-current-topics instead of gnus-current-topic.
12175
12176 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12177
12178         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12179
12180 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12181
12182         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12183         where approriate.
12184
12185         * nnml.el (nnml-generate-active-info): do.
12186
12187         * nndiary.el (nndiary-generate-active-info): do.
12188
12189         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12190         (gnus-topic-move): do.
12191
12192         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12193         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12194
12195         * gnus-srvr.el (gnus-server-prepare)
12196         (gnus-server-open-all-servers): do.
12197
12198         * gnus-msg.el (gnus-summary-cancel-article)
12199         (gnus-summary-resend-message)
12200         (gnus-summary-mail-crosspost-complaint): do.
12201
12202         * gnus-move.el (gnus-change-server): do.
12203
12204         * gnus-group.el (gnus-group-unmark-all-groups)
12205         (gnus-group-set-current-level): do.
12206
12207 2004-10-04  Simon Josefsson  <jas@extundo.com>
12208
12209         * message.el (message-generate-hashcash): Doc fix.
12210
12211 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12212
12213         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12214         avoid infinite recursion via gnus-get-function.
12215
12216 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12217
12218         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12219
12220         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12221
12222         * nnmail.el (nnmail-split-history): do.
12223
12224         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12225         (nnml-request-delete-group): do.
12226
12227         * nnslashdot.el (nnslashdot-read-groups): do.
12228
12229         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12230         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12231
12232         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12233         (nnspool-sift-nov-with-sed): Use last.
12234         (nnspool-retrieve-headers-with-nov): Use mapc.
12235         (nnspool-request-newgroups): Use dolist.
12236         (nnspool-request-group): Use last.
12237
12238         * nntp.el (nntp-read-server-type): Use dolist.
12239
12240         * nnvirtual.el (nnvirtual-create-mapping)
12241         (nnvirtual-update-read-and-marked): Use dolist.
12242         (nnvirtual-convert-headers): Simplify.
12243
12244 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12245
12246         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12247         support for sync'ing tick marks.
12248
12249 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12252         there's no visible header.
12253
12254 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12255
12256         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12257         necessary, pass full group name to gnus-request-set-marks.
12258
12259 2004-10-01  Simon Josefsson  <jas@extundo.com>
12260
12261         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12262         acroread.
12263
12264 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12265
12266         * spam-report.el (spam-report-gmane): Fix interactive.
12267
12268         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12269
12270         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12271         when writing file.
12272         (gnus-agent-synchronize-flags): Don't default to being
12273         interactive.
12274
12275 2004-09-30  Simon Josefsson  <jas@extundo.com>
12276
12277         * message.el (message-generate-hashcash): Add.
12278         (message-send-mail): Use it, call mail-add-payment.
12279
12280 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12281
12282         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12283
12284 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12285
12286         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12287         gnus-requst-update-info with explicit code to sync the in-memory
12288         info read flags with the marks being sync'd to the backend.
12289
12290         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12291
12292 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12293
12294         * spam.el (spam-verify-bogofilter): Add new function.
12295         (spam-check-bogofilter)
12296         (spam-bogofilter-register-with-bogofilter): Use it.
12297         (spam-verify-bogofilter): Add small fixes.
12298
12299 2004-09-28  Simon Josefsson  <jas@extundo.com>
12300
12301         * hashcash.el (hashcash-generate-payment): Revert.
12302
12303 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12304
12305         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12306         gnus-extract-references instead of gnus-split-references.
12307
12308         * gnus-util.el (gnus-extract-references): Add new function, analogous
12309         to gnus-split-references but extracts only the message-ID without
12310         anything extra.
12311
12312         * hashcash.el (hashcash-generate-payment)
12313         (hashcash-check-payment): Do the right thing if hashcash-path is
12314         nil (because the hashcash program could not be found).
12315
12316         * spam.el (spam-use-hashcash): Remove comment.
12317
12318 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12319
12320         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12321         (gnus-cache-enter-article, gnus-cache-remove-article)
12322         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12323
12324         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12325
12326         * gnus-art.el (article-hide-boring-headers)
12327         (article-translate-strings, article-display-face)
12328         (gnus-article-mime-match-handle-first)
12329         (gnus-article-highlight-headers)
12330         (gnus-article-add-buttons-to-head): do.
12331
12332 2004-09-27  Simon Josefsson  <jas@extundo.com>
12333
12334         * hashcash.el: New version, from
12335         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12336         ../contrib/.
12337
12338 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12339
12340         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12341
12342 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12343
12344         * gnus-dup.el (gnus-dup-open): Use mapc.
12345         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12346
12347         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12348         Reported by Stefan Wiens <s.wi@gmx.net>.
12349
12350         * gnus.el (gnus-shutdown): Use dolist.
12351
12352         * gnus-undo.el (gnus-undo): Use mapc.
12353
12354         * nnrss.el (nnrss-generate-active): do.
12355
12356         * message.el (message-cite-original-without-signature)
12357         (message-cite-original): Use mapc.
12358         (message-do-actions, message-make-forward-subject): Use dolist.
12359
12360 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12361
12362         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12363         deletion to remove entire duplicate line.  Fixes merged article
12364         number bug.
12365
12366 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12367
12368         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12369         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12370         first ask if you want to open a server and then, even when you
12371         responded with no, asking if you want to synchronize the server's
12372         flags.
12373         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12374         multi-line expressions.
12375         (gnus-agent-synchronize-group-flags): New internal function.
12376         Updates marks in memory (in the info structure) AND in the
12377         backend.
12378
12379         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12380
12381         * nnagent.el (nnagent-request-set-mark): Use
12382         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12383         method, to ensure that synchronization updates marks in the
12384         backend and in the info (in memory) structure.
12385
12386 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12387
12388         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12389         convention fully; don't miss the root article of a thread; make
12390         the X-Draft-From header with correct article numbers.
12391
12392 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12393
12394         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12395         unless plugged.  Disable the agent so that an open failure causes
12396         an error.
12397
12398         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12399         Reverted 2004-09-21 change.  The backend must be opened while
12400         synchronizing flags even when the backend stores the flags
12401         locally.
12402
12403 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12404
12405         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12406         in `header' match.  Reported by Svend Tollak Munkejord.
12407
12408         * message.el (message-cite-original): Fix use of
12409         `message-cite-articles-with-x-no-archive'.
12410
12411 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12412
12413         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12414         (gnus-window-to-buffer): Ditto.
12415
12416         * mml.el (mml-preview-buffer): New variable.
12417         (mml-preview): Manage window layout with gnus-buffer-configuration.
12418
12419         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12420         X-Draft-From header even if those articles aren't quoted.
12421
12422 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12423
12424         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12425         (gnus-request-set-mark, gnus-request-update-mark): Use new
12426         g-s-t-u-l-m to decide to use backend even when unplugged.
12427
12428 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12429
12430         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12431         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12432
12433 2004-09-20  Simon Josefsson  <jas@extundo.com>
12434
12435         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12436         "utf-16-le".
12437
12438 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12439
12440         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12441
12442 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12443
12444         * uudecode.el (uudecode-use-external): Add :version.
12445
12446         * smime.el (smime-CA-file, smime-encrypt-cipher)
12447         (smime-dns-server): Add :version.
12448
12449         * smiley.el (gnus-smiley-file-types): Add :version.
12450
12451         * sha1.el (sha1-use-external): Add :version.
12452
12453         * pgg-def.el (pgg-query-keyserver): Add :version.
12454
12455         * nnmail.el (nnmail-fancy-expiry-targets)
12456         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12457         Add :version.
12458
12459         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12460         (nnimap-retrieve-groups-asynchronous): Add :version.
12461         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12462
12463         * mml.el (mml-content-disposition-parameters)
12464         (mml-insert-mime-headers-always): Add :version.
12465
12466         * mm-util.el (mm-coding-system-priorities): Add :version.
12467
12468         * mm-decode.el (mm-inline-text-html-with-images)
12469         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12470         (mm-verify-option): Add :version.
12471         (mm-text-html-renderer): Change :version.
12472
12473         * message.el (message-fcc-externalize-attachments)
12474         (message-required-headers, message-draft-headers)
12475         (message-subject-trailing-was-query)
12476         (message-subject-trailing-was-ask-regexp)
12477         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12478         (message-mark-insert-end, message-archive-header)
12479         (message-archive-note, message-cross-post-default)
12480         (message-cross-post-note, message-followup-to-note)
12481         (message-cross-post-note-function, message-use-mail-followup-to)
12482         (message-subscribed-address-functions)
12483         (message-subscribed-address-file, message-subscribed-addresses)
12484         (message-subscribed-regexps, message-allow-no-recipients)
12485         (message-yank-cited-prefix, message-signature-insert-empty-line)
12486         (message-hidden-headers, message-hierarchical-addresses)
12487         (message-mail-user-agent, message-use-idna)
12488         (message-valid-fqdn-regexp)
12489         (message-strip-special-text-properties, message-header-synonyms)
12490         (message-beginning-of-line, message-tab-body-function): Add :version.
12491         (message-insert-canlock, message-wide-reply-confirm-recipients):
12492         Change :version.
12493
12494         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12495         and :version.
12496         (mail-source-delete-old-incoming-confirm)
12497         (mail-source-movemail-program): Add :version.
12498
12499         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12500         (gnus-agent-cache, gnus-agent): Change :version.
12501
12502         * gnus-util.el (gnus-use-byte-compile): Change :version.
12503
12504         * gnus-sum.el (gnus-summary-make-false-root-always)
12505         (gnus-summary-default-high-score)
12506         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12507         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12508         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12509         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12510         (gnus-sum-thread-tree-single-indent)
12511         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12512         (gnus-sum-thread-tree-leaf-with-other)
12513         (gnus-sum-thread-tree-single-leaf): Add :version.
12514         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12515         (gnus-article-loose-mime): Change :version.
12516
12517         * gnus-start.el (gnus-backup-startup-file)
12518         (gnus-save-startup-file-via-temp-buffer): Add :version.
12519
12520         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12521         (gnus-server-offline-face): Add :version.
12522
12523         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12524
12525         * gnus-msg.el (gnus-gcc-externalize-attachments)
12526         (gnus-debug-files, gnus-debug-exclude-variables)
12527         (gnus-discouraged-post-methods): Change :version.
12528         (gnus-confirm-mail-reply-to-news)
12529         (gnus-confirm-treat-mail-like-news): Add :version.
12530
12531         * gnus-int.el (gnus-server-unopen-status): Add :version.
12532
12533         * gnus-group.el (gnus-group-jump-to-group-prompt)
12534         (gnus-large-ephemeral-newsgroup)
12535         (gnus-fetch-old-ephemeral-headers): Add :version.
12536
12537         * gnus-fun.el (gnus-x-face-directory)
12538         (gnus-convert-pbm-to-x-face-command)
12539         (gnus-convert-image-to-x-face-command)
12540         (gnus-convert-image-to-face-command): Add :version.
12541
12542         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12543
12544         * gnus-cite.el (gnus-cite-blank-line-after-header)
12545         (gnus-article-boring-faces): Add :version.
12546
12547         * gnus-art.el (gnus-buttonized-mime-types)
12548         (gnus-inhibit-mime-unbuttonizing)
12549         (gnus-treat-display-face)
12550         (gnus-treat-body-boundary): Change :version.
12551         (gnus-body-boundary-delimiter, gnus-picon-databases)
12552         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12553         (gnus-treat-date-english, gnus-treat-fold-headers)
12554         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12555         (gnus-treat-mail-picon, gnus-treat-wash-html)
12556         (gnus-article-encrypt-protocol)
12557         (gnus-use-idna, gnus-article-over-scroll)
12558         (gnus-mime-display-multipart-alternative-as-mixed)
12559         (gnus-mime-display-multipart-related-as-mixed)
12560         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12561         (gnus-ctan-url, gnus-button-ctan-handler)
12562         (gnus-button-handle-ctan-bogus-regexp)
12563         (gnus-button-ctan-directory-regexp)
12564         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12565         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12566         (gnus-button-man-level, gnus-button-emacs-level)
12567         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12568
12569         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12570         (gnus-agent-go-online): Change :version.
12571         (gnus-agent-expire-unagentized-dirs)
12572         (gnus-agent-auto-agentize-methods): Add :version.
12573
12574         * flow-fill.el (fill-flowed-display-column)
12575         (fill-flowed-encode-column): Add :version.
12576
12577         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12578         (gnus-outlook-deuglify-unwrap-max)
12579         (gnus-outlook-deuglify-cite-marks)
12580         (gnus-outlook-deuglify-unwrap-stop-chars)
12581         (gnus-outlook-deuglify-no-wrap-chars)
12582         (gnus-outlook-deuglify-attrib-cut-regexp)
12583         (gnus-outlook-deuglify-attrib-verb-regexp)
12584         (gnus-outlook-deuglify-attrib-end-regexp)
12585         (gnus-outlook-display-hook): Add :version.
12586
12587         * binhex.el (binhex-use-external): Add :version.
12588
12589 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12590
12591         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12592         and `invisible'.
12593
12594 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12595
12596         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12597         in gnus-registry-trim.
12598
12599 2004-09-13  Simon Josefsson  <jas@extundo.com>
12600
12601         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12602
12603         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12604
12605         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12606         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12607         <yamaoka@jpl.org>.
12608         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12609         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12610         <yamaoka@jpl.org>.
12611
12612         * sieve.el (sieve-manage-mode): Ditto.
12613
12614 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12615
12616         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12617
12618 2004-09-11  Simon Josefsson  <jas@extundo.com>
12619
12620         * dns-mode.el: Add.
12621
12622         * mm-view.el (mm-display-dns-inline): Add.
12623
12624         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12625         (mm-automatic-display): Ditto.
12626
12627         * mailcap.el (mailcap-mime-data): Add text/dns.
12628         (mailcap-mime-extensions): Map .soa to text/dns.
12629
12630 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12631
12632         * gnus-art.el (article-decode-mime-words, article-babel)
12633         (gnus-article-highlight-signature, gnus-article-add-buttons)
12634         (gnus-signature-toggle): Remove unnecessary bindings of
12635         `inhibit-read-only' inherited from v5.10 merge.
12636
12637 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12638
12639         * nntp.el (nntp): New customization group.
12640         (nntp-authinfo-file): Add customization group.
12641
12642         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12643
12644         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12645
12646         * gnus.el (to-address, to-list, subscribed)
12647         (large-newsgroup-initial): Ditto.
12648
12649         * flow-fill.el (fill-flowed-display-column)
12650         (fill-flowed-encode-column): Ditto.
12651
12652 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12653
12654         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12655         Use point-min rather than 1.
12656         (message-send-mail): Use buffer-size rather than point-max.
12657
12658         * gnus-sum.el (gnus-summary-search-article-forward):
12659         Signal a specific `search-failed' rather than a generic `error'.
12660
12661         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12662         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12663         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12664
12665 2004-09-10  Simon Josefsson  <jas@extundo.com>
12666
12667         * nndb.el (require): Remove tcp and duplicate cl.
12668
12669 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * gnus-agent.el (directory-files-and-attributes): Move forward.
12672
12673 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12674
12675         * gnus-agent.el (directory-files-and-attributes): Optionally
12676         defined to support XEmacs.
12677
12678 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12679
12680         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12681         to avoid run-time CL dependencies.
12682         (gnus-agent-unfetch-articles): New function.
12683         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12684         article numbers even when local .overview file is missing.
12685         (gnus-agent-read-article-number): New function.  Only accepts
12686         27-bit article numbers.
12687         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12688         gnus-agent-read-article-number.
12689         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12690         from backend while recognizing that article numbers in .overview
12691         must be valid.
12692         (gnus-agent-update-files-total-fetched-for): Use
12693         directory-files-and-attributes to improve performance.
12694         * gnus-int.el (gnus-request-move-article): Use
12695         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12696         improve performance.
12697
12698         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12699         some users confused by references to .newsrc when they only have a
12700         .newsrc.eld file.
12701         (gnus-convert-mark-converter-prompt)
12702         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12703         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12704         New function.  Used internally to only display 'gnus converting
12705         files' message when actually necessary.
12706
12707         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12708         methods now autoloaded.
12709
12710 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12713         identifiers.
12714
12715 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12716
12717         * gnus-picon.el: Fix indentation and closing parenthesis.
12718
12719 2004-09-01  Simon Josefsson  <jas@extundo.com>
12720
12721         * message.el (message-canlock-generate): Require sha1, not
12722         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12723         to require within a function.  Sadly, if sha1.el isn't loaded, the
12724         let binding in m-c-g will hide the defcustom definition, which is
12725         bad.)
12726
12727         * canlock.el: Require sha1, not sha1-el.
12728
12729         * message.el: Don't autoload sha1 (there is a autoload cookie in
12730         sha1.el).
12731
12732         * sha1-el.el: Renamed to sha1.el.
12733
12734 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12735
12736         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12737
12738 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12739
12740         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12741
12742 2004-08-30  Kim F. Storm  <storm@cua.dk>
12743
12744         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12745
12746         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12747         Add :group 'nnimap.
12748
12749 2004-08-30  Andreas Schwab  <schwab@suse.de>
12750
12751         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12752         ?* and ?\;.
12753
12754         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12755         and ?\' to symbol instead of whitespace.
12756
12757 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12758
12759         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12760
12761         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12762         instead of re-search-forward.
12763
12764         * gnus-uu.el (gnus-uu-save-article): Ditto.
12765         (gnus-uu-post-encode-uuencode): Ditto.
12766
12767         * html2text.el (html2text-clean-list-items): Ditto.
12768         (html2text-clean-dtdd): Ditto.
12769         (html2text-format-tags): Ditto.
12770
12771         * message.el (message-send-mail-with-sendmail): Fix regexp.
12772         (message-fill-field-general): Use search-forward instead of
12773         re-search-forward.
12774         (unbold-region): Ditto.
12775
12776         * nnrss.el (nnrss-request-article): Ditto.
12777
12778         * nnslashdot.el (nnslashdot-request-article): Ditto.
12779
12780         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12781
12782         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12783         "Unrecognized menu descriptor" error in XEmacs.
12784
12785 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12786
12787         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12788         parent article of a sparse article in the thread hashtb.
12789
12790 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12791
12792         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12793         (nnmail-expand-newtext): Lowercase expanded entries if
12794         nnmail-split-lowercase-expanded is non-nil.
12795
12796 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12799
12800         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12801         of gnus-tmp-news-method into string under XEmacs.  It will be
12802         passed to gnus-correct-length which takes only a string argument.
12803
12804 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12805
12806         * gnus-util.el (gnus-bind-print-variables): New macro.
12807         (gnus-prin1): Use it.
12808         (gnus-prin1-to-string): Use it.
12809         (gnus-pp): New function.
12810         (gnus-pp-to-string): New function.
12811
12812         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12813         Replace pp-to-string with gnus-pp-to-string.
12814         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12815         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12816         * gnus-msg.el (gnus-debug): Ditto.
12817         * gnus-score.el (gnus-score-save): Ditto.
12818         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12819         gnus-pp-to-string.
12820         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12821         with gnus-pp.
12822         * score-mode.el (gnus-score-pretty-print): Ditto.
12823         * webmail.el (webmail-debug): Ditto.
12824
12825 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12826
12827         * gnus-art.el (article-display-face, article-display-x-face):
12828         Use buffer-read-only.
12829
12830 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12831
12832         * gnus-art.el (article-hide-list-identifiers):
12833         Bind inhibit-read-only as t.
12834
12835 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12836
12837         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12838
12839 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12840
12841         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12842         (gnus-narrow-to-page): Don't assume point-min == 1.
12843         (gnus-article-edit-mode): Derive from message-mode.
12844
12845         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12846         point-min == 1.
12847
12848         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12849         Disable incorrect use of `assert'.
12850
12851         * message.el (message-mode): Set comment-start-skip.
12852
12853
12854 2004-08-22  Sam Steingold  <sds@gnu.org>
12855
12856         * pop3.el (pop3-leave-mail-on-server): New user variable.
12857         (pop3-movemail): Delete mail only when it is nil.
12858
12859 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12860
12861         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12862
12863         * mml.el (mml-preview): Use `pop-to-buffer'.
12864
12865         * message.el (message-goto-mail-followup-to): Insert after "To".
12866         (message-carefully-insert-headers): Add comment.
12867
12868         * gnus.el: Remove unused variable `gnus-article-check-size'.
12869
12870         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12871
12872         * gnus-art.el (gnus-button-alist): Improve
12873         `gnus-button-handle-library' entry.
12874
12875 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12876
12877         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12878         downcase, since XEmacs capitalizes error messages differently.
12879
12880 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12881
12882         * nntp.el: Add (require 'gnus) due to reference to
12883         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12884
12885 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12886
12887         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12888         `mm-fill-flowed'.
12889
12890         * mm-decode.el (mm-dissect-singlepart): Check it.
12891
12892 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12893
12894         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12895         'imap' for netrc parsing.
12896
12897 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12898
12899         * mailcap.el (mailcap-mime-data): Mark as risky.
12900
12901 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12902
12903         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12904         may be included in the encoded word.
12905         (rfc2047-encode): Don't append a space if the encoded word
12906         includes close parenthesis.
12907
12908 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12909
12910         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12911         of text within parentheses.
12912
12913 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12914
12915         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12916         (gnus-encrypt-write-file-contents): Make the password key the file
12917         name PLUS the cipher, not just the cipher.  Also remove failed
12918         passwords from the cache.
12919
12920 2004-08-06  Simon Josefsson  <jas@extundo.com>
12921
12922         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12923         fix.
12924
12925 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12926
12927         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12928         LWSP.
12929
12930 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12931
12932         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12933         to append in-reply-to: data to the references: header.
12934
12935         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12936         (netrc-parse): Use gnus-encrypt.el functions.
12937
12938         * gnus-encrypt.el: Add new file for encryption support; currently
12939         does only a few GPG ciphers and an internal XOR cipher.
12940
12941         * password.el: Add comments on using password-read-and-add.
12942         (password-read-and-add): Add function to read and add the
12943         password to the cache at once.
12944
12945 2004-07-28  Simon Josefsson  <jas@extundo.com>
12946
12947         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12948         parameter (but don't use it, for now).
12949
12950         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12951         instead of hard coding to nil.
12952
12953 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12954
12955         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12956         as mm-inline-image-xemacs does.
12957
12958 2004-07-26  Simon Josefsson  <jas@extundo.com>
12959
12960         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12961         Revert part of 2004-07-17 change below.
12962
12963 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12964
12965         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12966         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12967
12968 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12969
12970         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12971         quotes that actually start with ">" at the beginning of the
12972         lines.
12973
12974 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12975
12976         * rfc2047.el (rfc2047-encode-region): Fix last change.
12977         (rfc2047-encode-parameter): Remove useless concat.
12978
12979 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12980
12981         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12982         encode special characters; fix some kind of misconfigured headers;
12983         signal a real error if debug-on-quit or debug-on-error is non-nil.
12984         (rfc2047-encode-max-chars): New variable.
12985         (rfc2047-encode-1): Use it.
12986         (rfc2047-encode-parameter): New function.
12987
12988         * mml.el (mml-insert-parameter): Remove an excessive space.
12989
12990 2004-07-17  Simon Josefsson  <jas@extundo.com>
12991
12992         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12993         Kai Grossjohann <kai@emptydomain.de>.
12994         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12995         (gnus-group-make-menu-bar): Ditto.
12996
12997         * gnus-util.el (gnus-group-server): Add.
12998
12999 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13000
13001         * message.el (message-clone-locals): Clone sendmail and smtp
13002         variables.
13003
13004 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13005
13006         * rfc2047.el (rfc2047-encode-region): Fix last change.
13007
13008 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13009
13010         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13011         characters as non-special.
13012
13013 2004-07-09  Simon Josefsson  <jas@extundo.com>
13014
13015         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13016         Users will lose all flag changes made while unplugged with
13017         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13018         good default.  See numerous reports on ding mailing list.
13019
13020 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13021
13022         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13023         add generate-head-function and generate-article-function to the
13024         rfc822-forward entry.
13025         (nndoc-rfc822-forward-generate-article): New function.
13026         (nndoc-rfc822-forward-generate-head): New function.
13027
13028         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13029
13030 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13031
13032         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13033         respect display group parameter and gnus-summary-expunge-below.
13034         (gnus-articles-to-read): Remove unused reference to display group
13035         parameter.
13036
13037 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13038
13039         * nnheader.el (nnheader-uniquify-message-id): New experimental
13040         variable.
13041         (nnheader-nov-read-message-id): Use it.
13042
13043         * spam-report.el (spam-report-gmane): Add interactive.
13044
13045 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13046
13047         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13048         qp-or-base64 for the application/* types.
13049
13050 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13051
13052         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13053
13054 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13055
13056         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13057         trim value.
13058
13059 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13060
13061         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13062         New macro and function.
13063         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13064
13065 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13066
13067         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13068         after-load-alist.
13069
13070 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13071
13072         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13073         update info that isn't there.
13074
13075 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13076
13077         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13078         entry.
13079
13080 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13081
13082         * mm-view.el (mm-inline-render-with-function): Use multibyte
13083         buffer; decode html source by charset.
13084
13085         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13086
13087         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13088         Mule-UCS is loaded under XEmacs.
13089         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13090
13091 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13092
13093         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13094
13095 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13096
13097         * mm-util.el (mm-coding-system-p): Return a coding-system.
13098         (mm-mime-mule-charset-alist): Use shift_jis instead of
13099         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13100         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13101         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13102         instead of japanese-shift-jis and iso-latin-1 respectively in
13103         order to share the default value with both Emacs and XEmacs-mule.
13104         (mm-mule-charset-to-mime-charset): Make
13105         mm-coding-system-priorities effective.
13106         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13107         while predicating of candidates upon the priorities.
13108
13109 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13110
13111         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13112         gnus-uu-invert-processable.
13113
13114         * gnus.el: Autoload gnus-uu-invert-processable.
13115
13116 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13117
13118         * mm-util.el (mm-with-multibyte-buffer): New macro.
13119
13120         * rfc2047.el (rfc2047-encode-string): Use it.
13121         (rfc2047-encode-region): Move point to the end of the region after
13122         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13123
13124 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13127         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13128
13129 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13130
13131         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13132         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13133         Karl Chen <quarl@nospam.quarl.org>.
13134
13135 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13136
13137         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13138         invalid addresses.
13139
13140 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13141
13142         * spam.el: Change section markers, revise TODO list.
13143         (spam-backends): Make new master list of all installed backends.
13144         (spam-summary-exit-behavior): Add new variable to determine how
13145         messages moves are done at summary exit.
13146         (spam-move-spam-nonspam-groups-only)
13147         (spam-process-ham-in-nonham-groups)
13148         (spam-process-ham-in-spam-groups): Remove variables, the
13149         spam-summary-exit-behavior variable should be used to manage this
13150         behavior.
13151         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13152         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13153         and spam-old-spam-articles.
13154         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13155         Add empty variables, placeholders for the backends they represent.
13156         (spam-set-difference): Move, unchanged.
13157         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13158         unless the user has a processor variable.
13159         (spam-classifications, spam-classification-valid-p)
13160         (spam-backend-properties, spam-backend-property-valid-p)
13161         (spam-backend-function-type-valid-p)
13162         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13163         (spam-report-articles-gmane, spam-report-articles-resend):
13164         Remove functions, they are not needed.
13165         (spam-install-backend-super, spam-backend-list)
13166         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13167         (spam-backend-function, spam-backend-ham-registration-function)
13168         (spam-backend-spam-registration-function)
13169         (spam-backend-ham-unregistration-function)
13170         (spam-backend-spam-unregistration-function)
13171         (spam-backend-statistical-p, spam-backend-mover-p)
13172         (spam-install-backend-alias, spam-install-checkonly-backend)
13173         (spam-install-mover-backend, spam-install-nocheck-backend)
13174         (spam-install-backend, spam-install-statistical-backend)
13175         (spam-install-statistical-checkonly-backend): Add backend installation
13176         support.
13177         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13178         (spam-group-processor-p): Use the new backend code and respect the
13179         summary exit behavior.
13180         (spam-mark-spam-as-expired-and-move-routine): Remove.
13181         (spam-summary-prepare): Change to use the new spam-old-articles
13182         variable.
13183         (spam-copy-or-move-routine, spam-copy-spam-routine)
13184         (spam-move-spam-routine, spam-copy-ham-routine)
13185         (spam-move-ham-routine): Add code to copy/move ham or spam.
13186         (spam-fetch-field-fast): Improve doc and code, plus allow the
13187         'number request.
13188         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13189         variables.
13190         (spam-split, spam-find-spam): Use the new backend code.
13191         (spam-registration-functions): Remove variable.
13192         (spam-unregister-routine): Add convenience wrapper.
13193         (spam-log-undo-registration, spam-register-routine)
13194         (spam-log-processing-to-registry)
13195         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13196         where possible.
13197         (spam-check-gmane-xref, spam-check-regex-headers)
13198         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13199         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13200         (spam-check-bogofilter-headers, spam-check-spamoracle)
13201         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13202         (spam-check-crm114-headers): Use the spam-split-group that
13203         spam-split prepares, no need to determine it every time.
13204
13205         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13206         to the nnheader-parse-naked-head call.
13207
13208         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13209
13210         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13211         the nnheader-nov-read-message-id call.
13212
13213 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13214
13215         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13216         gnus-activate-group twice.  Suggested by Markus Peter
13217         <warp@spin.de>.
13218
13219 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13220
13221         * gnus-art.el (gnus-article-time-format): Exchange the order of
13222         day and month in the default value; fix customization type.
13223         (article-date-ut): Use add-text-properties.
13224         (article-make-date-line): Use message-make-date instead of
13225         current-time-string.
13226
13227         * message.el (message-fetch-field): Don't use set-text-properties.
13228         (message-make-date): Simplify.
13229
13230         * messagexmas.el (message-xmas-make-date): New function.
13231         (message-xmas-redefine): Defalias message-make-date to it.
13232
13233 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13234
13235         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13236         (rfc2047-encode-region): Treat text within parentheses as special;
13237         show the original text when error has occurred.
13238
13239         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13240         already-computed method to gnus-activate-group.
13241
13242         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13243         same select-methods identical Lisp objects.
13244
13245         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13246         object when modifying the info.
13247
13248 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13249
13250         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13251         gnus-opened-servers since it has never been opened with the new
13252         configuration yet.
13253
13254 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13255
13256         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13257         arg to nnheader-generate-fake-message-id.
13258
13259 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13260
13261         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13262         number and build a fake message ID localized to a group and
13263         article number (so it's repeatable from that point on).
13264         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13265         ID format.
13266
13267         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13268         nnheader-generate-fake-message-id with the article number.
13269
13270 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13271
13272         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13273         end-of-buffer.
13274
13275 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13276
13277         * message.el (message-ignored-supersedes-headers): Add Approved.
13278
13279 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13280
13281         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13282         goto-char.
13283         (rfc2047-encode): Fold the line before encoding.
13284
13285 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13286
13287         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13288         folding -- not all headers can be folded, and this should be done
13289         by the message composition mode.  Probably.  I think.
13290
13291 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13292
13293         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13294         fast.
13295
13296         * gnus-ems.el (gnus-remove-image): Don't use
13297         message-text-with-property; remove only the image found first.
13298
13299         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13300         found first.
13301
13302 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13303
13304         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13305
13306 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13307
13308         * message.el (message-text-with-property): Make it fast and accept
13309         optional arguments.
13310         (message-strip-forbidden-properties): Use it.
13311         (message-fix-before-sending): Follow the m-t-w-p change.
13312
13313         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13314
13315 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13316
13317         * gnus-art.el (article-hide-headers): Don't change the buffer
13318         mistakenly when performing mml-preview even if
13319         gnus-single-article-buffer is nil.
13320
13321 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13322
13323         * message.el (message-expand-name-databases): New user option.
13324         (message-expand-name): Use it.
13325
13326 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13327
13328         * spam.el (spam-report-articles-resend)
13329         (spam-report-resend-register-routine): Allow ham reporting.
13330         (spam-report-resend-register-ham-routine): Add wrapper.
13331         (spam-registration-functions): Add ham resending functions.
13332         (spam-list-of-processors): Add ham resend processor.
13333
13334         * gnus.el (ham-resend-to): Add new group parameter.
13335         (spam-process): Add ham resend option.
13336
13337         * spam-report.el (spam-report-resend): Allow reporting ham.
13338         (spam-report-resend-ham): Add wrapper.
13339
13340 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13341
13342         * message.el (message-cite-articles-with-x-no-archive): New
13343         variable.
13344         (message-cite-original): Use it.
13345
13346 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13347
13348         * message.el (message-cite-original): Respect X-No-Archive.
13349
13350 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13351
13352         * gnus-art.el (article-hide-headers): Refer to the values for
13353         gnus-ignored-headers and gnus-visible-headers in the summary
13354         buffer since a user may have set them as group parameters.
13355
13356 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13357
13358         * assistant.el (assistant-node-name): Add convenience function.
13359         (assistant-render-text, assistant-render-node): Add error handling,
13360         plus handle multiple next nodes.
13361         (assistant-find-next-node): Comment out for now.
13362         (assistant-find-next-nodes): Add function, returns list of next
13363         nodes.
13364
13365 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13366
13367         * mail-source.el (mail-source-directory): Fix doc-string.
13368
13369 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13370
13371         * assistant.el (assistant-render-text, assistant-eval): Add :set
13372         widget type, which is different because it takes and returns a
13373         list.  Much hilarity ensues.
13374
13375 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13376
13377         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13378
13379         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13380         doc-string.
13381
13382         * gnus-start.el (gnus-activate-group): Added doc-string.
13383
13384 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13385
13386         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13387
13388 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13389
13390         * assistant.el (assistant-render-text): Try to add a :set
13391         widget, more to come.
13392
13393         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13394         strings.
13395         (spam-report-articles-resend)
13396         (spam-register-routine): Do registration iff any articles warrant
13397         it.
13398         (spam-summary-prepare-exit): Change log message for nil group
13399         destinations.
13400
13401 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13402
13403         * spam.el (spam-report-resend-register-routine): Allow
13404         spam-report-resend-to to be a group parameter or a global value.
13405
13406 2004-05-26  Simon Josefsson  <jas@extundo.com>
13407
13408         * starttls.el: Merge with my GNUTLS based starttls.el.
13409         (starttls-gnutls-program, starttls-use-gnutls)
13410         (starttls-extra-arguments, starttls-process-connection-type)
13411         (starttls-connect, starttls-failure, starttls-success): New
13412         variables.
13413         (starttls-program, starttls-extra-args): Doc fix.
13414         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13415         functions.
13416         (starttls-negotiate, starttls-open-stream): Check
13417         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13418         function if it is set.
13419
13420 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13421
13422         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13423         structured fields.
13424
13425 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13426
13427         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13428
13429 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13430
13431         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13432         variable.
13433         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13434         assigning the spam-mark to new messages.
13435
13436 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13437
13438         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13439
13440 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13443
13444         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13445         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13446         default.
13447
13448 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13449
13450         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13451         correct data.
13452
13453 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13454
13455         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13456         (spam-group-processor-p): Fix function.
13457         (spam-group-processor-multiple-p)
13458         (spam-group-spam-processor-report-gmane-p)
13459         (spam-group-spam-processor-report-resend-p)
13460         (spam-group-spam-processor-bogofilter-p)
13461         (spam-group-spam-processor-blacklist-p)
13462         (spam-group-spam-processor-ifile-p)
13463         (spam-group-ham-processor-ifile-p)
13464         (spam-group-spam-processor-spamoracle-p)
13465         (spam-group-spam-processor-crm114-p)
13466         (spam-group-ham-processor-bogofilter-p)
13467         (spam-group-spam-processor-stat-p)
13468         (spam-group-ham-processor-stat-p)
13469         (spam-group-ham-processor-whitelist-p)
13470         (spam-group-ham-processor-BBDB-p)
13471         (spam-group-ham-processor-spamoracle-p)
13472         (spam-group-ham-processor-copy-p): Remove functions with some
13473         prejudice against unneeded code.
13474         (spam-report-articles-resend)
13475         (spam-report-resend-register-routine): Allow the group/topic
13476         spam-resend-to value to override spam-report-resend-to.
13477         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13478         properly now.
13479
13480         * gnus.el (spam-resend-to): Add group/topic parameter.
13481         (spam-process): Move the OBSOLETE processors to the end of the
13482         choices.
13483
13484 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13485
13486         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13487         with resend-to set to nil, and then ask the user if necessary.
13488         (spam-report-resend): spam-report-resend takes a list of articles, not
13489         separate article numbers.
13490
13491 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13492
13493         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13494         addition to emacs-w3m.
13495
13496 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13497
13498         * assistant.el (assistant-authinfo-data): New function.
13499         (assistant-eval): Eval for entire assistant.
13500
13501         * netrc.el (netrc-services-file): New variable.
13502         (netrc-parse-services): New function.
13503         (netrc-find-service-name): New function.
13504         (netrc-find-service-number): New function.
13505         (netrc-port-equal): New function.
13506         (netrc-machine): Use it.
13507
13508         * nnimap.el (nnimap-open-connection): Use netrc.
13509
13510         * gnus-util.el (gnus-netrc-get): Remove aliases.
13511
13512         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13513
13514         * assistant.el (wid-edit): Fix compilation.
13515
13516         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13517
13518 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13519
13520         * gnus-util.el (gnus-set-file-modes): New function.  (small
13521         patch).
13522
13523 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13524
13525         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13526
13527         * assistant.el (assistant-render-node): Fix up rendering and
13528         read-only text.
13529         (assistant-render-node): Reset.
13530         (assistant-make-read-only): Not sticky.
13531
13532 2004-05-20  Danny Siu  <dsiu@adobe.com>
13533
13534         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13535         centered even when gnus-auto-center-summary is t.
13536
13537 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13538
13539         * dns.el (dns-get-txt-answer): New function.
13540         (dns-read-txt): Ditto.
13541         (query-dns): Use it.
13542
13543 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13544
13545         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13546         active for foreign groups even if the group level is higher than
13547         the specified value.
13548
13549 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13550
13551         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13552         non-active groups.
13553
13554         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13555
13556 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13557
13558         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13559
13560 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13561
13562         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13563         (spam-crm114-header, spam-crm114-spam-switch)
13564         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13565         (spam-crm114-positive-spam-header)
13566         (spam-crm114-database-directory, spam-list-of-processors)
13567         (spam-group-spam-processor-crm114-p)
13568         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13569         (spam-generic-score, spam-list-of-checks)
13570         (spam-list-of-statistical-checks, spam-registration-functions)
13571         (spam-check-crm114-headers, spam-crm114-score)
13572         (spam-check-crm114, spam-crm114-register-with-crm114)
13573         (spam-crm114-register-spam-routine)
13574         (spam-crm114-unregister-spam-routine)
13575         (spam-crm114-register-ham-routine)
13576         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13577         asjo@koldfront.dk (Adam Sjøgren).
13578
13579         * gnus.el: Add spam-use-crm114.
13580
13581         * spam.el (spam-list-of-processors, spam-registration-functions):
13582         Add spam-use-resend.
13583         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13584         (spam-report-articles-gmane): Add doc fix.
13585         (spam-report-articles-resend, spam-report-resend-register-routine):
13586         Add wrappers around spam-report-resend-to.
13587
13588         * spam-report.el (spam-report-resend-to, spam-report-resend):
13589         Add support for resending spam.
13590         (spam-report-gmane): Fix line length >80.
13591
13592         * gnus.el (spam-process): Add spam-use-resend.
13593
13594 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13595
13596         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13597         number of processed spam messages.
13598         (spam-ham-copy-or-move-routine): Return the number of processed
13599         ham messages.
13600         (spam-summary-prepare-exit): Use the above values to decide
13601         whether status messages shouled be displayed.
13602
13603 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13604
13605         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13606         `rfc2047-encoding-function-alist' in order to avoid conflicting
13607         with the old version.
13608         (rfc2047-encode-region): Concatenate words containing non-ASCII
13609         characters in structured fields; don't encode space-delimited
13610         ASCII words even in unstructured fields; don't break words at
13611         char-category boundaries.
13612         (rfc2047-encode-1): New function.
13613         (rfc2047-encode): Use it; encode text so that it occupies the
13614         maximum width within 76-column; work correctly on Q encoding for
13615         iso-2022-* charsets.
13616         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13617         sure not to break a line just after the header name.
13618         (rfc2047-b-encode-region): Removed.
13619         (rfc2047-b-encode-string): New function.
13620         (rfc2047-q-encode-region): Removed.
13621         (rfc2047-q-encode-string): New function.
13622
13623         * mm-util.el (mm-replace-in-string): New function.
13624
13625 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13626
13627         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13628         get it right.
13629         (gnus-inews-make-draft): Really.
13630
13631 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13632
13633         * nnmh.el (nnmh-request-list-1): Don't check the link count
13634         before descending.  (small patch)
13635
13636 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13637
13638         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13639         stuff.
13640
13641         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13642         on real group name.
13643
13644         * gnus-art.el (gnus-signature-limit): Doc fix.
13645
13646         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13647
13648         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13649
13650 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13651
13652         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13653         isn't a string.
13654
13655 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13656
13657         * gnus-draft.el (gnus-draft-send): Bind
13658         rfc2047-encode-encoded-words.
13659
13660         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13661         (rfc2047-encodable-p): Say that =? needs encoding.
13662         (rfc2047-encode-encoded-words): New variable.
13663
13664         * gnus-group.el (gnus-group-select-group): Doc fix.
13665
13666         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13667
13668         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13669         to nil.
13670
13671         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13672
13673         * nnheader.el (nnheader-get-lines-and-char): New function.
13674
13675 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13676
13677         * gnus-msg.el (gnus-summary-followup-with-original): Document
13678         yanking of region when active.
13679
13680 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13681
13682         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13683         groups if the group level is higher than the specified value.
13684
13685 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13686
13687         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13688         (gnus-group-jump-to-group): Added prefix argument using
13689         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13690         non-active group.
13691
13692         * compface.el (uncompface): Be verbose when changing
13693         `uncompface-use-external'.
13694
13695         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13696         handle manual section.
13697
13698 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13699
13700         * gnus-art.el (gnus-button-alist): Revert previous change.
13701
13702 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13703
13704         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13705
13706 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13707
13708         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13709         whether backend can accept message.
13710
13711         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13712
13713 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13714
13715         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13716         Avoid creating directory when nntp-marks-is-evil is true.
13717         Reported by Reiner Steib.
13718
13719 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13720
13721         * gnus-picon.el (gnus-picon-style): New variable.
13722         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13723         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13724         Jesper Harder <harder@ifa.au.dk>.
13725
13726 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13727
13728         * message.el (message-fill-field): Return point.
13729         (message-generate-headers): Go to end of field.
13730
13731         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13732         stuff for non-living groups.
13733
13734 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13735
13736         * gnus-art.el (gnus-article-followup-with-original)
13737         (gnus-article-reply-with-original): gnus-mark-active-p ->
13738         gnus-region-active-p.
13739
13740 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13741
13742         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13743         only when there is spam or ham to be processed.
13744
13745 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13746
13747         * mail-source.el (mail-source-delete-crash-box): Refactor.
13748         (mail-source-fetch): Use it.
13749         (mail-source-fetch-file): Ditto.
13750         (mail-source-fetch-directory): Run postscript in loop.
13751         (mail-source-fetch-pop): Delete.
13752         (mail-source-fetch-maildir): Ditto.
13753         (mail-source-fetch-imap): Ditto.
13754
13755         * imap.el (imap-authenticators): Comment out sasl.
13756
13757         * message.el (message-skip-to-next-address): New function.
13758         (message-fill-header-address): Refactor.
13759         (message-fill-address): Use it.
13760         (message-delete-address): Use it.
13761         (message-fill-header-general): Refactor.
13762         (message-fill-field-address): Rename.
13763         (message-narrow-to-field): Find the start of the header.
13764         (message-header-format-alist): Don't pre-fill.
13765         (message-fill-header): Removed.
13766         (message-insert-header): New function.
13767         (message-shorten-references): Use it.
13768
13769         * rfc2047.el (rfc2047-field-value): Strip props.
13770
13771         * mail-parse.el (mail-header-make-address): New alias.
13772
13773         * ietf-drums.el (ietf-drums-make-address): New function.
13774
13775         * imap.el: Add compiler directives.
13776
13777         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13778
13779         * gnus-art.el (article-decode-idna-rhs): Don't use
13780         message-idna-inside-rhs-p.
13781
13782 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13783
13784         * message.el (message-idna-inside-rhs-p): Removed.
13785         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13786
13787         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13788         false positives.
13789
13790 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13791
13792         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13793
13794 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13795
13796         * nneething.el (nneething-file-name): Don't create spurious
13797         files.
13798
13799         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13800         (gnus-inews-do-gcc): Remove sleep.
13801
13802         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13803         part under point.
13804
13805         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13806         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13807
13808 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13809
13810         * spam.el (spam-summary-prepare-exit): Fixed (length).
13811
13812 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13813
13814         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13815         as expired without moving it" message when there are spam
13816         messages left.
13817
13818 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13819
13820         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13821         header is not nil.
13822
13823 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13824
13825         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13826         nntp-possibly-create-directory, not nntp-possibly-change-group.
13827         (nntp-marks-changed-p): New arg SERVER.
13828         (nntp-request-update-info): Adjust caller.
13829
13830 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13831
13832         * nntp.el (nntp-save-marks): Pass missing arg.
13833
13834 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13835
13836         * nntp.el: Support marks.
13837         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13838         (nntp-marks-modtime, nntp-marks-directory): New variables.
13839         (nntp-request-set-mark, nntp-request-update-info)
13840         (nntp-possibly-create-directory, nntp-marks-changed-p)
13841         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13842         functions.
13843
13844 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13845
13846         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13847         (gnus-xmas-redefine): Rename.
13848
13849         * gnus-score.el (gnus-score-insert-help): Use
13850         gnus-select-lowest-window.
13851
13852         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13853         appt-select-lowest-window and rename to gnus-select-lowest-window.
13854
13855         * gnus.el: do.
13856
13857 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13858
13859         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13860         encodings of MIME-encoded words, in order to improve
13861         interoperability with several broken MUAs.
13862
13863 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13864
13865         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13866         tags, only when charsets are not specified in headers.
13867         (mm-inline-text-html-render-with-w3m): Ditto.
13868
13869         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13870         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13871
13872 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13873
13874         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13875         instead of MIME-decoded from fields when checking
13876         `gnus-article-address-banner-alist'.
13877
13878 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13879
13880         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13881         description rather than subject.
13882
13883 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13884
13885         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13886
13887 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13888
13889         * gnus.el (gnus-version-number): Bump.
13890
13891 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13892
13893         * gnus.el: No Gnus v0.2 is released.
13894
13895 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13896
13897         * gnus-agent.el (gnus-agent-read-agentview): Inline
13898         gnus-uncompress-range.
13899
13900 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13901
13902         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13903         `exec-installed-p'.
13904
13905 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13906
13907         * gnus.el (spam-process, spam-autodetect-methods): Add
13908         bsfilter and bsfilter-headers.
13909
13910         * spam.el (spam-bsfilter): New customize group.
13911         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13912         (spam-bsfilter-header, spam-bsfilter-probability-header)
13913         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13914         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13915         (spam-bsfilter-database-directory): New options.
13916         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13917         (spam-list-of-statistical-checks, spam-registration-functions):
13918         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13919         (spam-bsfilter-score): New command.
13920         (spam-check-bsfilter-headers, spam-check-bsfilter)
13921         (spam-bsfilter-register-with-bsfilter)
13922         (spam-bsfilter-register-spam-routine)
13923         (spam-bsfilter-unregister-spam-routine)
13924         (spam-bsfilter-register-ham-routine)
13925         (spam-bsfilter-unregister-ham-routine): New functions.
13926         (spam-generic-score): Support bsfilter; Accept an optional argument
13927         to recalcurate spam score even if scoring header has already been
13928         added.
13929         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13930         optional argument to recalcurate spam score even if scoring header
13931         has already been added.
13932
13933 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13934
13935         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13936         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13937         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13938         link is missing.
13939
13940 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13941
13942         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13943         (html2text-get-attr): Rewrite.
13944
13945         * message.el (message-setup-1): Remove redundant put-text-property
13946         on mail-header-separator.
13947
13948 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13949
13950         * gnus-registry.el (gnus-registry-cache-whitespace)
13951         (gnus-registry-action, gnus-registry-spool-action)
13952         (gnus-registry-split-fancy-with-parent): Change message levels
13953         from 5 to 3 or 7, as needed.
13954
13955         * spam.el (spam-summary-prepare-exit)
13956         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13957         (spam-split, spam-find-spam, spam-log-undo-registration)
13958         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13959         level from 5 to 6.
13960
13961 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13962
13963         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13964         2004-03-04 change).
13965
13966 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13967
13968         * sieve-manage.el (sieve-manage-open):
13969         * nnweb.el (nnweb-insert-html):
13970         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13971         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13972         * nnspool.el (nnspool-request-group):
13973         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13974         * nnml.el (nnml-request-update-info):
13975         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13976         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13977         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13978         (nnimap-request-set-mark):
13979         * nnfolder.el (nnfolder-request-update-info):
13980         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13981         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13982         * gnus-uu.el (gnus-uu-find-articles-matching):
13983         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13984         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13985         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13986         * gnus-nocem.el (gnus-nocem-scan-groups):
13987         * gnus-int.el (gnus-start-news-server):
13988         * gnus-group.el (gnus-group-make-kiboze-group)
13989         (gnus-group-browse-foreign-server):
13990         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13991         Use mapc when appropriate.
13992
13993 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13994
13995         FIXME: Make separate entries for each person.
13996
13997         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13998         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13999         <shields@msrl.com>:
14000
14001         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14002         may need for spam sorting and scoring.
14003         (spam-user-format-function-S): Add user format function suitable for
14004         general use.
14005         (spam-article-sort-by-spam-status): Add sorting function for summary
14006         sorting.
14007         (spam-extra-header-to-number): Add function to get a score from a
14008         header.
14009         (spam-summary-score): Add function to get a numeric score from the
14010         headers.
14011         (spam-generic-score): Fix function doc, was in wrong place.
14012         (spam-initialize): Take symbols when it's run, and install the
14013         extra headers that spam-necessary-extra-headers thinks we need.
14014
14015 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14016
14017         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14018         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14019
14020 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14021
14022         * gnus-sum.el (gnus-set-global-variables)
14023         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14024         (gnus-article-get-xrefs, gnus-summary-best-group)
14025         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14026         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14027         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14028         Use with-current-buffer.
14029
14030 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14031
14032         * spam.el (spam-summary-prepare-exit): Simplify logic.
14033         (spam-fetch-article-header): Read the article header if it's not
14034         available.
14035         (spam-list-articles): Simplify logic.
14036         (spam-filelist-register-routine): Fix bug with unregister-list.
14037
14038         * gnus-registry.el: Fix comments at beginning.
14039
14040 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14041
14042         * message.el (message-cater-to-broken-inn): Remove.
14043         (message-shorten-references): Make sure the total folded length of
14044         References is shorter than 998 characters to cater to a bug in INN
14045         2.3.  Also, don't pretend that references aren't folded -- this
14046         hasn't worked for a while.
14047
14048 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14049
14050         * gnus-agent.el (gnus-agentize):
14051         gnus-agent-send-mail-real-function no longer set to current value
14052         of message-send-mail-function but rather a lambda that calls
14053         message-send-mail-function.  The change makes the agent real-time
14054         responsive to user changes to message-send-mail-function.
14055
14056 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14057
14058         * legacy-gnus-agent.el
14059         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14060         help from Florian Weimer <fw@deneb.enyo.de>
14061
14062 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14063
14064         * nnmail.el (nnmail-cache-insert): Revert last change.
14065
14066 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14067
14068         * nnmail.el (nnmail-cache-insert): Always check whether
14069         nnmail-cache-ignore-groups matches a group name.
14070
14071 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14072
14073         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14074         (spam-find-spam, spam-log-processing-to-registry)
14075         (spam-log-registered-p, spam-log-unregistration-needed-p)
14076         (spam-log-undo-registration): Use gnus-message instead of
14077         gnus-error, none of these errors are fatal.
14078
14079         * gnus-registry.el (gnus-registry-clean-empty-function)
14080         (gnus-registry-clean-empty): Remove only empty entries without
14081         extra data.
14082
14083 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14084
14085         * spam-stat.el (spam-stat-buffer-change-to-spam)
14086         (spam-stat-buffer-change-to-non-spam): Change (error) to
14087         (gnus-message 8) invocation.
14088
14089 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * nntp.el (nntp-via-netcat-command): New variable.
14092         (nntp-via-netcat-switches): New variable.
14093         (nntp-open-via-rlogin-and-netcat): New function.
14094         (nntp-open-connection-function): Doc fix.
14095         (nntp-telnet-command): Doc fix.
14096         (nntp-end-of-line): Doc fix.
14097         (nntp-via-rlogin-command): Doc fix.
14098         (nntp-via-user-name): Doc fix.
14099         (nntp-via-address): Doc fix.
14100
14101 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14102
14103         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14104         error in Emacs 21.1.
14105
14106 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14107
14108         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14109
14110 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14111
14112         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14113         (gnus-agent-with-refreshed-group): New macro.
14114         (gnus-agent-rename-group): New function.
14115         (gnus-agent-delete-group): New function.
14116         (gnus-agent-save-group-info): Use gnus-command-method when
14117         `method' parameter is nil.  Don't write nil entries into the
14118         active file.
14119         (gnus-agent-get-group-info): New function.
14120         (gnus-agent-fetch-articles): Use
14121         gnus-agent-update-files-total-fetched-for to increment disk space
14122         used.
14123         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14124         gnus-agent-update-view-total-fetched-for to increment disk space
14125         used.
14126         (gnus-agent-get-local): Added optional parameters to avoid calling
14127         gnus-group-real-name and gnus-find-method-for-group.
14128         (gnus-agent-set-local): Delete stored entry if either min, or max,
14129         are nil.
14130         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14131         quit, use gnus-agent-regenerate-group to record existance of any
14132         articles fetched to disk before the quit occurred.
14133         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14134         gnus-agent-update-view-total-fetched-for, and
14135         gnus-agent-update-files-total-fetched-for to decrement disk space
14136         used.
14137         (gnus-agent-retrieve-headers): Use
14138         gnus-agent-update-view-total-fetched-for to increment disk space
14139         used.
14140         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14141         with gnus-agent-update-files-total-fetched-for to decrement disk
14142         space and fresh group buffer.
14143         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14144         (gnus-agent-need-update-total-fetched-for): New variable.
14145         (gnus-agent-update-files-total-fetched-for): New function.
14146         (gnus-agent-update-view-total-fetched-for): New function.
14147         (gnus-agent-total-fetched-for): New function.
14148
14149         * gnus-cache.el (gnus-cache-save-buffers): Use
14150         gnus-cache-update-overview-total-fetched-for to change disk space
14151         used by this group.
14152         (gnus-cache-possibly-enter-article): Use
14153         gnus-cache-update-file-total-fetched-for to increment disk space
14154         used by this group.
14155         (gnus-cache-possibly-remove-article): Use
14156         gnus-cache-update-file-total-fetched-for to decrement disk space
14157         used by this group.
14158         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14159         (gnus-cache-rename-group): New function.
14160         (gnus-cache-delete-group): New function.
14161         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14162         (gnus-cache-need-update-total-fetched-for): New variable.
14163         (gnus-cache-with-refreshed-group): New macro.
14164         (gnus-cache-update-file-total-fetched-for): New function.
14165         (gnus-cache-update-overview-total-fetched-for): New function.
14166         (gnus-cache-rename-group-total-fetched-for): New function.
14167         (gnus-cache-delete-group-total-fetched-for): New function.
14168         (gnus-cache-total-fetched-for): New function.
14169
14170         * gnus-group.el: Require gnus-sum and autoload functions to
14171         resolve warnings when gnus-group.el compiled alone.
14172         (gnus-group-line-format): Documented new %F.
14173         (size of Fetched data) group line format; identifies disk space
14174         used by agent and cache.
14175         (gnus-group-line-format-alist): Defined new F format.
14176         (gnus-total-fetched-for): New function.
14177         (gnus-group-delete-group): No longer update
14178         gnus-cache-active-altered as gnus-request-delete-group now keeps
14179         the cache in sync.
14180         (gnus-group-list-active): Let the agent store a server's active
14181         list if currently plugged.
14182
14183         * gnus-int.el (gnus-request-delete-group):
14184         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14185         local disk in sync with the server.
14186         (gnus-request-rename-group):
14187         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14188         local disk in sync with the server.
14189
14190         * gnus-start.el (gnus-get-unread-articles):
14191         Cosmetic simplification to logic.
14192
14193         * gnus-util.el (gnus-rename-file): New function.
14194
14195 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14196
14197         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14198
14199 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14200
14201         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14202         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14203
14204 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14205
14206         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14207         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14208
14209 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14210
14211         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14212
14213 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14214
14215         * spam.el (spam-set-difference): Add function to replace
14216         gnus-set-difference in spam.el.
14217         (spam-summary-prepare-exit): Use spam-set-difference.
14218
14219 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14220
14221         * gnus-registry.el (gnus-registry-cache-file): Update to use
14222         gnus-dribble-directory OR gnus-home-directory OR ~.
14223         (gnus-registry-split-fancy-with-parent): Fix doc.
14224
14225 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14226
14227         * message.el (message-exchange-point-and-mark): Use
14228         message-mark-active-p.  Suggested by Jesper Harder
14229         <harder@ifa.au.dk>.
14230
14231 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14232
14233         * message.el (message-exchange-point-and-mark): Don't activate
14234         region if it was inactive.  Suggested by Hiroshi Fujishima
14235         <pooh@nature.tsukuba.ac.jp>.
14236
14237 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14238
14239         * gnus-art.el (article-display-face): Display Faces in the same
14240         order as X-Faces.
14241
14242 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14243
14244         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14245
14246 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14247
14248         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14249         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14250         (gnus-article-mime-hierarchy): Remove.
14251         (gnus-article-mime-hierarchy-next): Remove.
14252         (gnus-article-mode): Revert 2004-03-19 change.
14253         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14254         (gnus-insert-mime-button): Revert 2004-03-19 change.
14255         (gnus-mime-accumulate-hierarchy): Remove.
14256         (gnus-mime-enter-multipart): Remove.
14257         (gnus-mime-leave-multipart): Remove.
14258         (gnus-mime-display-part): Revert 2004-03-19 change.
14259         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14260
14261         * mml.el (mml-preview): Revert 2004-03-19 change.
14262
14263 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14264
14265         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14266
14267 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14268
14269         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14270         t while entering a file name using the mm-with-multibyte macro.
14271         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14272
14273         * mm-util.el (mm-with-multibyte): New macro.
14274
14275 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14276
14277         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14278         user option.
14279         (gnus-mime-multipart-functions): Doc and customization fix.
14280         (gnus-article-mime-hierarchy): New variable.
14281         (gnus-article-mime-hierarchy-next): New variable.
14282         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14283         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14284         gnus-article-mime-hierarchy-next to nil.
14285         (gnus-insert-mime-button): Show hierarchy numbers.
14286         (gnus-mime-accumulate-hierarchy): New function.
14287         (gnus-mime-enter-multipart): New function.
14288         (gnus-mime-leave-multipart): New function.
14289         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14290         (gnus-mime-display-alternative): Show hierarchy numbers.
14291
14292         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14293         gnus-article-mime-hierarchy-next to nil.
14294
14295 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14296
14297         * dns.el: Don't require gnus-xmas.
14298
14299 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14300
14301         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14302         inline PGP.
14303         (mml-menu): Disable mml-quote-region if mark is inactive.
14304
14305 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14306
14307         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14308         when the group's active is not available.
14309
14310 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14311
14312         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14313         error.
14314
14315 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14316
14317         * imap.el (imap-store-password): New variable.
14318         (imap-interactive-login): Use it.
14319         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14320
14321 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14322
14323         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14324         window-start and hscroll to summary window.
14325
14326 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14327
14328         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14329         conversion message to newsrc-dribble when an actual conversion is
14330         performed.
14331
14332 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14333
14334         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14335
14336 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14337
14338         * mm-decode.el (mm-complicated-handles): New function reviving
14339         former definition of mm-multiple-handles.
14340
14341         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14342         (gnus-mime-delete-part): Use it.
14343
14344 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14345
14346         * gnus-agent.el (gnus-agent-read-local): Bind
14347         nnheader-file-coding-system to gnus-agent-file-coding-system to
14348         avoid the implicit assumption that they will always be equal.
14349         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14350         coding-system-for-write, as the with-temp-file macro first prints
14351         to a buffer then saves the buffer.
14352
14353 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14354
14355         * gnus-art.el (gnus-article-edit-part): New function.
14356         (gnus-mime-save-part-and-strip): Use it; do query instead of
14357         signaling an error; don't use mm-multiple-handles.
14358         (gnus-mime-delete-part): Ditto.
14359
14360 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14361
14362         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14363         old file versions.
14364         (gnus-group-prepare-hook): Removed function that converted list
14365         form of gnus-agent-expire-days to group properties.
14366
14367         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14368         (gnus-request-accept-article): Re-indented.
14369
14370         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14371         converters to handle old agent file formats.  Added logic for a
14372         "backup before upgrading warning".
14373         (gnus-convert-mark-converter-prompt): Developers can mark
14374         functions as needing (default), or not needing,
14375         gnus-convert-old-newsrc's "backup before upgrading warning".
14376         (gnus-convert-converter-needs-prompt): Tests whether the user
14377         should be protected from potentially irreversable changes by the
14378         function.
14379
14380         * legacy-gnus-agent.el: New.  Provides converters that are only
14381         loaded when gnus-convert-old-newsrc needs to call them.
14382
14383 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14384
14385         * mail-source.el (mail-source-touch-pop): Doc fix.
14386
14387         * message.el (message-smtpmail-send-it): Doc fix.
14388
14389 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14390
14391         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14392
14393         * nnmail.el (nnmail-split-fancy): do.
14394
14395         * gnus-kill.el (gnus-kill, gnus-execute): do.
14396
14397 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14398
14399         * gnus-sum.el (gnus-widget-reversible-match)
14400         (gnus-widget-reversible-to-internal)
14401         (gnus-widget-reversible-to-external): New functions.
14402         (gnus-widget-reversible): New widget.
14403         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14404
14405 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14406
14407         * gnus-sum.el (gnus-thread-sort-functions)
14408         (gnus-article-sort-functions): Document `(not F)' items.
14409
14410 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14411
14412         * spam.el (spam-use-gmane-xref): Add new backend.
14413         (spam-gmane-xref-spam-group): Add variable to control the name of the
14414         Gmane spam group.
14415         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14416         (spam-regex-headers-spam, spam-regex-headers-ham)
14417         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14418         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14419         backends and checks.
14420         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14421
14422         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14423         an autodetect method.
14424
14425 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14426
14427         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14428         articles are being added to a group.
14429         (gnus-request-replace-article): Inform the agent that articles
14430         need to be uncached as the cached contents are no longer valid.
14431
14432 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14433
14434         * binhex.el: Don't autoload executable-find.
14435
14436         * canlock.el: Don't autoload mail-fetch-field.
14437
14438         * dgnushack.el: Autoload c-mode for XEmacs.
14439
14440         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14441
14442         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14443         rmail-dont-reply-to and rmail-output.
14444
14445         * gnus-score.el: Don't autoload ffap-string-at-point.
14446
14447         * gnus-setup.el: Don't autoload sc-cite-original.
14448
14449         * imap.el: Don't autoload base64-decode-string,
14450         base64-encode-string and md5.
14451
14452         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14453         and rmail-msg-restore-non-pruned-header.
14454
14455         * mm-decode.el: Don't autoload executable-find.
14456
14457         * mm-url.el: Don't autoload executable-find.
14458
14459         * mm-view.el: Don't autoload diff-mode.
14460
14461         * nndb.el: Don't autoload news-reply-mode, news-setup,
14462         cancel-timer and telnet.
14463
14464         * password.el: Don't autoload run-at-time for Emacs.
14465
14466         * sha1-el.el: Don't autoload executable-find.
14467
14468         * sieve-mode.el: Don't autoload c-mode.
14469
14470         * uudecode.el: Don't autoload executable-find.
14471
14472 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14473
14474         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14475         (gnus-agent-possibly-alter-active): Avoid null in numeric
14476         comparison.
14477         (gnus-agent-set-local): Refuse to save null in local object table.
14478         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14479         list of articles that will be marked as unread.
14480
14481 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14482
14483         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14484
14485 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14486
14487         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14488         language tags.
14489
14490 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14491
14492         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14493         Don't bind "obarray".
14494
14495         * gnus-sum.el (gnus-thread-sort-functions): Added
14496         `gnus-thread-sort-by-most-recent-number' and
14497         `gnus-thread-sort-by-most-recent-date'.
14498         Reported by Kai Grossjohann <kai@emptydomain.de>.
14499
14500 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14501
14502         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14503
14504 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14505
14506         * gnus-cus.el (gnus-agent-customize-category): Removed
14507         ignore-errors macro reference that required cl to be loaded at
14508         run-time.
14509
14510         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14511         single-interval range of the form (min . max).  Previously the
14512         range had to look like ((min . max)).  Likewise, return
14513         (min . max) rather than ((min . max)).
14514         (gnus-range-map): Use gnus-range-normalize to accept
14515         single-interval range.
14516
14517         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14518         the cache, but not the agent, now appear with their usual face.
14519
14520         * dgnushack.el (loaddir): New variable that is bound to the
14521         directory containing the dgnushack.el file. Use loaddir, rather
14522         than srcdir, to update load-path. Change lets dgnushack compile
14523         code in directories other than GNUS/lisp.
14524
14525 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14526
14527         * lpath.el: Don't bind w3m-safe-url-regexp.
14528
14529         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14530         w3m-safe-url-regexp variable buffer-local.
14531
14532         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14533
14534 2004-02-27  Simon Josefsson  <jas@extundo.com>
14535
14536         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14537         gnus-group-real-prefix.
14538         (gnus-summary-move-article): Use it, instead of
14539         gnus-group-real-prefix.
14540
14541 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14542
14543         * lpath.el: Bind w3m-safe-url-regexp.
14544
14545         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14546         w3m-safe-url-regexp variable buffer-local and set it as the value
14547         of mm-w3m-safe-url-regexp.
14548
14549         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14550
14551         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14552         parsing gnus-posting-styles when the message is not for replying.
14553
14554         * dgnushack.el: Autoload sgml-mode for XEmacs.
14555
14556         * nnrss.el (nnrss-opml-export): Use
14557         mm-set-buffer-file-coding-system instead of
14558         set-buffer-file-coding-system.
14559
14560 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14561
14562         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14563         of checkdoc.el).
14564         * nnrss.el: do.
14565         * gnus-mlspl.el: do.
14566         * gnus-ml.el: do.
14567         * gnus-srvr.el: do.
14568
14569         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14570
14571 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14572
14573         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14574         Corrections to custom-manual links.
14575
14576         * gnus-art.el (gnus-article): Ditto.
14577
14578         * mm-decode.el (mime-display, mime-security): Ditto.
14579
14580 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14581
14582         * flow-fill.el: Typo.
14583
14584 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14585
14586         * spam-wash.el: New file.
14587
14588 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14589
14590         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14591
14592 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14593
14594         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14595         to be run with new-articles as LIST1, not LIST2.
14596         (spam-registration-functions): Add spam-use-ham-copy as a nil
14597         registration backend.
14598
14599 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14600
14601         * spam-stat.el (spam-stat-washing-hook): New option.
14602         (spam-stat-buffer-words): Use it.
14603         (spam-stat-process-directory, spam-stat-test-directory): Use
14604         insert-file-contents-literally.
14605         (spam-stat-coding-system): New variable.
14606         (spam-stat-load, spam-stat-save): Use it.
14607
14608 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14609
14610         * spam-report.el (spam-report-plug-agent): Quote
14611         spam-report-url-to-file and spam-report-url-ping-plain.
14612
14613 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14614
14615         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14616         / in mailto URLs.
14617
14618 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14619
14620         * spam-report.el (spam-report-process-queue): Fix interactive use.
14621         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14622         (spam-report-unplug-agent): Doc fixes.
14623         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14624         (spam-report-agentize, spam-report-deagentize): Autoload.
14625
14626 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14627
14628         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14629
14630         * message.el (message-setup-fill-variables): Add mml tags to
14631         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14632         <ajk@iu.edu>.
14633         (message-mode): Don't modify paragraph-separate there.
14634
14635 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14636
14637         * compface.el (uncompface-use-external): Default to undecided.
14638         (uncompface-use-external-threshold): New variable.
14639         (uncompface-float-time): New macro.
14640         (uncompface): Determine whether to use the external decoder if
14641         uncompface-use-external is undecided.
14642
14643 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14644
14645         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14646         after images.
14647
14648         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14649
14650 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14651
14652         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14653
14654         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14655
14656         * gnus-sum.el (gnus-summary-limit-to-age)
14657         (gnus-summary-limit-children): do.
14658
14659         * gnus-int.el (gnus-request-scan): do.
14660
14661         * gnus-group.el (gnus-group-suspend): do.
14662
14663         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14664
14665         * gnus-cite.el (gnus-cite-parse-attributions): do.
14666
14667         * gnus-agent.el (gnus-summary-set-agent-mark)
14668         (gnus-agent-regenerate-group): do.
14669
14670         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14671
14672         * binhex.el (binhex-decode-region-internal): do.
14673
14674 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * gnus-fun.el (gnus-face-properties-alist): New user option.
14677         (gnus-display-x-face-in-from): Use it.
14678
14679         * gnus-art.el (article-display-face): Ditto.
14680
14681         * compface.el (uncompface-use-external): Default to nil.
14682
14683 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14684
14685         * nntp.el (nntp-erase-buffer): New function.
14686         (nntp-retrieve-data, nntp-send-command)
14687         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14688         (nntp-possibly-change-group): Use it.
14689
14690         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14691         with-current-buffer.
14692
14693 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14694
14695         * compface.el: Merge the ELisp-based uncompface program.
14696         (compface): New customization group.
14697         (uncompface-use-external): New user option.
14698         (uncompface): Call uncompface-internal if uncompface-use-external
14699         is nil.
14700         (uncompface-internal): New function.  Note that there are also
14701         some other functions and variables added for this function.
14702
14703 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14704
14705         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14706         if necessary.
14707
14708 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14709
14710         * spam-report.el (spam-report-unplug-agent)
14711         (spam-report-plug-agent, spam-report-deagentize)
14712         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14713         Add support for the Agent in spam-report: when unplugged, report to a
14714         file; when plugged, submit all the requests.
14715
14716         * spam.el (spam-register-routine): Fix message about
14717         registration.
14718
14719 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14720
14721         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14722         dependencies.
14723         (rfc2047-encode): Use it.
14724
14725         * gnus-art.el (gnus-button-marker-list): Move before first
14726         reference.
14727
14728         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14729         (imap-parse-body): Fix format string mismatch.
14730
14731         * gnus-score.el (gnus-summary-increase-score): do.
14732
14733         * nnrss.el (nnrss-close): New function.
14734
14735 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14736
14737         * nnrss.el (nnrss-make-filename): New function.
14738         (nnrss-request-delete-group, nnrss-read-server-data)
14739         (nnrss-save-server-data, nnrss-read-group-data)
14740         (nnrss-save-group-data): Use it.
14741         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14742         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14743         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14744
14745 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14746
14747         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14748
14749 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14750
14751         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14752         files.
14753
14754         * message.el (message-generate-headers-first): Don't quote nil
14755         and t in docstrings.
14756
14757         * imap.el (imap-id): do.
14758
14759         * gnus-agent.el (gnus-agent-consider-all-articles)
14760         (gnus-agent-queue-mail): do.
14761
14762 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14763
14764         * spam-report.el (spam-report-process-queue): New function.
14765         Process requests from `spam-report-requests-file'.
14766         (spam-report-process-queue): Doc fix.
14767
14768 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14769
14770         * spam.el (spam-register-routine)
14771         (spam-log-processing-to-registry, spam-log-registered-p)
14772         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14773         Change "check" to "spam-check" for semi-clarity.
14774
14775 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14776
14777         * pop3.el: Require nnheader.
14778
14779         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14780
14781         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14782
14783         * gnus-picon.el: Require cl.
14784
14785         * gnus-fun.el: Require gnus-ems and gnus-util.
14786
14787         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14788
14789         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14790
14791         * gnus-art.el (gnus-article-edit-mode): Define before first
14792         reference.
14793
14794 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14795
14796         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14797         (gnus-uu-post-encoded): Use point-at-bol.
14798
14799         * gnus-topic.el (gnus-group-active-topic-p): do.
14800
14801         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14802
14803         * gnus-group.el (gnus-group-kill-region): do.
14804
14805         * gnus-art.el (article-date-ut): do.
14806
14807         * message.el (message-fetch-field): Remove redundant
14808         case-fold-search binding.
14809         (message-narrow-to-field): Simplify.
14810
14811 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14812
14813         * spam.el (spam-directory): Derive from `gnus-directory'.
14814
14815         * spam-report.el (spam-report-url-to-file)
14816         (spam-report-requests-file): New function and variable for offline
14817         reporting.
14818         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14819         and user defined function.
14820         (spam-report-url-ping-mm-url): Remove doubled slash.
14821
14822 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14823
14824         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14825
14826 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14827
14828         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14829         format string mismatch.
14830
14831         * sieve.el (sieve-deactivate-all): do.
14832
14833         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14834
14835         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14836
14837         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14838
14839         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14840
14841 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14842
14843         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14844         the list of checks.
14845
14846 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14847
14848         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14849         padding.
14850
14851 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14852
14853         * mm-view.el (mm-fill-flowed): New variable.
14854         (mm-inline-text): Use it.
14855
14856 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14857
14858         * spam.el (spam-spamassassin-register-ham-routine)
14859         (spam-spamassassin-register-spam-routine): Fix function names.
14860
14861 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14862
14863         * gnus.el (gnus-tmp-grouplens): Remove.
14864         (gnus-summary-line-format): Remove grouplens.
14865
14866         * gnus-group.el (gnus-group-line-format): Ditto.
14867
14868         * gnus-spec.el (gnus-format-specs): Ditto.
14869         (gnus-update-format-specifications): Flush the group format spec
14870         cache if there's the grouplens stuff.
14871         (gnus-parse-simple-format): Replace %l with the empty string.
14872
14873 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14874
14875         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14876         omission.
14877
14878 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14879
14880         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14881         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14882
14883 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14884
14885         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14886         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14887         New macros and functions.
14888         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14889         Handle > NLINK_MAX messages.
14890         * nnmaildir.el (nnmaildir-request-set-mark): Use
14891         nnmaildir--emlink-p and nnmaildir--eexist-p.
14892
14893 2004-01-25  Alex Schroeder  <alex@gnu.org>
14894
14895         * spam-stat.el (spam-stat-process-directory-age): New option.
14896         (spam-stat-process-directory): Use it.
14897
14898 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14899
14900         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14901         (spam-stat-save): Accept prefix argument.
14902
14903 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14904
14905         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14906         links" error.
14907
14908 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14909
14910         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14911         the rest of the and/or forms.
14912
14913 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14914
14915         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14916         compatibility with old .newsrc.eld files.
14917
14918         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14919
14920         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14921
14922         * gnus-start.el (gnus-1): do.
14923
14924         * gnus-group.el (gnus-group-line-format-alist): do.
14925
14926         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14927
14928         * gnus-gl.el: Remove.
14929
14930 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14931
14932         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14933         marks consisting of a single range {for example, (3 . 5)} rather
14934         than a list of a single range { ((3 . 5)) }.
14935
14936 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14937
14938         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14939         with-current-buffer.
14940         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14941         avoid consing a string.
14942
14943         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14944         Remove obsolete entries for big5 and gb2312.
14945
14946 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14947
14948         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14949         uncompressed list.
14950
14951 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14952
14953         * spam-stat.el (spam-stat-strip-xref): New function.
14954         (spam-stat-process-directory): Use it.
14955
14956         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14957         here -- it's done in message-fetch-field.
14958
14959 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14960
14961         * gnus-agent.el (gnus-agent-queue-mail)
14962         (gnus-agent-prompt-send-queue): New variables.
14963         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14964         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14965         "nndraft:queue" along to gnus-draft-send.  Use
14966         gnus-agent-prompt-send-queue.
14967         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14968         is "nndraft:queue".  Suggested by Gaute Strokkenes
14969         <gs234@srcf.ucam.org>
14970
14971         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14972         (agent-enable-undownloaded-faces): Added.
14973         (gnus-agent-cat-groups): Use eval-and-compile, not
14974         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14975         method of gnus-agent-cat-groups even when the buffer has been
14976         evaled.
14977         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14978         delete gnus-agent-save-active-1.
14979         (gnus-agent-save-groups): Deleted.  Identical to
14980         gnus-agent-save-active.
14981         (gnus-agent-write-active): No longer adjust agent's copy of active
14982         file as agent's adjustments are now stored in their own
14983         file.  Removed optional parameter.
14984         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14985         servers.  Add use of min/max range limits from server's local
14986         file.
14987         (gnus-agent-save-alist): Removed unused optional argument.
14988         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14989         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14990         (gnus-agent-set-local): A per-server file that keeps min/max range
14991         limits for articles known to the agent.  Provides a fast mechanism
14992         for altering many active ranges.
14993         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14994         active file (local makes it unnecessary).
14995         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14996
14997         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14998         (agent-enable-undownloaded-faces): Added.
14999
15000         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15001         disable it when sending to "nndraft:queue".
15002         (gnus-group-send-queue): Add safety check to avoid sending queue
15003         when unplugged.
15004
15005         * gnus-group.el (gnus-group-catchup): Use new
15006         gnus-sequence-of-unread-articles, not
15007         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15008         numbers of articles.  Use gnus-range-map to avoid having to
15009         uncompress the unread list.
15010         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15011         Fixed invalid ange-ftp reference.
15012
15013         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15014         (gnus-sorted-range-intersection): Intersection of two ranges
15015         without requiring that they first be uncompressed.
15016
15017         * gnus-start.el (gnus-activate-group): Unless blocked by the
15018         caller, possibly expand the active range to include both cached
15019         and agentized articles.
15020         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15021         multiple version-dependent converters.
15022         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15023         gnus-agent-save-active.
15024         (gnus-save-newsrc-file): Save dirty agent range limits.
15025
15026         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15027         gnus-agent-possibly-alter-active.
15028         (gnus-adjust-marked-articles): Faster handling of simple lists.
15029
15030 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15031
15032         * spam-stat.el (spam-stat-test-directory): New optional argument
15033         displays a list of files detected.  Suggested by Andrew Cohen
15034         <cohen@andy.bu.edu>.
15035         (spam-stat-buffer-words-with-scores): Don't narrow and change
15036         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15037
15038 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15039
15040         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15041         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15042         (spam-spamassassin-arguments)
15043         (spam-spamassassin-spam-flag-header)
15044         (spam-spamassassin-positive-spam-flag-header)
15045         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15046         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15047         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15048         (spam-list-of-processors, spam-list-of-checks)
15049         (spam-list-of-statistical-checks, spam-registration-functions)
15050         (spam-check-spamassassin-headers, spam-check-spamassassin)
15051         (spam-spamassassin-score)
15052         (spam-spamassassin-register-with-sa-learn)
15053         (spam-spamassassin-register-spam-routine)
15054         (spam-spamassassin-register-ham-routine)
15055         (spam-assassin-register-spam-routine)
15056         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15057         (spam-bogofilter-score): Fix to show article before scoring.
15058
15059 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15060
15061         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15062         default scoring function.
15063         (spam-generic-score): Call spam-spamassassin-score if
15064         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15065         spam-bogofilter-score otherwise.
15066
15067         * gnus.el (spam-process, spam-autodetect-methods): Add
15068         spamassassin and spamassassin-headers.
15069
15070 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15071
15072         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15073         Suppress unnecessary messages.
15074
15075 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15076
15077         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15078         make-hash-table.
15079
15080 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15081
15082         * canlock.el (base64-encode-string): Don't autoload it.
15083
15084 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * run-at-time.el: Remove useless (require 'itimer),
15087         eval-and-compile and (featurep 'xemacs).
15088
15089 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15090
15091         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15092         GROUP is a virtual group.
15093
15094 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15095
15096         * gnus.el: Autoload `message-y-or-n-p'.
15097
15098 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15099
15100         * pgg-parse.el: Remove unnecessary (require 'custom).
15101
15102         * pgg-def.el: do.
15103
15104         * nnmail.el: do.
15105
15106         * gnus-undo.el: do.
15107
15108         * gnus-picon.el: do.
15109
15110         * gnus-util.el: do.
15111
15112 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15113
15114         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15115
15116 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15117
15118         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15119         handle, as well as a list.
15120
15121         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15122         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15123         (mm-w3m-cid-retrieve): Simplify.
15124
15125 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15126
15127         * message.el (message-kill-to-signature): Allow prefix arg to
15128         specify number of lines to keep before signature.
15129
15130 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15131
15132         * message.el (message-kill-to-signature): Change docstring.
15133
15134 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15135
15136         * canlock.el: Always require sha1-el.
15137         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15138
15139         * message.el: Autoload sha1 only when compiling.
15140
15141         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15142         eudc-expand-inline for XEmacs.
15143
15144 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15145
15146         * message.el (message-canlock-generate): Require sha1-el.
15147
15148 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15149
15150         * message.el (message-expand-name): Silence the byte compiler.
15151
15152         * lpath.el: Add detect-coding-system.
15153
15154         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15155         cus-edit.
15156
15157 2004-01-13  Simon Josefsson  <jas@extundo.com>
15158
15159         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15160         Invoke gnus-score-mode.  Reported by
15161         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15162
15163         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15164         Jim Blandy <jimb@redhat.com> (tiny change).
15165
15166 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15167
15168         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15169
15170 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15171
15172         * spam.el (spam-get-article-as-string): Update to use
15173         gnus-request-article-this-buffer, much simpler.
15174         (spam-get-article-as-buffer): Remove.
15175
15176 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15177
15178         * message.el (message-expand-name): Use EUDC if the user uses that.
15179
15180 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15181
15182         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15183         character for the encoding to avoid consing a string.
15184
15185         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15186         unnecessarily.
15187
15188         * mm-util.el (mm-replace-chars-in-string): Remove.
15189
15190         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15191         of mm-replace-chars-in-string.
15192
15193 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15194
15195         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15196
15197         * mm-util.el (mm-subst-char-in-string): Support inplace.
15198
15199         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15200         a new string in every iteration.  Use shy groups.
15201
15202 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15203
15204         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15205         * gnus-soup.el (gnus-soup-group-brew):
15206         * gnus-msg.el (gnus-put-message):
15207         * gnus-move.el (gnus-group-move-group-to-server):
15208         * gnus-kill.el (gnus-batch-score):
15209         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15210         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15211         (gnus-group-update-group, gnus-group-read-group)
15212         (gnus-group-make-group, gnus-group-make-help-group)
15213         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15214         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15215         (gnus-group-sort-by-unread, gnus-group-catchup)
15216         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15217         (gnus-group-yank-group, gnus-group-set-info)
15218         (gnus-group-list-groups):
15219         * gnus.el (gnus-generate-new-group-name):
15220         * gnus-delay.el (gnus-delay-send-queue):
15221         * nnvirtual.el (nnvirtual-catchup-group):
15222         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15223         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15224         (gnus-group-prepare-topics, gnus-topic-check-topology):
15225         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15226         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15227         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15228         (gnus-group-make-articles-read):
15229         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15230         (gnus-group-change-level, gnus-kill-newsgroup)
15231         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15232         (gnus-get-unread-articles, gnus-make-articles-unread)
15233         (gnus-make-ascending-articles-unread): Use accessor
15234         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15235         to get group information for improved readability.
15236
15237
15238 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15239
15240         * gnus-art.el (article-decode-mime-words, article-babel)
15241         (gnus-article-highlight-signature, gnus-article-add-buttons)
15242         (gnus-signature-toggle): Use gnus-with-article-buffer.
15243
15244         * gnus-art.el (gnus-article-highlight-headers)
15245         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15246
15247         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15248         (gnus-article-set-globals, gnus-request-article-this-buffer)
15249         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15250         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15251         (gnus-mime-display-alternative): Use with-current-buffer.
15252
15253 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15254
15255         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15256         also under 80 char limit, and call gnus-error if needed.
15257         (spam-fetch-article-header): Fix - it was a
15258         buffer-local variable (gnus-newsgroup-data).
15259         (spam-find-spam): Use spam-generate-fake-headers, forget about
15260         spam-insert-fake-headers.
15261         (spam-insert-fake-headers): Remove.
15262
15263 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15264
15265         * deuglify.el (gnus-article-outlook-unwrap-lines)
15266         (gnus-outlook-rearrange-article)
15267         (gnus-outlook-repair-attribution-outlook)
15268         (gnus-outlook-repair-attribution-block)
15269         (gnus-outlook-repair-attribution-other): Remove redundant
15270         save-excursion.
15271
15272 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15273
15274         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15275         (spam-fetch-field-subject-fast)
15276         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15277         (spam-fetch-article-header): Add functions to deal with Gnus
15278         internals for fast retrieval of article header data.
15279         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15280
15281 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15282
15283         * pop3.el (pop3-md5): Remove.
15284         (pop3-apop): Replace pop3-md5 with md5.
15285
15286         * mm-bodies.el: base64 is always built-in.
15287
15288         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15289         with-current-buffer.
15290
15291 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15292
15293         * canlock.el (canlock-insert-header): Remove excessive grouping in
15294         regexp.
15295
15296         * gnus-sum.el (gnus-summary-read-document): Ditto.
15297
15298         * gnus-uu.el (gnus-uu-part-number): Ditto.
15299
15300         * html2text.el (html2text-remove-tags): Ditto.
15301         (html2text-format-tags): Ditto.
15302         (html2text-format-single-elements): Ditto.
15303
15304         * mml.el (mml-parse-1): Ditto.
15305
15306 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15307
15308         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15309
15310         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15311
15312         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15313
15314         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15315
15316 2003-11-15  Simon Josefsson  <jas@extundo.com>
15317
15318         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15319         (pgg-gpg-lookup-key): Use regexp match instead of
15320         split-string (split-string is different between emacs 21.2 and
15321         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15322
15323 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15324
15325         * gnus-art.el (gnus-mime-view-all-parts)
15326         (gnus-article-part-wrapper, gnus-article-view-part): Use
15327         with-current-buffer.
15328
15329 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15330
15331         * spam.el (spam-disable-spam-split-during-ham-respool)
15332         (spam-spamoracle-database, spam-cache-lookups)
15333         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15334         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15335         (spam-group-ham-marks, spam-group-spam-marks)
15336         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15337         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15338         also add spam-use-blackholes to the statistical checks.
15339         (spam-fetch-field-fast): Add interface to fetching fields, may
15340         become a macro.
15341         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15342         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15343         (spam-insert-fake-headers): Fake an article when needed.
15344         (spam-find-spam): Fake article when possible.
15345         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15346         (spam-check-bogofilter-headers): Use message-fetch-field instead
15347         of nnmail-fetch-field.
15348
15349 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15350
15351         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15352
15353 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15354
15355         * spam.el (spam-split): Do not require spam-use-CHECK to be
15356         enabled if that check is passed to spam-split explicitly; also
15357         fix so 'spam doesn't get converted to spam-split-group when
15358         spam-split-symbolic-return is t.
15359         (spam-find-spam): Find registrations of the article and use those
15360         instead of re-running spam-split to find the spam/ham
15361         classification of the article.
15362         (spam-log-processing-to-registry, spam-log-registered-p)
15363         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15364         Use gnus-error instead of gnus-message.
15365         (spam-log-registration-type): Add function to determine the
15366         classification of a message based on registry entries; will
15367         return nil if both 'spam and 'ham are found.
15368         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15369         a reasonably fast local cache without the loading errors.
15370         (spam-cache-lookups): Set to t by default.
15371         (spam-find-spam): Don't try to guess spam-cache-lookups.
15372         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15373         spam-caches entry.
15374         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15375         caching of whitelist/blacklist entries.
15376         (spam-check-whitelist, spam-check-blacklist): Invoke
15377         spam-from-listed-p with a type, not a cache variable.
15378         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15379
15380 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15381
15382         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15383
15384         * nnmail.el (nnmail-split-fancy): do.
15385
15386         * mml.el (mml-parse): do.
15387
15388         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15389         (gnus-score-adaptive): do.
15390
15391 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15392
15393         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15394         (gnus-mime-button-map): Don't set keymap parent.
15395         (gnus-button-ctan-directory-regexp): Use shy grouping.
15396         (gnus-prev-page-map): Don't set keymap parent.
15397         (gnus-prev-page-map): Remove duplicated one.
15398         (gnus-next-page-map): Don't set keymap parent.
15399         (gnus-mime-security-button-map): Ditto.
15400
15401         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15402         version number.
15403
15404         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15405
15406 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15407
15408         * canlock.el (canlock-sha1-function): Remove.
15409         (canlock-sha1-function-for-verify): Remove.
15410         (canlock-openssl-program): Remove.
15411         (canlock-openssl-args): Remove.
15412         (canlock-ignore-errors): Remove.
15413         (canlock-sha1-with-openssl): Remove.
15414         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15415         (canlock-verify): Don't use canlock-ignore-errors.
15416
15417         * sha1-el.el (sha1-string-external): Make it can return a string
15418         in binary form.
15419         (sha1-region-external): Ditto.
15420         (sha1-string-internal): Ditto.
15421         (sha1-region-internal): Ditto.
15422         (sha1-region): Ditto.
15423         (sha1-string): Ditto.
15424         (sha1): Ditto.
15425
15426 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15427
15428         * spam.el (spam-report-articles-gmane): New command.
15429
15430 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15431
15432         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15433
15434         * run-at-time.el (run-at-time-saved): Remove.
15435         (run-at-time): Doc fix.
15436
15437 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15438
15439         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15440         (gnus-summary-limit-map): Add it.
15441         (gnus-summary-make-menu-bar): do.
15442
15443 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15444
15445         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15446         Make attempt at some caching support (done for BBDB only now).
15447         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15448         addresses to be checked.
15449         (spam-clear-cache-BBDB): Add function, to be invoked by
15450         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15451         (spam-check-BBDB): Check and use the caches, if
15452         spam-cache-lookups is on, remove superfluous (provide).
15453
15454 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15455
15456         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15457
15458 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15459
15460         * run-at-time.el (run-at-time-saved): Move to after the definition
15461         of `run-at-time'.
15462
15463         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15464
15465 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15466
15467         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15468         mm-w3m-local-map-property.
15469
15470         * mm-view.el (mm-w3m-mode-map): Remove.
15471         (mm-w3m-local-map-property): Remove.
15472         (mm-inline-text-html-render-with-w3m): Don't use
15473         mm-w3m-local-map-property.
15474
15475 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15476
15477         * run-at-time.el: New file.
15478
15479         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15480         under Emacs.
15481
15482         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15483         of gnus-set-text-properties.
15484
15485         * gnus-uu.el (gnus-uu-save-article): Ditto.
15486
15487         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15488
15489         * gnus-cite.el (gnus-cite-parse): Ditto.
15490
15491         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15492         of gnus-.
15493
15494         * gnus-xmas.el (run-at-time): Require run-at-time.
15495
15496         * gnus.el: Changed calls to nnheader-run-at-time and
15497         password-run-at-time throughout to use run-at-time directly.
15498
15499         * password.el: Removed definition of run-at-time.
15500
15501         * nnheaderxm.el: Remove definition of run-at-time.
15502
15503 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15504
15505         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15506         in prompt.
15507
15508 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15509
15510         * messagexmas.el (message-xmas-redefine): Alias
15511         `message-make-caesar-translation-table' to
15512         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15513         version.
15514
15515         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15516         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15517         `gnus-xmas-set-text-properties'.
15518         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15519         `gnus-xmas-completing-read'.
15520         (gnus-xmas-completing-read): Removed.
15521         (gnus-xmas-open-network-stream): Removed.
15522
15523         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15524         XEmacs version.
15525
15526         * dns.el (dns-make-network-process): Use `open-network-stream'
15527         instead of `gnus-xmas-open-network-stream'.
15528
15529         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15530
15531         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15532
15533 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15534
15535         * gnus-art.el (gnus-mime-display-alternative)
15536         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15537         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15538         Don't use gnus-local-map-property.
15539
15540         * gnus-util.el (gnus-local-map-property): Remove.
15541
15542         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15543         gnus-completing-read-maybe-default with completing-read.
15544
15545         * gnus-util.el (gnus-completing-read): do.
15546         (gnus-completing-read-maybe-default): Remove.
15547
15548 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15549
15550         * password.el: Only autoload `run-at-time' if not XEmacs.
15551         Only autoload the itimer functions if XEmacs.
15552
15553 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15554
15555         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15556         XEmacsen.
15557
15558         * dgnushack.el: Autoload executable-find for XEmacs.
15559
15560 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15561
15562         * gnus-art.el (gnus-read-string): Remove.
15563         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15564         read-string.
15565
15566 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15567
15568         * netrc.el: Autoload password-read.
15569         (netrc): Add configuration group.
15570         (netrc-encoding-method, netrc-openssl-path): Add
15571         variables for encoding and decoding of files with symmetric
15572         ciphers.
15573         (netrc-encode): Add assistant function to encode a file with
15574         netrc-encoding-method.
15575         (netrc-parse): Add interactive parameter, added optional
15576         decoding if netrc-encoding-method is non-nil but otherwise
15577         behavior is standard.
15578         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15579         Do s/encode/encrypt/ everywhere.
15580
15581         * spam.el: Remove executable-find autoload.
15582
15583 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15584
15585         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15586
15587         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15588
15589 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15590
15591         * gnus-art.el (gnus-treat-ansi-sequences)
15592         (article-treat-ansi-sequences): New variable and function.
15593         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15594
15595         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15596         Use it.
15597
15598 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15599
15600         * mm-util.el (mm-quote-arg): Remove.
15601
15602         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15603         shell-quote-argument.
15604
15605         * gnus-uu.el (gnus-uu-command): do.
15606
15607         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15608
15609         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15610         with make-char.
15611
15612         * mm-util.el (mm-make-char): Remove.
15613
15614         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15615         add-minor-mode.
15616
15617         * gnus-undo.el (gnus-undo-mode): do.
15618
15619         * gnus-topic.el (gnus-topic-mode): do.
15620
15621         * gnus-sum.el (gnus-dead-summary-mode): do.
15622
15623         * gnus-start.el (gnus-slave-mode): do.
15624
15625         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15626
15627         * gnus-ml.el (gnus-mailing-list-mode): do.
15628
15629         * gnus-gl.el (gnus-grouplens-mode): do.
15630
15631         * gnus-draft.el (gnus-draft-mode): do.
15632
15633         * gnus-dired.el (gnus-dired-mode): do.
15634
15635         * gnus-ems.el (gnus-add-minor-mode): Remove.
15636
15637         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15638         Replace gnus-char-width with char-width.
15639
15640         * gnus-ems.el (gnus-char-width): Remove.
15641
15642         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15643         Replace gnus-char-width with char-width.
15644
15645         * gnus-ems.el (gnus-char-width): Remove.
15646
15647         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15648         definition.
15649         Remove Emacs 20 hash table compatibility code.
15650
15651         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15652         20 compatibility code.
15653
15654         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15655
15656         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15657
15658         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15659         with point-at-{eol,bol}.
15660
15661         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15662
15663         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15664
15665         * flow-fill.el (fill-flowed-point-at-bol)
15666         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15667
15668         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15669         Replace with point-at-{eol,bol} throughout all files.
15670
15671 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15672
15673         * ntlm.el (ntlm-string-as-unibyte): New macro.
15674         (ntlm-build-auth-response): Use it.
15675
15676         Remove Emacs 20 stuff:
15677         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15678         (butlast, mapc, remove): Remove the compiler macros.
15679         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15680         of delq and copy-sequence.
15681         * gnus-art.el (popup-menu): Remove the compiler macro.
15682         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15683         Emacs 20.
15684
15685 2004-01-05  Simon Josefsson  <jas@extundo.com>
15686
15687         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15688         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15689         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15690         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15691         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15692         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15693         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15694         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15695         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15696         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15697         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15698         string-xor into ntlm-string-xor.  Suggested by
15699         Jesper Harder <harder@myrealbox.com>.
15700
15701         * ntlm.el: Don't include poem.
15702
15703         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15704         Jesper Harder <harder@myrealbox.com>.
15705
15706         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15707
15708         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15709         probably breaks emacs with DL patch, but do we care? Is anyone
15710         still using the DL stuff?)
15711
15712         * sieve-manage.el: Use the password package.
15713         (sieve-manage-read-passwd): Remove.
15714         (sieve-manage-interactive-login): Use password.  Re-add
15715         condition-case around loop.
15716
15717         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15718         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15719         the password package.
15720
15721 2003-02-19  Simon Josefsson  <jas@extundo.com>
15722
15723         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15724         token.
15725
15726 2002-08-07  Simon Josefsson  <jas@extundo.com>
15727
15728         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15729         (sieve-manage-authenticators):
15730         (sieve-manage-authenticator-alist): Add some SASL mechs.
15731         (sieve-sasl-auth): New function.
15732         (sieve-manage-cram-md5-auth):
15733         (sieve-manage-plain-auth): Rewrite using SASL library.
15734         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15735         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15736         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15737         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15738
15739 2004-01-05  Simon Josefsson  <jas@extundo.com>
15740
15741         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15742         New files.
15743
15744 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15745
15746         * gnus-group.el (gnus-no-groups-message): Update.
15747
15748         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15749
15750 2003-11-09  Simon Josefsson  <jas@extundo.com>
15751
15752         * imap.el: Support for ID IMAP extension (RFC 2971).
15753         (imap-local-variables): Add imap-id.
15754         (imap-id): New variable.
15755         (imap-id): New function.
15756         (imap-parse-response): Parse untagged ID response.
15757         * nnimap.el (nnimap-id): New variable.
15758         (nnimap-open-connection): Use it.
15759
15760 2003-12-28  Simon Josefsson  <jas@extundo.com>
15761
15762         * gnus-score.el (gnus-score-edit-all-score): New.
15763         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15764
15765 2004-01-04  Simon Josefsson  <jas@extundo.com>
15766
15767         * password.el: Add.
15768
15769 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15770
15771         * dns.el (dns-query-types): Fix typo.
15772         (dns-query-types): New function.
15773         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15774         PTR and SOA replies, see RFC 1035.
15775
15776 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15777
15778         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15779
15780         * Moved to Changelog.2.
15781
15782 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15783
15784         * gnus.el (gnus-version-number): Bump version.
15785
15786 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15787
15788         * gnus.el: No Gnus v0.1 is released.
15789
15790 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15791
15792         * gnus.el: No Gnus v0.0 is released.
15793
15794 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15795
15796         * gnus.el (gnus-version-number): Bump.
15797         (gnus-version): No.
15798
15799 See ChangeLog.2 for earlier changes.
15800
15801     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15802       Free Software Foundation, Inc.
15803
15804   This file is part of GNU Emacs.
15805
15806   GNU Emacs is free software: you can redistribute it and/or modify
15807   it under the terms of the GNU General Public License as published by
15808   the Free Software Foundation, either version 3 of the License, or
15809   (at your option) any later version.
15810
15811   GNU Emacs is distributed in the hope that it will be useful,
15812   but WITHOUT ANY WARRANTY; without even the implied warranty of
15813   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15814   GNU General Public License for more details.
15815
15816   You should have received a copy of the GNU General Public License
15817   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15818
15819 ;; Local Variables:
15820 ;; coding: utf-8
15821 ;; fill-column: 79
15822 ;; add-log-time-zone-rule: t
15823 ;; End: